+ 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 May 8 11:07:24 2026] *** compiled with version: 13.3.0 on 06 May 2026 22:37:06 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5d6c4cbf6-84b7l 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 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f4754b60668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-08 11:07:28.873 8 INFO neutron.common.config [-] Logging enabled! 2026-05-08 11:07:28.873 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev6 2026-05-08 11:07:29.018 7 INFO neutron.common.config [-] Logging enabled! 2026-05-08 11:07:29.018 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev6 2026-05-08 11:07:29.307 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 11:07:29.404 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-08 11:07:30.924 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 11:07:30.927 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 11:07:30.931 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 11:07:30.932 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 11:07:30.932 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 11:07:30.932 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 11:07:30.932 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 11:07:30.940 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 11:07:30.940 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 11:07:30.940 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 11:07:30.962 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 11:07:30.963 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 11:07:30.963 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 11:07:30.994 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 11:07:30.994 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 11:07:30.994 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 11:07:30.994 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 11:07:30.995 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 11:07:30.999 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-08 11:07:31.004 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-08 11:07:31.005 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-08 11:07:31.005 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-08 11:07:31.005 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-08 11:07:31.005 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 11:07:31.013 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 11:07:31.013 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-08 11:07:31.013 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 11:07:31.038 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-08 11:07:31.039 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-08 11:07:31.039 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-08 11:07:31.070 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-08 11:07:31.070 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-08 11:07:31.070 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-08 11:07:31.070 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-08 11:07:31.292 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing driver for type 'vlan' 2026-05-08 11:07:31.350 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing driver for type 'vlan' 2026-05-08 11:07:31.586 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] VlanTypeDriver initialization complete 2026-05-08 11:07:31.587 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 11:07:31.587 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 11:07:31.601 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 11:07:31.602 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 11:07:31.602 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing extension driver 'port_security' 2026-05-08 11:07:31.602 7 INFO neutron.plugins.ml2.extensions.port_security [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 11:07:31.602 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing extension driver 'qos' 2026-05-08 11:07:31.602 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 11:07:31.602 7 INFO neutron.plugins.ml2.managers [None req-299488c5-64fa-4303-b565-f8c377ab85da - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 11:07:31.616 7 INFO neutron.quota [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded quota_driver: . 2026-05-08 11:07:31.616 7 INFO neutron.plugins.ml2.plugin [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 11:07:31.616 7 INFO neutron.plugins.ml2.managers [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 11:07:31.617 7 INFO neutron.plugins.ml2.managers [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 11:07:31.617 7 INFO neutron.plugins.ml2.managers [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 11:07:31.617 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: qos 2026-05-08 11:07:31.630 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: router 2026-05-08 11:07:31.631 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] VlanTypeDriver initialization complete 2026-05-08 11:07:31.632 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing driver for type 'vxlan' 2026-05-08 11:07:31.632 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-08 11:07:31.645 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-08 11:07:31.646 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-08 11:07:31.646 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing extension driver 'port_security' 2026-05-08 11:07:31.646 8 INFO neutron.plugins.ml2.extensions.port_security [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-08 11:07:31.646 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing extension driver 'qos' 2026-05-08 11:07:31.646 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-08 11:07:31.646 8 INFO neutron.plugins.ml2.managers [None req-dea22639-f009-4e32-a9ee-8b3a7accff0a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-08 11:07:31.659 8 INFO neutron.quota [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded quota_driver: . 2026-05-08 11:07:31.660 8 INFO neutron.plugins.ml2.plugin [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Modular L2 Plugin initialization complete 2026-05-08 11:07:31.660 8 INFO neutron.plugins.ml2.managers [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-08 11:07:31.660 8 INFO neutron.plugins.ml2.managers [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-08 11:07:31.660 8 INFO neutron.plugins.ml2.managers [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-08 11:07:31.660 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: qos 2026-05-08 11:07:31.670 7 INFO neutron.services.service_base [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 11:07:31.671 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: segments 2026-05-08 11:07:31.673 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: router 2026-05-08 11:07:31.715 8 INFO neutron.services.service_base [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-08 11:07:31.715 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: segments 2026-05-08 11:07:31.775 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: trunk 2026-05-08 11:07:31.789 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: vpnaas 2026-05-08 11:07:31.816 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: trunk 2026-05-08 11:07:31.826 7 WARNING stevedore.named [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 11:07:31.830 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: vpnaas 2026-05-08 11:07:31.868 8 WARNING stevedore.named [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-08 11:07:31.883 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 11:07:31.884 7 INFO neutron.common.utils [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 11:07:31.884 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: taas 2026-05-08 11:07:31.905 7 WARNING stevedore.named [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 11:07:31.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 11:07:31.927 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: tapmirror 2026-05-08 11:07:31.932 8 INFO neutron_vpnaas.services.vpn.plugin [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-08 11:07:31.932 8 INFO neutron.common.utils [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-08 11:07:31.932 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: taas 2026-05-08 11:07:31.939 7 WARNING stevedore.named [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 11:07:31.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 11:07:31.953 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: auto_allocate 2026-05-08 11:07:31.956 8 WARNING stevedore.named [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 11:07:31.961 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: tag 2026-05-08 11:07:31.971 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: timestamp 2026-05-08 11:07:31.973 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 11:07:31.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-08 11:07:31.975 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: tapmirror 2026-05-08 11:07:31.977 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: flavors 2026-05-08 11:07:31.981 7 INFO neutron.manager [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loading Plugin: revisions 2026-05-08 11:07:31.984 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Initializing extension manager. 2026-05-08 11:07:31.985 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: address-group 2026-05-08 11:07:31.986 8 WARNING stevedore.named [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-08 11:07:31.986 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: address-scope 2026-05-08 11:07:31.987 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 11:07:31.988 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: agent 2026-05-08 11:07:31.988 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 11:07:31.989 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 11:07:31.990 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 11:07:31.991 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: availability_zone 2026-05-08 11:07:31.991 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 11:07:31.992 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 11:07:31.992 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: default-subnetpools 2026-05-08 11:07:31.994 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 11:07:31.995 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: dns-integration 2026-05-08 11:07:31.995 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 11:07:31.996 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 11:07:31.996 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: dvr 2026-05-08 11:07:31.997 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 11:07:31.997 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 11:07:31.998 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 11:07:31.998 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 11:07:31.999 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: external-net 2026-05-08 11:07:31.999 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 11:07:32.000 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: extraroute 2026-05-08 11:07:32.001 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 11:07:32.001 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 11:07:32.002 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 11:07:32.002 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 11:07:32.003 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 11:07:32.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-08 11:07:32.003 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: auto_allocate 2026-05-08 11:07:32.003 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: fip-port-details 2026-05-08 11:07:32.004 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: flavors 2026-05-08 11:07:32.005 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 11:07:32.006 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: floatingip-pools 2026-05-08 11:07:32.006 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: ip_allocation 2026-05-08 11:07:32.007 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 11:07:32.007 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: l2_adjacency 2026-05-08 11:07:32.008 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: router 2026-05-08 11:07:32.010 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 11:07:32.011 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 11:07:32.012 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 11:07:32.013 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: tag 2026-05-08 11:07:32.013 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 11:07:32.013 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: l3-ha 2026-05-08 11:07:32.014 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 11:07:32.014 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 11:07:32.015 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: l3-flavors 2026-05-08 11:07:32.018 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 11:07:32.018 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 11:07:32.020 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 11:07:32.021 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: timestamp 2026-05-08 11:07:32.022 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 11:07:32.023 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 11:07:32.024 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 11:07:32.024 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 11:07:32.024 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: network_ip_availability 2026-05-08 11:07:32.025 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: multi-provider 2026-05-08 11:07:32.025 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: net-mtu 2026-05-08 11:07:32.026 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 11:07:32.026 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: network_availability_zone 2026-05-08 11:07:32.027 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: network_ha 2026-05-08 11:07:32.027 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: network-ip-availability 2026-05-08 11:07:32.028 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: flavors 2026-05-08 11:07:32.029 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 11:07:32.029 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: pagination 2026-05-08 11:07:32.030 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-device-profile 2026-05-08 11:07:32.030 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 11:07:32.031 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 11:07:32.031 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 11:07:32.032 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-mac-override 2026-05-08 11:07:32.032 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 11:07:32.033 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 11:07:32.033 8 INFO neutron.manager [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loading Plugin: revisions 2026-05-08 11:07:32.033 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 11:07:32.034 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-resource-request 2026-05-08 11:07:32.034 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 11:07:32.035 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 11:07:32.035 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: binding 2026-05-08 11:07:32.036 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: binding-extended 2026-05-08 11:07:32.037 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Initializing extension manager. 2026-05-08 11:07:32.037 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-security 2026-05-08 11:07:32.037 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: project-id 2026-05-08 11:07:32.038 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: provider 2026-05-08 11:07:32.038 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: address-group 2026-05-08 11:07:32.038 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 11:07:32.039 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: address-scope 2026-05-08 11:07:32.039 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-08 11:07:32.040 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: agent 2026-05-08 11:07:32.040 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos 2026-05-08 11:07:32.041 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: agent-resources-synced 2026-05-08 11:07:32.041 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 11:07:32.042 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 11:07:32.042 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-08 11:07:32.042 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-default 2026-05-08 11:07:32.043 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-08 11:07:32.043 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-fip 2026-05-08 11:07:32.043 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 11:07:32.043 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: availability_zone 2026-05-08 11:07:32.044 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 11:07:32.044 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: availability_zone_filter 2026-05-08 11:07:32.044 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-08 11:07:32.044 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 11:07:32.045 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: default-subnetpools 2026-05-08 11:07:32.045 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 11:07:32.045 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 11:07:32.046 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-pps 2026-05-08 11:07:32.046 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-08 11:07:32.047 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 11:07:32.047 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: dns-integration 2026-05-08 11:07:32.047 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 11:07:32.047 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: dns-domain-ports 2026-05-08 11:07:32.048 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 11:07:32.048 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-08 11:07:32.048 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: quota-check-limit 2026-05-08 11:07:32.049 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: dvr 2026-05-08 11:07:32.049 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 11:07:32.050 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-08 11:07:32.050 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: empty-string-filtering 2026-05-08 11:07:32.051 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 11:07:32.051 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: quotas 2026-05-08 11:07:32.051 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-08 11:07:32.052 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: external-net 2026-05-08 11:07:32.052 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: quota_details 2026-05-08 11:07:32.052 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-08 11:07:32.053 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: extraroute 2026-05-08 11:07:32.053 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: extraroute-atomic 2026-05-08 11:07:32.053 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: rbac-policies 2026-05-08 11:07:32.054 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-08 11:07:32.054 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: rbac-address-group 2026-05-08 11:07:32.055 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 11:07:32.055 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 11:07:32.055 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-08 11:07:32.056 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-08 11:07:32.056 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 11:07:32.056 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-08 11:07:32.056 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: revision-if-match 2026-05-08 11:07:32.057 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: fip-port-details 2026-05-08 11:07:32.057 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 11:07:32.057 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: router_availability_zone 2026-05-08 11:07:32.058 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: flavors 2026-05-08 11:07:32.058 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 11:07:32.059 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-08 11:07:32.059 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 11:07:32.059 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: floatingip-pools 2026-05-08 11:07:32.060 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: ip_allocation 2026-05-08 11:07:32.060 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 11:07:32.060 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-08 11:07:32.061 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 11:07:32.061 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: l2_adjacency 2026-05-08 11:07:32.061 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 11:07:32.062 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 11:07:32.062 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 11:07:32.062 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: router 2026-05-08 11:07:32.064 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-08 11:07:32.064 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-08 11:07:32.065 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-08 11:07:32.065 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: ext-gw-mode 2026-05-08 11:07:32.066 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: l3-ha 2026-05-08 11:07:32.066 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-08 11:07:32.066 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: security-group 2026-05-08 11:07:32.067 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-08 11:07:32.067 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: l3-flavors 2026-05-08 11:07:32.067 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: segment 2026-05-08 11:07:32.068 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 11:07:32.068 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-08 11:07:32.069 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: service-type 2026-05-08 11:07:32.069 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: sorting 2026-05-08 11:07:32.070 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 11:07:32.070 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: standard-attr-description 2026-05-08 11:07:32.071 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: stateful-security-group 2026-05-08 11:07:32.071 7 WARNING neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 11:07:32.072 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 11:07:32.072 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: subnet-external-network 2026-05-08 11:07:32.073 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: subnet_onboard 2026-05-08 11:07:32.073 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 11:07:32.074 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: subnet-service-types 2026-05-08 11:07:32.074 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: subnet_allocation 2026-05-08 11:07:32.075 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 11:07:32.076 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: tag-creation 2026-05-08 11:07:32.076 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 11:07:32.078 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-08 11:07:32.081 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 11:07:32.082 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 11:07:32.082 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: trunk 2026-05-08 11:07:32.083 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-08 11:07:32.083 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: trunk-details 2026-05-08 11:07:32.083 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 11:07:32.084 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 11:07:32.084 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 11:07:32.085 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-08 11:07:32.085 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 11:07:32.086 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-08 11:07:32.087 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 11:07:32.088 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-08 11:07:32.088 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 11:07:32.088 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: vpn-flavors 2026-05-08 11:07:32.088 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-08 11:07:32.089 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: multi-provider 2026-05-08 11:07:32.089 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: net-mtu 2026-05-08 11:07:32.090 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: vpnaas 2026-05-08 11:07:32.090 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: net-mtu-writable 2026-05-08 11:07:32.091 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: network_availability_zone 2026-05-08 11:07:32.091 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: taas 2026-05-08 11:07:32.091 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: network_ha 2026-05-08 11:07:32.092 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: network-ip-availability 2026-05-08 11:07:32.092 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: tap-mirror 2026-05-08 11:07:32.093 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-08 11:07:32.093 7 INFO neutron.api.extensions [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 11:07:32.093 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: pagination 2026-05-08 11:07:32.094 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-device-profile 2026-05-08 11:07:32.095 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-08 11:07:32.095 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-08 11:07:32.096 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-08 11:07:32.096 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 11:07:32.096 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 11:07:32.096 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-mac-override 2026-05-08 11:07:32.096 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.096 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 11:07:32.097 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-08 11:07:32.097 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-08 11:07:32.098 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-08 11:07:32.098 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-resource-request 2026-05-08 11:07:32.099 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-08 11:07:32.099 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-08 11:07:32.099 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 11:07:32.100 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: binding 2026-05-08 11:07:32.100 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 11:07:32.101 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: binding-extended 2026-05-08 11:07:32.101 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-security 2026-05-08 11:07:32.102 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: project-id 2026-05-08 11:07:32.102 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: provider 2026-05-08 11:07:32.103 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-08 11:07:32.104 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 11:07:32.105 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 11:07:32.105 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos 2026-05-08 11:07:32.105 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 11:07:32.106 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-08 11:07:32.106 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.107 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.107 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-08 11:07:32.107 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.107 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.107 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-default 2026-05-08 11:07:32.107 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 11:07:32.108 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-fip 2026-05-08 11:07:32.108 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.108 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-08 11:07:32.108 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.109 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 11:07:32.109 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-08 11:07:32.109 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 11:07:32.109 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-08 11:07:32.109 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 11:07:32.110 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-08 11:07:32.110 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.110 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ipsecpolicy is already registered 2026-05-08 11:07:32.110 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.110 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-08 11:07:32.111 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ikepolicy is already registered 2026-05-08 11:07:32.111 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-pps 2026-05-08 11:07:32.112 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-08 11:07:32.112 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-08 11:07:32.113 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: qos-rules-alias 2026-05-08 11:07:32.113 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: quota-check-limit 2026-05-08 11:07:32.114 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-08 11:07:32.115 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 11:07:32.115 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] router is already registered 2026-05-08 11:07:32.115 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 11:07:32.116 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] floatingip is already registered 2026-05-08 11:07:32.116 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: quotas 2026-05-08 11:07:32.117 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: quota_details 2026-05-08 11:07:32.119 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: rbac-policies 2026-05-08 11:07:32.119 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 11:07:32.119 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] rbac_policy is already registered 2026-05-08 11:07:32.120 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: rbac-address-group 2026-05-08 11:07:32.120 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 11:07:32.120 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] security_group is already registered 2026-05-08 11:07:32.120 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: rbac-address-scope 2026-05-08 11:07:32.120 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 11:07:32.121 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] security_group_rule is already registered 2026-05-08 11:07:32.121 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: rbac-security-groups 2026-05-08 11:07:32.121 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-08 11:07:32.121 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.121 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.122 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: revision-if-match 2026-05-08 11:07:32.122 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.122 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.122 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 11:07:32.122 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-08 11:07:32.123 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] trunk is already registered 2026-05-08 11:07:32.123 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.123 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ikepolicy is already registered 2026-05-08 11:07:32.123 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: router_availability_zone 2026-05-08 11:07:32.124 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-08 11:07:32.124 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.124 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ipsecpolicy is already registered 2026-05-08 11:07:32.125 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 11:07:32.125 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] endpoint_group is already registered 2026-05-08 11:07:32.125 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 11:07:32.125 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] vpnservice is already registered 2026-05-08 11:07:32.125 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-08 11:07:32.125 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 11:07:32.126 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ipsec_site_connection is already registered 2026-05-08 11:07:32.126 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-08 11:07:32.126 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.126 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ipsecpolicy is already registered 2026-05-08 11:07:32.126 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-08 11:07:32.126 7 INFO neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.127 7 WARNING neutron.quota.resource_registry [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] ikepolicy is already registered 2026-05-08 11:07:32.127 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-08 11:07:32.128 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-08 11:07:32.128 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-08 11:07:32.132 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: security-group 2026-05-08 11:07:32.134 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: segment 2026-05-08 11:07:32.134 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-08 11:07:32.135 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: service-type 2026-05-08 11:07:32.135 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: sorting 2026-05-08 11:07:32.136 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: standard-attr-segment 2026-05-08 11:07:32.136 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: standard-attr-description 2026-05-08 11:07:32.137 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: stateful-security-group 2026-05-08 11:07:32.137 8 WARNING neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-08 11:07:32.138 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-08 11:07:32.138 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: subnet-external-network 2026-05-08 11:07:32.139 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: subnet_onboard 2026-05-08 11:07:32.139 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-08 11:07:32.140 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: subnet-service-types 2026-05-08 11:07:32.141 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: subnet_allocation 2026-05-08 11:07:32.141 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-08 11:07:32.142 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: tag-creation 2026-05-08 11:07:32.142 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-08 11:07:32.147 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: standard-attr-tag 2026-05-08 11:07:32.148 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-08 11:07:32.148 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: trunk 2026-05-08 11:07:32.149 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: trunk-details 2026-05-08 11:07:32.149 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-08 11:07:32.150 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-08 11:07:32.150 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-08 11:07:32.151 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-08 11:07:32.153 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-08 11:07:32.154 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-08 11:07:32.155 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: vpn-flavors 2026-05-08 11:07:32.157 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: vpnaas 2026-05-08 11:07:32.158 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: taas 2026-05-08 11:07:32.159 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: tap-mirror 2026-05-08 11:07:32.159 8 INFO neutron.api.extensions [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-08 11:07:32.162 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-08 11:07:32.162 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-08 11:07:32.162 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.163 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-08 11:07:32.164 7 WARNING keystonemiddleware._common.config [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 11:07:32.166 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 11:07:32.166 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 11:07:32.170 7 WARNING oslo_config.cfg [None req-3b8f033b-d1bf-4057-a8db-b6a1dfe3933d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-08 11:07:32.171 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 11:07:32.171 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 11:07:32.172 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f4754b60668 pid: 7 (default app) 2026-05-08 11:07:32.173 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.173 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.173 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.173 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.174 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 11:07:32.174 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.175 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.175 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 11:07:32.176 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 11:07:32.176 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 11:07:32.176 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.176 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ipsecpolicy is already registered 2026-05-08 11:07:32.177 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.177 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ikepolicy is already registered 2026-05-08 11:07:32.182 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-08 11:07:32.182 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] router is already registered 2026-05-08 11:07:32.182 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-08 11:07:32.183 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] floatingip is already registered 2026-05-08 11:07:32.186 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-08 11:07:32.187 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] rbac_policy is already registered 2026-05-08 11:07:32.187 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-08 11:07:32.187 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] security_group is already registered 2026-05-08 11:07:32.188 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-08 11:07:32.188 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] security_group_rule is already registered 2026-05-08 11:07:32.189 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.189 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.189 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-08 11:07:32.189 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] subnetpool is already registered 2026-05-08 11:07:32.190 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-08 11:07:32.190 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] trunk is already registered 2026-05-08 11:07:32.190 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.190 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ikepolicy is already registered 2026-05-08 11:07:32.192 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.192 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ipsecpolicy is already registered 2026-05-08 11:07:32.193 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-08 11:07:32.193 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] endpoint_group is already registered 2026-05-08 11:07:32.193 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-08 11:07:32.193 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] vpnservice is already registered 2026-05-08 11:07:32.194 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-08 11:07:32.194 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ipsec_site_connection is already registered 2026-05-08 11:07:32.195 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-08 11:07:32.195 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ipsecpolicy is already registered 2026-05-08 11:07:32.196 8 INFO neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-08 11:07:32.196 8 WARNING neutron.quota.resource_registry [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] ikepolicy is already registered 2026-05-08 11:07:32.243 8 WARNING keystonemiddleware._common.config [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-08 11:07:32.251 8 WARNING oslo_config.cfg [None req-920137fc-1984-4191-ad80-be68cd1fb654 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f4754b60668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:07:36.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e12a0f4-d218-4e70-bb65-b8657d6344ab 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:07:35 2026] GET /v2.0/networks/public => generated 108 bytes in 810 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:07:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:07:37.098 7 WARNING neutron.services.revisions.revision_plugin [None req-ef49cbbf-73b7-4fbc-a0d4-166ad74a05a6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:07:37.118 7 INFO neutron.db.segments_db [None req-ef49cbbf-73b7-4fbc-a0d4-166ad74a05a6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment ad5b0aca-1f78-4fa9-94c9-76c6ca05f593 of type flat for network fd8676c1-b49f-44ec-b177-090b59bc45b3 2026-05-08 11:07:37.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef49cbbf-73b7-4fbc-a0d4-166ad74a05a6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:07:36 2026] POST /v2.0/networks => generated 124 bytes in 565 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:07:43.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d747db90-2bd2-461e-bfa9-88a79683404e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:07:43 2026] GET /v2.0/networks/public => generated 108 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:07:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:07:43.750 8 WARNING neutron.services.revisions.revision_plugin [None req-84a2bde9-e65a-47fd-ab24-e01f2d940a70 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:07:43.768 8 INFO neutron.db.segments_db [None req-84a2bde9-e65a-47fd-ab24-e01f2d940a70 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment a5bf4e36-fb14-472a-9879-02073dcb78d4 of type flat for network 8ff39f8c-6d5d-4e4e-952f-6125e64a107b 2026-05-08 11:07:43.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84a2bde9-e65a-47fd-ab24-e01f2d940a70 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:07:43 2026] POST /v2.0/networks => generated 124 bytes in 393 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:07:49.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db2c127a-ea60-4d0d-a161-a97a60aff4c3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:07:49 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: 8/12] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:07:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:07:49.781 8 WARNING neutron.services.revisions.revision_plugin [None req-16eee4e1-9aa2-4ea6-a45e-93f454eab66f 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:07:49.812 8 INFO neutron.db.segments_db [None req-16eee4e1-9aa2-4ea6-a45e-93f454eab66f 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 2082c7da-7367-4745-875b-8a12e3fa75fd of type flat for network d7944896-2965-4d8d-9adf-96b0a23c9a3d 2026-05-08 11:07:49.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16eee4e1-9aa2-4ea6-a45e-93f454eab66f 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:07:49 2026] POST /v2.0/networks => generated 124 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:07:55.709 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5817aa0-40d4-4e55-a894-b7998953029e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:07:55 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: 6/15] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:07:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:07:55.787 7 WARNING neutron.services.revisions.revision_plugin [None req-70dddfe4-806c-47fa-8524-e08772e5918b 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:07:55.811 7 INFO neutron.db.segments_db [None req-70dddfe4-806c-47fa-8524-e08772e5918b 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment a41bcf8b-5959-490a-9fa9-6f55596d35f9 of type flat for network 7750c74e-ab24-4ab6-91ac-67ca452ea839 2026-05-08 11:07:55.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70dddfe4-806c-47fa-8524-e08772e5918b 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:07:55 2026] POST /v2.0/networks => generated 124 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:08:01.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2aefc6ac-d662-4827-92b6-b692fa85d6a3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:08:01 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:08:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:08:01.802 7 WARNING neutron.services.revisions.revision_plugin [None req-02204534-1be8-436f-b89f-6e712d5aca5e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:08:01.821 7 INFO neutron.db.segments_db [None req-02204534-1be8-436f-b89f-6e712d5aca5e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 8f84295e-7fe5-408c-8392-d9498892a735 of type flat for network e639218a-1a51-4c2f-95f3-71117432820d 2026-05-08 11:08:01.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02204534-1be8-436f-b89f-6e712d5aca5e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:08:01 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:08:07.705 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ee63a56-f3ae-4899-b59c-5821c8bd404b 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:08:07 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:08:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:08:08.235 8 WARNING neutron.services.revisions.revision_plugin [None req-ac4e8a3c-718c-44ed-a5f0-696212c57f97 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:08:08.251 8 INFO neutron.db.segments_db [None req-ac4e8a3c-718c-44ed-a5f0-696212c57f97 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 5e3e07cc-7efb-4355-8195-2fedf6949517 of type flat for network 6061cecf-31e8-4286-8779-124e4f84b2de 2026-05-08 11:08:08.271 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac4e8a3c-718c-44ed-a5f0-696212c57f97 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:08:07 2026] POST /v2.0/networks => generated 124 bytes in 548 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:08:14.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9976b31-a954-4492-bd4a-216a27b16932 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:08:14 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:08:14 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-05-08 11:08:14.949 7 WARNING neutron.services.revisions.revision_plugin [None req-6d05c4cf-0e69-4955-85c3-e552861fd164 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Could not find related network for resource to bump revision. 2026-05-08 11:08:14.966 7 INFO neutron.db.segments_db [None req-6d05c4cf-0e69-4955-85c3-e552861fd164 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment cc9a74e8-b2b4-4470-a290-9b7e59d2ccf1 of type flat for network df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 [pid: 7|app: 0|req: 15/27] 199.19.213.146 () {48 vars in 966 bytes} [Fri May 8 11:08:14 2026] POST /v2.0/networks => generated 706 bytes in 4914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:08:20.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a505ad93-9c5f-4af4-8829-561c3880db9e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/28] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:08: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: 16/29] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:08:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:08:20.181 8 INFO neutron.pecan_wsgi.hooks.translation [None req-349aa83f-c203-48f4-8288-fd18e74bdd68 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/30] 199.19.213.146 () {44 vars in 1033 bytes} [Fri May 8 11:08:20 2026] GET /v2.0/subnets/public-subnet?network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.19.213.146 () {44 vars in 1056 bytes} [Fri May 8 11:08:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/32] 199.19.213.146 () {48 vars in 964 bytes} [Fri May 8 11:08:20 2026] POST /v2.0/subnets => generated 664 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:13:09.271 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05f56ba1-5efe-4316-8803-b245c5f00b21 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 199.19.213.146 () {44 vars in 936 bytes} [Fri May 8 11:13:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.19.213.146 () {44 vars in 958 bytes} [Fri May 8 11:13:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:13:09.350 8 INFO neutron.db.segments_db [None req-f6f40a9b-19bc-45b8-ab46-0d7cde58b290 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment bab2f242-0b0f-49e7-85cb-653f14c9fc2c of type vxlan for network d53752bb-3385-49e1-a84a-7f294435556a [pid: 8|app: 0|req: 36/73] 199.19.213.146 () {48 vars in 965 bytes} [Fri May 8 11:13:09 2026] POST /v2.0/networks => generated 707 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:13:10.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2dd355a-6523-4dfe-8916-8e0d7a15cb8e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/74] 199.19.213.146 () {44 vars in 936 bytes} [Fri May 8 11:13:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.19.213.146 () {44 vars in 958 bytes} [Fri May 8 11:13:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:13:10.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c53cb4f-3dfd-4f84-9987-9897a86336bd 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/76] 199.19.213.146 () {44 vars in 1035 bytes} [Fri May 8 11:13:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d53752bb-3385-49e1-a84a-7f294435556a => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.19.213.146 () {44 vars in 1058 bytes} [Fri May 8 11:13:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d53752bb-3385-49e1-a84a-7f294435556a => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.19.213.146 () {48 vars in 964 bytes} [Fri May 8 11:13:10 2026] POST /v2.0/subnets => generated 651 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:13:11.595 8 INFO neutron.api.v2.resource [None req-d08d6b16-12da-468b-88fd-9c0abac6ed64 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/79] 199.19.213.146 () {44 vars in 970 bytes} [Fri May 8 11:13:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.19.213.146 () {44 vars in 992 bytes} [Fri May 8 11:13:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.19.213.146 () {48 vars in 979 bytes} [Fri May 8 11:13:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:12 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 1616 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:12 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:12 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:12 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: 7|app: 0|req: 44/86] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:13 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:13 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:13 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:14 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:14 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:14 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:15 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:15 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:15 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:16 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:16 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:16 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/104] 199.19.213.146 () {44 vars in 986 bytes} [Fri May 8 11:13:18 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:13:18.252 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4e74bd8-7b3d-4d94-ac67-937005a964f3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/105] 199.19.213.146 () {44 vars in 1075 bytes} [Fri May 8 11:13:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d53752bb-3385-49e1-a84a-7f294435556a => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.19.213.146 () {44 vars in 1098 bytes} [Fri May 8 11:13:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d53752bb-3385-49e1-a84a-7f294435556a => 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: 53/107] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:18 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.19.213.146 () {48 vars in 960 bytes} [Fri May 8 11:13:18 2026] POST /v2.0/ports => generated 1100 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 11:13:25.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87223e58-7e64-4ceb-b805-a8822aa1f47c 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/109] 199.19.213.146 () {44 vars in 978 bytes} [Fri May 8 11:13:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 56/110] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.19.213.146 () {48 vars in 1030 bytes} [Fri May 8 11:13:25 2026] PUT /v2.0/ports/2d70c410-b31e-4cd2-9aac-dc756f59dacd => generated 1249 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.19.213.146 () {44 vars in 919 bytes} [Fri May 8 11:13:28 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:13:29.209 8 INFO neutron.api.v2.resource [None req-fbaf75e6-539c-4e9c-b82a-03febd58aee9 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/113] 199.19.213.146 () {44 vars in 958 bytes} [Fri May 8 11:13:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.19.213.146 () {44 vars in 980 bytes} [Fri May 8 11:13:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.19.213.146 () {48 vars in 979 bytes} [Fri May 8 11:13:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:30 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:30 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:30 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:30 2026] POST /v2.0/security-group-rules => generated 623 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:31 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:31 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/124] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:13:31 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/125] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:13:31 2026] POST /v2.0/security-group-rules => generated 627 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/138] 199.19.213.146 () {44 vars in 974 bytes} [Fri May 8 11:15:13 2026] GET /v2.0/quotas/b3596aa4017d452197d5369126b2cfe3 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/139] 199.19.213.146 () {48 vars in 1026 bytes} [Fri May 8 11:15:14 2026] PUT /v2.0/quotas/b3596aa4017d452197d5369126b2cfe3 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:17:35.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-267c7c99-a55d-41d0-8898-c07c7f71c2e7 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 80/160] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:17:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 230 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 81/161] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 11:17:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:17:37.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8857a1d7-efa9-4d7d-8b05-fc271ba74c24 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/162] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:17:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/163] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 11:17:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:27:35.865 7 INFO neutron.api.v2.resource [None req-a6e3ae73-367a-4094-a1fe-1a0f14c11ca0 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 123/244] 199.19.213.146 () {44 vars in 1073 bytes} [Fri May 8 11:27:35 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c89341f2c59245938765557dafca5dcd => generated 139 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.19.213.146 () {44 vars in 1096 bytes} [Fri May 8 11:27:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c89341f2c59245938765557dafca5dcd => generated 23 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 199.19.213.146 () {48 vars in 980 bytes} [Fri May 8 11:27:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:37 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 1624 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:27:37 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => 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: 124/249] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:37 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:27:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/251] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:38 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 2234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/252] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:27:38 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:38 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/254] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:27:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/255] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:39 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => 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: 129/256] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:27:39 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/257] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:39 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/258] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:27:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/259] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:40 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/260] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:27:40 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/261] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:27:40 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/262] 199.19.213.146 () {48 vars in 990 bytes} [Fri May 8 11:27:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/281] 199.19.213.146 () {30 vars in 739 bytes} [Fri May 8 11:29:55 2026] GET /v2.0/networks?tenant_id=c89341f2c59245938765557dafca5dcd&shared=False => generated 15 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:29:55.590 8 INFO neutron.db.segments_db [None req-3ba8828c-477e-4eef-a230-dee4e7a61153 6a8b83c6bdf14ccf8d5f8e9b45338168 c89341f2c59245938765557dafca5dcd - - 52f29f74371840249158e9b1b55be068 52f29f74371840249158e9b1b55be068] Added segment b05f41a5-950c-402b-b196-15b4306ba9f6 of type vxlan for network 8419c522-ad5b-435c-9465-48c6d87c9e5c [pid: 8|app: 0|req: 140/282] 199.19.213.146 () {34 vars in 681 bytes} [Fri May 8 11:29:55 2026] POST /v2.0/networks => generated 718 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/283] 199.19.213.146 () {30 vars in 721 bytes} [Fri May 8 11:29:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/284] 199.19.213.146 () {30 vars in 632 bytes} [Fri May 8 11:29:55 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/285] 199.19.213.146 () {34 vars in 676 bytes} [Fri May 8 11:29:55 2026] POST /v2.0/ports => generated 999 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/286] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:29:56 2026] GET /v2.0/networks/8419c522-ad5b-435c-9465-48c6d87c9e5c => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/287] 199.19.213.146 () {30 vars in 721 bytes} [Fri May 8 11:29:58 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/288] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:29:58 2026] GET /v2.0/networks/8419c522-ad5b-435c-9465-48c6d87c9e5c => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/291] 199.19.213.146 () {44 vars in 974 bytes} [Fri May 8 11:30:12 2026] GET /v2.0/quotas/c89341f2c59245938765557dafca5dcd => 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: 145/292] 199.19.213.146 () {48 vars in 1026 bytes} [Fri May 8 11:30:13 2026] PUT /v2.0/quotas/c89341f2c59245938765557dafca5dcd => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:24.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33a7e008-54bb-4f3f-90d5-1a0c333acb9f 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/391] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:42:24 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:42:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:25.601 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8db1d3e2-b76c-4638-9ae5-bfc40cfc2181 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/393] 199.19.213.146 () {44 vars in 926 bytes} [Fri May 8 11:42:25 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: 7|app: 0|req: 198/394] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:42:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:25.681 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a762a926-34fb-4067-a993-1c645f2e5c25 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/395] 199.19.213.146 () {44 vars in 1033 bytes} [Fri May 8 11:42:25 2026] GET /v2.0/subnets/public-subnet?network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.19.213.146 () {44 vars in 1056 bytes} [Fri May 8 11:42:25 2026] GET /v2.0/subnets?name=public-subnet&network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:53.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-467d5c55-8d67-4882-84fb-59b6d3f2959a 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/401] 199.19.213.146 () {44 vars in 936 bytes} [Fri May 8 11:42:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.19.213.146 () {44 vars in 958 bytes} [Fri May 8 11:42:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:54.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7da0d950-bdb7-4980-a721-c3ab9cb2d3e3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/403] 199.19.213.146 () {44 vars in 936 bytes} [Fri May 8 11:42:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.19.213.146 () {44 vars in 958 bytes} [Fri May 8 11:42:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:54.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff00c2ec-d73f-472e-9613-5a3e64b7e53a 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/405] 199.19.213.146 () {44 vars in 1035 bytes} [Fri May 8 11:42:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d53752bb-3385-49e1-a84a-7f294435556a => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.19.213.146 () {44 vars in 1058 bytes} [Fri May 8 11:42:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d53752bb-3385-49e1-a84a-7f294435556a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:42:55.991 8 INFO neutron.api.v2.resource [None req-10f24102-9533-4d6b-98aa-fd2ad514b2e6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/407] 199.19.213.146 () {44 vars in 970 bytes} [Fri May 8 11:42:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.19.213.146 () {44 vars in 992 bytes} [Fri May 8 11:42:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:57 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:57 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:42:57 2026] GET /v2.0/security-group-rules/d02af8a8-9631-48b6-9e9f-2eaf762e9655 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:58 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/413] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:58 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:42:58 2026] GET /v2.0/security-group-rules/6b0773ef-2c6d-481a-a810-63d1031ab169 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:58 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:59 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => 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: 208/417] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:42:59 2026] GET /v2.0/security-group-rules/f5bd83aa-a163-423d-950c-86432b522604 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:59 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:42:59 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/420] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:42:59 2026] GET /v2.0/security-group-rules/06025307-ce32-4dee-aafd-2f07e9b07054 => 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: 211/423] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:00 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:00 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:43:00 2026] GET /v2.0/security-group-rules/67d78ef3-3ad9-4030-b4ce-5179872e4be8 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/426] 199.19.213.146 () {44 vars in 986 bytes} [Fri May 8 11:43:02 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:43:02.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0c74bbc-3e34-4f57-9175-301255a4573d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/427] 199.19.213.146 () {44 vars in 1075 bytes} [Fri May 8 11:43:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d53752bb-3385-49e1-a84a-7f294435556a => 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: 215/428] 199.19.213.146 () {44 vars in 1098 bytes} [Fri May 8 11:43:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d53752bb-3385-49e1-a84a-7f294435556a => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/429] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:02 2026] GET /v2.0/security-groups/042b1a22-9754-4f4c-baba-6c4171016e6c => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:43:10.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e82e7dc6-3c25-4835-86d1-daa754efc23e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 216/430] 199.19.213.146 () {44 vars in 978 bytes} [Fri May 8 11:43:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 199.19.213.146 () {44 vars in 919 bytes} [Fri May 8 11:43:12 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:43:13.407 8 INFO neutron.api.v2.resource [None req-ed894091-f4de-45f3-917a-14198d0024a9 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 216/433] 199.19.213.146 () {44 vars in 958 bytes} [Fri May 8 11:43:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/434] 199.19.213.146 () {44 vars in 980 bytes} [Fri May 8 11:43:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/435] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:14 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:14 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:43:14 2026] GET /v2.0/security-group-rules/6ea1f925-1d4f-4e3d-b15b-dab7c6b3171e => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/438] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:15 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:43:15 2026] GET /v2.0/security-groups/70a6bcf5-8c90-415f-abd0-2b8879c3d591 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:43:15 2026] GET /v2.0/security-group-rules/830fbecd-e757-495b-9425-8008db2e821d => generated 627 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 199.19.213.146 () {44 vars in 974 bytes} [Fri May 8 11:43:26 2026] GET /v2.0/quotas/b3596aa4017d452197d5369126b2cfe3 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:44:26.279 8 INFO neutron.api.v2.resource [None req-fca7ec94-ceb1-4a00-a539-aabb127da494 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 226/452] 199.19.213.146 () {44 vars in 1073 bytes} [Fri May 8 11:44:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c89341f2c59245938765557dafca5dcd => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 199.19.213.146 () {44 vars in 1096 bytes} [Fri May 8 11:44:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c89341f2c59245938765557dafca5dcd => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:44:27 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/455] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:44:27 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/456] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:44:27 2026] GET /v2.0/security-group-rules/e71c64a7-3483-413b-9e11-b86320445143 => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/457] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:44:29 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/458] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:44:29 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:44:29 2026] GET /v2.0/security-group-rules/53f79336-1870-4f81-8f36-cd0e678eb1eb => generated 599 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:44:30 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:44:30 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:44:30 2026] GET /v2.0/security-group-rules/fc99062a-f6af-4ca2-b399-99b55407ebf1 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/465] 199.19.213.146 () {44 vars in 1087 bytes} [Fri May 8 11:44:31 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222?project_id=c89341f2c59245938765557dafca5dcd => generated 4075 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 199.19.213.146 () {44 vars in 1000 bytes} [Fri May 8 11:44:31 2026] GET /v2.0/security-groups/204c4a0a-819d-4ed7-9895-74f52e13f222 => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/467] 199.19.213.146 () {44 vars in 1010 bytes} [Fri May 8 11:44:31 2026] GET /v2.0/security-group-rules/3ca43593-bf14-4266-a765-eeec02b232e7 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 199.19.213.146 () {44 vars in 974 bytes} [Fri May 8 11:45:13 2026] GET /v2.0/quotas/c89341f2c59245938765557dafca5dcd => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/497] 199.19.213.146 () {44 vars in 948 bytes} [Fri May 8 11:48:08 2026] GET /v2.0/networks?name=public => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/508] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:49:17 2026] GET /v2.0/networks => generated 2168 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/509] 10.0.0.185 () {32 vars in 654 bytes} [Fri May 8 11:49:18 2026] GET /v2.0/floatingips => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/510] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:49:18 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/511] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:49:18 2026] GET /v2.0/ports => generated 4725 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/512] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:49:18 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/513] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:49:19 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: 259/514] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:49:19 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/515] 10.0.0.185 () {32 vars in 654 bytes} [Fri May 8 11:49:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:33.285 8 INFO neutron.db.segments_db [None req-2ea1aca6-3530-4cff-91ae-7217210f20ca 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 3fbb618d-3e99-45af-a074-ba373e9613e6 of type vxlan for network 1ab10f7a-5f2a-404e-b174-22a024c0c375 2026-05-08 11:49:33.354 7 INFO neutron.db.segments_db [None req-7f281261-2689-465f-ba94-ea4b5e415f6e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment ffe18ce2-5095-4377-b137-e28f96ef2bd3 of type vxlan for network 5e555a16-d266-4a8a-bb95-add0f16befac [pid: 8|app: 0|req: 258/518] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:49:33 2026] POST /v2.0/networks => generated 752 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/519] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:49:33 2026] POST /v2.0/networks => generated 744 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/520] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:33 2026] POST /v2.0/subnets => generated 699 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:33.803 8 INFO neutron.db.segments_db [None req-ea73aa80-fd7f-4980-8c20-0a3b4867e1b8 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 of type vxlan for network 194f1f7a-3f6a-4748-90e3-bac5391bacd4 [pid: 8|app: 0|req: 259/521] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:49:33 2026] POST /v2.0/networks => generated 749 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:33.971 8 INFO neutron.db.segments_db [None req-931f51a8-7c60-479e-876d-ca80795b0fd5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 of type vxlan for network b6b9f134-a05f-4054-a88d-de0b71b76fe5 [pid: 7|app: 0|req: 263/522] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:33 2026] POST /v2.0/subnets => generated 691 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/523] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:49:33 2026] GET /v2.0/security-groups?tenant_id=0547d688ba284df0962bc11a7ca5e560&name=default => generated 2921 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:49:34.339 8 INFO neutron.db.l3_hamode_db [None req-931f51a8-7c60-479e-876d-ca80795b0fd5 0070d7d7d2584633a70821454d9885a5 548ef10c02c744cfb98fe2023f7c5716 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 265/524] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:34 2026] POST /v2.0/subnets => generated 696 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:34.621 7 INFO neutron.db.segments_db [None req-5a61c6fb-1572-42de-b1b8-643f81065ea0 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 177a42ff-88d6-4b9a-aa6a-3602162896a4 of type vxlan for network deb982cb-f5dd-4773-ab16-8c50e2dceb10 2026-05-08 11:49:35.536 7 INFO neutron.db.l3_hamode_db [None req-5a61c6fb-1572-42de-b1b8-643f81065ea0 0070d7d7d2584633a70821454d9885a5 ff0c001787b04322abe573cfd0b40c07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:49:35.989 8 INFO neutron.db.l3_hamode_db [None req-931f51a8-7c60-479e-876d-ca80795b0fd5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:49:36.903 7 INFO neutron.db.l3_hamode_db [None req-5a61c6fb-1572-42de-b1b8-643f81065ea0 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 260/525] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:33 2026] POST /v2.0/routers => generated 739 bytes in 3446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/526] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:49:37 2026] DELETE /v2.0/security-groups/4869a462-de25-416b-9335-1e14e1792492 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:49:37.664 8 INFO neutron.db.segments_db [None req-2e13162c-e433-4b2e-bca8-ba686ff5160c 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 113f8c81-7a58-45a0-a698-b57fe34d0d08 of type vxlan for network c935dbdc-7b89-4b5f-ba5f-3215cb71855c 2026-05-08 11:49:38.101 8 INFO neutron.db.l3_hamode_db [None req-2e13162c-e433-4b2e-bca8-ba686ff5160c 0070d7d7d2584633a70821454d9885a5 e157cc7b70b149fa9bdc6590150052e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 266/527] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:34 2026] POST /v2.0/routers => generated 731 bytes in 3816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:38.727 8 INFO neutron.db.l3_hamode_db [None req-2e13162c-e433-4b2e-bca8-ba686ff5160c 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/528] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:49:38 2026] PUT /v2.0/routers/3a87cef2-83bd-423d-9ef2-961e69027c22/add_router_interface => generated 309 bytes in 1414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/529] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:37 2026] POST /v2.0/routers => generated 736 bytes in 2349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:40.282 8 INFO neutron.db.segments_db [None req-4420f067-9b90-477f-a37c-c2d66e998bb8 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 851a7602-076c-4f87-8591-516106620402 of type vxlan for network 52614550-7baf-4ce5-96d9-c102a637aa0a [pid: 8|app: 0|req: 263/530] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:49:39 2026] POST /v2.0/networks => generated 748 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/531] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:49:39 2026] PUT /v2.0/routers/072edf6c-5091-4a5b-b14b-f1520b2f3e81/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/532] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/533] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/subnets => generated 695 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/534] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:41.612 7 INFO neutron.db.segments_db [None req-06d7c0eb-4f38-42c7-a406-7223523e9139 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 33691740-21df-4f00-be5c-daf075617908 of type vxlan for network 2733defb-e570-4b6c-8317-8b78597fe6c5 [pid: 8|app: 0|req: 264/535] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:49:40 2026] PUT /v2.0/routers/9bae3642-8bef-4db5-82cb-fd8108f8a073/add_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/536] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:41.848 7 INFO neutron.db.l3_hamode_db [None req-06d7c0eb-4f38-42c7-a406-7223523e9139 0070d7d7d2584633a70821454d9885a5 0a7888a79b4d440e930b700622c044b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 266/537] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/security-groups => generated 1661 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 11:49:42.611 7 INFO neutron.db.l3_hamode_db [None req-06d7c0eb-4f38-42c7-a406-7223523e9139 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 267/538] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/floatingips => generated 552 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/539] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:49:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/540] 10.0.0.184 () {38 vars in 970 bytes} [Fri May 8 11:49:42 2026] POST /v2.0/security-groups => generated 1686 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/541] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:49:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/542] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:41 2026] POST /v2.0/routers => generated 735 bytes in 1889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/543] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:49:43 2026] POST /v2.0/floatingips => generated 552 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/544] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:43 2026] GET /v2.0/security-groups/2734f63f-cb14-401e-a836-f0cc6ef714e2 => generated 1686 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/545] 10.0.0.184 () {34 vars in 1099 bytes} [Fri May 8 11:49:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1967448325&fields=id&tenant_id=548ef10c02c744cfb98fe2023f7c5716 => generated 69 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/546] 10.0.0.184 () {38 vars in 980 bytes} [Fri May 8 11:49:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/547] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 684 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/548] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/quotas/548ef10c02c744cfb98fe2023f7c5716 => 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: 277/549] 10.0.0.184 () {34 vars in 1099 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2127555948&fields=id&tenant_id=ff0c001787b04322abe573cfd0b40c07 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/550] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/551] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/networks?id=5e555a16-d266-4a8a-bb95-add0f16befac => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/552] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/quotas/ff0c001787b04322abe573cfd0b40c07 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/553] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/ports?tenant_id=ff0c001787b04322abe573cfd0b40c07&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/554] 10.0.0.184 () {34 vars in 906 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/555] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:49:43 2026] PUT /v2.0/routers/90d146f2-2509-44ae-9d87-007ec6ae6331/add_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/556] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?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: 274/557] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?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: 284/558] 10.0.0.184 () {34 vars in 906 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/559] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/560] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:49:44 2026] GET /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac?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: 276/561] 10.0.0.184 () {38 vars in 970 bytes} [Fri May 8 11:49:44 2026] POST /v2.0/security-groups => generated 1685 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/562] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/563] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-groups/a5dcee77-ced9-475c-bfa2-360f984d747f => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/564] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 287/565] 10.0.0.184 () {38 vars in 980 bytes} [Fri May 8 11:49:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/566] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-groups/a5dcee77-ced9-475c-bfa2-360f984d747f => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/567] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:49:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/568] 10.0.0.184 () {38 vars in 980 bytes} [Fri May 8 11:49:45 2026] POST /v2.0/security-group-rules => generated 619 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/569] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-groups/a5dcee77-ced9-475c-bfa2-360f984d747f => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/570] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:49:45 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: 291/571] 10.0.0.184 () {34 vars in 1000 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-group-rules/8a77df17-9e21-4c2b-8945-7a5886406cda => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/572] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-groups/a5dcee77-ced9-475c-bfa2-360f984d747f => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/573] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:49:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.184 () {36 vars in 1022 bytes} [Fri May 8 11:49:45 2026] DELETE /v2.0/security-group-rules/8a77df17-9e21-4c2b-8945-7a5886406cda => 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: 294/575] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-groups/a5dcee77-ced9-475c-bfa2-360f984d747f => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/578] 10.0.0.184 () {36 vars in 1012 bytes} [Fri May 8 11:49:45 2026] DELETE /v2.0/security-groups/a5dcee77-ced9-475c-bfa2-360f984d747f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/579] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:45 2026] GET /v2.0/security-groups/2734f63f-cb14-401e-a836-f0cc6ef714e2 => generated 2311 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/580] 10.0.0.184 () {36 vars in 1012 bytes} [Fri May 8 11:49:45 2026] DELETE /v2.0/security-groups/2734f63f-cb14-401e-a836-f0cc6ef714e2 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/581] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:49:45 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/582] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:46 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 284/583] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:46 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:46.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfb56d66-3dcf-4c64-8e93-77fa52568a5e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: d81019f2-6544-4dec-82ff-a79c094e7108 2026-05-08 11:49:46.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfb56d66-3dcf-4c64-8e93-77fa52568a5e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: d81019f2-6544-4dec-82ff-a79c094e7108 [pid: 7|app: 0|req: 300/584] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:49:45 2026] PUT /v2.0/routers/9bae3642-8bef-4db5-82cb-fd8108f8a073/remove_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:49:47.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a27ba07-3335-4975-aa68-850c2d76d4bc 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 10cbbb33-14aa-4c6e-8d41-917b18221844 2026-05-08 11:49:47.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a27ba07-3335-4975-aa68-850c2d76d4bc 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 10cbbb33-14aa-4c6e-8d41-917b18221844 [pid: 7|app: 0|req: 301/585] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:47 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/586] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:47 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:47.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a27ba07-3335-4975-aa68-850c2d76d4bc 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: ff765b83-b92c-478e-a1f2-9c3e2f4779cb 2026-05-08 11:49:47.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a27ba07-3335-4975-aa68-850c2d76d4bc 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: ff765b83-b92c-478e-a1f2-9c3e2f4779cb 2026-05-08 11:49:47.639 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-4a27ba07-3335-4975-aa68-850c2d76d4bc 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-08 11:49:48.370 8 INFO neutron.services.segments.plugin [-] Segment 113f8c81-7a58-45a0-a698-b57fe34d0d08 resource provider aggregate not found 2026-05-08 11:49:48.377 8 INFO neutron.db.l3_hamode_db [None req-4a27ba07-3335-4975-aa68-850c2d76d4bc 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network c935dbdc-7b89-4b5f-ba5f-3215cb71855c was deleted as no HA routers are present in tenant e157cc7b70b149fa9bdc6590150052e5. [pid: 8|app: 0|req: 285/587] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:49:47 2026] DELETE /v2.0/routers/9bae3642-8bef-4db5-82cb-fd8108f8a073 => generated 0 bytes in 1372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:49:48.409 8 INFO neutron.services.segments.plugin [-] Segment 113f8c81-7a58-45a0-a698-b57fe34d0d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 113f8c81-7a58-45a0-a698-b57fe34d0d08 found for delete ", "request_id": "req-4a26de9a-9ddc-4836-abf9-ae771e31e60b"}]} 2026-05-08 11:49:48.440 8 INFO neutron.services.segments.plugin [-] Segment 113f8c81-7a58-45a0-a698-b57fe34d0d08 resource provider aggregate not found [pid: 8|app: 0|req: 286/588] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:48 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 287/589] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:48 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:48.469 8 INFO neutron.services.segments.plugin [-] Segment 113f8c81-7a58-45a0-a698-b57fe34d0d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 113f8c81-7a58-45a0-a698-b57fe34d0d08 found for delete ", "request_id": "req-82ec3a50-31e2-4ac4-8e63-ee718c49716e"}]} [pid: 7|app: 0|req: 303/590] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:49:48 2026] DELETE /v2.0/subnets/fd0fbe84-509f-4769-b947-a8c15eefbab7 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:49:48.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-e22b5cb5-5df1-4b0a-b3d2-f62872b410e2 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 30436c00-ab98-4fc6-9bcd-52cdbef51d7e 2026-05-08 11:49:48.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e22b5cb5-5df1-4b0a-b3d2-f62872b410e2 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 30436c00-ab98-4fc6-9bcd-52cdbef51d7e [pid: 8|app: 0|req: 288/591] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:49:48 2026] DELETE /v2.0/networks/194f1f7a-3f6a-4748-90e3-bac5391bacd4 => generated 0 bytes in 446 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/592] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:49:49 2026] GET /v2.0/security-groups?tenant_id=e157cc7b70b149fa9bdc6590150052e5&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/593] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:49:49 2026] DELETE /v2.0/security-groups/e8bfc16c-e888-4aed-8a48-baa2ac2fd6b4 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/594] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:49 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 290/595] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:49 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/596] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:49:49 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 684 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/597] 199.19.213.146 () {34 vars in 910 bytes} [Fri May 8 11:49:50 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/598] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:49:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=548ef10c02c744cfb98fe2023f7c5716 => generated 181 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:49:50.429 8 INFO neutron.services.segments.plugin [-] Segment 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 resource provider aggregate not found 2026-05-08 11:49:50.448 8 INFO neutron.services.segments.plugin [-] Segment 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 found for delete ", "request_id": "req-5cbd2ee0-14fd-4700-a120-5a163dac5b69"}]} 2026-05-08 11:49:50.490 8 INFO neutron.services.segments.plugin [-] Segment 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 resource provider aggregate not found 2026-05-08 11:49:50.507 8 INFO neutron.services.segments.plugin [-] Segment 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d9890b3-f47f-4d76-af21-2d5bfe95d2a4 found for delete ", "request_id": "req-e6db1b9e-db6a-4bc8-81c7-ad18d9679265"}]} [pid: 7|app: 0|req: 308/599] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:50 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 961 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/600] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:50 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 292/601] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:49:50 2026] POST /v2.0/ports => generated 958 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/602] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:50 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 293/603] 10.0.0.184 () {34 vars in 1097 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--351824403&fields=id&tenant_id=0a7888a79b4d440e930b700622c044b0 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/604] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/networks?id=52614550-7baf-4ce5-96d9-c102a637aa0a => generated 680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/605] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/quotas/0a7888a79b4d440e930b700622c044b0 => 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: 313/606] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/ports?tenant_id=0a7888a79b4d440e930b700622c044b0&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/607] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/608] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/609] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/networks?id=5e555a16-d266-4a8a-bb95-add0f16befac => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/610] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:49:51 2026] PUT /v2.0/ports/b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 1239 bytes in 824 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: 295/611] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:49:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff0c001787b04322abe573cfd0b40c07 => generated 181 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/612] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:52 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:52.204 7 INFO neutron.db.segments_db [None req-fb96dc05-0fb5-4a5d-a1a7-9c92a3e9e5d0 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment fc45b018-41f8-4d6b-8488-739f80acdc2b of type vxlan for network c8868df4-1ffa-4178-85c0-cf22ca612838 [pid: 7|app: 0|req: 317/613] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:49:51 2026] POST /v2.0/networks => generated 745 bytes in 951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:49:52.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01b9d08e-860d-4f1d-abba-44c29625fa37'] response: {'name': 'network-changed', 'server_uuid': '682fe417-fcd5-48b8-82d1-e4d34e2b3953', 'tag': 'b1df3cdb-6390-4c3e-843d-b2df271f914f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 318/614] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:52 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/615] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:49:52 2026] POST /v2.0/ports => generated 958 bytes in 733 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: 298/616] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:52 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/617] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:52 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 319/618] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:52 2026] POST /v2.0/subnets => generated 692 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/619] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:49:53 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:49:53.416 7 INFO neutron.db.segments_db [None req-b5f26564-f446-4176-b89d-30fc6e4d2581 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 of type vxlan for network f9c515dd-24f5-4125-ac34-5c388bb6b69a [pid: 8|app: 0|req: 300/620] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:49:52 2026] PUT /v2.0/ports/c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5 => generated 1239 bytes in 1169 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: 301/621] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/622] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/623] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/624] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/625] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/626] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&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: 307/627] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&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: 308/628] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/629] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?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: 310/630] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:49:54 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:54.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e0c1cab-b01b-4ce1-9d9b-6bba04d877c0'] response: {'name': 'network-changed', 'server_uuid': 'ab595386-de41-4f52-a54e-2016bad0d5ec', 'tag': 'c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5', 'status': 'completed', 'code': 200} 2026-05-08 11:49:54.896 7 INFO neutron.db.l3_hamode_db [None req-b5f26564-f446-4176-b89d-30fc6e4d2581 0070d7d7d2584633a70821454d9885a5 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 311/631] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/ports?tenant_id=ff0c001787b04322abe573cfd0b40c07&device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 312/632] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/networks?tenant_id=ff0c001787b04322abe573cfd0b40c07&shared=False => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/633] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/634] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 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.184 () {34 vars in 989 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/636] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&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: 317/637] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/638] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/639] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/640] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 780 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/641] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/642] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/643] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/644] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/645] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:49:55 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:49:56.029 7 INFO neutron.db.l3_hamode_db [None req-b5f26564-f446-4176-b89d-30fc6e4d2581 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 326/646] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/ports?tenant_id=ff0c001787b04322abe573cfd0b40c07&device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/647] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/648] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/subnets?id=298bf7ca-c8eb-472b-adfb-6632188b0969 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/649] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/ports?network_id=5e555a16-d266-4a8a-bb95-add0f16befac&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/650] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/651] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/652] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/653] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/654] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac?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: 335/655] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 336/656] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:56 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/657] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:49:53 2026] POST /v2.0/routers => generated 732 bytes in 4402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/658] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:57 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/659] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:57 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/660] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:57 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 325/661] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:58 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/662] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:58 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&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: 337/663] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:49:57 2026] PUT /v2.0/routers/0ece92e0-1d3f-41a6-b278-dc5d92627dc6/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/664] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/665] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 328/666] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/667] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/668] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/669] 10.0.0.184 () {38 vars in 970 bytes} [Fri May 8 11:49:59 2026] POST /v2.0/security-groups => generated 1682 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/670] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/networks?id=52614550-7baf-4ce5-96d9-c102a637aa0a => generated 680 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/671] 10.0.0.184 () {38 vars in 970 bytes} [Fri May 8 11:49:59 2026] POST /v2.0/security-groups => generated 1682 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/672] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a7888a79b4d440e930b700622c044b0 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/673] 10.0.0.184 () {38 vars in 970 bytes} [Fri May 8 11:49:59 2026] POST /v2.0/security-groups => generated 1681 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/674] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups?tenant_id=a4c2c3cb4c0046f18ff77dcd7dccc5b2 => generated 7910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/675] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups/3aab393c-1a07-4674-8b37-6a718c4201a9 => generated 2922 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/676] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups/3aab393c-1a07-4674-8b37-6a718c4201a9 => generated 2922 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/677] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:49:59 2026] GET /v2.0/security-groups/abbe49ba-7155-4248-8c4b-a28ef0e3fffd => generated 1682 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/678] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:49:59 2026] POST /v2.0/ports => generated 958 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/679] 10.0.0.184 () {36 vars in 1012 bytes} [Fri May 8 11:50:00 2026] DELETE /v2.0/security-groups/abbe49ba-7155-4248-8c4b-a28ef0e3fffd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:50:00.163 8 INFO neutron.api.v2.resource [req-2c613440-f3d7-43fb-aaee-7af141ee68b9 req-524173a2-c967-4cee-984f-3a436d8cab4f 9fbd5718e71b41838d8a1a8b16bbf7b1 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 348/680] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups/abbe49ba-7155-4248-8c4b-a28ef0e3fffd => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/681] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 961 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/682] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 351/683] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 352/684] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/685] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups/f2f0f90e-e84b-4c57-b30a-711ed14f2963 => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/686] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:50:00 2026] PUT /v2.0/ports/c7af4b89-a6ec-4644-9fd3-d7be878a8962 => generated 1239 bytes in 390 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: 354/687] 10.0.0.184 () {36 vars in 1012 bytes} [Fri May 8 11:50:00 2026] DELETE /v2.0/security-groups/f2f0f90e-e84b-4c57-b30a-711ed14f2963 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:00.628 8 INFO neutron.api.v2.resource [req-0262bd8f-b030-4de7-bf02-f6882c73f578 req-689a8b1d-75f8-44e1-b670-3e728b072fd6 9fbd5718e71b41838d8a1a8b16bbf7b1 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/688] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups/f2f0f90e-e84b-4c57-b30a-711ed14f2963 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/689] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups/2ba7e5bd-7649-4b8a-a0dd-35dbc46f1f08 => generated 1681 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/692] 10.0.0.184 () {36 vars in 1012 bytes} [Fri May 8 11:50:00 2026] DELETE /v2.0/security-groups/2ba7e5bd-7649-4b8a-a0dd-35dbc46f1f08 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:00.899 8 INFO neutron.api.v2.resource [req-fecf8ef8-fbc6-441e-926b-8747247a56d8 req-3461de9f-2582-42c4-89be-53ff5d326f46 9fbd5718e71b41838d8a1a8b16bbf7b1 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 360/693] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups/2ba7e5bd-7649-4b8a-a0dd-35dbc46f1f08 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/694] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups?tenant_id=a4c2c3cb4c0046f18ff77dcd7dccc5b2 => 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: 334/695] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/696] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:00 2026] GET /v2.0/security-groups/3aab393c-1a07-4674-8b37-6a718c4201a9 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/697] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups/3aab393c-1a07-4674-8b37-6a718c4201a9 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/698] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:01.103 8 INFO neutron.api.v2.resource [req-d797e51e-1f84-4252-8a0b-e4463c658575 req-39160346-abe6-49cc-989f-f94c47dd541a 9fbd5718e71b41838d8a1a8b16bbf7b1 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/699] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups/2ba7e5bd-7649-4b8a-a0dd-35dbc46f1f08 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:50:01.139 7 INFO neutron.api.v2.resource [req-0f362d93-899c-4173-89ac-f1de76d21f3e req-ad24402a-8b08-40ff-accf-ee42b2f31a78 9fbd5718e71b41838d8a1a8b16bbf7b1 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 336/700] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups/f2f0f90e-e84b-4c57-b30a-711ed14f2963 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:50:01.176 8 INFO neutron.api.v2.resource [req-7ef6ba67-87c4-4dc4-b842-53bd92324bee req-09484362-4d22-41b4-9f94-b3fd7dcbb615 9fbd5718e71b41838d8a1a8b16bbf7b1 a4c2c3cb4c0046f18ff77dcd7dccc5b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 365/701] 10.0.0.184 () {34 vars in 990 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups/abbe49ba-7155-4248-8c4b-a28ef0e3fffd => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:50:01.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41a9be2e-a4ef-4943-aaf6-6bddc0136b6f'] response: {'name': 'network-changed', 'server_uuid': '048a98c9-7a28-474e-ba3d-ee20e971fe83', 'tag': 'c7af4b89-a6ec-4644-9fd3-d7be878a8962', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/702] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/703] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/704] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/705] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/ports?tenant_id=0a7888a79b4d440e930b700622c044b0&device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:01.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-549e2e4b-7d8f-4e81-ba81-49de34e9b714 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 709723a1-6542-4fee-b743-d3a9732d64ec 2026-05-08 11:50:01.598 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-549e2e4b-7d8f-4e81-ba81-49de34e9b714 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 709723a1-6542-4fee-b743-d3a9732d64ec [pid: 8|app: 0|req: 370/706] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/707] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c7af4b89-a6ec-4644-9fd3-d7be878a8962 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/708] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/subnets?id=01a5972e-25fe-4656-8145-d5047ccbd09e => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/709] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/ports?network_id=52614550-7baf-4ce5-96d9-c102a637aa0a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/710] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/711] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:01 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/712] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:50:01 2026] PUT /v2.0/routers/0ece92e0-1d3f-41a6-b278-dc5d92627dc6/remove_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/713] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/714] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:02.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7aad582-a3af-429b-b943-385090e26875 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 19759cba-7a6e-40a4-adcb-7e641db0483a 2026-05-08 11:50:02.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7aad582-a3af-429b-b943-385090e26875 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 19759cba-7a6e-40a4-adcb-7e641db0483a [pid: 8|app: 0|req: 378/715] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/716] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/717] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:02.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7aad582-a3af-429b-b943-385090e26875 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 593b6ee9-e1fb-448c-959c-dba8c7398ae0 2026-05-08 11:50:02.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7aad582-a3af-429b-b943-385090e26875 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 593b6ee9-e1fb-448c-959c-dba8c7398ae0 [pid: 8|app: 0|req: 381/718] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/719] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/ports?tenant_id=0a7888a79b4d440e930b700622c044b0&device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:02.910 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-d7aad582-a3af-429b-b943-385090e26875 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 383/720] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/networks?id=52614550-7baf-4ce5-96d9-c102a637aa0a => generated 776 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/721] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c7af4b89-a6ec-4644-9fd3-d7be878a8962 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/722] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:02 2026] GET /v2.0/subnets?id=01a5972e-25fe-4656-8145-d5047ccbd09e => generated 698 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/723] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:03.426 7 INFO neutron.db.l3_hamode_db [None req-d7aad582-a3af-429b-b943-385090e26875 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network f9c515dd-24f5-4125-ac34-5c388bb6b69a was deleted as no HA routers are present in tenant a4c2c3cb4c0046f18ff77dcd7dccc5b2. [pid: 7|app: 0|req: 338/724] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:02 2026] DELETE /v2.0/routers/0ece92e0-1d3f-41a6-b278-dc5d92627dc6 => generated 0 bytes in 1241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/725] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/ports?network_id=52614550-7baf-4ce5-96d9-c102a637aa0a&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/726] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/727] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/728] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?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: 388/729] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:03 2026] DELETE /v2.0/subnets/5dcba6cb-54d1-4cc3-ab01-dfc396ed7ff7 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:03.882 7 INFO neutron.services.segments.plugin [-] Segment 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 resource provider aggregate not found 2026-05-08 11:50:03.906 7 INFO neutron.services.segments.plugin [-] Segment 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 found for delete ", "request_id": "req-084f748b-83b8-46b9-8a17-4460524fcc72"}]} [pid: 8|app: 0|req: 389/730] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/731] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:03 2026] DELETE /v2.0/networks/c8868df4-1ffa-4178-85c0-cf22ca612838 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:03.937 7 INFO neutron.services.segments.plugin [-] Segment 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 resource provider aggregate not found [pid: 7|app: 0|req: 343/732] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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-05-08 11:50:03.987 7 INFO neutron.services.segments.plugin [-] Segment 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4a89fa-57ca-41a6-92b1-02ef7e4f8c69 found for delete ", "request_id": "req-90b6cb77-ec6b-4b65-9604-6c21dcbbfa27"}]} [pid: 8|app: 0|req: 390/733] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:03 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/734] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:04 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/735] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:04 2026] GET /v2.0/security-groups?tenant_id=a4c2c3cb4c0046f18ff77dcd7dccc5b2&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/736] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:04 2026] DELETE /v2.0/security-groups/3aab393c-1a07-4674-8b37-6a718c4201a9 => 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: 392/737] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:04 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/738] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:04 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/739] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/740] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 347/741] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/742] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/743] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 349/744] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/745] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:05 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:05.942 7 INFO neutron.services.segments.plugin [-] Segment fc45b018-41f8-4d6b-8488-739f80acdc2b resource provider aggregate not found 2026-05-08 11:50:05.967 7 INFO neutron.services.segments.plugin [-] Segment fc45b018-41f8-4d6b-8488-739f80acdc2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc45b018-41f8-4d6b-8488-739f80acdc2b found for delete ", "request_id": "req-e2f8cc12-adcf-4ab1-8bff-b248400a3241"}]} 2026-05-08 11:50:06.014 7 INFO neutron.services.segments.plugin [-] Segment fc45b018-41f8-4d6b-8488-739f80acdc2b resource provider aggregate not found 2026-05-08 11:50:06.028 7 INFO neutron.services.segments.plugin [-] Segment fc45b018-41f8-4d6b-8488-739f80acdc2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc45b018-41f8-4d6b-8488-739f80acdc2b found for delete ", "request_id": "req-a4da419e-0dab-4c45-abf7-f3b5122c14e0"}]} 2026-05-08 11:50:06.069 8 INFO neutron.db.l3_db [None req-96efe5ab-3166-4a6c-891b-d1a1694c48d7 eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] Floating IP 2a27be24-521e-4521-838e-4da7259ea2f5 associated. External IP: 10.96.250.204, port: c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5. [pid: 7|app: 0|req: 351/746] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:06 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/747] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:06 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 396/748] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:50:05 2026] PUT /v2.0/floatingips/2a27be24-521e-4521-838e-4da7259ea2f5 => generated 856 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:06.451 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de9dd75c-38b8-4e6c-b82a-a9dbb6881e6a'] response: {'name': 'network-changed', 'server_uuid': 'ab595386-de41-4f52-a54e-2016bad0d5ec', 'tag': 'c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/749] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:06 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 397/750] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:06 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/751] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:06 2026] GET /v2.0/ports?tenant_id=ff0c001787b04322abe573cfd0b40c07&device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 1244 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/752] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/753] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 975 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/754] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/755] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/networks?id=5e555a16-d266-4a8a-bb95-add0f16befac => generated 772 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/756] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/757] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5 => generated 859 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/758] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/subnets?id=298bf7ca-c8eb-472b-adfb-6632188b0969 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/759] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/ports?network_id=5e555a16-d266-4a8a-bb95-add0f16befac&device_owner=network%3Adhcp => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/760] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/761] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 402/762] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/763] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:07 2026] GET /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac?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: 403/764] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/765] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/766] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&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: 363/767] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/768] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/769] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/770] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:08 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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-05-08 11:50:09.135 7 INFO neutron.db.l3_db [None req-7e3418b2-c6f3-44ca-a757-cf753fb40d1b de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] Floating IP e5329904-3295-4d9b-ae37-7297dfccf4eb associated. External IP: 10.96.250.217, port: b1df3cdb-6390-4c3e-843d-b2df271f914f. [pid: 7|app: 0|req: 364/771] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:50:08 2026] PUT /v2.0/floatingips/e5329904-3295-4d9b-ae37-7297dfccf4eb => generated 856 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/772] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/773] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 367/774] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 408/775] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/security-groups?tenant_id=df742ed0099e4d62a6978ab7c3236078&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/776] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/security-groups?id=cfb15211-3653-40ee-aaf9-3acac77ee183&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/777] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:09.767 7 INFO neutron_taas.services.taas.taas_plugin [req-baf6d23f-36e3-49d6-afd7-3209b6fd7273 req-c84ca7fb-5066-4bef-a435-4f97b38b15ce eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] TaaS: Handle Delete Port: c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5 2026-05-08 11:50:09.772 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20fcae17-9e2b-43da-8edc-52fce5684c72'] response: {'name': 'network-changed', 'server_uuid': '682fe417-fcd5-48b8-82d1-e4d34e2b3953', 'tag': 'b1df3cdb-6390-4c3e-843d-b2df271f914f', 'status': 'completed', 'code': 200} 2026-05-08 11:50:09.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-baf6d23f-36e3-49d6-afd7-3209b6fd7273 req-c84ca7fb-5066-4bef-a435-4f97b38b15ce eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] Tap Mirror: Handle Delete Port: c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5 [pid: 8|app: 0|req: 411/778] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:09 2026] DELETE /v2.0/security-groups/c13e3d30-4cbb-456c-a461-47451aa718e5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:09.952 7 INFO neutron.db.l3_db [req-baf6d23f-36e3-49d6-afd7-3209b6fd7273 req-c84ca7fb-5066-4bef-a435-4f97b38b15ce eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] Floating IP 2a27be24-521e-4521-838e-4da7259ea2f5 disassociated. External IP: 10.96.250.204, port: c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5. [pid: 8|app: 0|req: 412/779] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/780] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:09 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/781] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/782] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/security-groups?tenant_id=f8602f7e7a934ae6bd935eaf2c6f30ff&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/783] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 780 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/784] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:50:09 2026] DELETE /v2.0/ports/c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5 => generated 0 bytes in 1124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/785] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 859 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/786] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:10 2026] DELETE /v2.0/security-groups/859c404f-9dc0-43da-b366-468bbcb8edc6 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/787] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/788] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/789] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/790] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/791] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:10 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/792] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:11 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/793] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:11 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:11.826 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e58f23b7-ff7a-4445-9a9f-317f5f250c7a'] response: {'server_uuid': 'ab595386-de41-4f52-a54e-2016bad0d5ec', 'name': 'network-vif-deleted', 'tag': 'c4b89dc7-406b-4e58-bd8a-2662c5cdd2d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 421/794] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:11 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => 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: 374/795] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:12 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/796] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:12 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 375/797] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:12 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:13.049 8 INFO neutron.db.l3_db [None req-88e8feec-6ffc-474a-b654-71846cb162e2 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] Floating IP 8810c537-07b9-4cf0-b713-cf6edf070edd associated. External IP: 10.96.250.216, port: c7af4b89-a6ec-4644-9fd3-d7be878a8962. [pid: 7|app: 0|req: 376/798] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:13 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/799] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:50:12 2026] PUT /v2.0/floatingips/8810c537-07b9-4cf0-b713-cf6edf070edd => generated 856 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:13.380 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-484b17bb-4e8e-4314-9b41-7bc5d1e33df5'] response: {'name': 'network-changed', 'server_uuid': '048a98c9-7a28-474e-ba3d-ee20e971fe83', 'tag': 'c7af4b89-a6ec-4644-9fd3-d7be878a8962', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 377/800] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:13 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/801] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:13 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 378/802] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:13 2026] GET /v2.0/ports?tenant_id=0a7888a79b4d440e930b700622c044b0&device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 425/803] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:13 2026] GET /v2.0/networks?id=52614550-7baf-4ce5-96d9-c102a637aa0a => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/804] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c7af4b89-a6ec-4644-9fd3-d7be878a8962 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/805] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/subnets?id=01a5972e-25fe-4656-8145-d5047ccbd09e => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/806] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/ports?network_id=52614550-7baf-4ce5-96d9-c102a637aa0a&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: 427/807] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=segments => generated 14 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/808] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 382/809] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/ports?device_id=ab595386-de41-4f52-a54e-2016bad0d5ec => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/810] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/811] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:14 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 429/814] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:15 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/815] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:15 2026] GET /v2.0/security-groups?id=1bd3a6e0-d1af-419f-9ec4-db23b7318dca&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: 386/816] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:15 2026] DELETE /v2.0/security-groups/cfb15211-3653-40ee-aaf9-3acac77ee183 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:15.854 8 INFO neutron.api.v2.resource [None req-745dc3f9-1843-4baf-9f0c-fef618624a0c eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 431/817] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:50:15 2026] GET /v2.0/security-groups/cfb15211-3653-40ee-aaf9-3acac77ee183 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:50:15.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e81864a-487c-4122-8334-4a633b0aa0e0 eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] TaaS: Handle Delete Port: 07e57f27-b99c-4c1a-a1b5-3a29ee724d02 2026-05-08 11:50:15.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e81864a-487c-4122-8334-4a633b0aa0e0 eade5749698b49cb810b2e7b96914eec ff0c001787b04322abe573cfd0b40c07 - - default default] Tap Mirror: Handle Delete Port: 07e57f27-b99c-4c1a-a1b5-3a29ee724d02 [pid: 7|app: 0|req: 387/818] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:50:15 2026] DELETE /v2.0/floatingips/2a27be24-521e-4521-838e-4da7259ea2f5 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/819] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:50:16 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:16.343 8 INFO neutron_taas.services.taas.taas_plugin [req-79dbdcd0-d3a5-42e7-bcaf-e5652396709c req-2479e04e-f636-4585-abcb-04701b2fd1e7 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] TaaS: Handle Delete Port: c7af4b89-a6ec-4644-9fd3-d7be878a8962 2026-05-08 11:50:16.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-79dbdcd0-d3a5-42e7-bcaf-e5652396709c req-2479e04e-f636-4585-abcb-04701b2fd1e7 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] Tap Mirror: Handle Delete Port: c7af4b89-a6ec-4644-9fd3-d7be878a8962 2026-05-08 11:50:16.525 8 INFO neutron.db.l3_db [req-79dbdcd0-d3a5-42e7-bcaf-e5652396709c req-2479e04e-f636-4585-abcb-04701b2fd1e7 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] Floating IP 8810c537-07b9-4cf0-b713-cf6edf070edd disassociated. External IP: 10.96.250.216, port: c7af4b89-a6ec-4644-9fd3-d7be878a8962. 2026-05-08 11:50:16.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-98adbedb-1897-4130-a03c-55b15c8740cd 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 86126f33-01dc-4fcb-85b2-1465bce28b4a 2026-05-08 11:50:16.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98adbedb-1897-4130-a03c-55b15c8740cd 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 86126f33-01dc-4fcb-85b2-1465bce28b4a [pid: 8|app: 0|req: 433/820] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:50:16 2026] DELETE /v2.0/ports/c7af4b89-a6ec-4644-9fd3-d7be878a8962 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/821] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:17 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:17.110 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e96f19cf-efcc-42f2-a4e4-838cced0063a'] response: {'server_uuid': '048a98c9-7a28-474e-ba3d-ee20e971fe83', 'name': 'network-vif-deleted', 'tag': 'c7af4b89-a6ec-4644-9fd3-d7be878a8962', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 388/822] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:50:16 2026] PUT /v2.0/routers/072edf6c-5091-4a5b-b14b-f1520b2f3e81/remove_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:17.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-39b2f80f-deb8-4e0c-a8c1-a33fe7875932 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 1dbbcd16-3e03-4817-924b-105b5d43c512 2026-05-08 11:50:17.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39b2f80f-deb8-4e0c-a8c1-a33fe7875932 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 1dbbcd16-3e03-4817-924b-105b5d43c512 2026-05-08 11:50:17.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-39b2f80f-deb8-4e0c-a8c1-a33fe7875932 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 7c122a88-ef2c-4a4a-b1e1-0d9d5ee99db0 2026-05-08 11:50:17.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39b2f80f-deb8-4e0c-a8c1-a33fe7875932 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 7c122a88-ef2c-4a4a-b1e1-0d9d5ee99db0 [pid: 7|app: 0|req: 389/823] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:18 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:18.285 8 INFO neutron.services.segments.plugin [-] Segment 177a42ff-88d6-4b9a-aa6a-3602162896a4 resource provider aggregate not found 2026-05-08 11:50:18.287 8 INFO neutron.services.segments.plugin [-] Segment 177a42ff-88d6-4b9a-aa6a-3602162896a4 resource provider aggregate not found 2026-05-08 11:50:18.307 8 INFO neutron.services.segments.plugin [-] Segment 177a42ff-88d6-4b9a-aa6a-3602162896a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177a42ff-88d6-4b9a-aa6a-3602162896a4 found for delete ", "request_id": "req-9988698e-8265-450e-bf0e-866a8a21f1d3"}]} 2026-05-08 11:50:18.309 8 INFO neutron.services.segments.plugin [-] Segment 177a42ff-88d6-4b9a-aa6a-3602162896a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177a42ff-88d6-4b9a-aa6a-3602162896a4 found for delete ", "request_id": "req-e9bbcbfb-521e-4b74-b5bb-d503d44bd93a"}]} 2026-05-08 11:50:18.359 8 INFO neutron.db.l3_hamode_db [None req-39b2f80f-deb8-4e0c-a8c1-a33fe7875932 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network deb982cb-f5dd-4773-ab16-8c50e2dceb10 was deleted as no HA routers are present in tenant ff0c001787b04322abe573cfd0b40c07. [pid: 8|app: 0|req: 435/824] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:17 2026] DELETE /v2.0/routers/072edf6c-5091-4a5b-b14b-f1520b2f3e81 => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/825] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:18 2026] DELETE /v2.0/subnets/298bf7ca-c8eb-472b-adfb-6632188b0969 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:18.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e7145f7-68ac-4b51-9b19-66f8497e02a5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: f905e002-a932-4c9b-b482-a2cd9b95307b 2026-05-08 11:50:18.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e7145f7-68ac-4b51-9b19-66f8497e02a5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: f905e002-a932-4c9b-b482-a2cd9b95307b [pid: 7|app: 0|req: 391/826] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:19 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 436/827] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:18 2026] DELETE /v2.0/networks/5e555a16-d266-4a8a-bb95-add0f16befac => generated 0 bytes in 1110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:20.336 8 INFO neutron.services.segments.plugin [-] Segment ffe18ce2-5095-4377-b137-e28f96ef2bd3 resource provider aggregate not found 2026-05-08 11:50:20.343 8 INFO neutron.services.segments.plugin [-] Segment ffe18ce2-5095-4377-b137-e28f96ef2bd3 resource provider aggregate not found 2026-05-08 11:50:20.364 8 INFO neutron.services.segments.plugin [-] Segment ffe18ce2-5095-4377-b137-e28f96ef2bd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe18ce2-5095-4377-b137-e28f96ef2bd3 found for delete ", "request_id": "req-81db05ee-86a7-46ea-83ff-de11a55949ec"}]} 2026-05-08 11:50:20.369 8 INFO neutron.services.segments.plugin [-] Segment ffe18ce2-5095-4377-b137-e28f96ef2bd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe18ce2-5095-4377-b137-e28f96ef2bd3 found for delete ", "request_id": "req-1eafa487-4408-4bf7-91df-3440b11ecb94"}]} [pid: 8|app: 0|req: 437/828] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:20 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 438/829] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:20 2026] GET /v2.0/security-groups?tenant_id=ff0c001787b04322abe573cfd0b40c07&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/830] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:20 2026] GET /v2.0/security-groups?tenant_id=892726b6f6d64209ae2103ff9c7d0944&name=default => generated 2925 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/831] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:20 2026] DELETE /v2.0/security-groups/e0e32115-12b7-4ed0-9fac-ebd80ee333e7 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/832] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:50:21 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1244 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/833] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:21 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/834] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:50:21 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/835] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:20 2026] DELETE /v2.0/security-groups/46b2d6be-1f5c-48b5-b63a-d2dd69bad48a => generated 0 bytes in 1417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/836] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:22 2026] GET /v2.0/security-groups?tenant_id=7046342bae2f421f88b48ed9419bb0ed&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/837] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:22 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => 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: 394/838] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:22 2026] DELETE /v2.0/security-groups/fc407948-7804-4a4f-b600-310fd66262f5 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/839] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:23 2026] GET /v2.0/ports?device_id=048a98c9-7a28-474e-ba3d-ee20e971fe83 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:24.942 7 INFO neutron.db.segments_db [None req-7853f5be-720b-4342-95f0-99a76a24c612 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 9d84c5fb-3907-4c97-865a-da191ac4cdd4 of type vxlan for network c9ffe41e-ed7e-4189-8c44-8658c49794fc [pid: 8|app: 0|req: 446/840] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:25 2026] DELETE /v2.0/security-groups/1bd3a6e0-d1af-419f-9ec4-db23b7318dca => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:25.263 8 INFO neutron.api.v2.resource [None req-a1586208-2023-4756-844e-19e5b033dda7 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 447/841] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:50:25 2026] GET /v2.0/security-groups/1bd3a6e0-d1af-419f-9ec4-db23b7318dca => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/842] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:50:24 2026] POST /v2.0/networks => generated 745 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:50:25.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-38b9dff9-c93f-4bd6-a286-c4fa5b21a1a5 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] TaaS: Handle Delete Port: bbc4cda1-e28b-46b9-be99-56e6c749c46d 2026-05-08 11:50:25.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38b9dff9-c93f-4bd6-a286-c4fa5b21a1a5 15e2671f2ec346b18a4ac79b5c91759e 0a7888a79b4d440e930b700622c044b0 - - default default] Tap Mirror: Handle Delete Port: bbc4cda1-e28b-46b9-be99-56e6c749c46d [pid: 8|app: 0|req: 448/843] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:50:25 2026] DELETE /v2.0/floatingips/8810c537-07b9-4cf0-b713-cf6edf070edd => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/844] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:25 2026] POST /v2.0/subnets => generated 692 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:50:25.874 7 INFO neutron.db.segments_db [None req-baaf922b-e80e-49e1-864a-fc479ad6b740 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment f030e044-bfb2-4dc6-86f0-9ebb0da5f322 of type vxlan for network eaa51ec2-ebe6-4eeb-9582-e60b22387071 2026-05-08 11:50:25.986 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa82aed9-3865-404f-b2a8-1aa6b40bf3e9 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 65224ffa-9b9f-45af-b972-15506cfb5c80 2026-05-08 11:50:25.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa82aed9-3865-404f-b2a8-1aa6b40bf3e9 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 65224ffa-9b9f-45af-b972-15506cfb5c80 2026-05-08 11:50:26.485 7 INFO neutron.db.l3_hamode_db [None req-baaf922b-e80e-49e1-864a-fc479ad6b740 0070d7d7d2584633a70821454d9885a5 508e86f916f44511866bc7b030b8eff6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 449/845] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:50:25 2026] PUT /v2.0/routers/90d146f2-2509-44ae-9d87-007ec6ae6331/remove_router_interface => generated 309 bytes in 1084 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/846] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:26 2026] GET /v2.0/security-groups?tenant_id=39c7b297b91d48a7a687eeb1a5d1f1b4&name=default => generated 2925 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:27.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7029ce8-b6c7-4003-8802-43ed4a88f6c6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 7de4720b-611b-4676-b5f5-8a7da981b3d6 2026-05-08 11:50:27.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7029ce8-b6c7-4003-8802-43ed4a88f6c6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 7de4720b-611b-4676-b5f5-8a7da981b3d6 2026-05-08 11:50:27.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7029ce8-b6c7-4003-8802-43ed4a88f6c6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 142e0f47-84b2-4abf-a00e-728a32bb8a77 2026-05-08 11:50:27.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7029ce8-b6c7-4003-8802-43ed4a88f6c6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 142e0f47-84b2-4abf-a00e-728a32bb8a77 2026-05-08 11:50:27.853 7 INFO neutron.db.l3_hamode_db [None req-baaf922b-e80e-49e1-864a-fc479ad6b740 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:50:28.550 8 INFO neutron.services.segments.plugin [-] Segment 33691740-21df-4f00-be5c-daf075617908 resource provider aggregate not found 2026-05-08 11:50:28.558 8 INFO neutron.services.segments.plugin [-] Segment 33691740-21df-4f00-be5c-daf075617908 resource provider aggregate not found 2026-05-08 11:50:28.577 8 INFO neutron.services.segments.plugin [-] Segment 33691740-21df-4f00-be5c-daf075617908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33691740-21df-4f00-be5c-daf075617908 found for delete ", "request_id": "req-fc073917-71bb-4eb8-b7f2-0e3b3f97dff0"}]} 2026-05-08 11:50:28.579 8 INFO neutron.services.segments.plugin [-] Segment 33691740-21df-4f00-be5c-daf075617908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33691740-21df-4f00-be5c-daf075617908 found for delete ", "request_id": "req-ccaf64aa-8c43-4634-9281-0701c0ade45a"}]} 2026-05-08 11:50:28.595 8 INFO neutron.db.l3_hamode_db [None req-d7029ce8-b6c7-4003-8802-43ed4a88f6c6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network 2733defb-e570-4b6c-8317-8b78597fe6c5 was deleted as no HA routers are present in tenant 0a7888a79b4d440e930b700622c044b0. [pid: 8|app: 0|req: 451/847] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:27 2026] DELETE /v2.0/routers/90d146f2-2509-44ae-9d87-007ec6ae6331 => generated 0 bytes in 1224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/848] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:28 2026] DELETE /v2.0/security-groups/a28ce5de-9d87-42c4-850b-fb225d3e0c63 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/849] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:28 2026] DELETE /v2.0/subnets/01a5972e-25fe-4656-8145-d5047ccbd09e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:29.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-34853bca-a3d2-4694-a9ac-7302e3e72dea 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: ed6c02ff-36fb-4c35-b367-83db8b010f42 2026-05-08 11:50:29.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34853bca-a3d2-4694-a9ac-7302e3e72dea 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: ed6c02ff-36fb-4c35-b367-83db8b010f42 [pid: 8|app: 0|req: 454/850] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:28 2026] DELETE /v2.0/networks/52614550-7baf-4ce5-96d9-c102a637aa0a => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/851] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:25 2026] POST /v2.0/routers => generated 732 bytes in 3467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/852] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:29 2026] GET /v2.0/security-groups?tenant_id=0a7888a79b4d440e930b700622c044b0&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/853] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:29 2026] DELETE /v2.0/security-groups/922aaf5f-f69a-4230-8b67-4879c67c0542 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/854] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:50:29 2026] PUT /v2.0/routers/45140bcb-5004-403c-a2d1-eff56a4159e4/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:30.600 8 INFO neutron.services.segments.plugin [-] Segment 851a7602-076c-4f87-8591-516106620402 resource provider aggregate not found 2026-05-08 11:50:30.607 8 INFO neutron.services.segments.plugin [-] Segment 851a7602-076c-4f87-8591-516106620402 resource provider aggregate not found 2026-05-08 11:50:30.621 8 INFO neutron.services.segments.plugin [-] Segment 851a7602-076c-4f87-8591-516106620402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 851a7602-076c-4f87-8591-516106620402 found for delete ", "request_id": "req-18dfccf2-970e-4a63-8693-ea88a136dfd4"}]} 2026-05-08 11:50:30.623 8 INFO neutron.services.segments.plugin [-] Segment 851a7602-076c-4f87-8591-516106620402 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 851a7602-076c-4f87-8591-516106620402 found for delete ", "request_id": "req-8338e72b-ef4d-4eda-8a11-348158fa9481"}]} [pid: 8|app: 0|req: 457/857] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:50:31 2026] GET /v2.0/networks?id=c9ffe41e-ed7e-4189-8c44-8658c49794fc => generated 677 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/858] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:50:31 2026] GET /v2.0/quotas/508e86f916f44511866bc7b030b8eff6 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:31.575 7 INFO neutron.db.segments_db [None req-4d2e42fe-7be4-4288-8418-747cba98f0b1 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment d9573281-78c3-4427-ae62-572e53809439 of type vxlan for network 7bbb8fc6-8000-4be9-a705-7856edccbb45 [pid: 7|app: 0|req: 401/859] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:50:31 2026] POST /v2.0/networks => generated 738 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/860] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:50:31 2026] GET /v2.0/ports?tenant_id=508e86f916f44511866bc7b030b8eff6&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/861] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:50:31 2026] GET /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc?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: 461/862] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:50:31 2026] GET /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc?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: 402/863] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:31 2026] POST /v2.0/subnets => generated 685 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/864] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:31 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:31.964 8 INFO neutron.db.segments_db [None req-c0600f09-d8bc-4cdb-90eb-c66badf128ca 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment c283e06d-172a-4651-82ea-9e407b6f1153 of type vxlan for network be540937-1d84-4609-91a7-7edfd8e2b92c 2026-05-08 11:50:32.510 8 INFO neutron.db.l3_hamode_db [None req-c0600f09-d8bc-4cdb-90eb-c66badf128ca 0070d7d7d2584633a70821454d9885a5 5abb25ed8b5f4f33a192e875df75e87e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 404/865] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:33 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:33.329 8 INFO neutron.db.l3_hamode_db [None req-c0600f09-d8bc-4cdb-90eb-c66badf128ca 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 405/866] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:33 2026] GET /v2.0/security-groups?tenant_id=2c4d1bf72e3b41b0b2537a4fdf5570a9&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/867] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:34 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => 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: 407/868] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:34 2026] DELETE /v2.0/security-groups/ff1df95e-4f09-417d-9545-c5b8deaed15b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/869] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:31 2026] POST /v2.0/routers => generated 725 bytes in 2490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/870] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:35 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/871] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:50:35 2026] GET /v2.0/ports/b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/872] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:35 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/873] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:50:34 2026] PUT /v2.0/routers/3c099dc4-77d3-491d-971e-01ea516ec90d/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/874] 199.19.213.146 () {34 vars in 999 bytes} [Fri May 8 11:50:35 2026] GET /v2.0/subnets?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/875] 199.19.213.146 () {34 vars in 1145 bytes} [Fri May 8 11:50:36 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953&device_owner=compute%3Anova&network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/876] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:50:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/877] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:36 2026] GET /v2.0/networks?id=c9ffe41e-ed7e-4189-8c44-8658c49794fc => generated 677 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/878] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:50:36 2026] PUT /v2.0/ports/b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 1153 bytes in 610 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: 468/879] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:36 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:36.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-523d5806-23dc-4858-977b-0937406f9f31'] response: {'name': 'network-changed', 'server_uuid': '682fe417-fcd5-48b8-82d1-e4d34e2b3953', 'tag': 'b1df3cdb-6390-4c3e-843d-b2df271f914f', 'status': 'completed', 'code': 200} 2026-05-08 11:50:36.849 7 INFO neutron.db.segments_db [None req-57621f00-3428-4a76-b62f-a8c0d7043857 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Added segment cc0436fc-5aaf-473b-a73a-df64fdf9ca69 of type vxlan for network 942f80b4-1392-4ffe-a778-cf72c060274b [pid: 8|app: 0|req: 469/880] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:50:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:50:36.941 7 INFO neutron.db.segments_db [None req-57621f00-3428-4a76-b62f-a8c0d7043857 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Added segment 52251ae7-dc01-466c-9839-45a5ad2c3621 of type vxlan for network b50d262a-462a-4986-91bd-e927b85294ea [pid: 7|app: 0|req: 412/881] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:36 2026] POST /v2.0/networks => generated 1245 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/882] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:50:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/883] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:50:37 2026] GET /v2.0/networks => generated 1844 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/884] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:37 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1425 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/885] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:50:36 2026] POST /v2.0/ports => generated 954 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:50:37.585 8 INFO neutron.services.segments.plugin [-] Segment cc0436fc-5aaf-473b-a73a-df64fdf9ca69 resource provider aggregate not found 2026-05-08 11:50:37.589 8 INFO neutron.services.segments.plugin [-] Segment cc0436fc-5aaf-473b-a73a-df64fdf9ca69 resource provider aggregate not found 2026-05-08 11:50:37.610 8 INFO neutron.services.segments.plugin [-] Segment cc0436fc-5aaf-473b-a73a-df64fdf9ca69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc0436fc-5aaf-473b-a73a-df64fdf9ca69 found for delete ", "request_id": "req-f71bbbe2-c3b0-4702-a383-961676094436"}]} 2026-05-08 11:50:37.615 8 INFO neutron.services.segments.plugin [-] Segment cc0436fc-5aaf-473b-a73a-df64fdf9ca69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc0436fc-5aaf-473b-a73a-df64fdf9ca69 found for delete ", "request_id": "req-2ab89436-5c93-469a-89dc-e16f87b678e6"}]} [pid: 8|app: 0|req: 471/886] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:37 2026] DELETE /v2.0/networks/942f80b4-1392-4ffe-a778-cf72c060274b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/887] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:37 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 780 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/888] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:50:37 2026] POST /v2.0/floatingips => generated 552 bytes in 796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/889] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:50:37 2026] PUT /v2.0/ports/58b3eef3-4d55-44cb-9b29-28dad44cb4f2 => generated 1235 bytes in 486 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: 474/890] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 861 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:38.277 7 INFO neutron.services.segments.plugin [-] Segment 52251ae7-dc01-466c-9839-45a5ad2c3621 resource provider aggregate not found 2026-05-08 11:50:38.285 7 INFO neutron.services.segments.plugin [-] Segment 52251ae7-dc01-466c-9839-45a5ad2c3621 resource provider aggregate not found 2026-05-08 11:50:38.301 7 INFO neutron.services.segments.plugin [-] Segment 52251ae7-dc01-466c-9839-45a5ad2c3621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52251ae7-dc01-466c-9839-45a5ad2c3621 found for delete ", "request_id": "req-9e9106a0-d409-4f89-b4f9-9f845c3f918b"}]} 2026-05-08 11:50:38.312 7 INFO neutron.services.segments.plugin [-] Segment 52251ae7-dc01-466c-9839-45a5ad2c3621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52251ae7-dc01-466c-9839-45a5ad2c3621 found for delete ", "request_id": "req-25035535-3649-4a93-95ef-df66b077d958"}]} [pid: 8|app: 0|req: 475/891] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/892] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/893] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/894] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:38 2026] DELETE /v2.0/networks/b50d262a-462a-4986-91bd-e927b85294ea => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/895] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/896] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/897] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&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: 480/898] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/899] 10.0.0.184 () {34 vars in 1099 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1822275559&fields=id&tenant_id=5abb25ed8b5f4f33a192e875df75e87e => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/900] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?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) 2026-05-08 11:50:38.634 7 INFO neutron.db.segments_db [None req-e628281a-f211-4c1a-aa32-0f7fb46693fc 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Added segment da11b509-554c-4e16-9719-ede4e4810d0d of type vxlan for network b58a4852-8bed-4ad4-abec-8eaf608aa537 [pid: 8|app: 0|req: 483/901] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/networks?id=7bbb8fc6-8000-4be9-a705-7856edccbb45 => generated 670 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/902] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/quotas/5abb25ed8b5f4f33a192e875df75e87e => 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: 485/903] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/ports?tenant_id=5abb25ed8b5f4f33a192e875df75e87e&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:38.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a90f1da1-3d65-4ceb-8aa5-a0b089461b43'] response: {'name': 'network-changed', 'server_uuid': 'd1cd137c-895e-40a9-87d6-f1e8683a5024', 'tag': '58b3eef3-4d55-44cb-9b29-28dad44cb4f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 486/904] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/905] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:38 2026] POST /v2.0/networks => generated 650 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/906] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:50:38 2026] GET /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45?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) 2026-05-08 11:50:38.940 7 INFO neutron.db.segments_db [None req-36b1c8c6-686b-47a6-aeb0-bb515a53b6de 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Added segment acf6dba8-c1ce-4934-a806-9ab0f264ddaf of type vxlan for network ff8812c2-785c-4ec1-8e71-cc6ca20689fb [pid: 7|app: 0|req: 420/907] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:38 2026] POST /v2.0/networks => generated 649 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/908] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 422/909] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?tenant_id=508e86f916f44511866bc7b030b8eff6&device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/910] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=58b3eef3-4d55-44cb-9b29-28dad44cb4f2 => 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: 424/911] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/subnets?id=fbcb4f5c-b04e-4a88-9627-741175529f7f => generated 695 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/912] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?network_id=c9ffe41e-ed7e-4189-8c44-8658c49794fc&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: 426/913] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/914] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/915] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/916] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/917] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1425 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/918] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:50:39 2026] POST /v2.0/ports => generated 1506 bytes in 676 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: 431/919] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 1156 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/920] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/921] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/922] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/923] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports => generated 1506 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/924] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => 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: 493/925] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/926] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:39.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf65ddd0-acbe-4874-af39-2ce72a9313a3 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] TaaS: Handle Delete Port: be6f31be-2822-47dd-9a2e-a4fe5951e313 2026-05-08 11:50:39.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf65ddd0-acbe-4874-af39-2ce72a9313a3 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Tap Mirror: Handle Delete Port: be6f31be-2822-47dd-9a2e-a4fe5951e313 [pid: 8|app: 0|req: 495/927] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:39 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/928] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/929] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:50:39 2026] DELETE /v2.0/ports/be6f31be-2822-47dd-9a2e-a4fe5951e313 => 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: 434/930] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:40.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-1406d289-504f-4adc-9da4-11007cfe45c1 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] TaaS: Handle Delete Port: f3c063bd-1580-43a8-bf3d-97c3895a9e4e 2026-05-08 11:50:40.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1406d289-504f-4adc-9da4-11007cfe45c1 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Tap Mirror: Handle Delete Port: f3c063bd-1580-43a8-bf3d-97c3895a9e4e [pid: 8|app: 0|req: 497/931] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:50:40 2026] DELETE /v2.0/ports/f3c063bd-1580-43a8-bf3d-97c3895a9e4e => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/932] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:40.382 8 INFO neutron.db.segments_db [None req-11cd15af-631d-45fd-96a1-9d0f1bc14f95 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Added segment f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a of type vxlan for network 605ef2a5-a6cf-493c-b8f2-6fb762a46156 [pid: 8|app: 0|req: 498/933] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:40 2026] POST /v2.0/networks => generated 650 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/934] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/ports?tenant_id=508e86f916f44511866bc7b030b8eff6&device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/935] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/networks?id=c9ffe41e-ed7e-4189-8c44-8658c49794fc => generated 773 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:40.603 8 INFO neutron.db.segments_db [None req-1b121048-f696-4777-b4e4-b2d1dbf3423c 2f35556f5c5d415495e4637cd6ce7ec1 f73530c6c0d74568a5e26a8921eaadb4 - - default default] Added segment e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 of type vxlan for network 3db57797-3aaf-48df-b863-1317d076ba00 [pid: 7|app: 0|req: 438/936] 199.19.213.146 () {34 vars in 1119 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1156 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/937] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=58b3eef3-4d55-44cb-9b29-28dad44cb4f2 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/938] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:40 2026] POST /v2.0/networks => generated 650 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/939] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/subnets?id=fbcb4f5c-b04e-4a88-9627-741175529f7f => generated 695 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/940] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/941] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:40 2026] GET /v2.0/ports?network_id=c9ffe41e-ed7e-4189-8c44-8658c49794fc&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/942] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:50:40 2026] PUT /v2.0/ports/b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 972 bytes in 418 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: 441/943] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:41.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1d04795-3854-4403-80b9-2dc3c5ce6c0a'] response: {'name': 'network-changed', 'server_uuid': '682fe417-fcd5-48b8-82d1-e4d34e2b3953', 'tag': 'b1df3cdb-6390-4c3e-843d-b2df271f914f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 442/944] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc?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: 443/945] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/946] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 503/947] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:40 2026] POST /v2.0/subnets => generated 1273 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/948] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/subnets => generated 1909 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/949] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 504/950] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:41 2026] DELETE /v2.0/subnets/b43e375c-a7f7-4a87-b0f2-2f733989de37 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/951] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/952] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/953] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/954] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:41 2026] DELETE /v2.0/subnets/c3e30c0e-baf2-48ac-b9e4-f22061a6837f => 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: 450/955] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&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: 506/956] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/subnets => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/957] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/958] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:41 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?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) 2026-05-08 11:50:41.998 8 INFO neutron.services.segments.plugin [-] Segment e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 resource provider aggregate not found 2026-05-08 11:50:42.001 8 INFO neutron.services.segments.plugin [-] Segment e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 resource provider aggregate not found 2026-05-08 11:50:42.017 8 INFO neutron.services.segments.plugin [-] Segment e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 found for delete ", "request_id": "req-78f04716-f608-4876-9eea-05ee7d966035"}]} 2026-05-08 11:50:42.018 8 INFO neutron.services.segments.plugin [-] Segment e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e03f00eb-a7c6-4d98-bb6d-d07e3dbb63a6 found for delete ", "request_id": "req-b55fce88-0b5c-474c-936f-91afbb8edd1b"}]} [pid: 8|app: 0|req: 507/959] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:41 2026] DELETE /v2.0/networks/3db57797-3aaf-48df-b863-1317d076ba00 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:42.240 7 INFO neutron.services.segments.plugin [-] Segment f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a resource provider aggregate not found 2026-05-08 11:50:42.248 7 INFO neutron.services.segments.plugin [-] Segment f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a resource provider aggregate not found [pid: 8|app: 0|req: 508/960] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:42.256 7 INFO neutron.services.segments.plugin [-] Segment f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a found for delete ", "request_id": "req-384d495f-09a2-48b6-bd48-249493ce98c1"}]} 2026-05-08 11:50:42.270 7 INFO neutron.services.segments.plugin [-] Segment f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b70b6e-a11d-48dc-83d0-00be9aa2ea6a found for delete ", "request_id": "req-491d851a-339b-4b7d-915e-066ae990e73b"}]} [pid: 8|app: 0|req: 509/961] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/962] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:42 2026] DELETE /v2.0/networks/605ef2a5-a6cf-493c-b8f2-6fb762a46156 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/963] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 510/964] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:42 2026] DELETE /v2.0/networks/ff8812c2-785c-4ec1-8e71-cc6ca20689fb => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/965] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/966] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/967] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:42 2026] DELETE /v2.0/networks/b58a4852-8bed-4ad4-abec-8eaf608aa537 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/968] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/ports?tenant_id=548ef10c02c744cfb98fe2023f7c5716&device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 512/969] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:42 2026] GET /v2.0/networks?id=1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/970] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/971] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/subnets?id=db2c16b1-3149-49b8-ad93-32ca4a86902d => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/972] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/ports?network_id=1ab10f7a-5f2a-404e-b174-22a024c0c375&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: 514/973] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?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: 460/974] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/975] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/976] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/networks?id=7bbb8fc6-8000-4be9-a705-7856edccbb45 => generated 670 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/977] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/978] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5abb25ed8b5f4f33a192e875df75e87e => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/979] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/security-groups?tenant_id=f73530c6c0d74568a5e26a8921eaadb4&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/980] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:43 2026] DELETE /v2.0/security-groups/c049d4d2-7b1f-4802-a630-c66fa8431bb1 => 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: 519/981] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 957 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/982] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/983] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:50:43 2026] POST /v2.0/ports => generated 954 bytes in 415 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: 521/984] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/985] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:43 2026] GET /v2.0/security-groups?id=7b4632aa-fd02-4d68-8988-2f935b6cda61&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:44.045 8 INFO neutron.services.segments.plugin [-] Segment acf6dba8-c1ce-4934-a806-9ab0f264ddaf resource provider aggregate not found 2026-05-08 11:50:44.050 8 INFO neutron.services.segments.plugin [-] Segment acf6dba8-c1ce-4934-a806-9ab0f264ddaf resource provider aggregate not found 2026-05-08 11:50:44.067 8 INFO neutron.services.segments.plugin [-] Segment acf6dba8-c1ce-4934-a806-9ab0f264ddaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf6dba8-c1ce-4934-a806-9ab0f264ddaf found for delete ", "request_id": "req-46c1c921-b1fe-4042-b898-99abd34ffbc9"}]} 2026-05-08 11:50:44.079 8 INFO neutron.services.segments.plugin [-] Segment acf6dba8-c1ce-4934-a806-9ab0f264ddaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acf6dba8-c1ce-4934-a806-9ab0f264ddaf found for delete ", "request_id": "req-832de1fd-2b56-4f58-aab3-fd8ca0d8cc85"}]} 2026-05-08 11:50:44.085 8 INFO neutron.services.segments.plugin [-] Segment da11b509-554c-4e16-9719-ede4e4810d0d resource provider aggregate not found 2026-05-08 11:50:44.098 8 INFO neutron.services.segments.plugin [-] Segment da11b509-554c-4e16-9719-ede4e4810d0d resource provider aggregate not found 2026-05-08 11:50:44.102 8 INFO neutron.services.segments.plugin [-] Segment da11b509-554c-4e16-9719-ede4e4810d0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da11b509-554c-4e16-9719-ede4e4810d0d found for delete ", "request_id": "req-49001485-db91-4e98-aa11-fee9658168a7"}]} 2026-05-08 11:50:44.125 8 INFO neutron.services.segments.plugin [-] Segment da11b509-554c-4e16-9719-ede4e4810d0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da11b509-554c-4e16-9719-ede4e4810d0d found for delete ", "request_id": "req-bc16f43b-6f0e-4378-a5e7-0f91ec0f474d"}]} [pid: 7|app: 0|req: 464/986] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:50:43 2026] PUT /v2.0/ports/f2df1ebc-90e6-4bb2-aca4-3542010ff45e => generated 1235 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:44.454 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4699583-b49a-47e2-8afa-568b5d52040a'] response: {'name': 'network-changed', 'server_uuid': '7db6dcf7-55a2-426d-9892-e9d8321da89a', 'tag': 'f2df1ebc-90e6-4bb2-aca4-3542010ff45e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/987] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:44 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 971 bytes in 40 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: 465/988] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:44 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/989] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:50:44 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:44.811 7 INFO neutron_taas.services.taas.taas_plugin [req-3db39aa9-ed59-42c8-9308-6a88a4654e45 req-1a3bc695-905a-4a9a-b83b-43731f08a34e de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] TaaS: Handle Delete Port: b1df3cdb-6390-4c3e-843d-b2df271f914f 2026-05-08 11:50:44.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3db39aa9-ed59-42c8-9308-6a88a4654e45 req-1a3bc695-905a-4a9a-b83b-43731f08a34e de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] Tap Mirror: Handle Delete Port: b1df3cdb-6390-4c3e-843d-b2df271f914f 2026-05-08 11:50:44.921 7 INFO neutron.db.l3_db [req-3db39aa9-ed59-42c8-9308-6a88a4654e45 req-1a3bc695-905a-4a9a-b83b-43731f08a34e de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] Floating IP e5329904-3295-4d9b-ae37-7297dfccf4eb disassociated. External IP: 10.96.250.217, port: b1df3cdb-6390-4c3e-843d-b2df271f914f. [pid: 8|app: 0|req: 525/990] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:44 2026] GET /v2.0/ports?tenant_id=5abb25ed8b5f4f33a192e875df75e87e&device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/991] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:45 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/992] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:50:45 2026] GET /v2.0/networks?tenant_id=5abb25ed8b5f4f33a192e875df75e87e&shared=False => generated 766 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/993] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:45 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/994] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:45 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/995] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:50:45 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: 531/996] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:45 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/997] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:45 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 466/998] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:50:44 2026] DELETE /v2.0/ports/b1df3cdb-6390-4c3e-843d-b2df271f914f => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:46.228 8 INFO neutron.db.segments_db [None req-28f4487f-ed0a-4cf7-af67-f30d269047fb 094b699cb55944e5bbc338db1122ad52 cbff2b982ec94abfaf21c35eba64a176 - - default default] Added segment 6f9069a7-9926-4187-9e8f-f58be3d3300c of type vxlan for network a2f76d8d-d2e6-4bca-8df7-5449fd217e17 [pid: 7|app: 0|req: 469/1001] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/ports?tenant_id=5abb25ed8b5f4f33a192e875df75e87e&device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1002] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1003] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f2df1ebc-90e6-4bb2-aca4-3542010ff45e => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1004] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1005] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/subnets?id=562f11ff-e853-4195-817a-45f977bec273 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1006] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1007] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/ports?network_id=7bbb8fc6-8000-4be9-a705-7856edccbb45&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1008] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 477/1009] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:50:46.532 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acc98b61-2cca-49e1-8e44-d94f73bab63c'] response: {'server_uuid': '682fe417-fcd5-48b8-82d1-e4d34e2b3953', 'name': 'network-vif-deleted', 'tag': 'b1df3cdb-6390-4c3e-843d-b2df271f914f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 478/1010] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1011] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:46 2026] GET /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45?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: 533/1012] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:45 2026] POST /v2.0/networks => generated 646 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1013] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:47 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1014] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:47 2026] POST /v2.0/subnets => generated 673 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1015] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:47 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:47.487 8 INFO neutron.db.segments_db [None req-da8b183c-d5b7-4c5c-a32e-2c0086a88fb8 094b699cb55944e5bbc338db1122ad52 cbff2b982ec94abfaf21c35eba64a176 - - default default] Added segment b7de47b5-fb67-4a29-b23e-675d18dee4ca of type vxlan for network 955f8d3d-f2eb-49ae-9fa8-460ba7fb0c32 [pid: 7|app: 0|req: 482/1016] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:50:47 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1017] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:47 2026] POST /v2.0/networks => generated 648 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1018] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:47 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 537/1019] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:47 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:47.659 7 INFO neutron_taas.services.taas.taas_plugin [req-5a1da0a0-d0e0-4e5f-873d-e062189a1dc5 req-4c061775-f1fe-4a54-adea-c70fb4e1b29c 51571af8ea824e48b016bc0072c08f11 508e86f916f44511866bc7b030b8eff6 - - default default] TaaS: Handle Delete Port: 58b3eef3-4d55-44cb-9b29-28dad44cb4f2 2026-05-08 11:50:47.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5a1da0a0-d0e0-4e5f-873d-e062189a1dc5 req-4c061775-f1fe-4a54-adea-c70fb4e1b29c 51571af8ea824e48b016bc0072c08f11 508e86f916f44511866bc7b030b8eff6 - - default default] Tap Mirror: Handle Delete Port: 58b3eef3-4d55-44cb-9b29-28dad44cb4f2 [pid: 8|app: 0|req: 538/1020] 10.0.0.185 () {34 vars in 742 bytes} [Fri May 8 11:50:47 2026] PUT /v2.0/networks/955f8d3d-f2eb-49ae-9fa8-460ba7fb0c32 => generated 592 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1021] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:47 2026] GET /v2.0/security-groups?id=a4efc13a-ccc5-4248-ac4d-3370557ca9e1&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: 483/1022] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:50:47 2026] DELETE /v2.0/ports/58b3eef3-4d55-44cb-9b29-28dad44cb4f2 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1023] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:47 2026] POST /v2.0/subnets => generated 646 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1024] 10.0.0.185 () {34 vars in 740 bytes} [Fri May 8 11:50:48 2026] PUT /v2.0/subnets/0e8d5cba-0366-4dd3-a7e9-02c5ecff858d => generated 656 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:48.395 8 INFO neutron.services.segments.plugin [-] Segment b7de47b5-fb67-4a29-b23e-675d18dee4ca resource provider aggregate not found 2026-05-08 11:50:48.397 8 INFO neutron.services.segments.plugin [-] Segment b7de47b5-fb67-4a29-b23e-675d18dee4ca resource provider aggregate not found 2026-05-08 11:50:48.421 8 INFO neutron.services.segments.plugin [-] Segment b7de47b5-fb67-4a29-b23e-675d18dee4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7de47b5-fb67-4a29-b23e-675d18dee4ca found for delete ", "request_id": "req-4d2b7cda-00cb-407a-ab69-a8876b4dba00"}]} 2026-05-08 11:50:48.424 8 INFO neutron.services.segments.plugin [-] Segment b7de47b5-fb67-4a29-b23e-675d18dee4ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7de47b5-fb67-4a29-b23e-675d18dee4ca found for delete ", "request_id": "req-178492f5-2913-4532-a0b7-a9d38c893ea4"}]} [pid: 8|app: 0|req: 541/1025] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:48 2026] DELETE /v2.0/networks/955f8d3d-f2eb-49ae-9fa8-460ba7fb0c32 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:48.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd3d9daf-c4cd-4565-a84f-0fb46f78d1de 094b699cb55944e5bbc338db1122ad52 cbff2b982ec94abfaf21c35eba64a176 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/1026] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:48 2026] DELETE /v2.0/networks/955f8d3d-f2eb-49ae-9fa8-460ba7fb0c32 => 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: 542/1027] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1028] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1029] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/subnets?network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1030] 10.0.0.185 () {32 vars in 652 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 11:50:48.606 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0865a62-51c5-49cf-854e-ea643074b85c'] response: {'server_uuid': 'd1cd137c-895e-40a9-87d6-f1e8683a5024', 'name': 'network-vif-deleted', 'tag': '58b3eef3-4d55-44cb-9b29-28dad44cb4f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 544/1031] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1032] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/networks => generated 1311 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1033] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/subnets => generated 1312 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1034] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/ports?device_id=682fe417-fcd5-48b8-82d1-e4d34e2b3953 => 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: 546/1035] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/networks/a2f76d8d-d2e6-4bca-8df7-5449fd217e17 => generated 671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1036] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/subnets/53f56af6-73cc-4226-a423-7abc065210be => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:48.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2ae264b-5c82-4999-bc3e-275036b1da92 094b699cb55944e5bbc338db1122ad52 cbff2b982ec94abfaf21c35eba64a176 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1037] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:48 2026] DELETE /v2.0/subnets/0e8d5cba-0366-4dd3-a7e9-02c5ecff858d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:50:48.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f2be320-bf6a-4430-bc19-fba024254241 094b699cb55944e5bbc338db1122ad52 cbff2b982ec94abfaf21c35eba64a176 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/1038] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:48 2026] DELETE /v2.0/networks/955f8d3d-f2eb-49ae-9fa8-460ba7fb0c32 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1039] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:48 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => 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: 548/1040] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:48 2026] DELETE /v2.0/subnets/53f56af6-73cc-4226-a423-7abc065210be => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:49.096 7 INFO neutron.services.segments.plugin [-] Segment 6f9069a7-9926-4187-9e8f-f58be3d3300c resource provider aggregate not found 2026-05-08 11:50:49.103 7 INFO neutron.services.segments.plugin [-] Segment 6f9069a7-9926-4187-9e8f-f58be3d3300c resource provider aggregate not found 2026-05-08 11:50:49.122 7 INFO neutron.services.segments.plugin [-] Segment 6f9069a7-9926-4187-9e8f-f58be3d3300c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9069a7-9926-4187-9e8f-f58be3d3300c found for delete ", "request_id": "req-c1b5c124-81f8-4e1a-adfe-81c219325a34"}]} 2026-05-08 11:50:49.123 7 INFO neutron.services.segments.plugin [-] Segment 6f9069a7-9926-4187-9e8f-f58be3d3300c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f9069a7-9926-4187-9e8f-f58be3d3300c found for delete ", "request_id": "req-7ee24a46-9c86-4f47-b335-c4b0f0330bf8"}]} [pid: 7|app: 0|req: 493/1041] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:48 2026] DELETE /v2.0/networks/a2f76d8d-d2e6-4bca-8df7-5449fd217e17 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1042] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:49 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1043] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:49 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1044] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:49 2026] GET /v2.0/security-groups?tenant_id=cbff2b982ec94abfaf21c35eba64a176&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1045] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:49 2026] DELETE /v2.0/security-groups/62c062d8-1a1d-426d-888b-b5e92d2b755c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1046] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:49 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1047] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:49 2026] DELETE /v2.0/security-groups/7b4632aa-fd02-4d68-8988-2f935b6cda61 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:50.069 7 INFO neutron.api.v2.resource [None req-8a3037e9-d190-488b-9d8b-fce7b01cdd6b de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 496/1048] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:50:50 2026] GET /v2.0/security-groups/7b4632aa-fd02-4d68-8988-2f935b6cda61 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:50:50.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9ca59f9-c4b7-4574-b937-700a8e10cda7 de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] TaaS: Handle Delete Port: 039029df-533e-4b19-8bed-9256accf3a18 2026-05-08 11:50:50.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9ca59f9-c4b7-4574-b937-700a8e10cda7 de6c7ccff9a94212b0f556a33ee7ad49 548ef10c02c744cfb98fe2023f7c5716 - - default default] Tap Mirror: Handle Delete Port: 039029df-533e-4b19-8bed-9256accf3a18 [pid: 8|app: 0|req: 553/1049] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:50:50 2026] DELETE /v2.0/floatingips/e5329904-3295-4d9b-ae37-7297dfccf4eb => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:50.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-de31521d-5a0d-449f-903f-ff99d6525127 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 004e8d99-85e0-4bd9-b935-3dd05d9eda6a 2026-05-08 11:50:50.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de31521d-5a0d-449f-903f-ff99d6525127 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 004e8d99-85e0-4bd9-b935-3dd05d9eda6a [pid: 8|app: 0|req: 554/1050] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:50 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1051] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:50 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1052] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:51 2026] GET /v2.0/ports?device_id=d1cd137c-895e-40a9-87d6-f1e8683a5024 => 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: 497/1053] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:50:50 2026] PUT /v2.0/routers/3a87cef2-83bd-423d-9ef2-961e69027c22/remove_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:51.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4981a0a-fe86-4cb0-987b-5594f3bab29d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 5477a26d-c5e6-441a-9fa0-c40b4f4cce0c 2026-05-08 11:50:51.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4981a0a-fe86-4cb0-987b-5594f3bab29d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 5477a26d-c5e6-441a-9fa0-c40b4f4cce0c 2026-05-08 11:50:52.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4981a0a-fe86-4cb0-987b-5594f3bab29d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: cce3e427-1b15-4994-9946-c5666732b5b0 2026-05-08 11:50:52.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4981a0a-fe86-4cb0-987b-5594f3bab29d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: cce3e427-1b15-4994-9946-c5666732b5b0 2026-05-08 11:50:52.428 7 INFO neutron.db.segments_db [None req-adcead80-272f-4601-9517-a3c4f4b75b42 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] Added segment cee94d5e-6760-4849-a4b3-30b9f684f877 of type vxlan for network 3b31a6cb-1dce-478d-87f4-9e59cb8337a2 2026-05-08 11:50:52.477 8 INFO neutron.services.segments.plugin [-] Segment ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 resource provider aggregate not found 2026-05-08 11:50:52.482 8 INFO neutron.services.segments.plugin [-] Segment ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 resource provider aggregate not found 2026-05-08 11:50:52.498 8 INFO neutron.services.segments.plugin [-] Segment ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 found for delete ", "request_id": "req-f9c14279-ee90-4ae5-8f8a-d6cd7e431a93"}]} 2026-05-08 11:50:52.503 8 INFO neutron.services.segments.plugin [-] Segment ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef9fe5b0-5380-46b9-8d4e-523a3d7c6fc1 found for delete ", "request_id": "req-6684ef63-b296-4ff7-8932-db9655cb78b6"}]} 2026-05-08 11:50:52.550 8 INFO neutron.db.l3_hamode_db [None req-f4981a0a-fe86-4cb0-987b-5594f3bab29d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network b6b9f134-a05f-4054-a88d-de0b71b76fe5 was deleted as no HA routers are present in tenant 548ef10c02c744cfb98fe2023f7c5716. [pid: 8|app: 0|req: 557/1054] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:51 2026] DELETE /v2.0/routers/3a87cef2-83bd-423d-9ef2-961e69027c22 => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1055] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:52 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1056] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:52 2026] POST /v2.0/networks => generated 643 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1057] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:52 2026] DELETE /v2.0/subnets/db2c16b1-3149-49b8-ad93-32ca4a86902d => 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: 500/1058] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:52 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:53.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e4ad99e-623a-46e0-9808-e40f42ee2361 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: aa0af6bb-4f9b-46fa-8680-e4d928a59c95 2026-05-08 11:50:53.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e4ad99e-623a-46e0-9808-e40f42ee2361 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: aa0af6bb-4f9b-46fa-8680-e4d928a59c95 [pid: 7|app: 0|req: 501/1059] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:52 2026] POST /v2.0/subnets => generated 641 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:50:53.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-4090aef2-cc15-4f12-ad93-8f8b4b2bb9b1 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 1f67065e-fb2c-4ca1-b0b1-265d05895615 2026-05-08 11:50:53.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4090aef2-cc15-4f12-ad93-8f8b4b2bb9b1 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 1f67065e-fb2c-4ca1-b0b1-265d05895615 2026-05-08 11:50:53.527 7 INFO neutron.services.segments.plugin [-] Segment 3fbb618d-3e99-45af-a074-ba373e9613e6 resource provider aggregate not found 2026-05-08 11:50:53.533 7 INFO neutron.services.segments.plugin [-] Segment 3fbb618d-3e99-45af-a074-ba373e9613e6 resource provider aggregate not found [pid: 7|app: 0|req: 502/1060] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:53 2026] DELETE /v2.0/networks/1ab10f7a-5f2a-404e-b174-22a024c0c375 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:53.575 7 INFO neutron.services.segments.plugin [-] Segment 3fbb618d-3e99-45af-a074-ba373e9613e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fbb618d-3e99-45af-a074-ba373e9613e6 found for delete ", "request_id": "req-6b00ac83-517a-4f85-8c5b-77b50321a6d8"}]} 2026-05-08 11:50:53.577 7 INFO neutron.services.segments.plugin [-] Segment 3fbb618d-3e99-45af-a074-ba373e9613e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fbb618d-3e99-45af-a074-ba373e9613e6 found for delete ", "request_id": "req-f864aa65-cc01-4629-96cd-1cd29faa7660"}]} [pid: 7|app: 0|req: 503/1061] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:53 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 559/1062] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:50:52 2026] PUT /v2.0/routers/45140bcb-5004-403c-a2d1-eff56a4159e4/remove_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:53.781 7 INFO neutron.db.segments_db [None req-0ffca61d-c748-42d6-a094-3020bb5bd9f4 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] Added segment 4425ded4-e78b-49e4-925a-64015f2a9592 of type vxlan for network 263397c3-6768-432f-b30a-9f9af0424ca2 [pid: 7|app: 0|req: 504/1063] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:50:53 2026] POST /v2.0/networks => generated 644 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:50:54.091 8 INFO neutron.db.l3_db [None req-75109d9f-67c0-425b-873e-626eaddc001f 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] Floating IP 5872ffca-f555-4f8d-8412-2f2569485baf associated. External IP: 10.96.250.212, port: f2df1ebc-90e6-4bb2-aca4-3542010ff45e. 2026-05-08 11:50:54.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f6a1839-ba72-4896-b8cb-86d035ba61a3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 71449ce0-cc01-491b-98fa-e39d52a841f9 2026-05-08 11:50:54.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f6a1839-ba72-4896-b8cb-86d035ba61a3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 71449ce0-cc01-491b-98fa-e39d52a841f9 [pid: 8|app: 0|req: 560/1064] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:50:53 2026] PUT /v2.0/floatingips/5872ffca-f555-4f8d-8412-2f2569485baf => generated 855 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:54.468 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d960d55c-c4e0-4c8e-9c61-2be4a8736099'] response: {'name': 'network-changed', 'server_uuid': '7db6dcf7-55a2-426d-9892-e9d8321da89a', 'tag': 'f2df1ebc-90e6-4bb2-aca4-3542010ff45e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 561/1065] 10.0.0.185 () {34 vars in 742 bytes} [Fri May 8 11:50:54 2026] PUT /v2.0/networks/263397c3-6768-432f-b30a-9f9af0424ca2 => generated 592 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1066] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:54 2026] GET /v2.0/security-groups?tenant_id=548ef10c02c744cfb98fe2023f7c5716&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:54.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f6a1839-ba72-4896-b8cb-86d035ba61a3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: f926593f-0a53-4799-8c87-c9d6a05fd43e 2026-05-08 11:50:54.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f6a1839-ba72-4896-b8cb-86d035ba61a3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: f926593f-0a53-4799-8c87-c9d6a05fd43e [pid: 8|app: 0|req: 563/1067] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:54 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:55.599 7 INFO neutron.services.segments.plugin [-] Segment f030e044-bfb2-4dc6-86f0-9ebb0da5f322 resource provider aggregate not found 2026-05-08 11:50:55.605 7 INFO neutron.services.segments.plugin [-] Segment f030e044-bfb2-4dc6-86f0-9ebb0da5f322 resource provider aggregate not found 2026-05-08 11:50:55.622 7 INFO neutron.services.segments.plugin [-] Segment f030e044-bfb2-4dc6-86f0-9ebb0da5f322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f030e044-bfb2-4dc6-86f0-9ebb0da5f322 found for delete ", "request_id": "req-c7a6963d-3235-4a9c-a6e6-d5bfe2283b28"}]} 2026-05-08 11:50:55.627 7 INFO neutron.services.segments.plugin [-] Segment f030e044-bfb2-4dc6-86f0-9ebb0da5f322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f030e044-bfb2-4dc6-86f0-9ebb0da5f322 found for delete ", "request_id": "req-b0d010bc-51ad-4dd9-8b54-97cbed33bfb0"}]} 2026-05-08 11:50:55.633 7 INFO neutron.db.l3_hamode_db [None req-2f6a1839-ba72-4896-b8cb-86d035ba61a3 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network eaa51ec2-ebe6-4eeb-9582-e60b22387071 was deleted as no HA routers are present in tenant 508e86f916f44511866bc7b030b8eff6. [pid: 7|app: 0|req: 505/1068] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:54 2026] DELETE /v2.0/routers/45140bcb-5004-403c-a2d1-eff56a4159e4 => generated 0 bytes in 1635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1069] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:50:54 2026] POST /v2.0/subnets => generated 626 bytes in 1054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1070] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:55 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&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: 506/1071] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:55 2026] DELETE /v2.0/security-groups/d6ba2e86-f82c-4713-9885-382c0fdfdfff => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1072] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:50:55 2026] GET /v2.0/ports?tenant_id=5abb25ed8b5f4f33a192e875df75e87e&device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1073] 10.0.0.185 () {34 vars in 740 bytes} [Fri May 8 11:50:55 2026] PUT /v2.0/subnets/6719f505-9b64-421d-973d-e70a45e83cde => generated 636 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1074] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/networks?id=7bbb8fc6-8000-4be9-a705-7856edccbb45 => generated 766 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1075] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:55 2026] DELETE /v2.0/subnets/fbcb4f5c-b04e-4a88-9627-741175529f7f => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1076] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f2df1ebc-90e6-4bb2-aca4-3542010ff45e => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1077] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:56.404 8 INFO neutron.services.segments.plugin [-] Segment 4425ded4-e78b-49e4-925a-64015f2a9592 resource provider aggregate not found 2026-05-08 11:50:56.409 8 INFO neutron.services.segments.plugin [-] Segment 4425ded4-e78b-49e4-925a-64015f2a9592 resource provider aggregate not found 2026-05-08 11:50:56.419 8 INFO neutron.services.segments.plugin [-] Segment 4425ded4-e78b-49e4-925a-64015f2a9592 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4425ded4-e78b-49e4-925a-64015f2a9592 found for delete ", "request_id": "req-e90fac7c-35e9-45e7-bcc1-5f0d7e5d0239"}]} 2026-05-08 11:50:56.428 8 INFO neutron.services.segments.plugin [-] Segment 4425ded4-e78b-49e4-925a-64015f2a9592 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4425ded4-e78b-49e4-925a-64015f2a9592 found for delete ", "request_id": "req-a9ba933e-3ee5-471a-b3f7-85d409f71ae7"}]} 2026-05-08 11:50:56.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b705fb8-c76c-4dc9-a5e6-4972f0dd6cee 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 2c35fe1e-0dd9-44d0-9cb7-c4dda678e962 2026-05-08 11:50:56.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b705fb8-c76c-4dc9-a5e6-4972f0dd6cee 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 2c35fe1e-0dd9-44d0-9cb7-c4dda678e962 [pid: 8|app: 0|req: 569/1078] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:56 2026] DELETE /v2.0/networks/263397c3-6768-432f-b30a-9f9af0424ca2 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1079] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/subnets?id=562f11ff-e853-4195-817a-45f977bec273 => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1080] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:56.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e63bc28-85eb-4c10-81fc-ea44c8db5b27 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1081] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:56 2026] DELETE /v2.0/networks/263397c3-6768-432f-b30a-9f9af0424ca2 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1082] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/ports?network_id=7bbb8fc6-8000-4be9-a705-7856edccbb45&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1083] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1084] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45?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: 576/1085] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/subnets?network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1086] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1087] 10.0.0.185 () {32 vars in 652 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1088] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/networks => generated 1308 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1089] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1090] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 11:50:56 2026] GET /v2.0/networks/3b31a6cb-1dce-478d-87f4-9e59cb8337a2 => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1091] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:50:57 2026] GET /v2.0/subnets/9d2a9353-1586-45ca-a7b6-10daf57ef343 => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:57.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1da0f981-bcf2-4c7e-adad-28b164cc7bc4 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 583/1092] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:57 2026] DELETE /v2.0/subnets/6719f505-9b64-421d-973d-e70a45e83cde => 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: 510/1093] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:56 2026] DELETE /v2.0/networks/c9ffe41e-ed7e-4189-8c44-8658c49794fc => generated 0 bytes in 753 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:57.065 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b2744f8-328a-4dc9-838a-705d7f29d713 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1094] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:57 2026] DELETE /v2.0/networks/263397c3-6768-432f-b30a-9f9af0424ca2 => 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: 511/1095] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:50:57 2026] DELETE /v2.0/subnets/9d2a9353-1586-45ca-a7b6-10daf57ef343 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1096] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:57 2026] GET /v2.0/security-groups?tenant_id=508e86f916f44511866bc7b030b8eff6&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:50:57.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-8be4b504-18d2-47cf-958b-3ce8a06719a5 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] TaaS: Handle Delete Port: 8122a8db-a731-4d8d-8a2a-07adc541cfa1 2026-05-08 11:50:57.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8be4b504-18d2-47cf-958b-3ce8a06719a5 7bec9a136605458bbb10769ec36c7174 be6b7a1552f24b36b6e1afdf21f3584e - - default default] Tap Mirror: Handle Delete Port: 8122a8db-a731-4d8d-8a2a-07adc541cfa1 2026-05-08 11:50:57.643 7 INFO neutron.services.segments.plugin [-] Segment 9d84c5fb-3907-4c97-865a-da191ac4cdd4 resource provider aggregate not found 2026-05-08 11:50:57.653 7 INFO neutron.services.segments.plugin [-] Segment 9d84c5fb-3907-4c97-865a-da191ac4cdd4 resource provider aggregate not found [pid: 7|app: 0|req: 513/1097] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:57 2026] DELETE /v2.0/security-groups/a4efc13a-ccc5-4248-ac4d-3370557ca9e1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:50:57.662 7 INFO neutron.services.segments.plugin [-] Segment 9d84c5fb-3907-4c97-865a-da191ac4cdd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d84c5fb-3907-4c97-865a-da191ac4cdd4 found for delete ", "request_id": "req-4b58d4fa-7899-4782-b0be-45c6eea7942c"}]} 2026-05-08 11:50:57.669 7 INFO neutron.services.segments.plugin [-] Segment 9d84c5fb-3907-4c97-865a-da191ac4cdd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d84c5fb-3907-4c97-865a-da191ac4cdd4 found for delete ", "request_id": "req-9418fe1f-a5f1-4903-9bd1-414862f88203"}]} [pid: 7|app: 0|req: 514/1098] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:57 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1099] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:57 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1100] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:50:57 2026] DELETE /v2.0/networks/3b31a6cb-1dce-478d-87f4-9e59cb8337a2 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:58.447 8 INFO neutron.services.segments.plugin [-] Segment cee94d5e-6760-4849-a4b3-30b9f684f877 resource provider aggregate not found 2026-05-08 11:50:58.452 8 INFO neutron.services.segments.plugin [-] Segment cee94d5e-6760-4849-a4b3-30b9f684f877 resource provider aggregate not found 2026-05-08 11:50:58.471 8 INFO neutron.services.segments.plugin [-] Segment cee94d5e-6760-4849-a4b3-30b9f684f877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee94d5e-6760-4849-a4b3-30b9f684f877 found for delete ", "request_id": "req-f418802c-2846-4183-828b-cbe912a26ab2"}]} 2026-05-08 11:50:58.472 8 INFO neutron.services.segments.plugin [-] Segment cee94d5e-6760-4849-a4b3-30b9f684f877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee94d5e-6760-4849-a4b3-30b9f684f877 found for delete ", "request_id": "req-e1e458cb-4628-478e-9151-b7437b42546e"}]} [pid: 8|app: 0|req: 586/1101] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:50:58 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1102] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:50:58 2026] GET /v2.0/security-groups?tenant_id=be6b7a1552f24b36b6e1afdf21f3584e&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1103] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:50:58 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:58.996 7 INFO neutron_taas.services.taas.taas_plugin [req-98c5bcdd-87b5-4582-b3b0-4d87c6d5d378 req-63bd12d3-05d5-4984-9681-2fe8909ec355 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] TaaS: Handle Delete Port: f2df1ebc-90e6-4bb2-aca4-3542010ff45e 2026-05-08 11:50:58.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98c5bcdd-87b5-4582-b3b0-4d87c6d5d378 req-63bd12d3-05d5-4984-9681-2fe8909ec355 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] Tap Mirror: Handle Delete Port: f2df1ebc-90e6-4bb2-aca4-3542010ff45e [pid: 8|app: 0|req: 588/1104] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:50:58 2026] DELETE /v2.0/security-groups/f02d495c-d686-4541-a0cc-a476612477a7 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1105] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:50:59 2026] GET /v2.0/security-groups?id=21eaf2b6-a8e2-4f2f-a365-bc8883415b4f&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:50:59.126 7 INFO neutron.db.l3_db [req-98c5bcdd-87b5-4582-b3b0-4d87c6d5d378 req-63bd12d3-05d5-4984-9681-2fe8909ec355 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] Floating IP 5872ffca-f555-4f8d-8412-2f2569485baf disassociated. External IP: 10.96.250.212, port: f2df1ebc-90e6-4bb2-aca4-3542010ff45e. [pid: 7|app: 0|req: 517/1106] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:50:58 2026] DELETE /v2.0/ports/f2df1ebc-90e6-4bb2-aca4-3542010ff45e => generated 0 bytes in 630 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:50:59.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-505165e9-75d9-47a1-8f6b-e5810eae5796'] response: {'server_uuid': '7db6dcf7-55a2-426d-9892-e9d8321da89a', 'name': 'network-vif-deleted', 'tag': 'f2df1ebc-90e6-4bb2-aca4-3542010ff45e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 590/1107] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:00 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 519/1110] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:01 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 592/1111] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:01 2026] GET /v2.0/security-groups?tenant_id=f8d45572beea42429b343b78bb396571&name=default => generated 2925 bytes in 624 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1112] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:01 2026] DELETE /v2.0/security-groups/3c7be29a-6f0c-4d87-b30a-b34127d37b38 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:01.926 7 INFO neutron.db.segments_db [None req-b13e1986-a449-4778-9c8a-d4b8fbccbcee b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment 4208ec28-933d-422e-b76b-9658e9e909c4 of type vxlan for network d062a2d8-f4fe-49da-82cc-8d7d17eba2a6 [pid: 7|app: 0|req: 520/1113] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:01 2026] POST /v2.0/networks => generated 634 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:02.138 8 INFO neutron.db.segments_db [None req-241410fd-6e3a-4d31-93a0-00119449d266 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment 53fb13c2-5a3f-4e8a-b532-1d70792d0501 of type vxlan for network 16eaca9f-dcfd-4e2e-a9d6-61c6bc9aaba5 [pid: 8|app: 0|req: 594/1114] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:02 2026] POST /v2.0/networks => generated 633 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1115] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:02 2026] GET /v2.0/ports?device_id=7db6dcf7-55a2-426d-9892-e9d8321da89a => 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: 521/1116] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:02 2026] POST /v2.0/subnets => generated 646 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1117] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:02 2026] POST /v2.0/subnets => generated 655 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:03.161 7 INFO neutron.db.segments_db [None req-4636099a-cec6-4ee8-90c6-aa70e8e2a7bc b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment 1b6e0d34-faea-40ef-b4b5-1a15154c9503 of type vxlan for network bddd50bd-6cb7-4b58-9ec6-be79a86fa971 [pid: 8|app: 0|req: 597/1118] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:03 2026] GET /v2.0/security-groups?tenant_id=0dacd5466a6142548d61f6bfff325663&name=default => generated 2925 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:03.854 7 INFO neutron.db.l3_hamode_db [None req-4636099a-cec6-4ee8-90c6-aa70e8e2a7bc b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 598/1119] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:03 2026] DELETE /v2.0/security-groups/21eaf2b6-a8e2-4f2f-a365-bc8883415b4f => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1120] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:03 2026] DELETE /v2.0/security-groups/39b7446a-42f9-4932-af1b-8f45f972f3a7 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:04.080 8 INFO neutron.api.v2.resource [None req-21f1fb5b-210e-4afa-b638-8f6a8cee7ba4 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1121] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:51:04 2026] GET /v2.0/security-groups/21eaf2b6-a8e2-4f2f-a365-bc8883415b4f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:04.112 7 INFO neutron.db.l3_hamode_db [None req-4636099a-cec6-4ee8-90c6-aa70e8e2a7bc b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:51:04.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2a71f65-7501-4866-a231-6f9728769798 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] TaaS: Handle Delete Port: e0704e5b-c174-4497-879d-f074b0dbede5 2026-05-08 11:51:04.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2a71f65-7501-4866-a231-6f9728769798 96aa144fb54047a9ba0f6a91230710c1 5abb25ed8b5f4f33a192e875df75e87e - - default default] Tap Mirror: Handle Delete Port: e0704e5b-c174-4497-879d-f074b0dbede5 [pid: 8|app: 0|req: 601/1122] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:51:04 2026] DELETE /v2.0/floatingips/5872ffca-f555-4f8d-8412-2f2569485baf => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1123] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:04 2026] GET /v2.0/security-groups?tenant_id=c1e3e197acaf4df8909dd1b2605ff7bd&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1124] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:03 2026] POST /v2.0/routers => generated 511 bytes in 1777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:04.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-4210709c-35ea-4487-9737-a635ebecdbda 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 9682d126-e3e4-49b9-ad0e-683500fa74fe 2026-05-08 11:51:04.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4210709c-35ea-4487-9737-a635ebecdbda 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 9682d126-e3e4-49b9-ad0e-683500fa74fe [pid: 7|app: 0|req: 523/1125] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:04 2026] DELETE /v2.0/security-groups/17ae78a9-1534-4ce8-8e64-993bdefb47b5 => 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: 603/1126] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:51:04 2026] PUT /v2.0/routers/3c099dc4-77d3-491d-971e-01ea516ec90d/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:05.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-70c6b661-815c-4002-9b66-b38b42b57521 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: a344f77d-0fbb-4332-9683-7e18606753c1 2026-05-08 11:51:05.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70c6b661-815c-4002-9b66-b38b42b57521 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: a344f77d-0fbb-4332-9683-7e18606753c1 [pid: 7|app: 0|req: 524/1127] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:51:04 2026] PUT /v2.0/routers/3dba2287-b8a7-4687-ad05-21b7af22396c/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1128] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:05 2026] GET /v2.0/ports/78024caa-a039-416c-9d42-9f22001a88e3 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:06.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-70c6b661-815c-4002-9b66-b38b42b57521 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: c187994c-25a5-4b26-a6fe-475e37e6beab 2026-05-08 11:51:06.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70c6b661-815c-4002-9b66-b38b42b57521 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: c187994c-25a5-4b26-a6fe-475e37e6beab 2026-05-08 11:51:06.829 8 INFO neutron.services.segments.plugin [-] Segment c283e06d-172a-4651-82ea-9e407b6f1153 resource provider aggregate not found 2026-05-08 11:51:06.833 8 INFO neutron.services.segments.plugin [-] Segment c283e06d-172a-4651-82ea-9e407b6f1153 resource provider aggregate not found 2026-05-08 11:51:06.848 8 INFO neutron.services.segments.plugin [-] Segment c283e06d-172a-4651-82ea-9e407b6f1153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c283e06d-172a-4651-82ea-9e407b6f1153 found for delete ", "request_id": "req-06512663-984d-4ffd-afee-ae95d9c02c64"}]} 2026-05-08 11:51:06.856 8 INFO neutron.services.segments.plugin [-] Segment c283e06d-172a-4651-82ea-9e407b6f1153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c283e06d-172a-4651-82ea-9e407b6f1153 found for delete ", "request_id": "req-b7f43f0f-521e-4ea4-a12a-56f6935bf391"}]} 2026-05-08 11:51:06.903 8 INFO neutron.db.l3_hamode_db [None req-70c6b661-815c-4002-9b66-b38b42b57521 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network be540937-1d84-4609-91a7-7edfd8e2b92c was deleted as no HA routers are present in tenant 5abb25ed8b5f4f33a192e875df75e87e. [pid: 8|app: 0|req: 604/1129] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:05 2026] DELETE /v2.0/routers/3c099dc4-77d3-491d-971e-01ea516ec90d => generated 0 bytes in 1343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1130] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:06 2026] DELETE /v2.0/subnets/562f11ff-e853-4195-817a-45f977bec273 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:07.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-76a25f96-337d-4020-88aa-faee3670f03c 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 291bb1ba-61bc-44d0-b0ad-f2236808e69f 2026-05-08 11:51:07.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76a25f96-337d-4020-88aa-faee3670f03c 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 291bb1ba-61bc-44d0-b0ad-f2236808e69f [pid: 8|app: 0|req: 606/1131] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:07 2026] DELETE /v2.0/networks/7bbb8fc6-8000-4be9-a705-7856edccbb45 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1132] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:51:06 2026] PUT /v2.0/routers/3dba2287-b8a7-4687-ad05-21b7af22396c/add_router_interface => generated 309 bytes in 2243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1133] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:08 2026] GET /v2.0/ports/803e8037-88c2-44b9-94c6-0c202c745304 => generated 967 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1134] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:08 2026] GET /v2.0/security-groups?tenant_id=5abb25ed8b5f4f33a192e875df75e87e&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1135] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:08 2026] DELETE /v2.0/security-groups/0e4ad97b-6019-434e-b5fb-e38b3ff41682 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:08.865 8 INFO neutron.services.segments.plugin [-] Segment d9573281-78c3-4427-ae62-572e53809439 resource provider aggregate not found 2026-05-08 11:51:08.876 8 INFO neutron.services.segments.plugin [-] Segment d9573281-78c3-4427-ae62-572e53809439 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9573281-78c3-4427-ae62-572e53809439 found for delete ", "request_id": "req-45ce4719-6017-4c91-9977-004952fb005a"}]} 2026-05-08 11:51:08.878 8 INFO neutron.services.segments.plugin [-] Segment d9573281-78c3-4427-ae62-572e53809439 resource provider aggregate not found 2026-05-08 11:51:08.896 8 INFO neutron.services.segments.plugin [-] Segment d9573281-78c3-4427-ae62-572e53809439 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9573281-78c3-4427-ae62-572e53809439 found for delete ", "request_id": "req-75e9ceec-1f1f-4f30-aca7-d7911268bbac"}]} [pid: 8|app: 0|req: 610/1136] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:08 2026] GET /v2.0/security-groups?tenant_id=1393b7dcbe04493a96af422a2ce7127f&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1137] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:08 2026] DELETE /v2.0/security-groups/04fa091d-f8c0-4830-bcea-c4275fb0996b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:09.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3370297-b14e-46f7-82df-c397b7c07197 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: 803e8037-88c2-44b9-94c6-0c202c745304 2026-05-08 11:51:09.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3370297-b14e-46f7-82df-c397b7c07197 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: 803e8037-88c2-44b9-94c6-0c202c745304 [pid: 8|app: 0|req: 612/1138] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:09 2026] GET /v2.0/security-groups?tenant_id=ca9c1a4f5ad6457f9551230c45e9a194&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1139] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:51:08 2026] PUT /v2.0/routers/3dba2287-b8a7-4687-ad05-21b7af22396c/remove_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1140] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:09 2026] DELETE /v2.0/security-groups/8eabcda3-f8d2-4edc-819b-d29d382d3052 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:09.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfd4b6d1-4435-45c4-af62-c4298217a2e1 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: 78024caa-a039-416c-9d42-9f22001a88e3 2026-05-08 11:51:09.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfd4b6d1-4435-45c4-af62-c4298217a2e1 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: 78024caa-a039-416c-9d42-9f22001a88e3 [pid: 7|app: 0|req: 528/1141] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:51:09 2026] PUT /v2.0/routers/3dba2287-b8a7-4687-ad05-21b7af22396c/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1142] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:10 2026] GET /v2.0/ports?device_id=3dba2287-b8a7-4687-ad05-21b7af22396c => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:51:10.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-36911c38-e70b-457c-a192-28160fd30bf1 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: 1cef9005-8aed-4a6c-bae5-59ee692b132f 2026-05-08 11:51:10.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36911c38-e70b-457c-a192-28160fd30bf1 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: 1cef9005-8aed-4a6c-bae5-59ee692b132f 2026-05-08 11:51:11.052 7 INFO neutron.services.segments.plugin [-] Segment 1b6e0d34-faea-40ef-b4b5-1a15154c9503 resource provider aggregate not found 2026-05-08 11:51:11.064 7 INFO neutron.services.segments.plugin [-] Segment 1b6e0d34-faea-40ef-b4b5-1a15154c9503 resource provider aggregate not found 2026-05-08 11:51:11.073 7 INFO neutron.services.segments.plugin [-] Segment 1b6e0d34-faea-40ef-b4b5-1a15154c9503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b6e0d34-faea-40ef-b4b5-1a15154c9503 found for delete ", "request_id": "req-e42f19eb-5b63-4493-a3ce-f91be8941243"}]} 2026-05-08 11:51:11.080 7 INFO neutron.services.segments.plugin [-] Segment 1b6e0d34-faea-40ef-b4b5-1a15154c9503 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b6e0d34-faea-40ef-b4b5-1a15154c9503 found for delete ", "request_id": "req-c00ab2fe-7d80-47ea-9f94-951e58c9ffb3"}]} 2026-05-08 11:51:11.110 7 INFO neutron.db.l3_hamode_db [None req-36911c38-e70b-457c-a192-28160fd30bf1 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] HA network bddd50bd-6cb7-4b58-9ec6-be79a86fa971 was deleted as no HA routers are present in tenant a9fa798be3fe48dd84ae0c8549e7f950. [pid: 7|app: 0|req: 529/1143] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:10 2026] DELETE /v2.0/routers/3dba2287-b8a7-4687-ad05-21b7af22396c => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:11.200 8 INFO neutron.db.segments_db [None req-16a80874-6974-4221-ab60-0dd5e5e9b851 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 8c29d0d5-7b04-4270-91ce-83634da3f616 of type vxlan for network 83972634-d399-4058-a1ad-194284da0bb3 [pid: 7|app: 0|req: 530/1144] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:11 2026] DELETE /v2.0/subnets/4580d7d1-b037-44ea-9e00-97e53940dcbe => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1145] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:51:10 2026] POST /v2.0/networks => generated 743 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1146] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:11 2026] DELETE /v2.0/subnets/a4d5fdeb-8224-4259-8474-0c4f86779643 => 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: 616/1147] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:11 2026] POST /v2.0/subnets => generated 690 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:11.554 8 INFO neutron.db.segments_db [None req-ba68ab60-57d8-4e49-96a5-ccb9fd19b7a1 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 of type vxlan for network 0e914280-f6a2-4da6-9a13-acebef93284f [pid: 7|app: 0|req: 532/1148] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:11 2026] DELETE /v2.0/networks/16eaca9f-dcfd-4e2e-a9d6-61c6bc9aaba5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:11.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-891086f0-e5af-49be-ade3-0314dbfaeb88 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: d184831a-9b1f-4eed-8899-ce3deea50b1b 2026-05-08 11:51:11.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-891086f0-e5af-49be-ade3-0314dbfaeb88 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: d184831a-9b1f-4eed-8899-ce3deea50b1b 2026-05-08 11:51:11.827 8 INFO neutron.db.l3_hamode_db [None req-ba68ab60-57d8-4e49-96a5-ccb9fd19b7a1 0070d7d7d2584633a70821454d9885a5 5b89b14e78974904923f9312f5b27fda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 533/1149] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:11 2026] DELETE /v2.0/networks/d062a2d8-f4fe-49da-82cc-8d7d17eba2a6 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:11.989 7 INFO neutron.db.segments_db [None req-d270000e-2526-4e5d-bb69-c82be41332b4 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment c589e0f7-977d-4e20-80e9-d0b8ca32deaa of type vxlan for network 3d14a39c-1711-42b6-bb03-76b5c9995ed3 [pid: 7|app: 0|req: 534/1150] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:11 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1151] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:12 2026] POST /v2.0/subnets => generated 646 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1152] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:12 2026] GET /v2.0/security-groups?tenant_id=674af68226b04da18f473995093d1d54&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:13.083 8 INFO neutron.db.l3_hamode_db [None req-ba68ab60-57d8-4e49-96a5-ccb9fd19b7a1 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:51:13.090 7 INFO neutron.services.segments.plugin [-] Segment 53fb13c2-5a3f-4e8a-b532-1d70792d0501 resource provider aggregate not found 2026-05-08 11:51:13.107 7 INFO neutron.services.segments.plugin [-] Segment 53fb13c2-5a3f-4e8a-b532-1d70792d0501 resource provider aggregate not found 2026-05-08 11:51:13.112 7 INFO neutron.services.segments.plugin [-] Segment 53fb13c2-5a3f-4e8a-b532-1d70792d0501 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53fb13c2-5a3f-4e8a-b532-1d70792d0501 found for delete ", "request_id": "req-7cfaef86-1393-45b4-a43b-ffbc53156e18"}]} 2026-05-08 11:51:13.123 7 INFO neutron.services.segments.plugin [-] Segment 53fb13c2-5a3f-4e8a-b532-1d70792d0501 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53fb13c2-5a3f-4e8a-b532-1d70792d0501 found for delete ", "request_id": "req-5d7aebf6-855d-4bf4-8d67-87b8a18f4680"}]} 2026-05-08 11:51:13.131 7 INFO neutron.services.segments.plugin [-] Segment 4208ec28-933d-422e-b76b-9658e9e909c4 resource provider aggregate not found 2026-05-08 11:51:13.137 7 INFO neutron.services.segments.plugin [-] Segment 4208ec28-933d-422e-b76b-9658e9e909c4 resource provider aggregate not found 2026-05-08 11:51:13.156 7 INFO neutron.services.segments.plugin [-] Segment 4208ec28-933d-422e-b76b-9658e9e909c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4208ec28-933d-422e-b76b-9658e9e909c4 found for delete ", "request_id": "req-c44be010-7dfb-40ec-9918-e6f14e9aaa4e"}]} 2026-05-08 11:51:13.156 7 INFO neutron.services.segments.plugin [-] Segment 4208ec28-933d-422e-b76b-9658e9e909c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4208ec28-933d-422e-b76b-9658e9e909c4 found for delete ", "request_id": "req-1d93f1d2-a693-48f2-bac7-e7bd62caceaa"}]} 2026-05-08 11:51:13.169 7 INFO neutron.db.segments_db [None req-37e0a496-2afd-411e-97ee-3f8a98721b35 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment 9bee4831-88b0-4d27-8bd8-9a5f3456e16c of type vxlan for network 74d8ac63-d7ce-499e-8020-1835fc6ad241 2026-05-08 11:51:13.743 7 INFO neutron.db.l3_hamode_db [None req-37e0a496-2afd-411e-97ee-3f8a98721b35 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:51:13.850 7 INFO neutron.db.l3_hamode_db [None req-37e0a496-2afd-411e-97ee-3f8a98721b35 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 617/1153] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:11 2026] POST /v2.0/routers => generated 730 bytes in 2763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1154] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:14 2026] DELETE /v2.0/security-groups/80f3691c-0cd9-4d67-9f43-96f9e9216bd6 => 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: 537/1155] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:12 2026] POST /v2.0/routers => generated 511 bytes in 1732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1156] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:14 2026] GET /v2.0/security-groups?tenant_id=7397064f188b46dd8ada744ba2eea947&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1157] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:51:14 2026] POST /v2.0/ports => generated 963 bytes in 385 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: 540/1158] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:15 2026] DELETE /v2.0/security-groups/f7726b24-7698-4642-b9fc-79043c880511 => 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: 619/1159] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:51:14 2026] PUT /v2.0/routers/d48fe2b8-3dd0-485a-a42f-ac07f9803e00/add_router_interface => generated 309 bytes in 1251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1160] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:15 2026] GET /v2.0/security-groups?tenant_id=6486c458689141f1b8c2b88f86c99f77&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1163] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:15 2026] DELETE /v2.0/security-groups/b6152ca6-e9d0-45ce-8f4e-f1c9b58f566a => 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: 541/1164] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:51:15 2026] PUT /v2.0/routers/c2680f3f-b44b-4a8a-91a7-0598231fa23f/add_router_interface => generated 309 bytes in 1196 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: 542/1165] 10.0.0.185 () {32 vars in 652 bytes} [Fri May 8 11:51:16 2026] GET /v2.0/extensions => generated 21537 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1166] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:51:16 2026] POST /v2.0/security-groups => generated 1659 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1167] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:16 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1168] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:16 2026] GET /v2.0/ports/90239b2a-05e3-4210-85c4-516410495df7 => generated 1037 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1169] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:16 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:17.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-aec94c9f-1b9b-499b-a31b-f1d53b709670 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: 90239b2a-05e3-4210-85c4-516410495df7 2026-05-08 11:51:17.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aec94c9f-1b9b-499b-a31b-f1d53b709670 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: 90239b2a-05e3-4210-85c4-516410495df7 [pid: 8|app: 0|req: 626/1170] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:51:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 1719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1171] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:51:18 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1172] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:51:16 2026] PUT /v2.0/routers/c2680f3f-b44b-4a8a-91a7-0598231fa23f/remove_router_interface => generated 309 bytes in 1868 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: 546/1173] 10.0.0.185 () {32 vars in 664 bytes} [Fri May 8 11:51:18 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:18.775 7 INFO neutron.api.v2.resource [None req-8803c236-b813-468f-ab25-7de5f4918643 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1174] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:51:18 2026] PUT /v2.0/routers/c2680f3f-b44b-4a8a-91a7-0598231fa23f/remove_router_interface => generated 197 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1175] 10.0.0.185 () {32 vars in 698 bytes} [Fri May 8 11:51:18 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1176] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:18 2026] GET /v2.0/ports?device_id=c2680f3f-b44b-4a8a-91a7-0598231fa23f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1177] 10.0.0.185 () {32 vars in 696 bytes} [Fri May 8 11:51:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:18.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-223bc9cf-e04c-405f-98f8-23df1bc42979 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: c27e86e8-ba65-42de-9476-332626ae721e 2026-05-08 11:51:18.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-223bc9cf-e04c-405f-98f8-23df1bc42979 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: c27e86e8-ba65-42de-9476-332626ae721e [pid: 8|app: 0|req: 628/1178] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:51:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1179] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:19 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:19.593 7 INFO neutron.services.segments.plugin [-] Segment 9bee4831-88b0-4d27-8bd8-9a5f3456e16c resource provider aggregate not found 2026-05-08 11:51:19.606 7 INFO neutron.services.segments.plugin [-] Segment 9bee4831-88b0-4d27-8bd8-9a5f3456e16c resource provider aggregate not found 2026-05-08 11:51:19.619 7 INFO neutron.services.segments.plugin [-] Segment 9bee4831-88b0-4d27-8bd8-9a5f3456e16c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bee4831-88b0-4d27-8bd8-9a5f3456e16c found for delete ", "request_id": "req-9e435149-c556-429b-95a8-68091046a98e"}]} 2026-05-08 11:51:19.631 7 INFO neutron.services.segments.plugin [-] Segment 9bee4831-88b0-4d27-8bd8-9a5f3456e16c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bee4831-88b0-4d27-8bd8-9a5f3456e16c found for delete ", "request_id": "req-5b12679d-440d-43e1-9c7a-1ffe55c51420"}]} 2026-05-08 11:51:19.709 7 INFO neutron.db.l3_hamode_db [None req-223bc9cf-e04c-405f-98f8-23df1bc42979 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] HA network 74d8ac63-d7ce-499e-8020-1835fc6ad241 was deleted as no HA routers are present in tenant a9fa798be3fe48dd84ae0c8549e7f950. [pid: 7|app: 0|req: 551/1180] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:18 2026] DELETE /v2.0/routers/c2680f3f-b44b-4a8a-91a7-0598231fa23f => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1181] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:19 2026] GET /v2.0/extensions/availability_zone => 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: 553/1182] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:19 2026] DELETE /v2.0/subnets/c14f844d-b12d-488d-990e-0ee39abf17ca => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1183] 10.0.0.185 () {32 vars in 702 bytes} [Fri May 8 11:51:19 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) 2026-05-08 11:51:20.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-4101b0db-da14-404e-afb5-e0ca84276031 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: fca01823-8269-41d2-b092-3e0bd656385a 2026-05-08 11:51:20.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4101b0db-da14-404e-afb5-e0ca84276031 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: fca01823-8269-41d2-b092-3e0bd656385a [pid: 8|app: 0|req: 630/1184] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:51:19 2026] POST /v2.0/floatingips => generated 552 bytes in 839 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1185] 10.0.0.185 () {32 vars in 692 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1186] 10.0.0.185 () {32 vars in 694 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1187] 10.0.0.185 () {32 vars in 684 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1188] 10.0.0.185 () {32 vars in 686 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1189] 10.0.0.185 () {32 vars in 660 bytes} [Fri May 8 11:51:20 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: 636/1190] 10.0.0.185 () {32 vars in 698 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1191] 10.0.0.185 () {32 vars in 678 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1192] 10.0.0.185 () {32 vars in 682 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1193] 10.0.0.185 () {32 vars in 674 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1194] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1195] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1196] 10.0.0.185 () {32 vars in 686 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1197] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1198] 10.0.0.185 () {32 vars in 686 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1199] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1200] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:19 2026] DELETE /v2.0/networks/3d14a39c-1711-42b6-bb03-76b5c9995ed3 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1201] 10.0.0.185 () {32 vars in 698 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1202] 10.0.0.185 () {32 vars in 678 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1203] 10.0.0.185 () {32 vars in 666 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1204] 10.0.0.185 () {32 vars in 676 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1205] 10.0.0.185 () {32 vars in 664 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/l3-ha => 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: 560/1206] 10.0.0.185 () {32 vars in 674 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1207] 10.0.0.185 () {32 vars in 712 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1208] 10.0.0.185 () {32 vars in 690 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1209] 10.0.0.185 () {32 vars in 682 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1210] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1211] 10.0.0.185 () {32 vars in 686 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1212] 10.0.0.185 () {32 vars in 704 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1213] 10.0.0.185 () {32 vars in 674 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1214] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1215] 10.0.0.185 () {32 vars in 674 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1216] 10.0.0.185 () {32 vars in 692 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1217] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1218] 10.0.0.185 () {32 vars in 708 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1219] 10.0.0.185 () {32 vars in 704 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1220] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1221] 10.0.0.185 () {32 vars in 696 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1222] 10.0.0.185 () {32 vars in 710 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1223] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1224] 10.0.0.185 () {32 vars in 686 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1225] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:20.690 8 INFO neutron.db.segments_db [None req-3b4b51e0-5055-41e7-b194-1af868d8e843 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment b3d29a41-09a9-42c7-800a-9cac1ee221f7 of type vxlan for network d6c80346-511a-4d6d-b23b-cb92667fadce [pid: 7|app: 0|req: 580/1226] 10.0.0.185 () {32 vars in 674 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1227] 10.0.0.185 () {32 vars in 670 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1228] 10.0.0.185 () {32 vars in 660 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1229] 10.0.0.185 () {32 vars in 698 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1230] 10.0.0.185 () {32 vars in 698 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1231] 10.0.0.185 () {32 vars in 676 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1232] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1233] 10.0.0.185 () {32 vars in 682 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1234] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1235] 10.0.0.185 () {32 vars in 684 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1236] 10.0.0.185 () {32 vars in 706 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1237] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1238] 10.0.0.185 () {32 vars in 696 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1239] 10.0.0.185 () {32 vars in 694 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1240] 10.0.0.184 () {34 vars in 1099 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1446278794&fields=id&tenant_id=5b89b14e78974904923f9312f5b27fda => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1241] 10.0.0.185 () {32 vars in 684 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1242] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/networks?id=83972634-d399-4058-a1ad-194284da0bb3 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1243] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:20 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: 7|app: 0|req: 598/1244] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/quotas/5b89b14e78974904923f9312f5b27fda => 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: 599/1245] 10.0.0.185 () {32 vars in 704 bytes} [Fri May 8 11:51:20 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: 647/1246] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:20 2026] POST /v2.0/networks => generated 633 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1247] 10.0.0.185 () {32 vars in 666 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1248] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:51:20 2026] GET /v2.0/ports?tenant_id=5b89b14e78974904923f9312f5b27fda&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1249] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1250] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:21 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: 7|app: 0|req: 603/1251] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1252] 10.0.0.185 () {32 vars in 690 bytes} [Fri May 8 11:51:21 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: 7|app: 0|req: 605/1253] 10.0.0.185 () {32 vars in 690 bytes} [Fri May 8 11:51:21 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: 7|app: 0|req: 606/1254] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?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: 607/1255] 10.0.0.185 () {32 vars in 694 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1256] 10.0.0.185 () {32 vars in 684 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1257] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1258] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1259] 10.0.0.185 () {32 vars in 702 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1260] 10.0.0.185 () {32 vars in 712 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1261] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1262] 10.0.0.185 () {32 vars in 714 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1263] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1264] 10.0.0.185 () {32 vars in 740 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1265] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1266] 10.0.0.185 () {32 vars in 682 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1267] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1268] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:51:21 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: 621/1269] 10.0.0.185 () {32 vars in 678 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1270] 10.0.0.185 () {32 vars in 668 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/sorting => 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: 623/1271] 10.0.0.185 () {32 vars in 696 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1272] 10.0.0.185 () {32 vars in 704 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1273] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1274] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1275] 10.0.0.185 () {32 vars in 682 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1276] 10.0.0.185 () {32 vars in 704 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1277] 10.0.0.185 () {32 vars in 694 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1278] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1279] 10.0.0.185 () {32 vars in 696 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1280] 10.0.0.185 () {32 vars in 678 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1281] 10.0.0.185 () {32 vars in 688 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1282] 10.0.0.185 () {32 vars in 700 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1283] 10.0.0.185 () {32 vars in 664 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1284] 10.0.0.185 () {32 vars in 680 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1285] 10.0.0.185 () {32 vars in 676 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1286] 10.0.0.185 () {32 vars in 692 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1287] 10.0.0.185 () {32 vars in 676 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1288] 10.0.0.185 () {32 vars in 666 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1289] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1290] 10.0.0.185 () {32 vars in 674 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1291] 10.0.0.185 () {32 vars in 686 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1292] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:21 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:51:21.669 7 INFO neutron.services.segments.plugin [-] Segment c589e0f7-977d-4e20-80e9-d0b8ca32deaa resource provider aggregate not found 2026-05-08 11:51:21.673 7 INFO neutron.services.segments.plugin [-] Segment c589e0f7-977d-4e20-80e9-d0b8ca32deaa resource provider aggregate not found 2026-05-08 11:51:21.686 7 INFO neutron.services.segments.plugin [-] Segment c589e0f7-977d-4e20-80e9-d0b8ca32deaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c589e0f7-977d-4e20-80e9-d0b8ca32deaa found for delete ", "request_id": "req-36c9600e-145b-4fc2-8c7e-40bea88c623c"}]} 2026-05-08 11:51:21.690 7 INFO neutron.services.segments.plugin [-] Segment c589e0f7-977d-4e20-80e9-d0b8ca32deaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c589e0f7-977d-4e20-80e9-d0b8ca32deaa found for delete ", "request_id": "req-d70fcb18-1a68-4a7c-a400-dc9beec3894b"}]} [pid: 8|app: 0|req: 649/1293] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:20 2026] POST /v2.0/subnets => generated 646 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:21.756 7 INFO neutron.db.segments_db [None req-1ebdacf4-253f-471e-b681-a586d4cea039 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment b229a0d1-5efd-44b1-8936-eef3bff85820 of type vxlan for network d810f1d3-9f89-4a9d-8d29-19efe2e4a136 2026-05-08 11:51:22.002 7 INFO neutron.db.l3_hamode_db [None req-1ebdacf4-253f-471e-b681-a586d4cea039 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:51:22.125 7 INFO neutron.db.l3_hamode_db [None req-1ebdacf4-253f-471e-b681-a586d4cea039 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 650/1294] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:22 2026] GET /v2.0/security-groups?tenant_id=e0e61f315b1848e390b58e1b0a26465c&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1295] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:22 2026] DELETE /v2.0/security-groups/23a84b9d-5a6c-4ae2-a20c-049e3aa9afd6 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1296] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:21 2026] POST /v2.0/routers => generated 510 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1297] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:22 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1298] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:22 2026] GET /v2.0/security-groups?tenant_id=7d3d720cafc94ad7ac8dacbdebaf6e22&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1299] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:22 2026] DELETE /v2.0/security-groups/5aa6f57a-87a1-4ea3-8ee6-fcd0ff578a97 => 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: 654/1300] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:23 2026] GET /v2.0/security-groups?tenant_id=b3668164178a4a23b80844b4cfcafe85&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1301] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:23 2026] DELETE /v2.0/security-groups/4af944f1-23be-49bb-9753-8f1ee843d7dc => 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: 656/1302] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:23 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 647/1303] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:51:22 2026] PUT /v2.0/routers/baaa53b6-8281-4435-9765-58e198da4f4f/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1304] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:24 2026] GET /v2.0/ports/b0bed853-3b19-4c09-8b22-0c7434d5607c => generated 959 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:24.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f957c49-11a5-4387-9a84-6fca7b96b629 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: b0bed853-3b19-4c09-8b22-0c7434d5607c 2026-05-08 11:51:24.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f957c49-11a5-4387-9a84-6fca7b96b629 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: b0bed853-3b19-4c09-8b22-0c7434d5607c [pid: 7|app: 0|req: 648/1305] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:51:24 2026] PUT /v2.0/routers/baaa53b6-8281-4435-9765-58e198da4f4f/remove_router_interface => generated 309 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1306] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:24 2026] GET /v2.0/ports?device_id=baaa53b6-8281-4435-9765-58e198da4f4f => 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: 659/1307] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:25 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:51:25.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9695d25-1f84-4f0d-9f37-4fca4a9b17cb b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: f51754d7-42c6-44e6-a8e1-5302620f699f 2026-05-08 11:51:25.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9695d25-1f84-4f0d-9f37-4fca4a9b17cb b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: f51754d7-42c6-44e6-a8e1-5302620f699f 2026-05-08 11:51:25.859 7 INFO neutron.services.segments.plugin [-] Segment b229a0d1-5efd-44b1-8936-eef3bff85820 resource provider aggregate not found 2026-05-08 11:51:25.872 7 INFO neutron.services.segments.plugin [-] Segment b229a0d1-5efd-44b1-8936-eef3bff85820 resource provider aggregate not found 2026-05-08 11:51:25.882 7 INFO neutron.services.segments.plugin [-] Segment b229a0d1-5efd-44b1-8936-eef3bff85820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b229a0d1-5efd-44b1-8936-eef3bff85820 found for delete ", "request_id": "req-f7a5d81c-b18f-4d51-bbee-228f6f80f466"}]} 2026-05-08 11:51:25.901 7 INFO neutron.services.segments.plugin [-] Segment b229a0d1-5efd-44b1-8936-eef3bff85820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b229a0d1-5efd-44b1-8936-eef3bff85820 found for delete ", "request_id": "req-1577f04e-3ed9-4345-9f43-7e37a23f5448"}]} [pid: 8|app: 0|req: 660/1308] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:51:25 2026] GET /v2.0/networks?id=83972634-d399-4058-a1ad-194284da0bb3 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:25.985 7 INFO neutron.db.l3_hamode_db [None req-b9695d25-1f84-4f0d-9f37-4fca4a9b17cb b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] HA network d810f1d3-9f89-4a9d-8d29-19efe2e4a136 was deleted as no HA routers are present in tenant a9fa798be3fe48dd84ae0c8549e7f950. [pid: 7|app: 0|req: 649/1309] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:24 2026] DELETE /v2.0/routers/baaa53b6-8281-4435-9765-58e198da4f4f => generated 0 bytes in 1054 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1310] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:51:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5b89b14e78974904923f9312f5b27fda => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1311] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:25 2026] DELETE /v2.0/subnets/a94e8568-a5e9-4b5c-9713-80ee14b0353c => 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: 651/1312] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:26 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 652/1313] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:26 2026] DELETE /v2.0/networks/d6c80346-511a-4d6d-b23b-cb92667fadce => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:26.488 7 INFO neutron.db.segments_db [None req-8b49d0ed-6140-4623-ad13-e122cb77944a b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Added segment 2e85cb5b-5c83-4820-984e-5742bd798b2e of type vxlan for network 99cce79a-95eb-477c-a9e8-15de3a819908 [pid: 8|app: 0|req: 662/1314] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:51:26 2026] POST /v2.0/ports => generated 954 bytes in 686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:51:26.823 7 INFO neutron.db.l3_hamode_db [None req-8b49d0ed-6140-4623-ad13-e122cb77944a b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 663/1315] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:51:26 2026] PUT /v2.0/ports/e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 => generated 1235 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:27.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6016853-9031-4d1b-aadb-116c8683ce62'] response: {'name': 'network-changed', 'server_uuid': '4615e0b3-2b5f-4d6c-9bbe-067ed12f4680', 'tag': 'e6c8bba6-98df-4edb-a8ba-ea5a8bb22148', '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: 664/1316] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:27 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1317] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:27 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1318] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:51:27 2026] GET /v2.0/ports?tenant_id=5b89b14e78974904923f9312f5b27fda&device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:27.685 7 INFO neutron.db.l3_hamode_db [None req-8b49d0ed-6140-4623-ad13-e122cb77944a b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 667/1319] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:51:27 2026] GET /v2.0/networks?tenant_id=5b89b14e78974904923f9312f5b27fda&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1320] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:51:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:27.908 7 INFO neutron.services.segments.plugin [-] Segment b3d29a41-09a9-42c7-800a-9cac1ee221f7 resource provider aggregate not found 2026-05-08 11:51:27.924 7 INFO neutron.services.segments.plugin [-] Segment b3d29a41-09a9-42c7-800a-9cac1ee221f7 resource provider aggregate not found 2026-05-08 11:51:27.930 7 INFO neutron.services.segments.plugin [-] Segment b3d29a41-09a9-42c7-800a-9cac1ee221f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3d29a41-09a9-42c7-800a-9cac1ee221f7 found for delete ", "request_id": "req-3ab8e1de-2b81-484c-b38c-bd1ed1f83b5c"}]} 2026-05-08 11:51:27.939 7 INFO neutron.services.segments.plugin [-] Segment b3d29a41-09a9-42c7-800a-9cac1ee221f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3d29a41-09a9-42c7-800a-9cac1ee221f7 found for delete ", "request_id": "req-26aa61c5-e9b3-41af-9904-fef560059383"}]} [pid: 7|app: 0|req: 653/1321] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:26 2026] POST /v2.0/routers => generated 692 bytes in 2133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1322] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/security-groups?tenant_id=db346398b80c44598bbf85f73cdab2d7&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1323] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1324] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/security-groups?tenant_id=4645475eb48844d88038bf9c5b447259&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1325] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/routers/264618cd-8329-4948-b562-5c64e41c0732 => generated 698 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1326] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1327] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:28 2026] DELETE /v2.0/security-groups/ca03d534-8a22-4b9e-91ae-7cc2f7b4ff64 => 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: 656/1328] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/routers => generated 701 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1329] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:28 2026] DELETE /v2.0/security-groups/ec37f3e3-a8d3-49fa-ab96-d91791ed74aa => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1330] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/ports?tenant_id=5b89b14e78974904923f9312f5b27fda&device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1238 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1331] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1332] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/subnets?id=7bf0eca9-0fa7-4af5-975b-57599a155890 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1333] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/ports?network_id=83972634-d399-4058-a1ad-194284da0bb3&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1334] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:28 2026] GET /v2.0/security-groups?tenant_id=b6c34348f5a140d3a50f38fb27fe0f16&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1335] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1336] 10.0.0.185 () {34 vars in 740 bytes} [Fri May 8 11:51:28 2026] PUT /v2.0/routers/264618cd-8329-4948-b562-5c64e41c0732 => generated 705 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1337] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/security-groups?tenant_id=230830727fa74914bf4556bb62090355&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1338] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1339] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:29 2026] DELETE /v2.0/security-groups/05a95c66-cddb-4abc-8db8-fd4211300a58 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1340] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/routers/264618cd-8329-4948-b562-5c64e41c0732 => generated 705 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1341] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/ports?device_id=264618cd-8329-4948-b562-5c64e41c0732 => 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: 676/1342] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:29 2026] DELETE /v2.0/security-groups/d797b5f7-990f-4614-ab7b-8ee70f4af9bc => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1343] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 678/1344] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:29 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:29.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-52131f31-0f0e-4f40-9f65-82a173c25bc9 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: 080c2358-b5c8-4fb9-8cbe-2f14b42a5aa8 2026-05-08 11:51:29.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52131f31-0f0e-4f40-9f65-82a173c25bc9 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: 080c2358-b5c8-4fb9-8cbe-2f14b42a5aa8 2026-05-08 11:51:30.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-52131f31-0f0e-4f40-9f65-82a173c25bc9 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] TaaS: Handle Delete Port: 9a49241f-0909-45b3-8f5d-24e11d106e71 2026-05-08 11:51:30.314 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52131f31-0f0e-4f40-9f65-82a173c25bc9 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] Tap Mirror: Handle Delete Port: 9a49241f-0909-45b3-8f5d-24e11d106e71 2026-05-08 11:51:30.797 7 INFO neutron.services.segments.plugin [-] Segment 2e85cb5b-5c83-4820-984e-5742bd798b2e resource provider aggregate not found 2026-05-08 11:51:30.805 7 INFO neutron.services.segments.plugin [-] Segment 2e85cb5b-5c83-4820-984e-5742bd798b2e resource provider aggregate not found 2026-05-08 11:51:30.818 7 INFO neutron.services.segments.plugin [-] Segment 2e85cb5b-5c83-4820-984e-5742bd798b2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e85cb5b-5c83-4820-984e-5742bd798b2e found for delete ", "request_id": "req-f6bc3bda-9eb3-4711-ba38-f2fe8d1fe4f4"}]} 2026-05-08 11:51:30.831 7 INFO neutron.services.segments.plugin [-] Segment 2e85cb5b-5c83-4820-984e-5742bd798b2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e85cb5b-5c83-4820-984e-5742bd798b2e found for delete ", "request_id": "req-1a6a0c74-d876-4e09-b31e-44df214dd129"}]} 2026-05-08 11:51:30.839 7 INFO neutron.db.l3_hamode_db [None req-52131f31-0f0e-4f40-9f65-82a173c25bc9 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] HA network 99cce79a-95eb-477c-a9e8-15de3a819908 was deleted as no HA routers are present in tenant a9fa798be3fe48dd84ae0c8549e7f950. [pid: 7|app: 0|req: 667/1347] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:29 2026] DELETE /v2.0/routers/264618cd-8329-4948-b562-5c64e41c0732 => generated 0 bytes in 1176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1348] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/ports?device_id=264618cd-8329-4948-b562-5c64e41c0732 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:51:30.896 8 INFO neutron.api.v2.resource [None req-2c4c4de2-311a-4e2c-8364-c3af71d4e1e2 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1349] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:30 2026] DELETE /v2.0/routers/264618cd-8329-4948-b562-5c64e41c0732 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1350] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/ports?device_id=baaa53b6-8281-4435-9765-58e198da4f4f => 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: 668/1351] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:30.953 7 INFO neutron.api.v2.resource [None req-dac52a46-e48b-4d9c-a195-dd8613400f2e b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1352] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:30 2026] DELETE /v2.0/routers/baaa53b6-8281-4435-9765-58e198da4f4f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1353] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:30.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-443fba63-7de6-4f35-ab84-2ea5fa370e82 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 685/1354] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:30 2026] DELETE /v2.0/subnets/a94e8568-a5e9-4b5c-9713-80ee14b0353c => 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: 670/1355] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1356] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/ports?device_id=c2680f3f-b44b-4a8a-91a7-0598231fa23f => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1357] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:30 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:31.031 7 INFO neutron.api.v2.resource [None req-0f669e53-bf48-449d-b0f2-eaa17fb8147e b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1358] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:31 2026] DELETE /v2.0/routers/c2680f3f-b44b-4a8a-91a7-0598231fa23f => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:31.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-433fa59c-c9ac-460f-b731-4e0169222af7 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1359] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:31 2026] DELETE /v2.0/subnets/c14f844d-b12d-488d-990e-0ee39abf17ca => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1360] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:51:31 2026] GET /v2.0/ports?device_id=3dba2287-b8a7-4687-ad05-21b7af22396c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:51:31.125 8 INFO neutron.api.v2.resource [None req-82b6dcbe-7f36-472a-abc9-4644d9c95c46 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1361] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:31 2026] DELETE /v2.0/routers/3dba2287-b8a7-4687-ad05-21b7af22396c => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:31.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba963f37-583b-43f9-99c9-add404595c54 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1362] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:31 2026] DELETE /v2.0/subnets/4580d7d1-b037-44ea-9e00-97e53940dcbe => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:31.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8dce118d-1428-4975-b11a-b05077e01444 b8a978fb92cc4a7487e678e51dccb910 a9fa798be3fe48dd84ae0c8549e7f950 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1363] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:31 2026] DELETE /v2.0/subnets/a4d5fdeb-8224-4259-8474-0c4f86779643 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1364] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:31 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1365] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:31 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1366] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:31 2026] GET /v2.0/security-groups?tenant_id=a9fa798be3fe48dd84ae0c8549e7f950&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1367] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:32 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1368] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:32 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1369] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:32 2026] DELETE /v2.0/security-groups/8c7bf4be-7fc3-414c-8ac2-f3965227e0e2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1370] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:33 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1371] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:33 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1372] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:34 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1373] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:34 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1374] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:34 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:35.025 7 INFO neutron.db.l3_db [None req-cadaf495-42d2-4395-8263-9a8fdb205cf4 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] Floating IP 18412ef5-6b21-48cf-98b6-1b357ff26c4d associated. External IP: 10.96.250.219, port: e6c8bba6-98df-4edb-a8ba-ea5a8bb22148. 2026-05-08 11:51:35.082 8 INFO neutron.db.segments_db [None req-0e0ddc04-1ac8-4e7b-a65e-ccbc450f18d0 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] Added segment c4bda989-755f-43d3-8e83-66f2e588f0a6 of type vxlan for network d5c25bca-0b1d-4b4a-ae8b-072fcdd2f6a7 [pid: 8|app: 0|req: 696/1375] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:34 2026] POST /v2.0/networks => generated 726 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1376] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:35 2026] POST /v2.0/subnets => generated 644 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:35.507 8 WARNING neutron.api.v2.base [None req-bd53275d-21dc-4302-9ec9-da1479d90ec0 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-08 11:51:35.508 8 INFO neutron.api.v2.resource [None req-bd53275d-21dc-4302-9ec9-da1479d90ec0 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 698/1377] 10.0.0.185 () {34 vars in 680 bytes} [Fri May 8 11:51:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-08 11:51:35.772 8 INFO neutron.services.segments.plugin [-] Segment c4bda989-755f-43d3-8e83-66f2e588f0a6 resource provider aggregate not found 2026-05-08 11:51:35.778 8 INFO neutron.services.segments.plugin [-] Segment c4bda989-755f-43d3-8e83-66f2e588f0a6 resource provider aggregate not found 2026-05-08 11:51:35.831 8 INFO neutron.services.segments.plugin [-] Segment c4bda989-755f-43d3-8e83-66f2e588f0a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4bda989-755f-43d3-8e83-66f2e588f0a6 found for delete ", "request_id": "req-c9802198-0b6b-4a3c-9d0c-ad14447cf920"}]} 2026-05-08 11:51:35.832 8 INFO neutron.services.segments.plugin [-] Segment c4bda989-755f-43d3-8e83-66f2e588f0a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4bda989-755f-43d3-8e83-66f2e588f0a6 found for delete ", "request_id": "req-047c2b70-61df-4543-b4c5-8c16dc2b6b98"}]} [pid: 7|app: 0|req: 680/1378] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:51:34 2026] PUT /v2.0/floatingips/18412ef5-6b21-48cf-98b6-1b357ff26c4d => generated 855 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:35.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fc10666-e66c-4ebf-95ec-16683bd7b4c1'] response: {'name': 'network-changed', 'server_uuid': '4615e0b3-2b5f-4d6c-9bbe-067ed12f4680', 'tag': 'e6c8bba6-98df-4edb-a8ba-ea5a8bb22148', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 699/1379] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:35 2026] DELETE /v2.0/networks/d5c25bca-0b1d-4b4a-ae8b-072fcdd2f6a7 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:36.088 7 INFO neutron.db.segments_db [None req-b7a26c61-897e-4e9b-8f0b-216de27d4792 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] Added segment ccf2551d-5a2b-46f5-8816-7ca1998fd17d of type vxlan for network 4dcc32fd-1f29-463f-a566-f796ade7c2ec [pid: 7|app: 0|req: 681/1380] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:35 2026] POST /v2.0/networks => generated 725 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1381] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:51:36 2026] GET /v2.0/ports?tenant_id=5b89b14e78974904923f9312f5b27fda&device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1382] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:36 2026] POST /v2.0/subnets => generated 647 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1383] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:51:36 2026] GET /v2.0/networks?id=83972634-d399-4058-a1ad-194284da0bb3 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:36.602 8 WARNING neutron.api.v2.base [None req-46930daa-5ee8-4246-a2ec-9584c726626c 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-08 11:51:36.602 8 INFO neutron.api.v2.resource [None req-46930daa-5ee8-4246-a2ec-9584c726626c 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 702/1384] 10.0.0.185 () {34 vars in 680 bytes} [Fri May 8 11:51:36 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1385] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:51:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1386] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:36 2026] GET /v2.0/security-groups?tenant_id=a4aa4f3a9c574e41848c9f25e95f1929&name=default => generated 2925 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1387] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:36 2026] DELETE /v2.0/networks/4dcc32fd-1f29-463f-a566-f796ade7c2ec => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1388] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:51:36 2026] GET /v2.0/subnets?id=7bf0eca9-0fa7-4af5-975b-57599a155890 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:37.022 7 INFO neutron.db.segments_db [None req-cb5f44b4-a9e5-4ca6-923e-da1cffa6fee1 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] Added segment 675b4d44-ae40-4e9d-b7e5-728e824a4a3a of type vxlan for network 9b3725eb-4904-44f7-abd1-57742faa39a6 [pid: 8|app: 0|req: 705/1389] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:36 2026] DELETE /v2.0/security-groups/b9d03c82-ed6f-4486-a0ae-77d9b8ced365 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1390] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:36 2026] POST /v2.0/networks => generated 726 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1391] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:51:37 2026] GET /v2.0/ports?network_id=83972634-d399-4058-a1ad-194284da0bb3&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1392] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:37 2026] POST /v2.0/subnets => generated 647 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1393] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:37 2026] GET /v2.0/security-groups?tenant_id=67b9f587f94944d48c8ad2ff858c384e&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1394] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:51:37 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1395] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:37 2026] DELETE /v2.0/security-groups/67876982-82fc-4bc9-a907-d4f7b913f551 => 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: 690/1396] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:51:37 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1397] 10.0.0.185 () {34 vars in 680 bytes} [Fri May 8 11:51:37 2026] POST /v2.0/rbac-policies => generated 324 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:37.882 8 INFO neutron.services.segments.plugin [-] Segment ccf2551d-5a2b-46f5-8816-7ca1998fd17d resource provider aggregate not found 2026-05-08 11:51:37.891 8 INFO neutron.services.segments.plugin [-] Segment ccf2551d-5a2b-46f5-8816-7ca1998fd17d resource provider aggregate not found 2026-05-08 11:51:37.919 8 INFO neutron.services.segments.plugin [-] Segment ccf2551d-5a2b-46f5-8816-7ca1998fd17d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccf2551d-5a2b-46f5-8816-7ca1998fd17d found for delete ", "request_id": "req-1073e65e-9645-4093-bee4-628553d6b07c"}]} 2026-05-08 11:51:37.921 8 INFO neutron.services.segments.plugin [-] Segment ccf2551d-5a2b-46f5-8816-7ca1998fd17d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccf2551d-5a2b-46f5-8816-7ca1998fd17d found for delete ", "request_id": "req-7cc2b852-3f98-40c7-b8d9-11f1f8c10d34"}]} [pid: 7|app: 0|req: 691/1398] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:37 2026] GET /v2.0/security-groups?tenant_id=5f0d39614f384edf83b4a2e64811a09d&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1399] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:38 2026] DELETE /v2.0/security-groups/ac7277b9-4de2-44d9-a901-8f8aa885376f => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1400] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 11:51:38 2026] GET /v2.0/networks/9b3725eb-4904-44f7-abd1-57742faa39a6 => generated 654 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:38.990 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87fa30c3-cfeb-4bb0-b51d-469ea953f00c 89748bd488184c2e94773d4ae339afef 46646ae195ab435bbef336102b5c1b4c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 709/1401] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 11:51:38 2026] GET /v2.0/networks/9b3725eb-4904-44f7-abd1-57742faa39a6 => generated 138 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:39.156 7 INFO neutron.services.segments.plugin [-] Segment 675b4d44-ae40-4e9d-b7e5-728e824a4a3a resource provider aggregate not found 2026-05-08 11:51:39.160 7 INFO neutron.services.segments.plugin [-] Segment 675b4d44-ae40-4e9d-b7e5-728e824a4a3a resource provider aggregate not found 2026-05-08 11:51:39.171 7 INFO neutron.services.segments.plugin [-] Segment 675b4d44-ae40-4e9d-b7e5-728e824a4a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 675b4d44-ae40-4e9d-b7e5-728e824a4a3a found for delete ", "request_id": "req-36ad99f4-e2a0-423c-bddf-0f0acb7378e1"}]} 2026-05-08 11:51:39.172 7 INFO neutron.services.segments.plugin [-] Segment 675b4d44-ae40-4e9d-b7e5-728e824a4a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 675b4d44-ae40-4e9d-b7e5-728e824a4a3a found for delete ", "request_id": "req-83d59e45-0cd7-4757-a744-3191804f7fb1"}]} [pid: 7|app: 0|req: 693/1402] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:38 2026] DELETE /v2.0/networks/9b3725eb-4904-44f7-abd1-57742faa39a6 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:39.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3b6bb1f-4f22-49b7-ae0b-ae9acb55b6af 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1403] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:39 2026] DELETE /v2.0/subnets/b7de1f06-7654-4b68-8fc9-ff37b5542654 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:39.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46b1442c-8493-4986-ad9b-d7fc0e022197 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1404] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:39 2026] DELETE /v2.0/subnets/70e2310c-7fda-4dad-b7ea-13f114172dca => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:39.244 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18c6b6d3-c40d-475c-8ab2-726a86a3c4e8 273788ef9669482bbfff5b334dde513c c11bb4bb55954727add16af4df2d8638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1405] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:39 2026] DELETE /v2.0/subnets/a92ac93e-126e-45d3-8dc1-4ff57ea7774f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1406] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:40 2026] GET /v2.0/security-groups?tenant_id=902ea53c74ad40d6bfb7cda33d6a5b00&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1407] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:40 2026] DELETE /v2.0/security-groups/afafddf2-0370-4624-ad24-12b50ca72472 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1408] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:40 2026] GET /v2.0/security-groups?tenant_id=46646ae195ab435bbef336102b5c1b4c&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: 713/1409] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:40 2026] DELETE /v2.0/security-groups/506d3901-1623-42d3-871a-ff74462aea63 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1410] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:40 2026] GET /v2.0/security-groups?tenant_id=c11bb4bb55954727add16af4df2d8638&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1411] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:40 2026] DELETE /v2.0/security-groups/2cd4ee72-17c2-4dc2-a58c-83050f61d8f9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1412] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:40 2026] GET /v2.0/security-groups?tenant_id=0f4ad40ebeee4d029bb23377ce3022a4&name=default => generated 2925 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1413] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:41 2026] DELETE /v2.0/security-groups/e6f63442-9074-493d-b32a-a6216e31bf99 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:44.071 7 INFO neutron.db.segments_db [None req-a34a40be-25ce-49cd-bd90-c78ec84d4ff2 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Added segment bb1cd8dd-8ba7-4527-b72e-0039bde630cc of type vxlan for network f67243cf-9b81-4093-bf7a-f717982f86a6 2026-05-08 11:51:44.122 7 INFO neutron.db.segments_db [None req-a34a40be-25ce-49cd-bd90-c78ec84d4ff2 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Added segment 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 of type vxlan for network 0e278985-1fe2-4b4a-8f1a-c397bf79be81 [pid: 7|app: 0|req: 698/1414] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:43 2026] POST /v2.0/networks => generated 1243 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1415] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:51:44 2026] GET /v2.0/networks => generated 1842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:44.443 7 INFO neutron.services.segments.plugin [-] Segment bb1cd8dd-8ba7-4527-b72e-0039bde630cc resource provider aggregate not found 2026-05-08 11:51:44.452 7 INFO neutron.services.segments.plugin [-] Segment bb1cd8dd-8ba7-4527-b72e-0039bde630cc resource provider aggregate not found 2026-05-08 11:51:44.468 7 INFO neutron.services.segments.plugin [-] Segment bb1cd8dd-8ba7-4527-b72e-0039bde630cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb1cd8dd-8ba7-4527-b72e-0039bde630cc found for delete ", "request_id": "req-71701a1d-032d-408b-8b7f-219827d19d70"}]} 2026-05-08 11:51:44.469 7 INFO neutron.services.segments.plugin [-] Segment bb1cd8dd-8ba7-4527-b72e-0039bde630cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb1cd8dd-8ba7-4527-b72e-0039bde630cc found for delete ", "request_id": "req-600b5291-f774-474d-9bb4-51cd556cb243"}]} [pid: 7|app: 0|req: 699/1416] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:44 2026] DELETE /v2.0/networks/f67243cf-9b81-4093-bf7a-f717982f86a6 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:44.639 8 INFO neutron.services.segments.plugin [-] Segment 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 resource provider aggregate not found 2026-05-08 11:51:44.644 8 INFO neutron.services.segments.plugin [-] Segment 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 resource provider aggregate not found 2026-05-08 11:51:44.662 8 INFO neutron.services.segments.plugin [-] Segment 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 found for delete ", "request_id": "req-3a20ba50-303e-4cae-bfdd-a64903317ba0"}]} 2026-05-08 11:51:44.664 8 INFO neutron.services.segments.plugin [-] Segment 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ddcf5ab-e644-4002-b914-b5e4ca1bd296 found for delete ", "request_id": "req-0a80d06d-21d6-49ab-b91a-edf7854e8189"}]} [pid: 8|app: 0|req: 718/1417] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:44 2026] DELETE /v2.0/networks/0e278985-1fe2-4b4a-8f1a-c397bf79be81 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1418] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:51:44 2026] GET /v2.0/networks => generated 651 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:44.836 8 INFO neutron.db.segments_db [None req-efb33674-ddd7-4798-9d2d-d88ed12f3f71 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Added segment f6276a93-0d9c-4e6c-a60e-af82aedb145d of type vxlan for network 97bae20a-2b3a-4c46-8aed-c8e4f24383e2 [pid: 8|app: 0|req: 719/1419] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:44 2026] POST /v2.0/networks => generated 654 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:45.097 7 INFO neutron.db.segments_db [None req-57cd5c23-d94c-4f79-a180-6e3e86030ff8 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Added segment 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 of type vxlan for network 486eff69-c95a-4c6e-8755-b8567a5c2c69 [pid: 7|app: 0|req: 701/1420] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:44 2026] POST /v2.0/networks => generated 654 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1423] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:51:45 2026] POST /v2.0/ports => generated 1505 bytes in 1178 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: 721/1424] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:51:46 2026] GET /v2.0/ports => generated 1505 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:46.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-a785e9b9-d5df-42ee-8242-416415a06565 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] TaaS: Handle Delete Port: fdee91c4-d7a9-4767-be11-5be8a86a0ab1 2026-05-08 11:51:46.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a785e9b9-d5df-42ee-8242-416415a06565 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Tap Mirror: Handle Delete Port: fdee91c4-d7a9-4767-be11-5be8a86a0ab1 [pid: 8|app: 0|req: 722/1425] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:51:46 2026] DELETE /v2.0/ports/fdee91c4-d7a9-4767-be11-5be8a86a0ab1 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:46.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-81e18dcb-b4be-4a0e-9ffc-e36c806d3632 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] TaaS: Handle Delete Port: 18d8ae53-2412-41cd-a2a0-6668f62518b5 2026-05-08 11:51:46.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81e18dcb-b4be-4a0e-9ffc-e36c806d3632 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Tap Mirror: Handle Delete Port: 18d8ae53-2412-41cd-a2a0-6668f62518b5 [pid: 7|app: 0|req: 704/1426] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:51:45 2026] POST /v2.0/floatingips => generated 552 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1427] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:51:46 2026] DELETE /v2.0/ports/18d8ae53-2412-41cd-a2a0-6668f62518b5 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1428] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:51:46 2026] GET /v2.0/ports => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:51:47.088 8 INFO neutron.db.segments_db [None req-203e3557-9905-48c9-95ab-ba2ba4068c3c 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Added segment facdedc1-32e0-4339-b607-9da909750a9a of type vxlan for network 42d5256c-0bdd-46a6-918d-c999f0d645a9 [pid: 8|app: 0|req: 725/1429] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:46 2026] POST /v2.0/networks => generated 654 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:47.308 8 INFO neutron.db.segments_db [None req-57fb832f-2117-4197-a5b8-f3c88ff46be8 93d2f9d1247a48bc8d355d66cd76ba7c 20d1ba2bc1034a2688ce7e086285c27a - - default default] Added segment 4ccb394d-71e2-410e-b6dc-56766381d475 of type vxlan for network f1495759-a2f6-4290-994b-3d7931cfc161 [pid: 8|app: 0|req: 726/1430] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:47 2026] POST /v2.0/networks => generated 654 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1431] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:51:47 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1432] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:51:47 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1433] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:51:46 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1434] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:51:47 2026] POST /v2.0/floatingips => generated 552 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1435] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:47 2026] POST /v2.0/subnets => generated 1323 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1436] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:51:48 2026] GET /v2.0/subnets => generated 1959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1437] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:48 2026] DELETE /v2.0/subnets/021f4015-f3c0-48d1-9193-64095d24c6b8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1438] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:51:48 2026] POST /v2.0/floatingips => generated 552 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1439] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:48 2026] DELETE /v2.0/subnets/0f7decf7-2675-4248-8a98-1e65e7a30fb5 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1440] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:51:49 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:49.215 7 INFO neutron.services.segments.plugin [-] Segment 4ccb394d-71e2-410e-b6dc-56766381d475 resource provider aggregate not found 2026-05-08 11:51:49.221 7 INFO neutron.services.segments.plugin [-] Segment 4ccb394d-71e2-410e-b6dc-56766381d475 resource provider aggregate not found 2026-05-08 11:51:49.237 7 INFO neutron.services.segments.plugin [-] Segment 4ccb394d-71e2-410e-b6dc-56766381d475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ccb394d-71e2-410e-b6dc-56766381d475 found for delete ", "request_id": "req-070acd5c-d619-44a8-95c8-720256c02e6a"}]} 2026-05-08 11:51:49.238 7 INFO neutron.services.segments.plugin [-] Segment 4ccb394d-71e2-410e-b6dc-56766381d475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ccb394d-71e2-410e-b6dc-56766381d475 found for delete ", "request_id": "req-b2541660-ee55-4602-8809-eb416be14712"}]} [pid: 7|app: 0|req: 711/1441] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:49 2026] DELETE /v2.0/networks/f1495759-a2f6-4290-994b-3d7931cfc161 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1442] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:49 2026] DELETE /v2.0/networks/42d5256c-0bdd-46a6-918d-c999f0d645a9 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1443] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:51:48 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1444] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:51:49 2026] PUT /v2.0/floatingips/acdde87e-f6f1-447e-a839-6e7301069f43/tags => generated 17 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1445] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:49 2026] DELETE /v2.0/networks/486eff69-c95a-4c6e-8755-b8567a5c2c69 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1446] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:51:49 2026] PUT /v2.0/floatingips/d0921b83-cd3c-4fb0-b7b9-4467c7f44327/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1447] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:51:49 2026] PUT /v2.0/floatingips/397e0dfb-3db4-4b92-96b5-533b691d1912/tags => generated 34 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1448] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:49 2026] DELETE /v2.0/networks/97bae20a-2b3a-4c46-8aed-c8e4f24383e2 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1449] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:51:49 2026] PUT /v2.0/floatingips/be3f2110-193e-4690-8407-a709671a63e4/tags => generated 19 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1450] 10.0.0.185 () {32 vars in 671 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1451] 10.0.0.185 () {32 vars in 685 bytes} [Fri May 8 11:51:50 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: 716/1452] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1453] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1454] 10.0.0.185 () {32 vars in 679 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1455] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1456] 10.0.0.185 () {32 vars in 689 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1457] 10.0.0.185 () {32 vars in 701 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:50.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-bed18152-bd7a-41e8-813a-42a611ff753b 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] TaaS: Handle Delete Port: fa03ff90-3796-4fa2-b459-54bef15edfea 2026-05-08 11:51:50.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bed18152-bd7a-41e8-813a-42a611ff753b 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] Tap Mirror: Handle Delete Port: fa03ff90-3796-4fa2-b459-54bef15edfea [pid: 8|app: 0|req: 740/1458] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:50 2026] GET /v2.0/security-groups?tenant_id=20d1ba2bc1034a2688ce7e086285c27a&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: 719/1459] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:51:50 2026] DELETE /v2.0/floatingips/acdde87e-f6f1-447e-a839-6e7301069f43 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1460] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:51 2026] DELETE /v2.0/security-groups/f00220e4-2830-42cb-b9c1-d1be0296f988 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:51.259 7 INFO neutron.services.segments.plugin [-] Segment facdedc1-32e0-4339-b607-9da909750a9a resource provider aggregate not found 2026-05-08 11:51:51.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-40dbf5ef-fb80-4ad4-9da2-fa33e728d017 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] TaaS: Handle Delete Port: 542e120a-7503-4c9a-b0c9-dbab15efd7bd 2026-05-08 11:51:51.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40dbf5ef-fb80-4ad4-9da2-fa33e728d017 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] Tap Mirror: Handle Delete Port: 542e120a-7503-4c9a-b0c9-dbab15efd7bd 2026-05-08 11:51:51.278 7 INFO neutron.services.segments.plugin [-] Segment facdedc1-32e0-4339-b607-9da909750a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid facdedc1-32e0-4339-b607-9da909750a9a found for delete ", "request_id": "req-e234a5a0-c2ec-40f2-93ed-4ffc2d178375"}]} 2026-05-08 11:51:51.286 7 INFO neutron.services.segments.plugin [-] Segment facdedc1-32e0-4339-b607-9da909750a9a resource provider aggregate not found 2026-05-08 11:51:51.310 7 INFO neutron.services.segments.plugin [-] Segment 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 resource provider aggregate not found 2026-05-08 11:51:51.317 7 INFO neutron.services.segments.plugin [-] Segment facdedc1-32e0-4339-b607-9da909750a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid facdedc1-32e0-4339-b607-9da909750a9a found for delete ", "request_id": "req-64207fc3-06b6-4c50-aa2b-04117bdb8637"}]} 2026-05-08 11:51:51.336 7 INFO neutron.services.segments.plugin [-] Segment 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 resource provider aggregate not found 2026-05-08 11:51:51.338 7 INFO neutron.services.segments.plugin [-] Segment 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 found for delete ", "request_id": "req-4c0fb5ce-9bc7-4f4b-9767-de40008f526e"}]} 2026-05-08 11:51:51.355 7 INFO neutron.services.segments.plugin [-] Segment 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dc3480a-fbc9-4606-a726-dc134bb5dcd0 found for delete ", "request_id": "req-ab34cbad-9a0b-43e8-bf83-34612298ede7"}]} 2026-05-08 11:51:51.372 7 INFO neutron.services.segments.plugin [-] Segment f6276a93-0d9c-4e6c-a60e-af82aedb145d resource provider aggregate not found 2026-05-08 11:51:51.383 7 INFO neutron.services.segments.plugin [-] Segment f6276a93-0d9c-4e6c-a60e-af82aedb145d resource provider aggregate not found 2026-05-08 11:51:51.398 7 INFO neutron.services.segments.plugin [-] Segment f6276a93-0d9c-4e6c-a60e-af82aedb145d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6276a93-0d9c-4e6c-a60e-af82aedb145d found for delete ", "request_id": "req-ee07b3d4-44ac-49a9-bc3c-33864fdce301"}]} 2026-05-08 11:51:51.400 7 INFO neutron.services.segments.plugin [-] Segment f6276a93-0d9c-4e6c-a60e-af82aedb145d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6276a93-0d9c-4e6c-a60e-af82aedb145d found for delete ", "request_id": "req-9e0cfe13-fc78-42b3-8838-331b9320692d"}]} [pid: 7|app: 0|req: 720/1461] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:51:51 2026] DELETE /v2.0/floatingips/d0921b83-cd3c-4fb0-b7b9-4467c7f44327 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:51.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-2330b768-8e37-4345-8bd2-3f9d2220a1bc 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] TaaS: Handle Delete Port: 22b33f34-8512-4a47-863c-ada22841b3e2 2026-05-08 11:51:51.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2330b768-8e37-4345-8bd2-3f9d2220a1bc 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] Tap Mirror: Handle Delete Port: 22b33f34-8512-4a47-863c-ada22841b3e2 [pid: 8|app: 0|req: 742/1462] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:51:51 2026] DELETE /v2.0/floatingips/397e0dfb-3db4-4b92-96b5-533b691d1912 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:52.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-356d3094-415a-47c1-9c8d-604d01378014 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] TaaS: Handle Delete Port: 3cf3cec9-659a-4993-a669-3143cc645886 2026-05-08 11:51:52.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-356d3094-415a-47c1-9c8d-604d01378014 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] Tap Mirror: Handle Delete Port: 3cf3cec9-659a-4993-a669-3143cc645886 [pid: 7|app: 0|req: 721/1463] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:51:52 2026] DELETE /v2.0/floatingips/be3f2110-193e-4690-8407-a709671a63e4 => generated 0 bytes in 467 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:52.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-f77ad304-e5df-4ba5-b675-d0184d4b320a 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] TaaS: Handle Delete Port: fe600739-8bc7-40ca-899a-4fe440868e9f 2026-05-08 11:51:52.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f77ad304-e5df-4ba5-b675-d0184d4b320a 48faf2486f15459381c837314e8bf18d ceb8e2771cef4f5e852b61bd13f5cea4 - - default default] Tap Mirror: Handle Delete Port: fe600739-8bc7-40ca-899a-4fe440868e9f [pid: 8|app: 0|req: 743/1464] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:51:52 2026] DELETE /v2.0/floatingips/31b70643-a90e-42d7-af56-82bf1e408a47 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:53.972 7 INFO neutron.db.segments_db [None req-dd391e31-970b-4396-a6fb-a6e110841c56 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Added segment f822f0ef-51e0-4e91-9b8f-76b69f6061e0 of type vxlan for network a114db35-41de-4f56-9cf5-d5f86dbe0391 [pid: 7|app: 0|req: 722/1465] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:53 2026] POST /v2.0/networks => generated 645 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1466] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:51:54 2026] POST /v2.0/ports => generated 774 bytes in 443 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: 723/1467] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:54 2026] GET /v2.0/security-groups?tenant_id=ceb8e2771cef4f5e852b61bd13f5cea4&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:51:54.656 8 INFO neutron.db.segments_db [None req-99a6c3b7-75c3-46a0-9f97-8edf889aab8e 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Added segment 96ef78bd-c572-4fe8-ad71-77880654e261 of type vxlan for network ffa6941d-93e1-420b-ad7e-f5907fc92af5 [pid: 7|app: 0|req: 724/1468] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:54 2026] DELETE /v2.0/security-groups/c55633dd-b485-4b7a-861c-d51bc0feb034 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1469] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:54 2026] POST /v2.0/networks => generated 631 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1470] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:55 2026] GET /v2.0/security-groups?tenant_id=23c97d95f425462b9f27a8220f85af99&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: 725/1471] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:54 2026] POST /v2.0/subnets => generated 626 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1472] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:55 2026] DELETE /v2.0/security-groups/bb59b2cc-0ca2-4bb9-8627-0026898f30ab => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1473] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:55 2026] GET /v2.0/security-groups?tenant_id=ecea4bb3e7574a49a85e4b9ab917b8b2&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1474] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:51:55 2026] POST /v2.0/ports => generated 954 bytes in 607 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: 749/1475] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:55 2026] DELETE /v2.0/security-groups/ab483de7-5e19-4bab-8deb-075c90b15dbd => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:51:56.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-de24c3fe-48d2-4fdf-864a-4f0e40ca5790 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] TaaS: Handle Delete Port: fcc366d0-6d71-4644-bfdf-5518bee910b3 2026-05-08 11:51:56.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de24c3fe-48d2-4fdf-864a-4f0e40ca5790 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Tap Mirror: Handle Delete Port: fcc366d0-6d71-4644-bfdf-5518bee910b3 [pid: 7|app: 0|req: 727/1476] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:51:56 2026] DELETE /v2.0/ports/fcc366d0-6d71-4644-bfdf-5518bee910b3 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:56.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8071146-28d6-4818-b198-5b17db5d6a76 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1477] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:51:56 2026] DELETE /v2.0/ports/fcc366d0-6d71-4644-bfdf-5518bee910b3 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:51:56.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10e7fbbb-5070-4402-8125-eb9b99440240 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1478] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:56 2026] GET /v2.0/ports/fcc366d0-6d71-4644-bfdf-5518bee910b3 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1479] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:56 2026] DELETE /v2.0/subnets/50b5ff84-d562-40d6-9d50-12bf80244050 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:56.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa603533-d1e2-4a99-b0ee-6bbea8b13065 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] TaaS: Handle Delete Port: c6a5c916-0768-47fb-8534-00c08d4b370b 2026-05-08 11:51:56.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa603533-d1e2-4a99-b0ee-6bbea8b13065 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Tap Mirror: Handle Delete Port: c6a5c916-0768-47fb-8534-00c08d4b370b 2026-05-08 11:51:56.857 7 INFO neutron.services.segments.plugin [-] Segment 96ef78bd-c572-4fe8-ad71-77880654e261 resource provider aggregate not found 2026-05-08 11:51:56.869 7 INFO neutron.services.segments.plugin [-] Segment 96ef78bd-c572-4fe8-ad71-77880654e261 resource provider aggregate not found 2026-05-08 11:51:56.893 7 INFO neutron.services.segments.plugin [-] Segment 96ef78bd-c572-4fe8-ad71-77880654e261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96ef78bd-c572-4fe8-ad71-77880654e261 found for delete ", "request_id": "req-427febc6-f219-49b4-9f99-28e39f85d5a3"}]} 2026-05-08 11:51:56.896 7 INFO neutron.services.segments.plugin [-] Segment 96ef78bd-c572-4fe8-ad71-77880654e261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96ef78bd-c572-4fe8-ad71-77880654e261 found for delete ", "request_id": "req-b98720a5-57a6-40b2-b544-570c049610bd"}]} [pid: 7|app: 0|req: 729/1480] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:56 2026] DELETE /v2.0/networks/ffa6941d-93e1-420b-ad7e-f5907fc92af5 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:56.997 8 INFO neutron.db.segments_db [None req-fae129f2-0715-4680-9716-4eb924ebe2fe 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Added segment dda27d9a-a625-4576-85da-a126e2d3897b of type vxlan for network 1efb53e1-600e-4e74-8296-769aaedc1221 [pid: 8|app: 0|req: 752/1481] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:51:56 2026] POST /v2.0/networks => generated 632 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1482] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:51:57 2026] POST /v2.0/subnets => generated 626 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1483] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:51:57 2026] POST /v2.0/ports => generated 916 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:51:58.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd407aa9-a35c-4470-b4f8-139cf94ccf79 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] TaaS: Handle Delete Port: 4bec16a2-ef2f-4c5f-87ff-789827d2fbe4 2026-05-08 11:51:58.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd407aa9-a35c-4470-b4f8-139cf94ccf79 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Tap Mirror: Handle Delete Port: 4bec16a2-ef2f-4c5f-87ff-789827d2fbe4 [pid: 7|app: 0|req: 731/1484] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:51:58 2026] DELETE /v2.0/ports/4bec16a2-ef2f-4c5f-87ff-789827d2fbe4 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:58.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f934eb8-bfce-4ae2-9c56-795ba2214517 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1485] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:58 2026] GET /v2.0/ports/4bec16a2-ef2f-4c5f-87ff-789827d2fbe4 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1486] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:51:58 2026] DELETE /v2.0/subnets/649df81a-9c81-4378-83b4-ca63a3d996fe => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:51:58.933 8 INFO neutron.services.segments.plugin [-] Segment dda27d9a-a625-4576-85da-a126e2d3897b resource provider aggregate not found 2026-05-08 11:51:58.939 8 INFO neutron.services.segments.plugin [-] Segment dda27d9a-a625-4576-85da-a126e2d3897b resource provider aggregate not found 2026-05-08 11:51:58.959 8 INFO neutron.services.segments.plugin [-] Segment dda27d9a-a625-4576-85da-a126e2d3897b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dda27d9a-a625-4576-85da-a126e2d3897b found for delete ", "request_id": "req-5aebd51f-226c-42cb-a109-8ccd981e78b8"}]} 2026-05-08 11:51:58.959 8 INFO neutron.services.segments.plugin [-] Segment dda27d9a-a625-4576-85da-a126e2d3897b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dda27d9a-a625-4576-85da-a126e2d3897b found for delete ", "request_id": "req-ea44c174-3624-4255-a9c5-ae673c02a041"}]} [pid: 8|app: 0|req: 755/1487] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:51:58 2026] DELETE /v2.0/networks/1efb53e1-600e-4e74-8296-769aaedc1221 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1488] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1489] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1490] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:51:58 2026] POST /v2.0/ports => generated 775 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, ' [pid: 8|app: 0|req: 758/1491] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1492] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1493] 10.0.0.185 () {34 vars in 736 bytes} [Fri May 8 11:51:59 2026] PUT /v2.0/ports/ca8272d9-6b91-4fda-bc21-50c9a7bfa858 => generated 752 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:51:59.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-57104839-35c8-4225-adaf-58ae94cf0d02 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] TaaS: Handle Delete Port: ca8272d9-6b91-4fda-bc21-50c9a7bfa858 2026-05-08 11:51:59.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57104839-35c8-4225-adaf-58ae94cf0d02 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Tap Mirror: Handle Delete Port: ca8272d9-6b91-4fda-bc21-50c9a7bfa858 [pid: 7|app: 0|req: 735/1494] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:51:59 2026] DELETE /v2.0/ports/ca8272d9-6b91-4fda-bc21-50c9a7bfa858 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1495] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/security-groups?tenant_id=f3a1e18e93ac491e93779bf8bb8b5fa9&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1496] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1497] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:51:59.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b935dce0-f629-4870-97e4-f328e1c02b8f 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1498] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports/ca8272d9-6b91-4fda-bc21-50c9a7bfa858 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1499] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:51:59 2026] DELETE /v2.0/security-groups/03ce7332-fb2b-41ef-a07d-7c9b4fbd9b09 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1500] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&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: 762/1501] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports => generated 777 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1502] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:51:59 2026] GET /v2.0/ports/5b92a714-3b57-46f4-bf89-8b90d91d41c1 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:00.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd2fb6cc-8e6c-4d82-83aa-6a7c2278145f 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1503] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:00 2026] DELETE /v2.0/ports/4bec16a2-ef2f-4c5f-87ff-789827d2fbe4 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:52:00.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d56a84a-e700-406a-8a5d-7429daa12e6a 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1504] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:00 2026] DELETE /v2.0/subnets/649df81a-9c81-4378-83b4-ca63a3d996fe => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:52:00.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65a95aca-b401-48f6-88e9-19c07ecf58fa 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1505] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:00 2026] DELETE /v2.0/subnets/50b5ff84-d562-40d6-9d50-12bf80244050 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:52:00.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9b1e5cc-cecc-4f90-8da6-ec2eae81ea16 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] TaaS: Handle Delete Port: 5b92a714-3b57-46f4-bf89-8b90d91d41c1 2026-05-08 11:52:00.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9b1e5cc-cecc-4f90-8da6-ec2eae81ea16 1af54da256ec46188fbde907f3a6f9dd 4afab9ad72204eb68043e1bb37e99b9c - - default default] Tap Mirror: Handle Delete Port: 5b92a714-3b57-46f4-bf89-8b90d91d41c1 [pid: 7|app: 0|req: 742/1506] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:00 2026] DELETE /v2.0/ports/5b92a714-3b57-46f4-bf89-8b90d91d41c1 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1507] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:00 2026] DELETE /v2.0/networks/a114db35-41de-4f56-9cf5-d5f86dbe0391 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:00.822 7 INFO neutron.db.segments_db [None req-8d17f4c6-9417-4ebe-8e98-4a4767082ba4 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Added segment 6a797f1a-bc19-4933-8e81-be731c340a02 of type vxlan for network e1b0d304-620d-4b22-a954-20de670d824b [pid: 7|app: 0|req: 743/1510] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:00 2026] POST /v2.0/networks => generated 632 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:00.979 8 INFO neutron.services.segments.plugin [-] Segment f822f0ef-51e0-4e91-9b8f-76b69f6061e0 resource provider aggregate not found 2026-05-08 11:52:00.984 8 INFO neutron.services.segments.plugin [-] Segment f822f0ef-51e0-4e91-9b8f-76b69f6061e0 resource provider aggregate not found 2026-05-08 11:52:00.998 8 INFO neutron.services.segments.plugin [-] Segment f822f0ef-51e0-4e91-9b8f-76b69f6061e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f822f0ef-51e0-4e91-9b8f-76b69f6061e0 found for delete ", "request_id": "req-1970cfa4-838b-4b66-be72-be38269518e8"}]} 2026-05-08 11:52:01.010 8 INFO neutron.services.segments.plugin [-] Segment f822f0ef-51e0-4e91-9b8f-76b69f6061e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f822f0ef-51e0-4e91-9b8f-76b69f6061e0 found for delete ", "request_id": "req-432bf004-e114-4824-9527-2c1c4bb0778a"}]} [pid: 8|app: 0|req: 768/1511] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:00 2026] GET /v2.0/security-groups?tenant_id=4afab9ad72204eb68043e1bb37e99b9c&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1512] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1513] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:00 2026] POST /v2.0/ports => generated 743 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: 770/1514] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:01 2026] DELETE /v2.0/security-groups/c6b772a1-6a9c-4c49-899f-5093244649ff => 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: 745/1515] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&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: 771/1516] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/ports?tenant_id=5b89b14e78974904923f9312f5b27fda&device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1517] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/networks?id=83972634-d399-4058-a1ad-194284da0bb3 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:01.434 7 INFO neutron.db.segments_db [None req-60690fa7-997d-47b0-b79c-accf95ed20e4 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Added segment 49f1a1b5-660a-4ccd-818b-aacd312b0d77 of type vxlan for network 6270bcee-62f2-4ef9-bf9e-1b8f1cc8eeff [pid: 8|app: 0|req: 773/1518] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1519] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/subnets?id=7bf0eca9-0fa7-4af5-975b-57599a155890 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1520] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:01 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1521] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/ports?network_id=83972634-d399-4058-a1ad-194284da0bb3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1522] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?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: 777/1523] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:52:01 2026] GET /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1524] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:01 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:01.915 8 INFO neutron.db.segments_db [None req-d0fa0c59-a4de-4b6f-a120-d07bb0e294be 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Added segment 8365b188-44c4-41bf-9c74-9a69f837aeac of type vxlan for network 91299ffd-1f45-45ba-b329-1177583ebf7d [pid: 8|app: 0|req: 778/1525] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:01 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 748/1526] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:02 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:52:02.450 8 INFO neutron.db.segments_db [None req-f6a06f32-9a6a-4cc0-a7f1-b170a4dcfa35 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Added segment fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a of type vxlan for network 0ea42958-4cbc-4b83-a660-4f8e786ca666 [pid: 7|app: 0|req: 749/1527] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:02 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1528] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:02 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&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: 779/1529] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:02 2026] POST /v2.0/networks => generated 631 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1530] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:02 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:03.026 8 INFO neutron.db.segments_db [None req-c02c9f1e-d136-41a8-a099-c4594266b689 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Added segment 48025bcc-0f11-4092-b354-a408db4f183b of type vxlan for network 8bcd2faa-89b9-40a7-bdb9-2cff01712a07 [pid: 8|app: 0|req: 780/1531] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:02 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 781/1532] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:03 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 752/1533] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:52:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1534] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/security-groups => generated 4529 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1535] 10.0.0.185 () {34 vars in 746 bytes} [Fri May 8 11:52:03 2026] PUT /v2.0/ports/71662c94-f120-491d-b01f-9438f6756302/tags => generated 17 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: 754/1536] 10.0.0.185 () {34 vars in 757 bytes} [Fri May 8 11:52:03 2026] PUT /v2.0/security-groups/62c37667-f0b1-4f25-967e-81e09fb53d4d => generated 1664 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1537] 10.0.0.185 () {34 vars in 746 bytes} [Fri May 8 11:52:03 2026] PUT /v2.0/ports/a807690c-e08d-4a88-a1d7-91adfa15e3cb/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 784/1538] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/security-groups/62c37667-f0b1-4f25-967e-81e09fb53d4d => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1539] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1540] 10.0.0.185 () {34 vars in 746 bytes} [Fri May 8 11:52:03 2026] PUT /v2.0/ports/83d61311-b62b-41b9-a6be-a85250b8b0fb/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 786/1541] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1542] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:03 2026] DELETE /v2.0/security-groups/62c37667-f0b1-4f25-967e-81e09fb53d4d => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1543] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:03.757 7 INFO neutron.api.v2.resource [None req-81305ab4-7273-4cf8-9e94-6f1f9078fbdf 5424f1e54a314a3f8a3fbd8e51863696 8aa7093d6e914ec181196a884cd39dea - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1544] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:03 2026] DELETE /v2.0/security-groups/62c37667-f0b1-4f25-967e-81e09fb53d4d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1545] 10.0.0.185 () {34 vars in 746 bytes} [Fri May 8 11:52:03 2026] PUT /v2.0/ports/7834a755-f7ec-4819-b4a0-1ab8f611ea79/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 759/1546] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:52:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1547] 10.0.0.185 () {32 vars in 659 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1548] 10.0.0.185 () {32 vars in 673 bytes} [Fri May 8 11:52:03 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1549] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1550] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules/9f95fda2-0d32-4ab4-b0b7-146721bdeca1 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1551] 10.0.0.185 () {32 vars in 669 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1552] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1553] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1554] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/security-group-rules/9f95fda2-0d32-4ab4-b0b7-146721bdeca1 => 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: 792/1555] 10.0.0.185 () {32 vars in 667 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1556] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1557] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1558] 10.0.0.185 () {32 vars in 677 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1559] 10.0.0.185 () {32 vars in 689 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1560] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1561] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules/241aa733-1997-4361-bfd7-9c19a6eb4034 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:04.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-90af3561-0bb8-427a-99e0-4cc1b0199e18 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] TaaS: Handle Delete Port: 71662c94-f120-491d-b01f-9438f6756302 2026-05-08 11:52:04.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90af3561-0bb8-427a-99e0-4cc1b0199e18 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Tap Mirror: Handle Delete Port: 71662c94-f120-491d-b01f-9438f6756302 [pid: 7|app: 0|req: 767/1562] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1563] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/security-group-rules/241aa733-1997-4361-bfd7-9c19a6eb4034 => 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: 796/1564] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/ports/71662c94-f120-491d-b01f-9438f6756302 => 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: 769/1565] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:04.649 7 INFO neutron.db.securitygroups_db [None req-5740da45-686a-49e6-be7a-481b678c025a 5424f1e54a314a3f8a3fbd8e51863696 8aa7093d6e914ec181196a884cd39dea - - default default] Project 8aa7093d6e914ec181196a884cd39dea added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-08 11:52:04.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-429ba82b-ee9c-41c9-9fb6-687e61395146 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] TaaS: Handle Delete Port: a807690c-e08d-4a88-a1d7-91adfa15e3cb 2026-05-08 11:52:04.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-429ba82b-ee9c-41c9-9fb6-687e61395146 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Tap Mirror: Handle Delete Port: a807690c-e08d-4a88-a1d7-91adfa15e3cb [pid: 7|app: 0|req: 770/1566] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1567] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/ports/a807690c-e08d-4a88-a1d7-91adfa15e3cb => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1568] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules/21147c61-0dee-4ef0-86f7-8139d51788d2 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1569] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:04.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ef9fe0f-72b6-487e-ba21-7caf5a1ce1e0 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] TaaS: Handle Delete Port: 83d61311-b62b-41b9-a6be-a85250b8b0fb 2026-05-08 11:52:04.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ef9fe0f-72b6-487e-ba21-7caf5a1ce1e0 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Tap Mirror: Handle Delete Port: 83d61311-b62b-41b9-a6be-a85250b8b0fb [pid: 7|app: 0|req: 773/1570] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1571] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&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: 798/1572] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/ports/83d61311-b62b-41b9-a6be-a85250b8b0fb => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1573] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/security-group-rules/21147c61-0dee-4ef0-86f7-8139d51788d2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1574] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:52:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:05.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ef8b4ad-f382-4c3c-9fb4-f8a7d71eb03a 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] TaaS: Handle Delete Port: 7834a755-f7ec-4819-b4a0-1ab8f611ea79 2026-05-08 11:52:05.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef8b4ad-f382-4c3c-9fb4-f8a7d71eb03a 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Tap Mirror: Handle Delete Port: 7834a755-f7ec-4819-b4a0-1ab8f611ea79 [pid: 7|app: 0|req: 777/1575] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/security-groups/95729f9e-19d1-4bc4-8410-8fe2fa94e5b4 => 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: 799/1576] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:04 2026] DELETE /v2.0/ports/7834a755-f7ec-4819-b4a0-1ab8f611ea79 => 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: 778/1577] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:52:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1578] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:52:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:05.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1d98afd-7c63-4fc5-9b9c-181c5578f3b6 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] TaaS: Handle Delete Port: 7967b10b-9bd8-4573-b84c-355b560649bb 2026-05-08 11:52:05.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1d98afd-7c63-4fc5-9b9c-181c5578f3b6 566cd7fecc3f40a38e083a44651c47c0 7e1ede24df3a4db68ec92b6a07bbe22f - - default default] Tap Mirror: Handle Delete Port: 7967b10b-9bd8-4573-b84c-355b560649bb [pid: 8|app: 0|req: 800/1579] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/ports/7967b10b-9bd8-4573-b84c-355b560649bb => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:05.452 7 INFO neutron.services.segments.plugin [-] Segment 6a797f1a-bc19-4933-8e81-be731c340a02 resource provider aggregate not found 2026-05-08 11:52:05.455 7 INFO neutron.services.segments.plugin [-] Segment 6a797f1a-bc19-4933-8e81-be731c340a02 resource provider aggregate not found 2026-05-08 11:52:05.470 7 INFO neutron.services.segments.plugin [-] Segment 6a797f1a-bc19-4933-8e81-be731c340a02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a797f1a-bc19-4933-8e81-be731c340a02 found for delete ", "request_id": "req-b8d7363c-dd26-41cf-adb4-bd0b93f7b4fe"}]} 2026-05-08 11:52:05.473 7 INFO neutron.services.segments.plugin [-] Segment 6a797f1a-bc19-4933-8e81-be731c340a02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a797f1a-bc19-4933-8e81-be731c340a02 found for delete ", "request_id": "req-1a97517a-d133-4856-b2c9-987719581bdf"}]} [pid: 7|app: 0|req: 780/1580] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/networks/e1b0d304-620d-4b22-a954-20de670d824b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:05.607 8 INFO neutron.services.segments.plugin [-] Segment 49f1a1b5-660a-4ccd-818b-aacd312b0d77 resource provider aggregate not found 2026-05-08 11:52:05.615 8 INFO neutron.services.segments.plugin [-] Segment 49f1a1b5-660a-4ccd-818b-aacd312b0d77 resource provider aggregate not found 2026-05-08 11:52:05.630 8 INFO neutron.services.segments.plugin [-] Segment 49f1a1b5-660a-4ccd-818b-aacd312b0d77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f1a1b5-660a-4ccd-818b-aacd312b0d77 found for delete ", "request_id": "req-cebf1c25-289f-4e12-ac34-398f084b345e"}]} 2026-05-08 11:52:05.639 8 INFO neutron.services.segments.plugin [-] Segment 49f1a1b5-660a-4ccd-818b-aacd312b0d77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f1a1b5-660a-4ccd-818b-aacd312b0d77 found for delete ", "request_id": "req-c7c2aa9f-6e14-41ce-acc1-dc8e8a780614"}]} [pid: 8|app: 0|req: 801/1581] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/networks/6270bcee-62f2-4ef9-bf9e-1b8f1cc8eeff => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1582] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/networks/91299ffd-1f45-45ba-b329-1177583ebf7d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1583] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:05 2026] GET /v2.0/security-groups?tenant_id=8aa7093d6e914ec181196a884cd39dea&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1584] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/networks/0ea42958-4cbc-4b83-a660-4f8e786ca666 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1585] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/security-groups/9a9debb9-2394-437f-8671-1effbcd8ea70 => 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: 804/1586] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:05 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1587] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:05 2026] DELETE /v2.0/networks/8bcd2faa-89b9-40a7-bdb9-2cff01712a07 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1588] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:06 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&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: 806/1589] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:07 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1590] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:07 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1591] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:07 2026] GET /v2.0/security-groups?tenant_id=56ac087b86204ec4b778efa7724a0117&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1592] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:07 2026] DELETE /v2.0/security-groups/0fa286aa-9b91-49c5-9cc9-41cedc806dcb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:07.491 7 INFO neutron.services.segments.plugin [-] Segment 8365b188-44c4-41bf-9c74-9a69f837aeac resource provider aggregate not found 2026-05-08 11:52:07.495 7 INFO neutron.services.segments.plugin [-] Segment 8365b188-44c4-41bf-9c74-9a69f837aeac resource provider aggregate not found 2026-05-08 11:52:07.510 7 INFO neutron.services.segments.plugin [-] Segment 8365b188-44c4-41bf-9c74-9a69f837aeac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8365b188-44c4-41bf-9c74-9a69f837aeac found for delete ", "request_id": "req-691b9f66-bbe0-45ec-8613-a2cd791ed9bc"}]} 2026-05-08 11:52:07.511 7 INFO neutron.services.segments.plugin [-] Segment 8365b188-44c4-41bf-9c74-9a69f837aeac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8365b188-44c4-41bf-9c74-9a69f837aeac found for delete ", "request_id": "req-59282124-ce88-4f44-8543-b7fa584f588b"}]} 2026-05-08 11:52:07.589 7 INFO neutron.services.segments.plugin [-] Segment fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a resource provider aggregate not found 2026-05-08 11:52:07.597 7 INFO neutron.services.segments.plugin [-] Segment fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a resource provider aggregate not found 2026-05-08 11:52:07.605 7 INFO neutron.services.segments.plugin [-] Segment fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a found for delete ", "request_id": "req-7928a1c3-c2af-49ae-8c50-ba0ff8e73529"}]} 2026-05-08 11:52:07.614 7 INFO neutron.services.segments.plugin [-] Segment fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7f6d5a-27ee-40db-86b1-fa3f2c4dac3a found for delete ", "request_id": "req-2a8d2390-0aff-4165-aa66-a2113224fe87"}]} 2026-05-08 11:52:07.628 7 INFO neutron.services.segments.plugin [-] Segment 48025bcc-0f11-4092-b354-a408db4f183b resource provider aggregate not found 2026-05-08 11:52:07.636 7 INFO neutron.services.segments.plugin [-] Segment 48025bcc-0f11-4092-b354-a408db4f183b resource provider aggregate not found 2026-05-08 11:52:07.648 7 INFO neutron.services.segments.plugin [-] Segment 48025bcc-0f11-4092-b354-a408db4f183b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48025bcc-0f11-4092-b354-a408db4f183b found for delete ", "request_id": "req-45a67df1-ca3f-4d50-a5af-fa0b705296ce"}]} 2026-05-08 11:52:07.673 7 INFO neutron.services.segments.plugin [-] Segment 48025bcc-0f11-4092-b354-a408db4f183b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48025bcc-0f11-4092-b354-a408db4f183b found for delete ", "request_id": "req-9d1589a1-a119-4f8c-b7b0-48784a3c3fda"}]} [pid: 7|app: 0|req: 785/1593] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:07 2026] GET /v2.0/security-groups?tenant_id=7e1ede24df3a4db68ec92b6a07bbe22f&name=default => generated 2925 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1594] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:07 2026] DELETE /v2.0/security-groups/d05cfe99-5f52-4001-8114-b793f8fa21c1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1595] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:08 2026] GET /v2.0/security-groups?tenant_id=e0be659f86ee4990adb3ecd84c6fe2e2&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1596] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:52:08 2026] POST /v2.0/subnetpools => generated 549 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1597] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:08 2026] DELETE /v2.0/security-groups/810477cd-b7f5-473c-9694-fd5b27032a8f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1598] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:52:08 2026] GET /v2.0/subnetpools/52e6b24d-131f-475b-8c4d-cc9e8a4a053e => generated 549 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1599] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:08 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1600] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:08 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1601] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:08 2026] PUT /v2.0/subnetpools/52e6b24d-131f-475b-8c4d-cc9e8a4a053e => generated 500 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1602] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:08 2026] DELETE /v2.0/subnetpools/52e6b24d-131f-475b-8c4d-cc9e8a4a053e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:08.761 8 INFO neutron.api.v2.resource [None req-6599779f-3bab-423d-9b85-371ebff99b2a 5e493bdfb0d44cdab14701aab68053aa 477c821ac5ad4f3d9f60f86a80bd1d38 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 814/1603] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:52:08 2026] GET /v2.0/subnetpools/52e6b24d-131f-475b-8c4d-cc9e8a4a053e => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:52:08.778 7 INFO neutron.api.v2.resource [None req-65d474bd-b1ac-4d0f-9397-c1a799432e71 5e493bdfb0d44cdab14701aab68053aa 477c821ac5ad4f3d9f60f86a80bd1d38 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1604] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:08 2026] DELETE /v2.0/subnetpools/52e6b24d-131f-475b-8c4d-cc9e8a4a053e => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1605] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:09 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1606] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:09 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1607] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:09 2026] GET /v2.0/security-groups?tenant_id=477c821ac5ad4f3d9f60f86a80bd1d38&name=default => generated 2925 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1608] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:09 2026] DELETE /v2.0/security-groups/2457ffb6-ac1f-4aed-a798-4636ecd8f0c5 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1609] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:12 2026] GET /v2.0/security-groups?tenant_id=e3a48360044a4c5cbdfafa80a3d27c0a&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1610] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:12 2026] DELETE /v2.0/security-groups/1b03f22a-06bd-4572-a1cb-ca33db8d4a64 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:13.753 8 INFO neutron.db.segments_db [None req-6b209ca1-0efb-4f49-9423-192f58811e92 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Added segment 9f7e1914-0d10-4f16-9c3b-ebe5584a875a of type vxlan for network 79f17642-3fc3-4774-bd06-765519275ca9 2026-05-08 11:52:14.021 8 INFO neutron.db.l3_hamode_db [None req-6b209ca1-0efb-4f49-9423-192f58811e92 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:52:14.147 8 INFO neutron.db.l3_hamode_db [None req-6b209ca1-0efb-4f49-9423-192f58811e92 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 817/1611] 10.0.0.185 () {34 vars in 667 bytes} [Fri May 8 11:52:13 2026] POST /v2.0/routers => generated 474 bytes in 1627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:15.320 7 INFO neutron.db.l3_hamode_db [None req-68ee13ba-7d09-4db1-b76b-426aab8fd1ba a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:52:15.467 7 INFO neutron.db.l3_hamode_db [None req-68ee13ba-7d09-4db1-b76b-426aab8fd1ba a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 795/1614] 10.0.0.185 () {34 vars in 667 bytes} [Fri May 8 11:52:15 2026] POST /v2.0/routers => generated 474 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:16.357 8 INFO neutron.db.segments_db [None req-c4f6b575-ad06-4907-a07f-cf0e4b24cad1 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Added segment 0c34e290-2d11-4c5c-a48f-0097624f90ba of type vxlan for network 272da573-c39c-4017-9fcc-b93cfcedc6ef [pid: 8|app: 0|req: 820/1615] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:52:15 2026] POST /v2.0/networks => generated 633 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1616] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:16 2026] GET /v2.0/security-groups?tenant_id=fa43a19007f14b08938f4f9d4872fa04&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:16.523 8 INFO neutron.db.l3_hamode_db [None req-7d43a57e-54fb-4cd0-bcbf-e289c6cfebd6 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:52:16.527 7 INFO neutron.db.segments_db [None req-a7aa419c-185c-4730-9648-03f9468c4120 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Added segment 7113fd3e-e8fb-456c-8665-b2b445409d80 of type vxlan for network 34a0da51-d19f-4502-8e88-4526bafdbda1 2026-05-08 11:52:16.688 8 INFO neutron.db.l3_hamode_db [None req-7d43a57e-54fb-4cd0-bcbf-e289c6cfebd6 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:52:16.891 7 INFO neutron.db.l3_hamode_db [None req-a7aa419c-185c-4730-9648-03f9468c4120 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 821/1617] 10.0.0.185 () {34 vars in 667 bytes} [Fri May 8 11:52:16 2026] POST /v2.0/routers => generated 474 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1618] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:17 2026] DELETE /v2.0/security-groups/c97baae0-6516-49db-b110-7340aee0d811 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:17.558 8 INFO neutron.db.l3_hamode_db [None req-38d383e5-b1c8-4f9b-946c-d0547e12afc7 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:52:17.620 7 INFO neutron.db.l3_hamode_db [None req-a7aa419c-185c-4730-9648-03f9468c4120 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:52:17.691 8 INFO neutron.db.l3_hamode_db [None req-38d383e5-b1c8-4f9b-946c-d0547e12afc7 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 823/1619] 10.0.0.185 () {34 vars in 667 bytes} [Fri May 8 11:52:17 2026] POST /v2.0/routers => generated 474 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1620] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:16 2026] POST /v2.0/routers => generated 694 bytes in 2065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:18.606 8 INFO neutron.db.l3_hamode_db [None req-97774861-15e8-4b95-801c-daad1436e91a a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 798/1621] 10.0.0.185 () {32 vars in 775 bytes} [Fri May 8 11:52:18 2026] GET /v2.0/subnets?project_id=b0564058c0e94e5d999a0d6c07684c02&cidr=10.100.0.0%2F28 => generated 14 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1622] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:52:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1623] 10.0.0.185 () {32 vars in 783 bytes} [Fri May 8 11:52:18 2026] GET /v2.0/subnets?network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:18.842 8 INFO neutron.db.l3_hamode_db [None req-97774861-15e8-4b95-801c-daad1436e91a a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 801/1624] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:18 2026] POST /v2.0/subnets => generated 657 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1625] 10.0.0.185 () {34 vars in 667 bytes} [Fri May 8 11:52:18 2026] POST /v2.0/routers => generated 474 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1626] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:19 2026] PUT /v2.0/routers/284babfa-23a6-4113-911d-65a741f78975/tags => generated 17 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1627] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:19 2026] PUT /v2.0/routers/3a827fa5-3b7f-4be9-ae62-7f8ad751446d/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1628] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:19 2026] PUT /v2.0/routers/31d257c2-d8c8-40ba-b3b4-a00cfddfa9d2/tags => generated 34 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1629] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:20 2026] PUT /v2.0/routers/956be20a-7c95-43f2-b49a-32a7a0aa8abe/tags => generated 19 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1630] 10.0.0.185 () {32 vars in 663 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1631] 10.0.0.185 () {32 vars in 677 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1632] 10.0.0.185 () {32 vars in 673 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1633] 10.0.0.185 () {32 vars in 685 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1634] 10.0.0.185 () {32 vars in 671 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1635] 10.0.0.185 () {32 vars in 685 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1636] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:52:19 2026] PUT /v2.0/routers/267d7a9a-9538-4d25-a65d-1018b315938a/add_router_interface => generated 309 bytes in 1520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1637] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1638] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/networks => generated 5756 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1639] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1640] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/subnets => generated 4519 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1641] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers/284babfa-23a6-4113-911d-65a741f78975 => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1642] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/routers => generated 4030 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1643] 10.0.0.212 () {32 vars in 801 bytes} [Fri May 8 11:52:20 2026] GET /v2.0/extensions => generated 21537 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1644] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:52:21 2026] POST /v2.0/security-groups => generated 1673 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1645] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:52:21 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 1240 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1646] 10.0.0.185 () {34 vars in 741 bytes} [Fri May 8 11:52:20 2026] PUT /v2.0/routers/284babfa-23a6-4113-911d-65a741f78975 => generated 485 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1647] 10.0.0.212 () {30 vars in 723 bytes} [Fri May 8 11:52:21 2026] GET /v2.0/quotas/a102523ce4cd46e0ad86be989e3318e1/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1648] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:52:21 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1649] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:52:21 2026] GET /v2.0/ports?device_id=284babfa-23a6-4113-911d-65a741f78975 => 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: 839/1650] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:21.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6190c4b-069a-49aa-9868-8399244d8c9d a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] TaaS: Handle Delete Port: 7f6c0013-71f9-4853-99bc-9cbc404bcf76 2026-05-08 11:52:21.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6190c4b-069a-49aa-9868-8399244d8c9d a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Tap Mirror: Handle Delete Port: 7f6c0013-71f9-4853-99bc-9cbc404bcf76 [pid: 8|app: 0|req: 840/1651] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1652] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:21 2026] DELETE /v2.0/routers/284babfa-23a6-4113-911d-65a741f78975 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1653] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:52:21 2026] GET /v2.0/routers/3a827fa5-3b7f-4be9-ae62-7f8ad751446d => generated 493 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1654] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:21 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: 8|app: 0|req: 842/1655] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:22.207 8 INFO neutron.db.securitygroups_db [None req-ac6d3357-02f4-460a-8e86-7450a4266377 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Project b0564058c0e94e5d999a0d6c07684c02 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: 843/1656] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:22.335 8 INFO neutron.db.securitygroups_db [None req-221f3184-dafd-41b1-a44f-e733a59695d7 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Project b0564058c0e94e5d999a0d6c07684c02 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: 844/1657] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:52:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1658] 10.0.0.185 () {34 vars in 741 bytes} [Fri May 8 11:52:22 2026] PUT /v2.0/routers/3a827fa5-3b7f-4be9-ae62-7f8ad751446d => generated 493 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1659] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:52:22 2026] GET /v2.0/ports?device_id=3a827fa5-3b7f-4be9-ae62-7f8ad751446d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:22.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-992162e4-0c35-44d8-8aa4-ef0a27654711 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] TaaS: Handle Delete Port: c1245d35-8fdc-4b91-80ea-3d25ce80dc3d 2026-05-08 11:52:22.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-992162e4-0c35-44d8-8aa4-ef0a27654711 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Tap Mirror: Handle Delete Port: c1245d35-8fdc-4b91-80ea-3d25ce80dc3d [pid: 7|app: 0|req: 815/1660] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:22 2026] DELETE /v2.0/routers/3a827fa5-3b7f-4be9-ae62-7f8ad751446d => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1661] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:52:22 2026] GET /v2.0/networks => generated 1298 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1662] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:52:22 2026] GET /v2.0/routers/31d257c2-d8c8-40ba-b3b4-a00cfddfa9d2 => generated 502 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1663] 10.0.0.184 () {34 vars in 1097 bytes} [Fri May 8 11:52:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-521543483&fields=id&tenant_id=b0564058c0e94e5d999a0d6c07684c02 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1664] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1665] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/quotas/b0564058c0e94e5d999a0d6c07684c02 => 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: 820/1666] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&fields=id => generated 103 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1667] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 822/1668] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 823/1669] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 847/1670] 10.0.0.185 () {34 vars in 741 bytes} [Fri May 8 11:52:22 2026] PUT /v2.0/routers/31d257c2-d8c8-40ba-b3b4-a00cfddfa9d2 => generated 502 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1671] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/ports?device_id=31d257c2-d8c8-40ba-b3b4-a00cfddfa9d2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:23.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-cba90c4c-35cb-4aae-b7e1-de5f2100c023 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] TaaS: Handle Delete Port: 105a8f46-3fe5-41c7-bed2-5b6d03e9676b 2026-05-08 11:52:23.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cba90c4c-35cb-4aae-b7e1-de5f2100c023 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Tap Mirror: Handle Delete Port: 105a8f46-3fe5-41c7-bed2-5b6d03e9676b [pid: 8|app: 0|req: 848/1672] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:23 2026] DELETE /v2.0/routers/31d257c2-d8c8-40ba-b3b4-a00cfddfa9d2 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1673] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:52:23 2026] GET /v2.0/routers/956be20a-7c95-43f2-b49a-32a7a0aa8abe => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1674] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:24 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 827/1675] 10.0.0.212 () {32 vars in 801 bytes} [Fri May 8 11:52:24 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: 849/1676] 10.0.0.185 () {34 vars in 741 bytes} [Fri May 8 11:52:23 2026] PUT /v2.0/routers/956be20a-7c95-43f2-b49a-32a7a0aa8abe => generated 487 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1677] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:52:24 2026] GET /v2.0/ports?device_id=956be20a-7c95-43f2-b49a-32a7a0aa8abe => 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: 828/1678] 10.0.0.212 () {30 vars in 723 bytes} [Fri May 8 11:52:24 2026] GET /v2.0/quotas/a102523ce4cd46e0ad86be989e3318e1/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:24.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b2c9ba2-c834-407a-b5bb-b49787ac764b a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] TaaS: Handle Delete Port: edbf4194-a8c4-4a5a-85ea-324ac6f87788 2026-05-08 11:52:24.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b2c9ba2-c834-407a-b5bb-b49787ac764b a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Tap Mirror: Handle Delete Port: edbf4194-a8c4-4a5a-85ea-324ac6f87788 [pid: 8|app: 0|req: 851/1679] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:24 2026] DELETE /v2.0/routers/956be20a-7c95-43f2-b49a-32a7a0aa8abe => generated 0 bytes in 456 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1680] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:52:25 2026] GET /v2.0/routers/25130204-d404-4319-aafb-d72f98573a0f => 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: 830/1681] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:25 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 852/1682] 10.0.0.185 () {34 vars in 741 bytes} [Fri May 8 11:52:25 2026] PUT /v2.0/routers/25130204-d404-4319-aafb-d72f98573a0f => generated 480 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1683] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:52:25 2026] GET /v2.0/ports?device_id=25130204-d404-4319-aafb-d72f98573a0f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:25.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d416a6a-251e-432c-abb7-116960450527 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] TaaS: Handle Delete Port: 92cf54fa-9bde-4c23-8898-de42a024c3fe 2026-05-08 11:52:25.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d416a6a-251e-432c-abb7-116960450527 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] Tap Mirror: Handle Delete Port: 92cf54fa-9bde-4c23-8898-de42a024c3fe 2026-05-08 11:52:26.306 8 INFO neutron.services.segments.plugin [-] Segment 9f7e1914-0d10-4f16-9c3b-ebe5584a875a resource provider aggregate not found 2026-05-08 11:52:26.311 8 INFO neutron.services.segments.plugin [-] Segment 9f7e1914-0d10-4f16-9c3b-ebe5584a875a resource provider aggregate not found 2026-05-08 11:52:26.326 8 INFO neutron.db.l3_hamode_db [None req-8d416a6a-251e-432c-abb7-116960450527 a8892034624947bea8173337dd1adfd8 9121652725ce4cf2af73cff6b859aa69 - - default default] HA network 79f17642-3fc3-4774-bd06-765519275ca9 was deleted as no HA routers are present in tenant 9121652725ce4cf2af73cff6b859aa69. 2026-05-08 11:52:26.333 8 INFO neutron.services.segments.plugin [-] Segment 9f7e1914-0d10-4f16-9c3b-ebe5584a875a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7e1914-0d10-4f16-9c3b-ebe5584a875a found for delete ", "request_id": "req-e9c8339b-210b-4ea7-b0cb-955a35fa2945"}]} 2026-05-08 11:52:26.334 8 INFO neutron.services.segments.plugin [-] Segment 9f7e1914-0d10-4f16-9c3b-ebe5584a875a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f7e1914-0d10-4f16-9c3b-ebe5584a875a found for delete ", "request_id": "req-85b8e4fe-a103-475c-93d0-713ec6227eaa"}]} [pid: 8|app: 0|req: 853/1684] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:25 2026] DELETE /v2.0/routers/25130204-d404-4319-aafb-d72f98573a0f => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1685] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:26 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1686] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:27 2026] GET /v2.0/security-groups?tenant_id=9121652725ce4cf2af73cff6b859aa69&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1687] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:27 2026] DELETE /v2.0/security-groups/1bfe54f3-d4a6-4e60-8eb8-e9a40df3360d => 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: 855/1688] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:52:27 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 661 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1689] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:27 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1690] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:52:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b0564058c0e94e5d999a0d6c07684c02 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1691] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:27 2026] GET /v2.0/security-groups?tenant_id=3e2c9eaebaef4baa87c3ce5eae7e3e5e&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: 835/1692] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:52:27 2026] POST /v2.0/ports => generated 954 bytes in 412 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: 836/1693] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:28 2026] DELETE /v2.0/security-groups/8e5d0a1c-72d9-48b1-8ac6-fccbb98216f9 => 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: 858/1694] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:28 2026] GET /v2.0/security-groups?tenant_id=a102523ce4cd46e0ad86be989e3318e1&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1695] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:28 2026] DELETE /v2.0/security-groups/dd66db3d-520c-4979-8a41-a9fab8cfa780 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1696] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:28 2026] GET /v2.0/security-groups?tenant_id=86dc3bd597c24910b92d030a41dc9fa3&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1697] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:28 2026] DELETE /v2.0/security-groups/a7d33e1d-99cf-43cc-a2e1-102a2b32a19b => 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: 837/1698] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:52:28 2026] PUT /v2.0/ports/dba755a6-0e70-4c3b-9951-58e21f891f95 => generated 1235 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:28.767 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df1bc7c1-60b8-40db-99c8-528a0b7d20df'] response: {'name': 'network-changed', 'server_uuid': 'a839d6bf-7e12-47cd-a725-8ae6ac2cd57d', 'tag': 'dba755a6-0e70-4c3b-9951-58e21f891f95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 862/1699] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:28 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 969 bytes in 66 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: 838/1700] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:28 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 863/1701] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:52:29 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1702] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:52:29 2026] GET /v2.0/networks?tenant_id=b0564058c0e94e5d999a0d6c07684c02&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1703] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:52:29 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: 840/1704] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1705] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 841/1706] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1707] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dba755a6-0e70-4c3b-9951-58e21f891f95 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1708] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/subnets?id=0b1a2413-dec3-477d-b5b7-9ff00be5fbf2 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1709] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/ports?network_id=272da573-c39c-4017-9fcc-b93cfcedc6ef&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1710] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 868/1713] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:52:30 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1714] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:31 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1715] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:31 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 847/1716] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:31 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1717] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:31 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1718] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:31 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 871/1719] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:31 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1720] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:32 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1721] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:32 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 850/1722] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:32 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 851/1723] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:32 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&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-05-08 11:52:32.987 8 INFO neutron.db.segments_db [None req-4871e155-8f38-4388-bec9-497c137a63ae 5912b4742b8747108c5b65f7e7d6e144 3d79625ff2b54c1d9b969d38f6768e83 - - default default] Added segment f15ae4ae-f3a8-4f75-939a-2b00c2c85183 of type vxlan for network 8eb08652-442f-4f5e-81c3-37762000f800 [pid: 8|app: 0|req: 873/1724] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:32 2026] POST /v2.0/networks => generated 632 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1725] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:52:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:33.166 8 INFO neutron.db.segments_db [None req-a26911dc-f56d-4259-8ce6-803cd3d4420a 5912b4742b8747108c5b65f7e7d6e144 3d79625ff2b54c1d9b969d38f6768e83 - - default default] Added segment f4e77407-e794-4ad9-a732-5dcfb95fccc0 of type vxlan for network 1d843079-454c-4166-b740-f60106d1ee9e [pid: 7|app: 0|req: 853/1726] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1727] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/networks => generated 632 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:33.415 8 INFO neutron.db.segments_db [None req-c3e5d5e5-22c3-4c69-af97-f5d66dc52c67 5912b4742b8747108c5b65f7e7d6e144 3d79625ff2b54c1d9b969d38f6768e83 - - default default] Added segment 9bd5dd69-1ac3-49f9-8ece-43be154d02dd of type vxlan for network 1d1b330a-0572-4f75-a57f-cabb5fb0e065 [pid: 7|app: 0|req: 854/1728] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1729] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1730] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/networks => generated 631 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1731] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:33 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1732] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1733] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:33 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:33.657 7 INFO neutron.db.segments_db [None req-a23d400d-1331-482d-9e18-ed7c07ee5393 5912b4742b8747108c5b65f7e7d6e144 3d79625ff2b54c1d9b969d38f6768e83 - - default default] Added segment cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e of type vxlan for network c9d18928-6738-44d5-8b8d-c5835d9bdd84 [pid: 8|app: 0|req: 878/1734] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:52:33 2026] PUT /v2.0/subnetpools/0a99bcc0-080c-40e2-adcb-0715a5df5c03/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1735] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:52:33 2026] PUT /v2.0/subnetpools/d8c98ff6-2888-4301-8965-dc609eb5a660/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1736] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/networks => generated 632 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1737] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:52:33 2026] PUT /v2.0/subnetpools/34fefe4e-213d-4907-9cce-1d8b035b6ecd/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:33.866 7 INFO neutron.db.segments_db [None req-e152e4fe-f341-4401-b0e8-85712c289869 5912b4742b8747108c5b65f7e7d6e144 3d79625ff2b54c1d9b969d38f6768e83 - - default default] Added segment 4467b7d1-8d75-430a-b667-0ae900aeb5d7 of type vxlan for network d087b0ee-e1ae-40e3-a5c4-47e6e54b6894 [pid: 8|app: 0|req: 881/1738] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:52:33 2026] PUT /v2.0/subnetpools/91a8fc3b-d4d7-4924-90ce-0966a606984f/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1739] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:33 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1740] 10.0.0.185 () {32 vars in 671 bytes} [Fri May 8 11:52:33 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1741] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:33 2026] POST /v2.0/networks => generated 631 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1742] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/security-groups?id=12ef67b0-3192-4377-b668-b2a73040a7e9&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1743] 10.0.0.185 () {32 vars in 685 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1744] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 886/1745] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1746] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:52:34 2026] PUT /v2.0/networks/8eb08652-442f-4f5e-81c3-37762000f800/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1747] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1748] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:52:34 2026] PUT /v2.0/networks/1d843079-454c-4166-b740-f60106d1ee9e/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:34.213 8 INFO neutron_taas.services.taas.taas_plugin [req-7fb26606-0521-4b31-8b99-c6371f6271e9 req-4ed74588-3e58-4269-807d-5f441d92ee85 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] TaaS: Handle Delete Port: e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 2026-05-08 11:52:34.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7fb26606-0521-4b31-8b99-c6371f6271e9 req-4ed74588-3e58-4269-807d-5f441d92ee85 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] Tap Mirror: Handle Delete Port: e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 [pid: 7|app: 0|req: 863/1749] 10.0.0.185 () {32 vars in 679 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1750] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:52:34 2026] PUT /v2.0/networks/1d1b330a-0572-4f75-a57f-cabb5fb0e065/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1751] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:34.338 8 INFO neutron.db.l3_db [req-7fb26606-0521-4b31-8b99-c6371f6271e9 req-4ed74588-3e58-4269-807d-5f441d92ee85 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] Floating IP 18412ef5-6b21-48cf-98b6-1b357ff26c4d disassociated. External IP: 10.96.250.219, port: e6c8bba6-98df-4edb-a8ba-ea5a8bb22148. [pid: 7|app: 0|req: 866/1752] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:52:34 2026] PUT /v2.0/networks/c9d18928-6738-44d5-8b8d-c5835d9bdd84/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: 867/1753] 10.0.0.185 () {32 vars in 689 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?not-tags-any=blue => 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: 868/1754] 10.0.0.185 () {32 vars in 665 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1755] 10.0.0.185 () {32 vars in 701 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1756] 10.0.0.185 () {32 vars in 679 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1757] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:34 2026] DELETE /v2.0/subnetpools/0a99bcc0-080c-40e2-adcb-0715a5df5c03 => 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: 872/1758] 10.0.0.185 () {32 vars in 675 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1759] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:34 2026] DELETE /v2.0/subnetpools/d8c98ff6-2888-4301-8965-dc609eb5a660 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1760] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:52:34 2026] DELETE /v2.0/ports/e6c8bba6-98df-4edb-a8ba-ea5a8bb22148 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1761] 10.0.0.185 () {32 vars in 687 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:34.789 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e404bdc-791a-428f-8743-49af9be55458'] response: {'server_uuid': '4615e0b3-2b5f-4d6c-9bbe-067ed12f4680', 'name': 'network-vif-deleted', 'tag': 'e6c8bba6-98df-4edb-a8ba-ea5a8bb22148', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 888/1762] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:34 2026] DELETE /v2.0/subnetpools/34fefe4e-213d-4907-9cce-1d8b035b6ecd => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1763] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1764] 10.0.0.185 () {32 vars in 673 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1765] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:34 2026] DELETE /v2.0/subnetpools/91a8fc3b-d4d7-4924-90ce-0966a606984f => 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: 890/1766] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 891/1767] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:34 2026] DELETE /v2.0/subnetpools/e19a607a-fa66-4819-83b8-631d62c23e5d => 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: 877/1768] 10.0.0.185 () {32 vars in 687 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1769] 10.0.0.185 () {32 vars in 683 bytes} [Fri May 8 11:52:34 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1770] 10.0.0.185 () {32 vars in 695 bytes} [Fri May 8 11:52:35 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1771] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:35 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:35.676 7 INFO neutron.services.segments.plugin [-] Segment f15ae4ae-f3a8-4f75-939a-2b00c2c85183 resource provider aggregate not found 2026-05-08 11:52:35.685 7 INFO neutron.services.segments.plugin [-] Segment f15ae4ae-f3a8-4f75-939a-2b00c2c85183 resource provider aggregate not found 2026-05-08 11:52:35.694 7 INFO neutron.services.segments.plugin [-] Segment f15ae4ae-f3a8-4f75-939a-2b00c2c85183 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f15ae4ae-f3a8-4f75-939a-2b00c2c85183 found for delete ", "request_id": "req-282e506d-b687-476a-83fd-e30851c40804"}]} 2026-05-08 11:52:35.708 7 INFO neutron.services.segments.plugin [-] Segment f15ae4ae-f3a8-4f75-939a-2b00c2c85183 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f15ae4ae-f3a8-4f75-939a-2b00c2c85183 found for delete ", "request_id": "req-a966bc5e-32b9-41b0-9db7-441e8b1c4e28"}]} [pid: 7|app: 0|req: 879/1772] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:35 2026] DELETE /v2.0/networks/8eb08652-442f-4f5e-81c3-37762000f800 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:35.867 8 INFO neutron.services.segments.plugin [-] Segment f4e77407-e794-4ad9-a732-5dcfb95fccc0 resource provider aggregate not found 2026-05-08 11:52:35.874 8 INFO neutron.services.segments.plugin [-] Segment f4e77407-e794-4ad9-a732-5dcfb95fccc0 resource provider aggregate not found 2026-05-08 11:52:35.890 8 INFO neutron.services.segments.plugin [-] Segment f4e77407-e794-4ad9-a732-5dcfb95fccc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e77407-e794-4ad9-a732-5dcfb95fccc0 found for delete ", "request_id": "req-9c0605a7-af22-437d-8a70-9a270e01ee82"}]} 2026-05-08 11:52:35.894 8 INFO neutron.services.segments.plugin [-] Segment f4e77407-e794-4ad9-a732-5dcfb95fccc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4e77407-e794-4ad9-a732-5dcfb95fccc0 found for delete ", "request_id": "req-8c4ef954-de54-461d-bdd5-83dc7a9755df"}]} [pid: 8|app: 0|req: 894/1773] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:35 2026] DELETE /v2.0/networks/1d843079-454c-4166-b740-f60106d1ee9e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1774] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:35 2026] DELETE /v2.0/networks/1d1b330a-0572-4f75-a57f-cabb5fb0e065 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1775] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1776] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:35 2026] GET /v2.0/security-groups?tenant_id=cb81de1c1ae34be6adb17fe378607cc1&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1777] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 882/1778] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => 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: 897/1779] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:36 2026] DELETE /v2.0/networks/c9d18928-6738-44d5-8b8d-c5835d9bdd84 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1780] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:36 2026] DELETE /v2.0/security-groups/50aee2e4-1d9e-48ef-9ae0-1b5ff6d227c1 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1781] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1782] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 886/1783] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/security-groups?tenant_id=d967de0972c9480494e9130dc31afabe&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: 887/1784] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 888/1785] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:36 2026] DELETE /v2.0/security-groups/fd1b975e-8224-49ce-a4d3-2b0b35a552ba => 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: 898/1786] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:36 2026] DELETE /v2.0/networks/d087b0ee-e1ae-40e3-a5c4-47e6e54b6894 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1787] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:36 2026] GET /v2.0/security-groups?tenant_id=330fb1a2c8494e448879eae3d3f24fb1&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1788] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:37 2026] DELETE /v2.0/security-groups/76434814-f317-46c1-aad7-f926abdbad97 => 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: 901/1789] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:52:37 2026] GET /v2.0/ports?device_id=4615e0b3-2b5f-4d6c-9bbe-067ed12f4680 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:52:37.692 7 INFO neutron.db.l3_db [None req-13d61441-84a7-4313-af3b-576bb209a6de fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Floating IP 49724c38-64de-4f19-af13-ef43cb2c49d9 associated. External IP: 10.96.250.208, port: dba755a6-0e70-4c3b-9951-58e21f891f95. 2026-05-08 11:52:37.909 8 INFO neutron.services.segments.plugin [-] Segment 9bd5dd69-1ac3-49f9-8ece-43be154d02dd resource provider aggregate not found 2026-05-08 11:52:37.909 8 INFO neutron.services.segments.plugin [-] Segment 9bd5dd69-1ac3-49f9-8ece-43be154d02dd resource provider aggregate not found 2026-05-08 11:52:37.926 8 INFO neutron.services.segments.plugin [-] Segment 9bd5dd69-1ac3-49f9-8ece-43be154d02dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bd5dd69-1ac3-49f9-8ece-43be154d02dd found for delete ", "request_id": "req-4ff19e73-1de6-4a22-9beb-db4440826e7b"}]} 2026-05-08 11:52:37.931 8 INFO neutron.services.segments.plugin [-] Segment 9bd5dd69-1ac3-49f9-8ece-43be154d02dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bd5dd69-1ac3-49f9-8ece-43be154d02dd found for delete ", "request_id": "req-a52e1f08-8021-4986-b539-7d0f26962a51"}]} 2026-05-08 11:52:37.945 8 INFO neutron.services.segments.plugin [-] Segment cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e resource provider aggregate not found 2026-05-08 11:52:37.951 8 INFO neutron.services.segments.plugin [-] Segment cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e resource provider aggregate not found 2026-05-08 11:52:37.973 8 INFO neutron.services.segments.plugin [-] Segment cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e found for delete ", "request_id": "req-39740d1e-995d-4e2b-9399-b688afd39c2a"}]} 2026-05-08 11:52:37.978 8 INFO neutron.services.segments.plugin [-] Segment cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb43e4b4-9f4c-4ab8-b03b-ee9b5c38e89e found for delete ", "request_id": "req-df8b0e7a-9e7a-49ab-b229-499ad60f7e2e"}]} 2026-05-08 11:52:37.996 8 INFO neutron.services.segments.plugin [-] Segment 4467b7d1-8d75-430a-b667-0ae900aeb5d7 resource provider aggregate not found 2026-05-08 11:52:38.003 8 INFO neutron.services.segments.plugin [-] Segment 4467b7d1-8d75-430a-b667-0ae900aeb5d7 resource provider aggregate not found 2026-05-08 11:52:38.008 8 INFO neutron.services.segments.plugin [-] Segment 4467b7d1-8d75-430a-b667-0ae900aeb5d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4467b7d1-8d75-430a-b667-0ae900aeb5d7 found for delete ", "request_id": "req-33448b3b-1a0d-4aae-a9d5-69f7b1a36bd1"}]} [pid: 7|app: 0|req: 889/1790] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:52:36 2026] POST /v2.0/floatingips => generated 855 bytes in 1187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:38.021 8 INFO neutron.services.segments.plugin [-] Segment 4467b7d1-8d75-430a-b667-0ae900aeb5d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4467b7d1-8d75-430a-b667-0ae900aeb5d7 found for delete ", "request_id": "req-3ca692b4-5e20-42f2-8d73-6ca0a81db893"}]} 2026-05-08 11:52:38.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07bbc065-db69-4247-a0d7-e8ec6621bade'] response: {'name': 'network-changed', 'server_uuid': 'a839d6bf-7e12-47cd-a725-8ae6ac2cd57d', 'tag': 'dba755a6-0e70-4c3b-9951-58e21f891f95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 890/1791] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1792] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:37 2026] GET /v2.0/security-groups?tenant_id=f8306d942a81412b9c305d89de6e702f&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1793] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:38 2026] DELETE /v2.0/security-groups/ccaf9dbd-47eb-4e9c-8e9e-cbb9e24c1131 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1794] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1795] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:38 2026] DELETE /v2.0/security-groups/12ef67b0-3192-4377-b668-b2a73040a7e9 => 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: 904/1796] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:38.658 8 INFO neutron.api.v2.resource [None req-32a33e71-04c5-4ec7-a685-f50bb8482d42 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 905/1797] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/security-groups/12ef67b0-3192-4377-b668-b2a73040a7e9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1798] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dba755a6-0e70-4c3b-9951-58e21f891f95 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1799] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/security-groups?tenant_id=2e9aeb3ea4e044fbbc7ed670b9ff5638&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1800] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/subnets?id=0b1a2413-dec3-477d-b5b7-9ff00be5fbf2 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:38.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d6a58d4-0a6b-4851-a02a-0f349e1ae0e1 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] TaaS: Handle Delete Port: a9fabeaf-dd05-423d-b517-e532815912d4 2026-05-08 11:52:38.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d6a58d4-0a6b-4851-a02a-0f349e1ae0e1 ad1284d1ed5e4d038124848278ff4a53 5b89b14e78974904923f9312f5b27fda - - default default] Tap Mirror: Handle Delete Port: a9fabeaf-dd05-423d-b517-e532815912d4 [pid: 7|app: 0|req: 895/1801] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:38 2026] DELETE /v2.0/security-groups/63df8180-cfdb-4ee9-ba2a-98f86a9d0bc8 => 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: 896/1802] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/ports?network_id=272da573-c39c-4017-9fcc-b93cfcedc6ef&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1803] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 898/1804] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:52:38 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 907/1805] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:38 2026] DELETE /v2.0/floatingips/18412ef5-6b21-48cf-98b6-1b357ff26c4d => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1806] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:52:39 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1807] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:39 2026] GET /v2.0/security-groups?tenant_id=3d79625ff2b54c1d9b969d38f6768e83&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1808] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:39 2026] DELETE /v2.0/security-groups/69977559-2cf3-41d2-9ed2-9b4042e37322 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:39.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-1559929f-ae09-487b-9284-80e5cad0ab57 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 52e6658d-b56a-4778-890e-d03e0d221aac 2026-05-08 11:52:39.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1559929f-ae09-487b-9284-80e5cad0ab57 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 52e6658d-b56a-4778-890e-d03e0d221aac [pid: 8|app: 0|req: 911/1809] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:52:40 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1810] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:52:39 2026] PUT /v2.0/routers/d48fe2b8-3dd0-485a-a42f-ac07f9803e00/remove_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:40.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-c458e473-af28-46ed-a82a-b88af531e095 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: b917b3bf-dfc9-4edc-9057-8c1254016daf 2026-05-08 11:52:40.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c458e473-af28-46ed-a82a-b88af531e095 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: b917b3bf-dfc9-4edc-9057-8c1254016daf 2026-05-08 11:52:40.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-c458e473-af28-46ed-a82a-b88af531e095 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: a518c477-5ee8-4fca-b67f-3e487a81b204 2026-05-08 11:52:40.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c458e473-af28-46ed-a82a-b88af531e095 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: a518c477-5ee8-4fca-b67f-3e487a81b204 2026-05-08 11:52:41.209 8 INFO neutron.services.segments.plugin [-] Segment 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 resource provider aggregate not found 2026-05-08 11:52:41.213 8 INFO neutron.services.segments.plugin [-] Segment 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 resource provider aggregate not found 2026-05-08 11:52:41.232 8 INFO neutron.services.segments.plugin [-] Segment 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 found for delete ", "request_id": "req-ba01ca43-fad0-401a-8105-541558873b38"}]} 2026-05-08 11:52:41.236 8 INFO neutron.services.segments.plugin [-] Segment 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ce1434f-fe4c-42aa-bd75-3f44fd1b3083 found for delete ", "request_id": "req-0d645c94-e1c3-4b1b-b1be-f2ece3215513"}]} 2026-05-08 11:52:41.254 8 INFO neutron.db.l3_hamode_db [None req-c458e473-af28-46ed-a82a-b88af531e095 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network 0e914280-f6a2-4da6-9a13-acebef93284f was deleted as no HA routers are present in tenant 5b89b14e78974904923f9312f5b27fda. [pid: 8|app: 0|req: 912/1811] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:40 2026] DELETE /v2.0/routers/d48fe2b8-3dd0-485a-a42f-ac07f9803e00 => generated 0 bytes in 1094 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1812] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:41 2026] DELETE /v2.0/subnets/7bf0eca9-0fa7-4af5-975b-57599a155890 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:42.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4eba53c-4318-41d4-b5df-af56bdc3368d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 0f2ebf6e-d906-4eae-ac2a-676607910c14 2026-05-08 11:52:42.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4eba53c-4318-41d4-b5df-af56bdc3368d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 0f2ebf6e-d906-4eae-ac2a-676607910c14 [pid: 8|app: 0|req: 913/1813] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:41 2026] DELETE /v2.0/networks/83972634-d399-4058-a1ad-194284da0bb3 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1814] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:42 2026] GET /v2.0/security-groups?tenant_id=5b89b14e78974904923f9312f5b27fda&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1815] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:42 2026] DELETE /v2.0/security-groups/65aab487-5cb1-4574-afe5-68e58c25ddf9 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:42.787 7 INFO neutron.db.segments_db [None req-0d846af5-7e86-481f-8182-5698a2ec73c6 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Added segment 4a277820-e379-4b39-a89b-220e3789757d of type vxlan for network 47162e6a-7a62-47f2-862b-bd7ae8a33ba8 [pid: 7|app: 0|req: 901/1816] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:42 2026] POST /v2.0/networks => generated 632 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:43.253 8 INFO neutron.services.segments.plugin [-] Segment 8c29d0d5-7b04-4270-91ce-83634da3f616 resource provider aggregate not found 2026-05-08 11:52:43.258 8 INFO neutron.services.segments.plugin [-] Segment 8c29d0d5-7b04-4270-91ce-83634da3f616 resource provider aggregate not found 2026-05-08 11:52:43.274 8 INFO neutron.services.segments.plugin [-] Segment 8c29d0d5-7b04-4270-91ce-83634da3f616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c29d0d5-7b04-4270-91ce-83634da3f616 found for delete ", "request_id": "req-fbfbaa73-dc8e-4be4-a50c-a60a320e3d08"}]} 2026-05-08 11:52:43.274 8 INFO neutron.services.segments.plugin [-] Segment 8c29d0d5-7b04-4270-91ce-83634da3f616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c29d0d5-7b04-4270-91ce-83634da3f616 found for delete ", "request_id": "req-05514807-3fbd-44ad-a0e6-d63d1a67d7a8"}]} [pid: 8|app: 0|req: 916/1817] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:42 2026] POST /v2.0/ports => generated 743 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1818] 10.0.0.185 () {34 vars in 665 bytes} [Fri May 8 11:52:43 2026] POST /v2.0/trunks => generated 407 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:52:43.770 8 INFO neutron.db.segments_db [None req-ee2202f8-2221-405c-aa21-e98545371a92 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Added segment ed5397c8-2b54-4a2f-85fd-691b37e25c18 of type vxlan for network 1a7d6bd9-86f7-4402-8194-3f92c97bbcc7 [pid: 8|app: 0|req: 917/1819] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:43 2026] POST /v2.0/networks => generated 632 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1820] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:43 2026] POST /v2.0/ports => generated 743 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:52:44.716 8 INFO neutron.db.segments_db [None req-ad20944b-9cbb-41d8-be91-f045075056d4 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] Added segment 0851dea6-b000-4184-adf0-556e96fe8412 of type vxlan for network a54e4b58-6910-4810-9b11-9d6d72832e02 [pid: 8|app: 0|req: 918/1821] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:44 2026] POST /v2.0/networks => generated 631 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1822] 10.0.0.185 () {34 vars in 665 bytes} [Fri May 8 11:52:44 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:45.023 7 INFO neutron.db.segments_db [None req-af84467c-fd53-42f6-8547-e8cc095fb940 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Added segment 7c016e6f-b304-4026-a418-7a11de7c3b6e of type vxlan for network 0e3b08af-8c6c-4496-9a01-93f1fbd5e68d [pid: 7|app: 0|req: 905/1823] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:44 2026] POST /v2.0/networks => generated 632 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1824] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:44 2026] POST /v2.0/subnets => generated 626 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:45.264 8 INFO neutron.db.segments_db [None req-dee1bb3c-6a9d-4f62-ade1-57e65bfd70b7 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] Added segment 11a9df85-feb2-488e-afb1-059eaa2aa7f8 of type vxlan for network ea151968-2d5b-4ecc-9d8d-9c83971964f6 [pid: 8|app: 0|req: 920/1825] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:45 2026] POST /v2.0/networks => generated 632 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1826] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:45 2026] POST /v2.0/ports => generated 743 bytes in 366 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: 907/1827] 10.0.0.185 () {34 vars in 665 bytes} [Fri May 8 11:52:45 2026] POST /v2.0/trunks => generated 407 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1830] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:45 2026] POST /v2.0/subnets => generated 629 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:46.117 7 INFO neutron.db.segments_db [None req-ce745a02-d94b-4b08-82ca-c8afb3c08cca 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Added segment d09564e1-e4af-4adc-b2b8-c99aedf678bd of type vxlan for network 4c92b580-bc93-42f0-a515-372e1e4f9baa 2026-05-08 11:52:46.200 8 INFO neutron.db.segments_db [None req-30f4bb2a-6b87-484f-8dcc-040a6067ef8e 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] Added segment e94f4db9-d768-49e6-a888-3d718108fd40 of type vxlan for network 675926fb-dd07-4bfb-9964-79f87bdc2e15 [pid: 7|app: 0|req: 910/1831] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:45 2026] POST /v2.0/networks => generated 632 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1832] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:45 2026] POST /v2.0/networks => generated 632 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1833] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:46 2026] POST /v2.0/ports => generated 743 bytes in 358 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: 923/1834] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:46 2026] POST /v2.0/subnets => generated 629 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:46.773 8 INFO neutron.db.segments_db [None req-85e2a08d-5ea1-44f0-8862-f3efbf066178 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] Added segment 7c72205f-05b2-41e5-ba2e-09a599a18906 of type vxlan for network 5f6bca9f-808c-4731-8386-6787abe0b0db [pid: 7|app: 0|req: 912/1835] 10.0.0.185 () {34 vars in 665 bytes} [Fri May 8 11:52:46 2026] POST /v2.0/trunks => generated 407 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1836] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:46 2026] POST /v2.0/networks => generated 632 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:46.945 7 INFO neutron.db.segments_db [None req-a81789b8-25a7-4857-8d6e-c0d72f2aba90 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Added segment 879c7114-cec5-4100-b8c5-21c3075eb1f5 of type vxlan for network 9f5d28a7-8c49-47c4-b4df-3d55672ecb94 [pid: 7|app: 0|req: 913/1837] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:46 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1838] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:46 2026] POST /v2.0/subnets => generated 629 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:47.321 8 INFO neutron.db.segments_db [None req-26af542d-0677-464b-982a-a0cd466813c8 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] Added segment 83558292-794d-401f-a316-978d164cf129 of type vxlan for network fe73cfe7-724a-4e57-8cb7-ce1a9d8274ea [pid: 7|app: 0|req: 914/1839] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:47 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: 926/1840] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:47 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1841] 10.0.0.185 () {34 vars in 665 bytes} [Fri May 8 11:52:47 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1842] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/trunks/59b6f672-9363-4e81-90d5-c2c3a699b11c/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1843] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/trunks/47b0825a-501c-47fd-a695-97aa7610b56d/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1844] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:47 2026] POST /v2.0/subnets => generated 629 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1845] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/trunks/03a8a0c3-2048-4352-b281-64c7b75eaa0c/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1846] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/subnets/63fa4186-a38a-4c4a-8faa-e0dbc966296d/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1847] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/trunks/7593ad78-bbcf-437e-bf13-e603673a71e0/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1848] 10.0.0.185 () {32 vars in 661 bytes} [Fri May 8 11:52:47 2026] GET /v2.0/trunks?tags=red => 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: 929/1849] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/subnets/f99bc9a3-522c-4918-832a-aee1dad93955/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1850] 10.0.0.185 () {32 vars in 675 bytes} [Fri May 8 11:52:47 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1851] 10.0.0.185 () {32 vars in 671 bytes} [Fri May 8 11:52:47 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1852] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/subnets/88551bed-d491-4ed5-9df4-1d3bd0886895/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1853] 10.0.0.185 () {32 vars in 683 bytes} [Fri May 8 11:52:47 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1854] 10.0.0.185 () {32 vars in 669 bytes} [Fri May 8 11:52:47 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1855] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:52:47 2026] PUT /v2.0/subnets/2d3458da-d557-4160-9928-90c40252cb6c/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1856] 10.0.0.185 () {32 vars in 683 bytes} [Fri May 8 11:52:47 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1857] 10.0.0.185 () {32 vars in 679 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1858] 10.0.0.185 () {32 vars in 691 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1859] 10.0.0.185 () {32 vars in 663 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1860] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks/59b6f672-9363-4e81-90d5-c2c3a699b11c => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1861] 10.0.0.185 () {32 vars in 677 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1862] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/ports/083a4cfe-29aa-45bc-9beb-08229dd6cb5a => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1863] 10.0.0.185 () {32 vars in 673 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1864] 10.0.0.185 () {32 vars in 685 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1865] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/trunks/59b6f672-9363-4e81-90d5-c2c3a699b11c => 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: 931/1866] 10.0.0.185 () {32 vars in 671 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1867] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks/47b0825a-501c-47fd-a695-97aa7610b56d => generated 420 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1868] 10.0.0.185 () {32 vars in 685 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1869] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/ports/c429062d-fc26-4e47-bcf5-3afc896cceff => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1870] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1871] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/trunks/47b0825a-501c-47fd-a695-97aa7610b56d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1872] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1873] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks/03a8a0c3-2048-4352-b281-64c7b75eaa0c => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1874] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/security-groups?tenant_id=d8c187fd46864aef828a1357b3677028&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1875] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/ports/e37f91fc-e12f-4444-886c-d9a04c65b8d5 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1876] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/subnets/63fa4186-a38a-4c4a-8faa-e0dbc966296d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1877] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/security-groups/1d55e176-a867-4f6e-a767-392b89fae616 => 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: 940/1878] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/trunks/03a8a0c3-2048-4352-b281-64c7b75eaa0c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1879] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks/7593ad78-bbcf-437e-bf13-e603673a71e0 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1880] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/ports/8215db4c-0dd9-4bd9-be27-6ae11f3c1ce2 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1881] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/subnets/f99bc9a3-522c-4918-832a-aee1dad93955 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1882] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/trunks/7593ad78-bbcf-437e-bf13-e603673a71e0 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1883] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/security-groups?tenant_id=dac1fc5bcd5c44af9763c2670b391189&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1884] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:52:48 2026] GET /v2.0/trunks/06114c57-f4ad-4d52-a613-875752033ab2 => generated 407 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1885] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/security-groups/743f2a91-d18a-41d3-9986-244b65b78712 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1886] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:48 2026] DELETE /v2.0/subnets/88551bed-d491-4ed5-9df4-1d3bd0886895 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1887] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:52:49 2026] GET /v2.0/ports/bcdfab99-fbbf-4a00-9df0-c217722a3ae0 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1888] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/trunks/06114c57-f4ad-4d52-a613-875752033ab2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1889] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/subnets/2d3458da-d557-4160-9928-90c40252cb6c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:49.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-eab17adc-9c56-4353-83d7-1dae0bb85b4b 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] TaaS: Handle Delete Port: 083a4cfe-29aa-45bc-9beb-08229dd6cb5a 2026-05-08 11:52:49.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eab17adc-9c56-4353-83d7-1dae0bb85b4b 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Tap Mirror: Handle Delete Port: 083a4cfe-29aa-45bc-9beb-08229dd6cb5a [pid: 8|app: 0|req: 943/1890] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/subnets/8d48927b-793e-424d-83a4-80a067a88ba1 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1891] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/ports/083a4cfe-29aa-45bc-9beb-08229dd6cb5a => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1892] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:52:49 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:49.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ca9532-7686-4ed4-91ce-515f02e44eb7 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] TaaS: Handle Delete Port: 312aa18c-e5d2-46c3-b7be-406e2492ce0a 2026-05-08 11:52:49.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ca9532-7686-4ed4-91ce-515f02e44eb7 2f5c48fb87ed49e38d24f497288f09a0 53a06b5a58cb494b88bb239e8c4775f9 - - default default] Tap Mirror: Handle Delete Port: 312aa18c-e5d2-46c3-b7be-406e2492ce0a 2026-05-08 11:52:49.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-d96e5009-b82b-4539-b09a-309300290f0a 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] TaaS: Handle Delete Port: c429062d-fc26-4e47-bcf5-3afc896cceff 2026-05-08 11:52:49.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d96e5009-b82b-4539-b09a-309300290f0a 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Tap Mirror: Handle Delete Port: c429062d-fc26-4e47-bcf5-3afc896cceff [pid: 8|app: 0|req: 945/1893] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/ports/c429062d-fc26-4e47-bcf5-3afc896cceff => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1894] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:52:49 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:49.772 7 INFO neutron.services.segments.plugin [-] Segment 0851dea6-b000-4184-adf0-556e96fe8412 resource provider aggregate not found 2026-05-08 11:52:49.776 7 INFO neutron.services.segments.plugin [-] Segment 0851dea6-b000-4184-adf0-556e96fe8412 resource provider aggregate not found 2026-05-08 11:52:49.797 7 INFO neutron.services.segments.plugin [-] Segment 0851dea6-b000-4184-adf0-556e96fe8412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0851dea6-b000-4184-adf0-556e96fe8412 found for delete ", "request_id": "req-7eed5a3a-03fe-4e59-94bb-b78f0efccddd"}]} 2026-05-08 11:52:49.798 7 INFO neutron.services.segments.plugin [-] Segment 0851dea6-b000-4184-adf0-556e96fe8412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0851dea6-b000-4184-adf0-556e96fe8412 found for delete ", "request_id": "req-784ee640-38d1-44c3-91b5-16e2a0643443"}]} 2026-05-08 11:52:49.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1cc351a-c5cc-41f8-928f-a9f293253eca 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] TaaS: Handle Delete Port: e37f91fc-e12f-4444-886c-d9a04c65b8d5 2026-05-08 11:52:49.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1cc351a-c5cc-41f8-928f-a9f293253eca 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Tap Mirror: Handle Delete Port: e37f91fc-e12f-4444-886c-d9a04c65b8d5 [pid: 7|app: 0|req: 949/1895] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/networks/a54e4b58-6910-4810-9b11-9d6d72832e02 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1896] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/ports/e37f91fc-e12f-4444-886c-d9a04c65b8d5 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1897] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/networks/ea151968-2d5b-4ecc-9d8d-9c83971964f6 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:50.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf6a7049-bba1-479d-9bcd-738dc2a0cbb0 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] TaaS: Handle Delete Port: 8215db4c-0dd9-4bd9-be27-6ae11f3c1ce2 2026-05-08 11:52:50.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf6a7049-bba1-479d-9bcd-738dc2a0cbb0 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Tap Mirror: Handle Delete Port: 8215db4c-0dd9-4bd9-be27-6ae11f3c1ce2 [pid: 7|app: 0|req: 951/1898] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/675926fb-dd07-4bfb-9964-79f87bdc2e15 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1899] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:49 2026] DELETE /v2.0/ports/8215db4c-0dd9-4bd9-be27-6ae11f3c1ce2 => 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: 952/1900] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/5f6bca9f-808c-4731-8386-6787abe0b0db => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:50.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5ce8e38-26df-4e4f-bbd0-188754350ba1 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] TaaS: Handle Delete Port: bcdfab99-fbbf-4a00-9df0-c217722a3ae0 2026-05-08 11:52:50.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5ce8e38-26df-4e4f-bbd0-188754350ba1 19a0d77f50964c26bc47911115ea6642 6c124a15607c481eb65fb7c41884289a - - default default] Tap Mirror: Handle Delete Port: bcdfab99-fbbf-4a00-9df0-c217722a3ae0 [pid: 7|app: 0|req: 953/1901] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/fe73cfe7-724a-4e57-8cb7-ce1a9d8274ea => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1902] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/ports/bcdfab99-fbbf-4a00-9df0-c217722a3ae0 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1903] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/47162e6a-7a62-47f2-862b-bd7ae8a33ba8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:50.681 8 INFO neutron.services.segments.plugin [-] Segment ed5397c8-2b54-4a2f-85fd-691b37e25c18 resource provider aggregate not found 2026-05-08 11:52:50.685 8 INFO neutron.services.segments.plugin [-] Segment ed5397c8-2b54-4a2f-85fd-691b37e25c18 resource provider aggregate not found 2026-05-08 11:52:50.707 8 INFO neutron.services.segments.plugin [-] Segment ed5397c8-2b54-4a2f-85fd-691b37e25c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed5397c8-2b54-4a2f-85fd-691b37e25c18 found for delete ", "request_id": "req-8875ba0b-417b-40a6-b8e0-b9853ded4a66"}]} [pid: 8|app: 0|req: 950/1904] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/1a7d6bd9-86f7-4402-8194-3f92c97bbcc7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:50.710 8 INFO neutron.services.segments.plugin [-] Segment ed5397c8-2b54-4a2f-85fd-691b37e25c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed5397c8-2b54-4a2f-85fd-691b37e25c18 found for delete ", "request_id": "req-2b7f55de-0b58-43db-82e4-86ae87e1fc65"}]} [pid: 7|app: 0|req: 955/1905] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/0e3b08af-8c6c-4496-9a01-93f1fbd5e68d => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1906] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:50 2026] DELETE /v2.0/networks/4c92b580-bc93-42f0-a515-372e1e4f9baa => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1907] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:52:51 2026] DELETE /v2.0/networks/9f5d28a7-8c49-47c4-b4df-3d55672ecb94 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:52:51.342 7 INFO neutron.db.segments_db [None req-c4be7ed3-40aa-43ec-b004-4ac389382387 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Added segment 0f6aea75-e662-4e9e-817a-53104c1876e3 of type vxlan for network 384d05ab-dda0-4632-8c82-7e5803ce42f6 [pid: 8|app: 0|req: 953/1908] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:51 2026] GET /v2.0/security-groups?tenant_id=53a06b5a58cb494b88bb239e8c4775f9&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1909] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:50 2026] POST /v2.0/networks => generated 650 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1910] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:51 2026] DELETE /v2.0/security-groups/871341de-a320-49b7-a9bb-ed75bec14829 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1911] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:51 2026] POST /v2.0/subnets => generated 627 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1912] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:51 2026] GET /v2.0/security-groups?tenant_id=44bda411be854000ae17d0fb6e4ea783&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:51.823 7 INFO neutron.services.segments.plugin [-] Segment 11a9df85-feb2-488e-afb1-059eaa2aa7f8 resource provider aggregate not found 2026-05-08 11:52:51.826 7 INFO neutron.services.segments.plugin [-] Segment 11a9df85-feb2-488e-afb1-059eaa2aa7f8 resource provider aggregate not found 2026-05-08 11:52:51.832 7 INFO neutron.db.segments_db [None req-c8a0f81d-b8ed-4f79-aadb-2148db934539 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Added segment bea9a236-6041-4b35-a410-d00b467c5561 of type vxlan for network 087839fb-c61e-4f84-b01d-f48fb85f4bb0 2026-05-08 11:52:51.845 7 INFO neutron.services.segments.plugin [-] Segment 11a9df85-feb2-488e-afb1-059eaa2aa7f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a9df85-feb2-488e-afb1-059eaa2aa7f8 found for delete ", "request_id": "req-a32bf01c-c045-40df-bc54-1064df3363de"}]} 2026-05-08 11:52:51.853 7 INFO neutron.services.segments.plugin [-] Segment 11a9df85-feb2-488e-afb1-059eaa2aa7f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a9df85-feb2-488e-afb1-059eaa2aa7f8 found for delete ", "request_id": "req-2fc046ae-46ab-4480-a352-b389f665da55"}]} 2026-05-08 11:52:51.868 7 INFO neutron.services.segments.plugin [-] Segment e94f4db9-d768-49e6-a888-3d718108fd40 resource provider aggregate not found 2026-05-08 11:52:51.871 7 INFO neutron.services.segments.plugin [-] Segment e94f4db9-d768-49e6-a888-3d718108fd40 resource provider aggregate not found 2026-05-08 11:52:51.885 7 INFO neutron.services.segments.plugin [-] Segment e94f4db9-d768-49e6-a888-3d718108fd40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94f4db9-d768-49e6-a888-3d718108fd40 found for delete ", "request_id": "req-56c563d6-c13f-4b97-a41e-ac8def97dd15"}]} 2026-05-08 11:52:51.894 7 INFO neutron.services.segments.plugin [-] Segment e94f4db9-d768-49e6-a888-3d718108fd40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94f4db9-d768-49e6-a888-3d718108fd40 found for delete ", "request_id": "req-49f8d986-658c-4354-91f2-f2b49844ef8a"}]} 2026-05-08 11:52:51.900 7 INFO neutron.services.segments.plugin [-] Segment 7c72205f-05b2-41e5-ba2e-09a599a18906 resource provider aggregate not found 2026-05-08 11:52:51.914 7 INFO neutron.services.segments.plugin [-] Segment 7c72205f-05b2-41e5-ba2e-09a599a18906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c72205f-05b2-41e5-ba2e-09a599a18906 found for delete ", "request_id": "req-a51ff543-0843-4975-9f82-a65da0aca478"}]} 2026-05-08 11:52:51.924 7 INFO neutron.services.segments.plugin [-] Segment 7c72205f-05b2-41e5-ba2e-09a599a18906 resource provider aggregate not found [pid: 8|app: 0|req: 956/1913] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:51 2026] DELETE /v2.0/security-groups/da9c39e0-138d-4f83-8bb6-c2e97a644ed3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:51.929 7 INFO neutron.services.segments.plugin [-] Segment 83558292-794d-401f-a316-978d164cf129 resource provider aggregate not found 2026-05-08 11:52:51.945 7 INFO neutron.services.segments.plugin [-] Segment 83558292-794d-401f-a316-978d164cf129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83558292-794d-401f-a316-978d164cf129 found for delete ", "request_id": "req-7253fe2c-26cc-4114-ba57-5de5813f03b4"}]} 2026-05-08 11:52:51.948 7 INFO neutron.services.segments.plugin [-] Segment 7c72205f-05b2-41e5-ba2e-09a599a18906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c72205f-05b2-41e5-ba2e-09a599a18906 found for delete ", "request_id": "req-dceff55a-7129-43fe-b2d4-99f246e0cbc3"}]} 2026-05-08 11:52:51.978 7 INFO neutron.services.segments.plugin [-] Segment 4a277820-e379-4b39-a89b-220e3789757d resource provider aggregate not found 2026-05-08 11:52:51.986 7 INFO neutron.services.segments.plugin [-] Segment 83558292-794d-401f-a316-978d164cf129 resource provider aggregate not found 2026-05-08 11:52:52.007 7 INFO neutron.services.segments.plugin [-] Segment 83558292-794d-401f-a316-978d164cf129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83558292-794d-401f-a316-978d164cf129 found for delete ", "request_id": "req-450c2c1b-e44c-427c-8f56-4b7c5ebf1a91"}]} 2026-05-08 11:52:52.017 7 INFO neutron.services.segments.plugin [-] Segment 4a277820-e379-4b39-a89b-220e3789757d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a277820-e379-4b39-a89b-220e3789757d found for delete ", "request_id": "req-400d8666-5507-4f14-919a-597a9c19084c"}]} 2026-05-08 11:52:52.024 7 INFO neutron.services.segments.plugin [-] Segment 4a277820-e379-4b39-a89b-220e3789757d resource provider aggregate not found 2026-05-08 11:52:52.039 7 INFO neutron.services.segments.plugin [-] Segment 7c016e6f-b304-4026-a418-7a11de7c3b6e resource provider aggregate not found 2026-05-08 11:52:52.040 7 INFO neutron.services.segments.plugin [-] Segment 4a277820-e379-4b39-a89b-220e3789757d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a277820-e379-4b39-a89b-220e3789757d found for delete ", "request_id": "req-c1564a00-a893-4e16-b787-3a054e07d7d0"}]} 2026-05-08 11:52:52.064 7 INFO neutron.services.segments.plugin [-] Segment 7c016e6f-b304-4026-a418-7a11de7c3b6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c016e6f-b304-4026-a418-7a11de7c3b6e found for delete ", "request_id": "req-3e68a08d-8e62-4a61-9c20-550f9b69e208"}]} 2026-05-08 11:52:52.074 7 INFO neutron.services.segments.plugin [-] Segment 7c016e6f-b304-4026-a418-7a11de7c3b6e resource provider aggregate not found 2026-05-08 11:52:52.093 7 INFO neutron.services.segments.plugin [-] Segment 7c016e6f-b304-4026-a418-7a11de7c3b6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c016e6f-b304-4026-a418-7a11de7c3b6e found for delete ", "request_id": "req-dfe217b5-a37b-4b48-bd33-aff68c5bfa01"}]} 2026-05-08 11:52:52.184 7 INFO neutron.db.l3_hamode_db [None req-c8a0f81d-b8ed-4f79-aadb-2148db934539 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 957/1914] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:52 2026] GET /v2.0/security-groups?tenant_id=d3dee7e5847b4bc39ed918f092c06cdb&name=default => generated 2925 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:52.729 8 INFO neutron.services.segments.plugin [-] Segment d09564e1-e4af-4adc-b2b8-c99aedf678bd resource provider aggregate not found 2026-05-08 11:52:52.737 8 INFO neutron.services.segments.plugin [-] Segment d09564e1-e4af-4adc-b2b8-c99aedf678bd resource provider aggregate not found 2026-05-08 11:52:52.747 8 INFO neutron.services.segments.plugin [-] Segment d09564e1-e4af-4adc-b2b8-c99aedf678bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d09564e1-e4af-4adc-b2b8-c99aedf678bd found for delete ", "request_id": "req-4ed1bbad-f1a8-4ecd-8ef9-b41cb2c131db"}]} 2026-05-08 11:52:52.751 8 INFO neutron.services.segments.plugin [-] Segment d09564e1-e4af-4adc-b2b8-c99aedf678bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d09564e1-e4af-4adc-b2b8-c99aedf678bd found for delete ", "request_id": "req-e754120b-bc79-4cdb-82d0-0ca648c2ee75"}]} 2026-05-08 11:52:52.768 8 INFO neutron.services.segments.plugin [-] Segment 879c7114-cec5-4100-b8c5-21c3075eb1f5 resource provider aggregate not found 2026-05-08 11:52:52.771 8 INFO neutron.services.segments.plugin [-] Segment 879c7114-cec5-4100-b8c5-21c3075eb1f5 resource provider aggregate not found 2026-05-08 11:52:52.789 8 INFO neutron.services.segments.plugin [-] Segment 879c7114-cec5-4100-b8c5-21c3075eb1f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 879c7114-cec5-4100-b8c5-21c3075eb1f5 found for delete ", "request_id": "req-24ced5e1-aaf7-44e5-b0aa-f621a0c25b3d"}]} 2026-05-08 11:52:52.798 8 INFO neutron.services.segments.plugin [-] Segment 879c7114-cec5-4100-b8c5-21c3075eb1f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 879c7114-cec5-4100-b8c5-21c3075eb1f5 found for delete ", "request_id": "req-ab6218af-15c7-4217-bfaa-a2341499a063"}]} [pid: 8|app: 0|req: 958/1915] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:52 2026] GET /v2.0/security-groups?tenant_id=1259433b309542f9b680f513628de307&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: 959/1916] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:52 2026] DELETE /v2.0/security-groups/4727eb44-8693-4c08-bdd0-032e494652c4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1917] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:52 2026] DELETE /v2.0/security-groups/f52584c4-abdd-48a7-adf5-55f9234de7d0 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1918] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:53 2026] GET /v2.0/security-groups?tenant_id=6c124a15607c481eb65fb7c41884289a&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:52:53.485 7 INFO neutron.db.l3_hamode_db [None req-c8a0f81d-b8ed-4f79-aadb-2148db934539 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 962/1919] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:53 2026] DELETE /v2.0/security-groups/4ddb8cbc-214a-4ede-8a82-b95b2f2c3c51 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1920] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:52:53 2026] GET /v2.0/security-groups?tenant_id=fe4a25177e0e4990b464ef83920b5abc&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1921] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:52:53 2026] DELETE /v2.0/security-groups/8db3ff14-e01b-4cb8-99a0-bc1c965e6a1e => 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: 958/1922] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:52:51 2026] POST /v2.0/routers => generated 695 bytes in 2652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1923] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:52:54 2026] PUT /v2.0/routers/ce5c12e9-4a65-4b67-a6e5-6aefecf7ba99/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1924] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:52:55 2026] POST /v2.0/ports => generated 959 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1925] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:52:56 2026] POST /v2.0/ports => generated 954 bytes in 414 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-05-08 11:52:57.043 8 INFO neutron.db.segments_db [None req-2ee51b17-69a4-404b-871d-fe7496e2854d 41591b0794984c6aa4b542509f2ab1bf e4f55b8d776844c3aad6d86f01f6290a - - default default] Added segment 4285aa84-648b-4154-9550-cda3a3a5b2b4 of type vxlan for network efd70015-ea93-41d7-a93c-de90347d5285 [pid: 8|app: 0|req: 967/1926] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:52:56 2026] POST /v2.0/networks => generated 631 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:57.340 7 INFO neutron.db.l3_db [None req-0290ba23-2ad0-4aea-9db7-7c0d693cc69e 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Floating IP 25cb16b8-ad6d-48c6-973a-6d1cb0b6baa0 associated. External IP: 10.96.250.213, port: bb27d740-b73b-460b-8680-3b72df43b834. [pid: 7|app: 0|req: 960/1927] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:52:56 2026] POST /v2.0/floatingips => generated 841 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1928] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:52:57 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:57.788 8 INFO neutron.db.l3_db [None req-6c2fc82a-a93d-4941-8455-7f826ca07b24 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Floating IP 25cb16b8-ad6d-48c6-973a-6d1cb0b6baa0 disassociated. External IP: 10.96.250.213, port: bb27d740-b73b-460b-8680-3b72df43b834. [pid: 7|app: 0|req: 961/1929] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:52:57 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 962/1930] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:52:57 2026] PUT /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1931] 10.0.0.185 () {34 vars in 746 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 25 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: 969/1932] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:57 2026] PUT /v2.0/floatingips/25cb16b8-ad6d-48c6-973a-6d1cb0b6baa0 => generated 552 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1933] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1934] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 971/1935] 10.0.0.185 () {34 vars in 769 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 11:52:58.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-dccae0d2-26f8-4ea4-a582-dc480a366eb2 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: ff6bcbea-9cb5-4764-9381-475643b77fb7 2026-05-08 11:52:58.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dccae0d2-26f8-4ea4-a582-dc480a366eb2 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: ff6bcbea-9cb5-4764-9381-475643b77fb7 [pid: 8|app: 0|req: 972/1936] 10.0.0.185 () {34 vars in 757 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 973/1937] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1938] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:58 2026] DELETE /v2.0/floatingips/25cb16b8-ad6d-48c6-973a-6d1cb0b6baa0 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1939] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 966/1940] 10.0.0.185 () {34 vars in 765 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1941] 10.0.0.185 () {34 vars in 753 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/red => generated 4 bytes in 84 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: 968/1942] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1943] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 970/1944] 10.0.0.185 () {34 vars in 787 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1945] 10.0.0.185 () {34 vars in 775 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/black.or.white => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 972/1946] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1947] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 974/1948] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1949] 10.0.0.185 () {34 vars in 746 bytes} [Fri May 8 11:52:58 2026] PUT /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:52:59.001 8 INFO neutron.db.l3_db [None req-c06b62bb-2b82-419f-930c-9010ebc2a826 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Floating IP 8f62f60b-ff7d-489e-ade9-f9672daa6460 associated. External IP: 10.96.250.209, port: da14a522-dbcc-478c-97c5-b6cf6c760a42. [pid: 7|app: 0|req: 976/1950] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:58 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1951] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 978/1952] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1953] 10.0.0.185 () {32 vars in 734 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:52:59.211 7 INFO neutron.api.v2.resource [None req-2cba780b-83ac-4060-b304-8b7f0547aa87 c547ea2cabc045ec9efdd3cabcb05d41 64623dc6e6354fd9b593c145c3a38f26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 980/1954] 10.0.0.185 () {32 vars in 750 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/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: 975/1955] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:52:58 2026] POST /v2.0/floatingips => generated 843 bytes in 865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:52:59.263 7 INFO neutron.api.v2.resource [None req-00b50f4a-9469-4698-9f3b-f05a187e991c 41591b0794984c6aa4b542509f2ab1bf e4f55b8d776844c3aad6d86f01f6290a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 981/1956] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 976/1957] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1958] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/floatingips/8f62f60b-ff7d-489e-ade9-f9672daa6460 => generated 843 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1959] 10.0.0.185 () {32 vars in 737 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 983/1960] 10.0.0.185 () {32 vars in 825 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/ports?project_id=b0564058c0e94e5d999a0d6c07684c02&network_id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 3691 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1961] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1962] 10.0.0.185 () {32 vars in 654 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/floatingips => generated 846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:52:59.439 8 INFO neutron.api.v2.resource [None req-6b69db93-dc0c-4beb-b155-e8c9b171a8d3 c547ea2cabc045ec9efdd3cabcb05d41 64623dc6e6354fd9b593c145c3a38f26 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 979/1963] 10.0.0.185 () {32 vars in 753 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/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: 985/1964] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 986/1965] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:52:59.553 7 INFO neutron.api.v2.resource [None req-3bd2861b-a656-4022-a8b7-23409413677a 41591b0794984c6aa4b542509f2ab1bf e4f55b8d776844c3aad6d86f01f6290a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 987/1966] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 988/1967] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1968] 10.0.0.185 () {32 vars in 729 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:52:59.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-11c66c18-9fda-4540-81e1-b8f92b351205 c547ea2cabc045ec9efdd3cabcb05d41 64623dc6e6354fd9b593c145c3a38f26 - - default default] TaaS: Handle Delete Port: 86f09990-cb08-4b2d-98cc-9c6384422bf3 2026-05-08 11:52:59.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11c66c18-9fda-4540-81e1-b8f92b351205 c547ea2cabc045ec9efdd3cabcb05d41 64623dc6e6354fd9b593c145c3a38f26 - - default default] Tap Mirror: Handle Delete Port: 86f09990-cb08-4b2d-98cc-9c6384422bf3 2026-05-08 11:52:59.786 8 INFO neutron.db.l3_db [None req-53b66b47-681d-4aae-bf28-5cf3e9d9efa4 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Floating IP 8f62f60b-ff7d-489e-ade9-f9672daa6460 associated. External IP: 10.96.250.209, port: da14a522-dbcc-478c-97c5-b6cf6c760a42. [pid: 7|app: 0|req: 990/1969] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/floatingips/3fc4e14f-c146-4c11-b4a0-6b88fb68db52 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1970] 10.0.0.185 () {32 vars in 726 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52/tags => generated 12 bytes in 42 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: 992/1971] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:52:59 2026] GET /v2.0/subnets?network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:00.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ea16fda-5f46-49dd-887e-acf19fb59f7a 41591b0794984c6aa4b542509f2ab1bf e4f55b8d776844c3aad6d86f01f6290a - - default default] TaaS: Handle Delete Port: 6dbf4b43-46a0-49d8-9a64-cce2e9721d52 2026-05-08 11:53:00.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ea16fda-5f46-49dd-887e-acf19fb59f7a 41591b0794984c6aa4b542509f2ab1bf e4f55b8d776844c3aad6d86f01f6290a - - default default] Tap Mirror: Handle Delete Port: 6dbf4b43-46a0-49d8-9a64-cce2e9721d52 [pid: 7|app: 0|req: 993/1972] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:52:59 2026] DELETE /v2.0/ports/6dbf4b43-46a0-49d8-9a64-cce2e9721d52 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:00.228 7 INFO neutron.services.segments.plugin [-] Segment 4285aa84-648b-4154-9550-cda3a3a5b2b4 resource provider aggregate not found 2026-05-08 11:53:00.236 7 INFO neutron.services.segments.plugin [-] Segment 4285aa84-648b-4154-9550-cda3a3a5b2b4 resource provider aggregate not found 2026-05-08 11:53:00.253 7 INFO neutron.services.segments.plugin [-] Segment 4285aa84-648b-4154-9550-cda3a3a5b2b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4285aa84-648b-4154-9550-cda3a3a5b2b4 found for delete ", "request_id": "req-a274dd82-172e-4a9d-9e69-5ee562fd84ca"}]} 2026-05-08 11:53:00.257 7 INFO neutron.services.segments.plugin [-] Segment 4285aa84-648b-4154-9550-cda3a3a5b2b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4285aa84-648b-4154-9550-cda3a3a5b2b4 found for delete ", "request_id": "req-dff2be28-6c82-410e-865a-273834c3e452"}]} [pid: 7|app: 0|req: 994/1973] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:00 2026] DELETE /v2.0/networks/efd70015-ea93-41d7-a93c-de90347d5285 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1974] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:52:59 2026] PUT /v2.0/floatingips/8f62f60b-ff7d-489e-ade9-f9672daa6460 => generated 841 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:00.388 7 INFO neutron.db.l3_db [None req-e20ded32-dd44-4b6d-8d9d-426c1be11990 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Floating IP 49724c38-64de-4f19-af13-ef43cb2c49d9 disassociated. External IP: 10.96.250.208, port: dba755a6-0e70-4c3b-9951-58e21f891f95. 2026-05-08 11:53:00.489 8 INFO neutron.db.l3_db [None req-ce6c0906-2e44-4aee-8f5d-2578561f9c11 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Floating IP 8f62f60b-ff7d-489e-ade9-f9672daa6460 disassociated. External IP: 10.96.250.209, port: bb27d740-b73b-460b-8680-3b72df43b834. [pid: 7|app: 0|req: 995/1975] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:53:00 2026] PUT /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 554 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:00.723 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f8f9ec7-1a26-4d78-832f-e64a74b2fe68'] response: {'name': 'network-changed', 'server_uuid': 'a839d6bf-7e12-47cd-a725-8ae6ac2cd57d', 'tag': 'dba755a6-0e70-4c3b-9951-58e21f891f95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 981/1976] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:53:00 2026] PUT /v2.0/floatingips/8f62f60b-ff7d-489e-ade9-f9672daa6460 => generated 552 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1979] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:00 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:00.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce1d2190-1ac2-439e-99bb-e5dae8c67228 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: 0bd49902-ffbe-4306-8b2b-ea4eaf5bbac5 2026-05-08 11:53:00.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce1d2190-1ac2-439e-99bb-e5dae8c67228 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: 0bd49902-ffbe-4306-8b2b-ea4eaf5bbac5 [pid: 7|app: 0|req: 996/1980] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:00 2026] GET /v2.0/security-groups?tenant_id=b9166ff050ff4fd2a7b825d4e9ed4fc0&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1981] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:53:00 2026] DELETE /v2.0/floatingips/8f62f60b-ff7d-489e-ade9-f9672daa6460 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1982] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:00 2026] GET /v2.0/security-groups?tenant_id=c4517bb94a6f4cde8b23036e6e4581a1&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:01.171 7 INFO neutron.api.v2.resource [None req-772b1683-a7a9-4ba3-8233-029757a96c44 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/1983] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/floatingips/8f62f60b-ff7d-489e-ade9-f9672daa6460 => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1984] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/security-groups/ccde1dc7-66a4-4d86-99d1-f8767b025806 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1985] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/security-groups/2399ccb6-48b5-47db-820b-0bbaed1c6ffc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1986] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:01.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ad1d71e-33a5-4578-a256-7e64c2807f71 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: bb27d740-b73b-460b-8680-3b72df43b834 2026-05-08 11:53:01.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ad1d71e-33a5-4578-a256-7e64c2807f71 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: bb27d740-b73b-460b-8680-3b72df43b834 [pid: 7|app: 0|req: 1001/1987] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/security-groups?tenant_id=64623dc6e6354fd9b593c145c3a38f26&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: 1002/1988] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1989] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/ports/bb27d740-b73b-460b-8680-3b72df43b834 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1990] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/security-groups?tenant_id=e4f55b8d776844c3aad6d86f01f6290a&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1991] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/security-groups/3eb16011-6101-4614-b3e9-2e0426f3442c => 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: 989/1992] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dba755a6-0e70-4c3b-9951-58e21f891f95 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:01.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-16c77000-fc48-4d1d-9997-87acab86acc9 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: da14a522-dbcc-478c-97c5-b6cf6c760a42 2026-05-08 11:53:01.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16c77000-fc48-4d1d-9997-87acab86acc9 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: da14a522-dbcc-478c-97c5-b6cf6c760a42 [pid: 8|app: 0|req: 990/1993] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/security-groups/2325daa7-1e7f-46e1-96bf-84cd61f64539 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1994] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/subnets?id=0b1a2413-dec3-477d-b5b7-9ff00be5fbf2 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1995] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/ports?network_id=272da573-c39c-4017-9fcc-b93cfcedc6ef&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1996] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 1004/1997] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:01 2026] DELETE /v2.0/ports/da14a522-dbcc-478c-97c5-b6cf6c760a42 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1998] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 1005/1999] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/ports?device_id=ce5c12e9-4a65-4b67-a6e5-6aefecf7ba99 => generated 958 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2000] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:01 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:02.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdda3105-d53f-422b-858c-cdaf3f102213 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: d3da4167-275a-456b-bd0a-b0b17145065b 2026-05-08 11:53:02.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdda3105-d53f-422b-858c-cdaf3f102213 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: d3da4167-275a-456b-bd0a-b0b17145065b [pid: 7|app: 0|req: 1006/2001] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:01 2026] PUT /v2.0/routers/ce5c12e9-4a65-4b67-a6e5-6aefecf7ba99/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:02.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae40b039-afe1-4e75-af3d-f421b3d98aa4 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: e7325531-8031-4b6e-b9f6-0f189ea0a53e 2026-05-08 11:53:02.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae40b039-afe1-4e75-af3d-f421b3d98aa4 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: e7325531-8031-4b6e-b9f6-0f189ea0a53e [pid: 7|app: 0|req: 1007/2002] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:02 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:03.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae40b039-afe1-4e75-af3d-f421b3d98aa4 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] TaaS: Handle Delete Port: 9f7ac5a2-9c1a-4ce2-b0f2-01b92a4bf190 2026-05-08 11:53:03.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae40b039-afe1-4e75-af3d-f421b3d98aa4 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] Tap Mirror: Handle Delete Port: 9f7ac5a2-9c1a-4ce2-b0f2-01b92a4bf190 2026-05-08 11:53:03.407 8 INFO neutron.services.segments.plugin [-] Segment bea9a236-6041-4b35-a410-d00b467c5561 resource provider aggregate not found 2026-05-08 11:53:03.415 8 INFO neutron.services.segments.plugin [-] Segment bea9a236-6041-4b35-a410-d00b467c5561 resource provider aggregate not found 2026-05-08 11:53:03.427 8 INFO neutron.services.segments.plugin [-] Segment bea9a236-6041-4b35-a410-d00b467c5561 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bea9a236-6041-4b35-a410-d00b467c5561 found for delete ", "request_id": "req-ca5b99da-2edf-4064-ae9e-ed0ae03d2512"}]} 2026-05-08 11:53:03.436 8 INFO neutron.services.segments.plugin [-] Segment bea9a236-6041-4b35-a410-d00b467c5561 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bea9a236-6041-4b35-a410-d00b467c5561 found for delete ", "request_id": "req-52ae3efc-e3ac-4e59-bccd-c32c66e30070"}]} 2026-05-08 11:53:03.437 8 INFO neutron.db.l3_hamode_db [None req-ae40b039-afe1-4e75-af3d-f421b3d98aa4 63ef00cda3b7417696c9fc205c16c99d eda7c6b5d06d4bbc8b296de831da62f0 - - default default] HA network 087839fb-c61e-4f84-b01d-f48fb85f4bb0 was deleted as no HA routers are present in tenant eda7c6b5d06d4bbc8b296de831da62f0. [pid: 8|app: 0|req: 996/2003] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:02 2026] DELETE /v2.0/routers/ce5c12e9-4a65-4b67-a6e5-6aefecf7ba99 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2004] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:03 2026] DELETE /v2.0/subnets/58b9fd11-041b-46ce-825a-08e1da95c190 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2005] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:03 2026] DELETE /v2.0/networks/384d05ab-dda0-4632-8c82-7e5803ce42f6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2006] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:53:04 2026] POST /v2.0/security-groups => generated 1675 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2007] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2008] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2009] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:04 2026] GET /v2.0/security-groups?tenant_id=eda7c6b5d06d4bbc8b296de831da62f0&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2010] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:04 2026] DELETE /v2.0/security-groups/945bb03f-1d68-42ad-93b3-d32100fd9ce5 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2011] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:04 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: 7|app: 0|req: 1012/2012] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:04 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-05-08 11:53:04.728 8 INFO neutron.db.securitygroups_db [None req-39685023-03dd-4667-b6ac-6c74c08f94ec fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Project b0564058c0e94e5d999a0d6c07684c02 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: 1001/2013] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:04.883 7 INFO neutron.db.securitygroups_db [None req-fe45191d-3682-41f8-aeba-85ad235976a4 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Project b0564058c0e94e5d999a0d6c07684c02 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: 1013/2014] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2015] 10.0.0.185 () {34 vars in 677 bytes} [Fri May 8 11:53:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2016] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:53:05 2026] PUT /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:05.153 7 INFO neutron.db.segments_db [None req-e296f5f2-aad5-497a-8ae3-311c2dc3a42b a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] Added segment 5f1b1690-e790-414f-a58f-7b138fdd1057 of type vxlan for network 55bd7da8-2968-40dc-824d-fd0400ffd8e8 [pid: 8|app: 0|req: 1004/2017] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2018] 10.0.0.185 () {34 vars in 763 bytes} [Fri May 8 11:53:05 2026] PUT /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2019] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2020] 10.0.0.185 () {34 vars in 759 bytes} [Fri May 8 11:53:05 2026] PUT /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2021] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2022] 10.0.0.185 () {34 vars in 781 bytes} [Fri May 8 11:53:05 2026] PUT /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 11:53:05.442 7 INFO neutron.db.l3_hamode_db [None req-e296f5f2-aad5-497a-8ae3-311c2dc3a42b a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:53:05.446 8 INFO neutron.services.segments.plugin [-] Segment 0f6aea75-e662-4e9e-817a-53104c1876e3 resource provider aggregate not found 2026-05-08 11:53:05.462 8 INFO neutron.services.segments.plugin [-] Segment 0f6aea75-e662-4e9e-817a-53104c1876e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f6aea75-e662-4e9e-817a-53104c1876e3 found for delete ", "request_id": "req-155642f1-b05c-4cc0-8119-2da555a0b526"}]} 2026-05-08 11:53:05.464 8 INFO neutron.services.segments.plugin [-] Segment 0f6aea75-e662-4e9e-817a-53104c1876e3 resource provider aggregate not found 2026-05-08 11:53:05.478 8 INFO neutron.services.segments.plugin [-] Segment 0f6aea75-e662-4e9e-817a-53104c1876e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f6aea75-e662-4e9e-817a-53104c1876e3 found for delete ", "request_id": "req-86e80c71-55f2-4886-b9da-d7d6d829154d"}]} [pid: 8|app: 0|req: 1010/2023] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/networks => generated 1298 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:05.581 7 INFO neutron.db.l3_hamode_db [None req-e296f5f2-aad5-497a-8ae3-311c2dc3a42b a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1011/2024] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2025] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:53:05 2026] PUT /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 37 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2026] 10.0.0.184 () {34 vars in 1099 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1782680181&fields=id&tenant_id=b0564058c0e94e5d999a0d6c07684c02 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2027] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2028] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2029] 10.0.0.185 () {32 vars in 740 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2030] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/quotas/b0564058c0e94e5d999a0d6c07684c02 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:06.008 8 INFO neutron.api.v2.resource [None req-2ece3b4b-d747-4c5a-9ac8-d6b92258c74e 7471cd3219774124b55fc21f54edd149 927cfebc8dbf41b683073b8410998abf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1018/2031] 10.0.0.185 () {32 vars in 744 bytes} [Fri May 8 11:53:05 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/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: 1019/2032] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:53:06 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2033] 10.0.0.185 () {32 vars in 743 bytes} [Fri May 8 11:53:06 2026] DELETE /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags/red => 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: 1021/2034] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:53:06 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 1022/2035] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:06 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2036] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:53:06 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 1014/2037] 10.0.0.185 () {34 vars in 667 bytes} [Fri May 8 11:53:05 2026] POST /v2.0/routers => generated 474 bytes in 1344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:06.473 7 INFO neutron.api.v2.resource [None req-a9a48f79-d18b-4541-a84c-42b3962edc06 7471cd3219774124b55fc21f54edd149 927cfebc8dbf41b683073b8410998abf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1015/2038] 10.0.0.185 () {32 vars in 747 bytes} [Fri May 8 11:53:06 2026] DELETE /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 11:53:06.626 8 INFO neutron.db.segments_db [None req-c5b10f06-743b-47d2-bf5f-2a5acbcbac43 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Added segment 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 of type vxlan for network b19b1e30-3994-4bbe-9729-87f2e5900c7c [pid: 8|app: 0|req: 1024/2039] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:06 2026] POST /v2.0/networks => generated 649 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2040] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:06 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2041] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:06 2026] DELETE /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2042] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:53:06 2026] PUT /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 25 bytes in 645 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2043] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:53:06 2026] POST /v2.0/ports => generated 778 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1017/2044] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:53:07 2026] GET /v2.0/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835/tags => generated 12 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:07.290 7 INFO neutron.db.segments_db [None req-a970cc23-12df-4bd8-8ea8-ca005c90e2ad fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Added segment 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 of type vxlan for network 6c7def2b-823d-4426-86ef-dc7db7ca90a8 [pid: 8|app: 0|req: 1028/2045] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:07 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2046] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:07 2026] POST /v2.0/networks => generated 635 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2047] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:53:07 2026] DELETE /v2.0/qos/policies/a61fd99e-7973-42e0-8d7d-b8f07ddfe835 => 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: 1019/2048] 10.0.0.185 () {34 vars in 761 bytes} [Fri May 8 11:53:07 2026] PUT /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/green => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2049] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:07 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2050] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:07 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2051] 10.0.0.185 () {34 vars in 757 bytes} [Fri May 8 11:53:07 2026] PUT /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/red => generated 4 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2052] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:07 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2053] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:07 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1031/2054] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:53:07 2026] POST /v2.0/ports => generated 965 bytes in 351 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: 1024/2055] 10.0.0.185 () {34 vars in 779 bytes} [Fri May 8 11:53:07 2026] PUT /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/black.or.white => generated 4 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 11:53:08.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce8d02da-a561-48a1-ad04-40892d8543a5 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] TaaS: Handle Delete Port: 7e7a4dee-ed1a-43f5-98c7-ed8f5962fb96 2026-05-08 11:53:08.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce8d02da-a561-48a1-ad04-40892d8543a5 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Tap Mirror: Handle Delete Port: 7e7a4dee-ed1a-43f5-98c7-ed8f5962fb96 [pid: 8|app: 0|req: 1032/2056] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:08 2026] DELETE /v2.0/ports/7e7a4dee-ed1a-43f5-98c7-ed8f5962fb96 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2057] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 52 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:08.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5caa774-df19-4c94-bcb0-f563d7d45bf6 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2058] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:08 2026] DELETE /v2.0/ports/7e7a4dee-ed1a-43f5-98c7-ed8f5962fb96 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2059] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/security-groups?tenant_id=80bc5d2597f040ee91bddcdfd62c90c4&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:08.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43b0ade1-7924-4e19-beea-3a12241cfa4e fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2060] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/ports/7e7a4dee-ed1a-43f5-98c7-ed8f5962fb96 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2061] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:53:08 2026] PUT /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2062] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:08 2026] DELETE /v2.0/security-groups/9fdc07f4-b12f-4654-a60c-cbbcaf19210b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2063] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:08 2026] DELETE /v2.0/subnets/f31c5780-d94f-4699-b88b-9e065cb71d25 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2064] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2065] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/red => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:08.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-89198ccb-0e8e-4e2b-91ee-e0df579b1224 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] TaaS: Handle Delete Port: bbb87805-1f4d-4778-94a6-7126faa46526 2026-05-08 11:53:08.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89198ccb-0e8e-4e2b-91ee-e0df579b1224 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Tap Mirror: Handle Delete Port: bbb87805-1f4d-4778-94a6-7126faa46526 [pid: 7|app: 0|req: 1030/2066] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/security-groups?tenant_id=927cfebc8dbf41b683073b8410998abf&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:08.950 7 INFO neutron.api.v2.resource [None req-3690236d-6fa3-4dbb-8952-60eaff489d37 a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2067] 10.0.0.185 () {32 vars in 742 bytes} [Fri May 8 11:53:08 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 11:53:08.981 8 INFO neutron.services.segments.plugin [-] Segment 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 resource provider aggregate not found 2026-05-08 11:53:08.986 8 INFO neutron.services.segments.plugin [-] Segment 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 resource provider aggregate not found 2026-05-08 11:53:09.000 8 INFO neutron.services.segments.plugin [-] Segment 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 found for delete ", "request_id": "req-7a47da84-a7c8-48b2-9ac2-ab6efd5b3eaa"}]} 2026-05-08 11:53:09.004 8 INFO neutron.services.segments.plugin [-] Segment 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9de4ca77-5288-48b5-bf3b-a8d6d7ba11d8 found for delete ", "request_id": "req-13f0e28c-119d-458b-a130-945d1d2d3168"}]} [pid: 8|app: 0|req: 1037/2068] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:08 2026] DELETE /v2.0/networks/6c7def2b-823d-4426-86ef-dc7db7ca90a8 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2069] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:08 2026] DELETE /v2.0/security-groups/4cbc77ac-1ee3-4064-b771-9665787d3021 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:09.067 7 INFO neutron.db.segments_db [None req-6bd72133-d50f-4b48-a2f4-ef1c6be4d463 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Added segment abed4747-3f06-4d47-8534-9c8c1c668d40 of type vxlan for network f6e2f452-9b2d-45be-9710-bfcf82a91e09 [pid: 8|app: 0|req: 1038/2070] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:53:09 2026] DELETE /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/red => 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: 1033/2071] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:09 2026] POST /v2.0/networks => generated 635 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2072] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:09 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1034/2073] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:09 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 30 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:09.307 7 INFO neutron.api.v2.resource [None req-76e6dc78-4960-4f6b-9dd5-c2dd82818916 a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1035/2074] 10.0.0.185 () {32 vars in 745 bytes} [Fri May 8 11:53:09 2026] DELETE /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2075] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:09 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2076] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:53:09 2026] DELETE /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => 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: 1037/2077] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:09 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6/tags => generated 12 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2078] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:53:09 2026] GET /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2079] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:53:09 2026] POST /v2.0/ports => generated 928 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:09.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-42319487-9c81-4f63-899b-3729d8f16eb4 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] TaaS: Handle Delete Port: e8941a4c-cd87-4a47-ba90-8ab69129dc93 2026-05-08 11:53:09.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42319487-9c81-4f63-899b-3729d8f16eb4 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Tap Mirror: Handle Delete Port: e8941a4c-cd87-4a47-ba90-8ab69129dc93 [pid: 8|app: 0|req: 1042/2080] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:09 2026] DELETE /v2.0/ports/e8941a4c-cd87-4a47-ba90-8ab69129dc93 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:09.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87a13fb5-e6ef-4744-999b-926b7fa81cf5 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1043/2081] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:09 2026] GET /v2.0/ports/e8941a4c-cd87-4a47-ba90-8ab69129dc93 => 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: 1039/2082] 10.0.0.185 () {34 vars in 741 bytes} [Fri May 8 11:53:09 2026] PUT /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6 => generated 480 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2083] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:09 2026] DELETE /v2.0/subnets/62f7abbc-1bbe-4073-847f-d5a9d7e97b27 => 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: 1040/2084] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:10 2026] GET /v2.0/ports?device_id=10cc69f1-adb6-40cc-80f6-919645689ff6 => 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: 1045/2085] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:10 2026] DELETE /v2.0/networks/f6e2f452-9b2d-45be-9710-bfcf82a91e09 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2086] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:10 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:10.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-36fd60bd-18c2-4694-bede-9becce9a4600 a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] TaaS: Handle Delete Port: dd2ee53f-3bc6-4004-a23d-96e1e2de479a 2026-05-08 11:53:10.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36fd60bd-18c2-4694-bede-9becce9a4600 a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] Tap Mirror: Handle Delete Port: dd2ee53f-3bc6-4004-a23d-96e1e2de479a [pid: 8|app: 0|req: 1047/2087] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:53:10 2026] POST /v2.0/ports => generated 779 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, ' 2026-05-08 11:53:10.619 7 INFO neutron.services.segments.plugin [-] Segment 5f1b1690-e790-414f-a58f-7b138fdd1057 resource provider aggregate not found 2026-05-08 11:53:10.625 7 INFO neutron.services.segments.plugin [-] Segment 5f1b1690-e790-414f-a58f-7b138fdd1057 resource provider aggregate not found 2026-05-08 11:53:10.641 7 INFO neutron.services.segments.plugin [-] Segment 5f1b1690-e790-414f-a58f-7b138fdd1057 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f1b1690-e790-414f-a58f-7b138fdd1057 found for delete ", "request_id": "req-0559629d-fe87-4c4b-91d9-aad5cbc24349"}]} 2026-05-08 11:53:10.641 7 INFO neutron.services.segments.plugin [-] Segment 5f1b1690-e790-414f-a58f-7b138fdd1057 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f1b1690-e790-414f-a58f-7b138fdd1057 found for delete ", "request_id": "req-a53177be-ea73-4dd7-8eb3-f076f1c472ee"}]} 2026-05-08 11:53:10.660 7 INFO neutron.db.l3_hamode_db [None req-36fd60bd-18c2-4694-bede-9becce9a4600 a9b3f94020b6472695d6f7187e8dc9f9 0b7a23a0293045d1afcad678b19ec341 - - default default] HA network 55bd7da8-2968-40dc-824d-fd0400ffd8e8 was deleted as no HA routers are present in tenant 0b7a23a0293045d1afcad678b19ec341. [pid: 7|app: 0|req: 1041/2088] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:10 2026] DELETE /v2.0/routers/10cc69f1-adb6-40cc-80f6-919645689ff6 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2089] 10.0.0.185 () {34 vars in 736 bytes} [Fri May 8 11:53:10 2026] PUT /v2.0/ports/45eec085-6038-4ace-a611-63ef2d0cf86c => generated 752 bytes in 231 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: 1042/2090] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:53:10 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 661 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2091] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:53:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b0564058c0e94e5d999a0d6c07684c02 => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:10.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a9e59e7-9133-4a95-9eef-2176f9c3a2b4 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] TaaS: Handle Delete Port: 45eec085-6038-4ace-a611-63ef2d0cf86c 2026-05-08 11:53:10.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a9e59e7-9133-4a95-9eef-2176f9c3a2b4 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Tap Mirror: Handle Delete Port: 45eec085-6038-4ace-a611-63ef2d0cf86c [pid: 8|app: 0|req: 1049/2092] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:10 2026] DELETE /v2.0/ports/45eec085-6038-4ace-a611-63ef2d0cf86c => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:11.032 8 INFO neutron.services.segments.plugin [-] Segment abed4747-3f06-4d47-8534-9c8c1c668d40 resource provider aggregate not found 2026-05-08 11:53:11.041 8 INFO neutron.services.segments.plugin [-] Segment abed4747-3f06-4d47-8534-9c8c1c668d40 resource provider aggregate not found 2026-05-08 11:53:11.060 8 INFO neutron.services.segments.plugin [-] Segment abed4747-3f06-4d47-8534-9c8c1c668d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abed4747-3f06-4d47-8534-9c8c1c668d40 found for delete ", "request_id": "req-2eb7998a-c561-43d8-885c-44440c20fe29"}]} 2026-05-08 11:53:11.069 8 INFO neutron.services.segments.plugin [-] Segment abed4747-3f06-4d47-8534-9c8c1c668d40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abed4747-3f06-4d47-8534-9c8c1c668d40 found for delete ", "request_id": "req-7fb520d8-7dd5-4067-985e-7551f9d650e4"}]} [pid: 8|app: 0|req: 1050/2093] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/ports => generated 781 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:11.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73fa2be5-b4d2-432a-9d65-2bf123bf036f fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/2094] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/ports/45eec085-6038-4ace-a611-63ef2d0cf86c => 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: 1052/2095] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2096] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/ports/363ce167-c4d7-42b9-b074-b595b14572bf => generated 778 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:11.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bce57db5-a70a-414f-889d-faa22b3198dc fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2097] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:11 2026] DELETE /v2.0/ports/e8941a4c-cd87-4a47-ba90-8ab69129dc93 => 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: 1044/2098] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:53:10 2026] POST /v2.0/ports => generated 954 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:11.282 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e733393d-fa1c-41a3-8662-e15e1e86f45c fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2099] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:11 2026] DELETE /v2.0/subnets/62f7abbc-1bbe-4073-847f-d5a9d7e97b27 => generated 136 bytes in 14 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, ' 2026-05-08 11:53:11.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d043527-77a4-4cc5-8e1f-5830ad917e5e fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/2100] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:11 2026] DELETE /v2.0/subnets/f31c5780-d94f-4699-b88b-9e065cb71d25 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:53:11.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd476da7-3588-4767-93b4-6fba6fd5dce1 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] TaaS: Handle Delete Port: 363ce167-c4d7-42b9-b074-b595b14572bf 2026-05-08 11:53:11.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd476da7-3588-4767-93b4-6fba6fd5dce1 fa14f97d5d98443198733857577bde45 ecc04d15a67c4147bfc726ee2a46bb16 - - default default] Tap Mirror: Handle Delete Port: 363ce167-c4d7-42b9-b074-b595b14572bf [pid: 7|app: 0|req: 1046/2101] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:11 2026] DELETE /v2.0/ports/363ce167-c4d7-42b9-b074-b595b14572bf => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2102] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2103] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:53:11 2026] PUT /v2.0/ports/95e84477-3be9-4743-88ed-10a03fef22e5 => generated 1235 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:53:11.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b34d72d8-e19f-4857-aca2-26bf76c5e8c4'] response: {'name': 'network-changed', 'server_uuid': '50201ef9-71e6-4d95-bef7-1aea0348fcc4', 'tag': '95e84477-3be9-4743-88ed-10a03fef22e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1057/2104] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:11 2026] DELETE /v2.0/networks/b19b1e30-3994-4bbe-9729-87f2e5900c7c => 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: 1058/2105] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2106] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:11 2026] GET /v2.0/security-groups?tenant_id=0b7a23a0293045d1afcad678b19ec341&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2107] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:11 2026] DELETE /v2.0/security-groups/7b392922-01aa-4161-a4f0-f4ce211b3c9d => 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: 1060/2108] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:53:12 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1049/2109] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:12 2026] GET /v2.0/security-groups?tenant_id=81841ae03e40454a841bcc85bee95d0a&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2110] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:53:12 2026] GET /v2.0/networks?tenant_id=b0564058c0e94e5d999a0d6c07684c02&shared=False => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2111] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:12 2026] GET /v2.0/security-groups?tenant_id=ecc04d15a67c4147bfc726ee2a46bb16&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2112] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:12 2026] DELETE /v2.0/security-groups/ee162e62-44f7-4903-9878-620e26546dc2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:12.634 7 INFO neutron.db.segments_db [None req-3ce4e537-6b4e-4559-9e05-c9d613f09043 039025e5d8fb48078622e5cb9e0b2b5d 205fd1df97884311aaad8195e2b8079a - - default default] Added segment f600a686-5aa8-4dea-a8d7-d6f6b68eea55 of type vxlan for network 4442cd59-03ce-4eba-a2ae-d5a6cfba936f [pid: 8|app: 0|req: 1063/2113] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:53:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2114] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:12 2026] POST /v2.0/networks => generated 631 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2115] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:12 2026] DELETE /v2.0/security-groups/e2931302-a6ea-432f-9561-986fdf2c6d60 => 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: 1065/2116] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:12 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2117] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:12 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2118] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:13.082 8 INFO neutron.services.segments.plugin [-] Segment 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 resource provider aggregate not found 2026-05-08 11:53:13.086 8 INFO neutron.services.segments.plugin [-] Segment 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 resource provider aggregate not found 2026-05-08 11:53:13.096 8 INFO neutron.services.segments.plugin [-] Segment 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 found for delete ", "request_id": "req-b2b9bfdc-8748-4dc9-bdd9-9ba326d4e4b8"}]} 2026-05-08 11:53:13.097 8 INFO neutron.services.segments.plugin [-] Segment 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98f46c2d-055d-4e5d-a5d7-6cf0a89bb7d6 found for delete ", "request_id": "req-ef1bd35a-0020-4297-85db-04009766079e"}]} [pid: 7|app: 0|req: 1053/2119] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:53:13 2026] PUT /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2120] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2121] 10.0.0.185 () {34 vars in 761 bytes} [Fri May 8 11:53:13 2026] PUT /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2122] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2123] 10.0.0.185 () {34 vars in 757 bytes} [Fri May 8 11:53:13 2026] PUT /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2124] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/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: 1056/2125] 10.0.0.185 () {34 vars in 779 bytes} [Fri May 8 11:53:13 2026] PUT /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2126] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2127] 10.0.0.185 () {34 vars in 750 bytes} [Fri May 8 11:53:13 2026] PUT /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2128] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2129] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:13.707 8 INFO neutron.api.v2.resource [None req-00319bbb-303d-470f-9d0b-13aa33b98043 039025e5d8fb48078622e5cb9e0b2b5d 205fd1df97884311aaad8195e2b8079a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2130] 10.0.0.185 () {32 vars in 742 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2131] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2132] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:53:13 2026] DELETE /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2133] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=95e84477-3be9-4743-88ed-10a03fef22e5 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2134] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2135] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets?id=0b1a2413-dec3-477d-b5b7-9ff00be5fbf2 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:13.868 8 INFO neutron.api.v2.resource [None req-cd5c4afc-dcff-4b99-a17e-3a9dc9779f28 039025e5d8fb48078622e5cb9e0b2b5d 205fd1df97884311aaad8195e2b8079a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2136] 10.0.0.185 () {32 vars in 745 bytes} [Fri May 8 11:53:13 2026] DELETE /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2137] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/ports?network_id=272da573-c39c-4017-9fcc-b93cfcedc6ef&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: 1076/2138] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:53:13 2026] DELETE /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => 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: 1063/2139] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?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: 1077/2140] 10.0.0.185 () {32 vars in 730 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2141] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:53:13 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2142] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:14 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2143] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:14 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2144] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:13 2026] DELETE /v2.0/subnets/40636924-d19e-4299-95f5-ff96357a783c => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:14.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-83e3d2c6-73df-4d32-943f-62761a2e90e5 039025e5d8fb48078622e5cb9e0b2b5d 205fd1df97884311aaad8195e2b8079a - - default default] TaaS: Handle Delete Port: c40de032-5b77-4cea-9c93-0199e9ea51b2 2026-05-08 11:53:14.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e3d2c6-73df-4d32-943f-62761a2e90e5 039025e5d8fb48078622e5cb9e0b2b5d 205fd1df97884311aaad8195e2b8079a - - default default] Tap Mirror: Handle Delete Port: c40de032-5b77-4cea-9c93-0199e9ea51b2 2026-05-08 11:53:14.581 7 INFO neutron.services.segments.plugin [-] Segment f600a686-5aa8-4dea-a8d7-d6f6b68eea55 resource provider aggregate not found 2026-05-08 11:53:14.582 7 INFO neutron.services.segments.plugin [-] Segment f600a686-5aa8-4dea-a8d7-d6f6b68eea55 resource provider aggregate not found 2026-05-08 11:53:14.602 7 INFO neutron.services.segments.plugin [-] Segment f600a686-5aa8-4dea-a8d7-d6f6b68eea55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f600a686-5aa8-4dea-a8d7-d6f6b68eea55 found for delete ", "request_id": "req-ed7b4243-a8b5-47a7-8ea9-d1e2e252f691"}]} 2026-05-08 11:53:14.603 7 INFO neutron.services.segments.plugin [-] Segment f600a686-5aa8-4dea-a8d7-d6f6b68eea55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f600a686-5aa8-4dea-a8d7-d6f6b68eea55 found for delete ", "request_id": "req-787d291b-fb70-4d1e-ab31-f38c370a2ce8"}]} [pid: 7|app: 0|req: 1067/2145] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:14 2026] DELETE /v2.0/networks/4442cd59-03ce-4eba-a2ae-d5a6cfba936f => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:14.827 8 INFO neutron.db.segments_db [None req-02696a89-6de1-48b0-9a07-5e412cbdd469 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment c155c47b-2515-479c-9105-a0574a7c5a14 of type vxlan for network bb294cd7-59e5-4db4-98bb-01f8245da731 [pid: 8|app: 0|req: 1079/2146] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:14 2026] POST /v2.0/networks => generated 630 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:14.988 7 INFO neutron.db.segments_db [None req-178286cf-8da9-4193-9148-045687a344d7 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment e6fe1584-ce54-42a3-b1cf-d624a108e78d of type vxlan for network a123c2f1-e70b-41ca-b5d8-4addfdcbef9f [pid: 7|app: 0|req: 1068/2147] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:14 2026] POST /v2.0/networks => generated 629 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2148] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:15 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2149] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:15 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2150] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:15 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2151] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:15 2026] GET /v2.0/security-groups?tenant_id=ba92d74c42b44561ba77b495e8db7b62&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2152] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:15 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:15.616 8 INFO neutron.db.segments_db [None req-3cb024d7-e624-44cc-8b9a-37e82b4d9152 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 of type vxlan for network 20ee9448-868c-4c55-98eb-fffaa96cce9d [pid: 7|app: 0|req: 1071/2153] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:15 2026] DELETE /v2.0/security-groups/c10b4fee-be25-48ca-916a-7d77737ae703 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2156] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:15 2026] GET /v2.0/security-groups?tenant_id=205fd1df97884311aaad8195e2b8079a&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:15.884 8 INFO neutron.db.l3_hamode_db [None req-3cb024d7-e624-44cc-8b9a-37e82b4d9152 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1075/2157] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:15 2026] DELETE /v2.0/security-groups/8f22685c-e804-46d6-90b6-bdc7c82e321a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:16.026 8 INFO neutron.db.l3_hamode_db [None req-3cb024d7-e624-44cc-8b9a-37e82b4d9152 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1083/2158] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:15 2026] POST /v2.0/routers => generated 506 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2159] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:53:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2160] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:16 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2161] 10.0.0.185 () {34 vars in 766 bytes} [Fri May 8 11:53:16 2026] PUT /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2162] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:16 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2163] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:16 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2164] 10.0.0.185 () {34 vars in 777 bytes} [Fri May 8 11:53:16 2026] PUT /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/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: 1089/2165] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:16 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2166] 10.0.0.185 () {34 vars in 773 bytes} [Fri May 8 11:53:16 2026] PUT /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2167] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2168] 10.0.0.185 () {34 vars in 795 bytes} [Fri May 8 11:53:17 2026] PUT /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2169] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2170] 10.0.0.185 () {34 vars in 766 bytes} [Fri May 8 11:53:17 2026] PUT /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2171] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2172] 10.0.0.185 () {32 vars in 754 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:17.463 8 INFO neutron.api.v2.resource [None req-13da571c-81e6-49c9-835f-7372c2ecc71d 1000cc9d68964211aae4e9005e534022 fe20723639674875a6a66b1c9e6071c6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1097/2173] 10.0.0.185 () {32 vars in 758 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2174] 10.0.0.185 () {32 vars in 757 bytes} [Fri May 8 11:53:17 2026] DELETE /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2175] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:17.661 8 INFO neutron.api.v2.resource [None req-e89eacf4-7209-46aa-8b4c-88f58f0d6ac9 1000cc9d68964211aae4e9005e534022 fe20723639674875a6a66b1c9e6071c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1100/2176] 10.0.0.185 () {32 vars in 761 bytes} [Fri May 8 11:53:17 2026] DELETE /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/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: 1101/2177] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:53:17 2026] DELETE /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2178] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:17 2026] GET /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2179] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:17 2026] DELETE /v2.0/security-groups/4ab5d550-46e0-48f3-a531-4309a5c89d08 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2180] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:18 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2181] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:53:16 2026] PUT /v2.0/routers/b24e17f8-1bf8-4783-b84b-1f0f82efd368/add_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2182] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:18 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2183] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:18 2026] GET /v2.0/ports/041dc0dc-41b4-49ec-aaaa-4e674ccf4ae0 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2184] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:18 2026] GET /v2.0/security-groups?tenant_id=38d2bfd6dd1c41c6ae9ec1642eb60651&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2185] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:19 2026] DELETE /v2.0/security-groups/00d91748-6eb3-48b5-baa1-6d9795426b02 => 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: 1106/2186] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:53:18 2026] PUT /v2.0/routers/b24e17f8-1bf8-4783-b84b-1f0f82efd368/add_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2187] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:19 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2188] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:19 2026] GET /v2.0/ports/e601863f-6713-486c-bf5b-8fe8cf920172 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2189] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:19 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2190] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:19 2026] GET /v2.0/security-groups?tenant_id=fe20723639674875a6a66b1c9e6071c6&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2191] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:19 2026] DELETE /v2.0/security-groups/3fb7c662-8ae0-4a88-83c3-043036fa3b69 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2192] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:19 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:19.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bcf749d-9d08-4f26-a7e8-d207b6a5d1d7 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: e601863f-6713-486c-bf5b-8fe8cf920172 2026-05-08 11:53:19.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bcf749d-9d08-4f26-a7e8-d207b6a5d1d7 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: e601863f-6713-486c-bf5b-8fe8cf920172 2026-05-08 11:53:19.900 8 INFO neutron.db.segments_db [None req-4243a9b4-f632-4ec2-be5b-12d66f2bea03 4aae53f5a7664e3cbea48070a38d45c3 4857e8df72534c3382f7d59856d166fd - - default default] Added segment a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 of type vxlan for network b8c1b25f-9a7d-47aa-815c-1670ef21c7d7 [pid: 8|app: 0|req: 1112/2193] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:19 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: 8|app: 0|req: 1113/2194] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:19 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2195] 10.0.0.185 () {34 vars in 663 bytes} [Fri May 8 11:53:20 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1115/2196] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:20 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2197] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:19 2026] PUT /v2.0/routers/b24e17f8-1bf8-4783-b84b-1f0f82efd368/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:20.672 7 INFO neutron.db.l3_db [None req-4056f0e6-3187-4298-bb46-566e9f9b3456 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Floating IP 49724c38-64de-4f19-af13-ef43cb2c49d9 associated. External IP: 10.96.250.208, port: 95e84477-3be9-4743-88ed-10a03fef22e5. [pid: 8|app: 0|req: 1116/2198] 10.0.0.185 () {34 vars in 665 bytes} [Fri May 8 11:53:20 2026] POST /v2.0/trunks => generated 407 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2199] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:53:20 2026] PUT /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 855 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:21.036 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcbe5da6-b75c-495b-af5f-d8b631e86694'] response: {'name': 'network-changed', 'server_uuid': '50201ef9-71e6-4d95-bef7-1aea0348fcc4', 'tag': '95e84477-3be9-4743-88ed-10a03fef22e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1084/2200] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2201] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:53:21 2026] PUT /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2202] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2203] 10.0.0.185 () {34 vars in 759 bytes} [Fri May 8 11:53:21 2026] PUT /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2204] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2205] 10.0.0.185 () {34 vars in 755 bytes} [Fri May 8 11:53:21 2026] PUT /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2206] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2207] 10.0.0.185 () {34 vars in 777 bytes} [Fri May 8 11:53:21 2026] PUT /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2208] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:21.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-56078b26-137a-4c60-a289-9a18edf81ea9 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 041dc0dc-41b4-49ec-aaaa-4e674ccf4ae0 2026-05-08 11:53:21.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56078b26-137a-4c60-a289-9a18edf81ea9 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 041dc0dc-41b4-49ec-aaaa-4e674ccf4ae0 [pid: 7|app: 0|req: 1093/2209] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:53:21 2026] PUT /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2210] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2211] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:21.418 7 INFO neutron.api.v2.resource [None req-8deee5af-837e-4387-8fd4-78e6d7229355 4aae53f5a7664e3cbea48070a38d45c3 4857e8df72534c3382f7d59856d166fd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1096/2212] 10.0.0.185 () {32 vars in 740 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2213] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:21 2026] DELETE /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2214] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:21.532 7 INFO neutron.api.v2.resource [None req-05d21284-9c83-47b4-9f0b-53fce9de856c 4aae53f5a7664e3cbea48070a38d45c3 4857e8df72534c3382f7d59856d166fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1099/2215] 10.0.0.185 () {32 vars in 743 bytes} [Fri May 8 11:53:21 2026] DELETE /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/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: 1100/2216] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:53:21 2026] DELETE /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2217] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/ports?tenant_id=b0564058c0e94e5d999a0d6c07684c02&device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1102/2218] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2219] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/networks?id=272da573-c39c-4017-9fcc-b93cfcedc6ef => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2220] 10.0.0.185 () {32 vars in 718 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2221] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=95e84477-3be9-4743-88ed-10a03fef22e5 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2222] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:20 2026] PUT /v2.0/routers/b24e17f8-1bf8-4783-b84b-1f0f82efd368/remove_router_interface => generated 309 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2223] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/subnets?id=0b1a2413-dec3-477d-b5b7-9ff00be5fbf2 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2224] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/ports/6940a48c-9709-452a-85e2-fc1b9eb59a2c => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2225] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/ports?device_id=b24e17f8-1bf8-4783-b84b-1f0f82efd368 => 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: 1107/2226] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/ports?network_id=272da573-c39c-4017-9fcc-b93cfcedc6ef&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: 8|app: 0|req: 1120/2227] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:53:21 2026] DELETE /v2.0/trunks/99471194-90bb-424d-960c-30e746a0c9d7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:21.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7df9be9-3103-419c-a0c4-95d2974afcce 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 43c9cf19-e43e-4eb8-b49d-00b4ddb37e35 2026-05-08 11:53:21.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7df9be9-3103-419c-a0c4-95d2974afcce 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 43c9cf19-e43e-4eb8-b49d-00b4ddb37e35 [pid: 8|app: 0|req: 1121/2228] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:53:21 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:22.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2a54fdc-4d5a-402f-bf95-35357d0b2d2b 4aae53f5a7664e3cbea48070a38d45c3 4857e8df72534c3382f7d59856d166fd - - default default] TaaS: Handle Delete Port: 6940a48c-9709-452a-85e2-fc1b9eb59a2c 2026-05-08 11:53:22.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2a54fdc-4d5a-402f-bf95-35357d0b2d2b 4aae53f5a7664e3cbea48070a38d45c3 4857e8df72534c3382f7d59856d166fd - - default default] Tap Mirror: Handle Delete Port: 6940a48c-9709-452a-85e2-fc1b9eb59a2c [pid: 8|app: 0|req: 1122/2229] 10.0.0.185 () {32 vars in 719 bytes} [Fri May 8 11:53:21 2026] DELETE /v2.0/ports/6940a48c-9709-452a-85e2-fc1b9eb59a2c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2230] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:53:22 2026] GET /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2231] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 11:53:22 2026] GET /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 857 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:22.332 7 INFO neutron.services.segments.plugin [-] Segment 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 resource provider aggregate not found 2026-05-08 11:53:22.337 7 INFO neutron.services.segments.plugin [-] Segment 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 resource provider aggregate not found 2026-05-08 11:53:22.356 7 INFO neutron.services.segments.plugin [-] Segment 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 found for delete ", "request_id": "req-a442194d-8d51-4737-9082-be1df1ad03b2"}]} 2026-05-08 11:53:22.360 8 INFO neutron.services.segments.plugin [-] Segment a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 resource provider aggregate not found 2026-05-08 11:53:22.363 7 INFO neutron.db.l3_hamode_db [None req-a7df9be9-3103-419c-a0c4-95d2974afcce 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] HA network 20ee9448-868c-4c55-98eb-fffaa96cce9d was deleted as no HA routers are present in tenant 87d6f6fd58db41a78e511225b20bbf9f. 2026-05-08 11:53:22.367 7 INFO neutron.services.segments.plugin [-] Segment 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0e0f7e-0ffe-4e6c-a72e-8c4587d86645 found for delete ", "request_id": "req-63479462-6f23-4390-b10d-9d1d887e38b5"}]} 2026-05-08 11:53:22.369 8 INFO neutron.services.segments.plugin [-] Segment a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 resource provider aggregate not found [pid: 7|app: 0|req: 1108/2232] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:21 2026] DELETE /v2.0/routers/b24e17f8-1bf8-4783-b84b-1f0f82efd368 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:22.378 8 INFO neutron.services.segments.plugin [-] Segment a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 found for delete ", "request_id": "req-74639933-3fe4-4a00-90b3-4d4ddaaf69b9"}]} [pid: 8|app: 0|req: 1125/2233] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:22 2026] DELETE /v2.0/networks/b8c1b25f-9a7d-47aa-815c-1670ef21c7d7 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:22.393 8 INFO neutron.services.segments.plugin [-] Segment a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9c730fe-30f3-4e6e-8b0d-8d568b1cac99 found for delete ", "request_id": "req-cc4ac53f-d3ac-4ba5-8dec-5d7921d22bb8"}]} [pid: 7|app: 0|req: 1109/2234] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:22 2026] DELETE /v2.0/subnets/9fcd2353-20e3-4814-afb0-1f90177f59d9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2235] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:22 2026] DELETE /v2.0/subnets/856c86b3-efbc-4379-b858-b716f0bb7192 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:22.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b6d706e-1f8b-4b74-8f75-181acf6a3dc3 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 1df86334-6422-4f70-b9f1-d711d948a45b 2026-05-08 11:53:22.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b6d706e-1f8b-4b74-8f75-181acf6a3dc3 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 1df86334-6422-4f70-b9f1-d711d948a45b [pid: 7|app: 0|req: 1110/2236] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:22 2026] DELETE /v2.0/networks/a123c2f1-e70b-41ca-b5d8-4addfdcbef9f => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:23.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e7e5492-dc35-4113-b2a7-cbdc996974df 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 4bfc42d5-fc28-4e6b-8e05-237c1fad0c72 2026-05-08 11:53:23.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e7e5492-dc35-4113-b2a7-cbdc996974df 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 4bfc42d5-fc28-4e6b-8e05-237c1fad0c72 [pid: 8|app: 0|req: 1127/2237] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:22 2026] DELETE /v2.0/networks/bb294cd7-59e5-4db4-98bb-01f8245da731 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:23.381 8 INFO neutron.db.segments_db [None req-d0e4f8c6-b0fd-4020-b211-2fe139fc0ada 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment 11a4f293-a257-49fd-89b8-69da56e3bce2 of type vxlan for network 4f905a94-8991-49e7-81ad-d3fdbe1312a6 [pid: 7|app: 0|req: 1111/2238] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:23 2026] GET /v2.0/security-groups?tenant_id=6c48917ca5244d55804940cd6322193d&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2239] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:23 2026] POST /v2.0/networks => generated 630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2240] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:23 2026] DELETE /v2.0/security-groups/b01fdf0d-8c97-4e18-a8bd-feb2cb9bcac6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2241] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:23 2026] GET /v2.0/security-groups?tenant_id=4857e8df72534c3382f7d59856d166fd&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2242] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:23 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2243] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:23 2026] DELETE /v2.0/security-groups/1bc79faa-3dcb-4c08-b90c-5c66a970a681 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:23.778 8 INFO neutron.db.segments_db [None req-9e8ef1dc-09cd-421f-9904-f4b0ae62ab53 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment 80e6a17a-1d4a-446f-82ff-775032e64596 of type vxlan for network 54bf218f-b1a9-4381-a374-7b90b5650301 2026-05-08 11:53:24.042 8 INFO neutron.db.l3_hamode_db [None req-9e8ef1dc-09cd-421f-9904-f4b0ae62ab53 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:53:24.160 8 INFO neutron.db.l3_hamode_db [None req-9e8ef1dc-09cd-421f-9904-f4b0ae62ab53 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:53:24.376 7 INFO neutron.services.segments.plugin [-] Segment e6fe1584-ce54-42a3-b1cf-d624a108e78d resource provider aggregate not found 2026-05-08 11:53:24.383 7 INFO neutron.services.segments.plugin [-] Segment e6fe1584-ce54-42a3-b1cf-d624a108e78d resource provider aggregate not found 2026-05-08 11:53:24.387 7 INFO neutron.services.segments.plugin [-] Segment e6fe1584-ce54-42a3-b1cf-d624a108e78d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6fe1584-ce54-42a3-b1cf-d624a108e78d found for delete ", "request_id": "req-abd5564a-d20d-449b-bd8f-27b153a989a3"}]} 2026-05-08 11:53:24.394 7 INFO neutron.services.segments.plugin [-] Segment e6fe1584-ce54-42a3-b1cf-d624a108e78d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6fe1584-ce54-42a3-b1cf-d624a108e78d found for delete ", "request_id": "req-ef4f7925-b7fc-422e-938d-d604aff0b2fb"}]} 2026-05-08 11:53:24.395 8 INFO neutron.services.segments.plugin [-] Segment c155c47b-2515-479c-9105-a0574a7c5a14 resource provider aggregate not found 2026-05-08 11:53:24.415 8 INFO neutron.services.segments.plugin [-] Segment c155c47b-2515-479c-9105-a0574a7c5a14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c155c47b-2515-479c-9105-a0574a7c5a14 found for delete ", "request_id": "req-1ce9cdc4-436f-4af0-a42f-2ad84f538651"}]} 2026-05-08 11:53:24.417 8 INFO neutron.services.segments.plugin [-] Segment c155c47b-2515-479c-9105-a0574a7c5a14 resource provider aggregate not found 2026-05-08 11:53:24.434 8 INFO neutron.services.segments.plugin [-] Segment c155c47b-2515-479c-9105-a0574a7c5a14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c155c47b-2515-479c-9105-a0574a7c5a14 found for delete ", "request_id": "req-1a9c1008-390e-4ade-9c4b-63cb45ec2629"}]} [pid: 8|app: 0|req: 1130/2244] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:23 2026] POST /v2.0/routers => generated 506 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2245] 10.0.0.185 () {34 vars in 664 bytes} [Fri May 8 11:53:24 2026] POST /v2.0/ports => generated 948 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2246] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:53:25 2026] PUT /v2.0/routers/cbe9e330-a226-4b8f-82a5-fa6106ed9cc8/add_router_interface => generated 309 bytes in 1158 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: 1116/2247] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:26 2026] GET /v2.0/ports/cf64e255-d82e-47ad-9a36-e23e6c25c329 => generated 1022 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:53:26.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6c5f4a7-6edf-4cc8-a6a4-492c24038c75 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: cf64e255-d82e-47ad-9a36-e23e6c25c329 2026-05-08 11:53:26.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6c5f4a7-6edf-4cc8-a6a4-492c24038c75 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: cf64e255-d82e-47ad-9a36-e23e6c25c329 [pid: 8|app: 0|req: 1132/2248] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:26 2026] PUT /v2.0/routers/cbe9e330-a226-4b8f-82a5-fa6106ed9cc8/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:53:27.398 8 INFO neutron.api.v2.resource [None req-a76cf4c0-b0b3-40f3-9331-feba53e2457a 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1133/2249] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:27 2026] PUT /v2.0/routers/cbe9e330-a226-4b8f-82a5-fa6106ed9cc8/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2250] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:27 2026] GET /v2.0/security-groups?tenant_id=2136fc2714f542c991f07ac440163a49&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2251] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:27 2026] GET /v2.0/ports?device_id=cbe9e330-a226-4b8f-82a5-fa6106ed9cc8 => 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: 1134/2252] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:27 2026] DELETE /v2.0/security-groups/c3ff6e43-d47e-4295-8444-3bf4d1f68a22 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:27.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaae0dc1-3e65-48d9-ab80-57752cae0572 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: dd109d1c-7034-4577-8de5-602af501b7ba 2026-05-08 11:53:27.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaae0dc1-3e65-48d9-ab80-57752cae0572 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: dd109d1c-7034-4577-8de5-602af501b7ba [pid: 8|app: 0|req: 1135/2253] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:27 2026] GET /v2.0/security-groups?tenant_id=1359f3dc68414e0fa079e37b5d6c347c&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: 1136/2254] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:27 2026] DELETE /v2.0/security-groups/3e184f3c-61d6-45fa-ae62-7a15d696701c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:28.189 7 INFO neutron.services.segments.plugin [-] Segment 80e6a17a-1d4a-446f-82ff-775032e64596 resource provider aggregate not found 2026-05-08 11:53:28.192 7 INFO neutron.services.segments.plugin [-] Segment 80e6a17a-1d4a-446f-82ff-775032e64596 resource provider aggregate not found 2026-05-08 11:53:28.210 7 INFO neutron.services.segments.plugin [-] Segment 80e6a17a-1d4a-446f-82ff-775032e64596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80e6a17a-1d4a-446f-82ff-775032e64596 found for delete ", "request_id": "req-a9c4b409-11b9-492f-8e98-bae8416e2fc6"}]} 2026-05-08 11:53:28.211 7 INFO neutron.services.segments.plugin [-] Segment 80e6a17a-1d4a-446f-82ff-775032e64596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80e6a17a-1d4a-446f-82ff-775032e64596 found for delete ", "request_id": "req-6fed2e4c-6953-414c-ae2c-ca36acf9688b"}]} 2026-05-08 11:53:28.389 7 INFO neutron.db.l3_hamode_db [None req-aaae0dc1-3e65-48d9-ab80-57752cae0572 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] HA network 54bf218f-b1a9-4381-a374-7b90b5650301 was deleted as no HA routers are present in tenant 87d6f6fd58db41a78e511225b20bbf9f. [pid: 7|app: 0|req: 1119/2255] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:27 2026] DELETE /v2.0/routers/cbe9e330-a226-4b8f-82a5-fa6106ed9cc8 => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2256] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:28 2026] DELETE /v2.0/subnets/1d2dbc85-fcd5-4e9d-ad69-8a05dbbd14a9 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:28.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-f04b1996-d48c-49d6-bfed-8001e9a49f6b 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: ebb751a7-29ab-4120-9f0c-5f491eef35d7 2026-05-08 11:53:28.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f04b1996-d48c-49d6-bfed-8001e9a49f6b 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: ebb751a7-29ab-4120-9f0c-5f491eef35d7 [pid: 8|app: 0|req: 1138/2257] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:53:28 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2258] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:53:28 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2259] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:28 2026] DELETE /v2.0/networks/4f905a94-8991-49e7-81ad-d3fdbe1312a6 => generated 0 bytes in 778 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:29.925 8 INFO neutron.db.segments_db [None req-1f07eda7-283d-4cab-864b-ae8b85023429 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment be4e5b13-737d-448f-916c-5f615ef89665 of type vxlan for network 8dd03a79-2c44-4392-bcf0-82ad3c14dcd2 2026-05-08 11:53:30.229 7 INFO neutron.services.segments.plugin [-] Segment 11a4f293-a257-49fd-89b8-69da56e3bce2 resource provider aggregate not found [pid: 8|app: 0|req: 1140/2260] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:53:29 2026] POST /v2.0/networks => generated 630 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:30.234 7 INFO neutron.services.segments.plugin [-] Segment 11a4f293-a257-49fd-89b8-69da56e3bce2 resource provider aggregate not found 2026-05-08 11:53:30.249 7 INFO neutron.services.segments.plugin [-] Segment 11a4f293-a257-49fd-89b8-69da56e3bce2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a4f293-a257-49fd-89b8-69da56e3bce2 found for delete ", "request_id": "req-19ca72d8-943b-4f08-aafc-cd29b56c2cd0"}]} 2026-05-08 11:53:30.250 7 INFO neutron.services.segments.plugin [-] Segment 11a4f293-a257-49fd-89b8-69da56e3bce2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11a4f293-a257-49fd-89b8-69da56e3bce2 found for delete ", "request_id": "req-49a318c4-a961-4950-8d7f-8cca41bc034c"}]} [pid: 7|app: 0|req: 1121/2263] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:30 2026] POST /v2.0/subnets => generated 626 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:53:31.016 8 INFO neutron.db.segments_db [None req-35dbb496-fc5c-4fbc-9343-d8cb80c9c7f4 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment f547ef4b-82e8-46b5-96f2-4fe17742d117 of type vxlan for network 2e5148ae-741f-44c2-a9e3-544c473d895d 2026-05-08 11:53:31.645 8 INFO neutron.db.l3_hamode_db [None req-35dbb496-fc5c-4fbc-9343-d8cb80c9c7f4 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:53:31.763 8 INFO neutron.db.l3_hamode_db [None req-35dbb496-fc5c-4fbc-9343-d8cb80c9c7f4 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1143/2264] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:30 2026] POST /v2.0/routers => generated 507 bytes in 2318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2265] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:53:33 2026] PUT /v2.0/routers/b3c68bff-5379-4754-8086-ee3682c16a11/add_router_interface => generated 309 bytes in 1658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2266] 10.0.0.185 () {32 vars in 716 bytes} [Fri May 8 11:53:34 2026] GET /v2.0/ports/4f3e63b3-23ec-49db-8955-a723df4dbdb8 => generated 955 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:35.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-aac27bf8-618a-44ba-a117-a23c0409e12e 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 4f3e63b3-23ec-49db-8955-a723df4dbdb8 2026-05-08 11:53:35.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aac27bf8-618a-44ba-a117-a23c0409e12e 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 4f3e63b3-23ec-49db-8955-a723df4dbdb8 [pid: 7|app: 0|req: 1123/2267] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:34 2026] PUT /v2.0/routers/b3c68bff-5379-4754-8086-ee3682c16a11/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2268] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:35 2026] GET /v2.0/ports?device_id=b3c68bff-5379-4754-8086-ee3682c16a11 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:35.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f689baf-15e2-4cc6-b16a-506e06832273 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 170d9648-c39e-43d6-947a-78befe526702 2026-05-08 11:53:35.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f689baf-15e2-4cc6-b16a-506e06832273 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 170d9648-c39e-43d6-947a-78befe526702 2026-05-08 11:53:36.347 7 INFO neutron.services.segments.plugin [-] Segment f547ef4b-82e8-46b5-96f2-4fe17742d117 resource provider aggregate not found 2026-05-08 11:53:36.354 7 INFO neutron.services.segments.plugin [-] Segment f547ef4b-82e8-46b5-96f2-4fe17742d117 resource provider aggregate not found 2026-05-08 11:53:36.370 7 INFO neutron.services.segments.plugin [-] Segment f547ef4b-82e8-46b5-96f2-4fe17742d117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f547ef4b-82e8-46b5-96f2-4fe17742d117 found for delete ", "request_id": "req-50c4cfa9-5e06-4713-b8b0-7a2ca45ed872"}]} 2026-05-08 11:53:36.372 7 INFO neutron.services.segments.plugin [-] Segment f547ef4b-82e8-46b5-96f2-4fe17742d117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f547ef4b-82e8-46b5-96f2-4fe17742d117 found for delete ", "request_id": "req-565be14c-32d6-496e-a1fa-eae390a97cc9"}]} 2026-05-08 11:53:36.376 7 INFO neutron.db.l3_hamode_db [None req-8f689baf-15e2-4cc6-b16a-506e06832273 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] HA network 2e5148ae-741f-44c2-a9e3-544c473d895d was deleted as no HA routers are present in tenant 87d6f6fd58db41a78e511225b20bbf9f. [pid: 7|app: 0|req: 1124/2269] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:35 2026] DELETE /v2.0/routers/b3c68bff-5379-4754-8086-ee3682c16a11 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2270] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:36 2026] DELETE /v2.0/subnets/f77cb606-4544-4801-8001-f9b7589692dd => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:36.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-a199ae0c-07e8-40ae-be14-828f0fb8a2ff 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: 9e507693-d208-45d3-8512-f893f189a653 2026-05-08 11:53:36.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a199ae0c-07e8-40ae-be14-828f0fb8a2ff 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: 9e507693-d208-45d3-8512-f893f189a653 [pid: 7|app: 0|req: 1125/2271] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:36 2026] DELETE /v2.0/networks/8dd03a79-2c44-4392-bcf0-82ad3c14dcd2 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:36.925 8 INFO neutron.db.segments_db [None req-9c54857c-c10d-4fe0-9427-e57c488977cd 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Added segment 8e7fd104-031c-4d2e-8e89-4223b9159671 of type vxlan for network eecd14b0-322a-4367-b320-8247e4c1acdd 2026-05-08 11:53:37.178 8 INFO neutron.db.l3_hamode_db [None req-9c54857c-c10d-4fe0-9427-e57c488977cd 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:53:37.996 8 INFO neutron.db.l3_hamode_db [None req-9c54857c-c10d-4fe0-9427-e57c488977cd 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:53:38.393 7 INFO neutron.services.segments.plugin [-] Segment be4e5b13-737d-448f-916c-5f615ef89665 resource provider aggregate not found 2026-05-08 11:53:38.398 7 INFO neutron.services.segments.plugin [-] Segment be4e5b13-737d-448f-916c-5f615ef89665 resource provider aggregate not found 2026-05-08 11:53:38.413 7 INFO neutron.services.segments.plugin [-] Segment be4e5b13-737d-448f-916c-5f615ef89665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4e5b13-737d-448f-916c-5f615ef89665 found for delete ", "request_id": "req-13c84ac3-68ac-47c6-9fad-7cb692dcadec"}]} 2026-05-08 11:53:38.414 7 INFO neutron.services.segments.plugin [-] Segment be4e5b13-737d-448f-916c-5f615ef89665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be4e5b13-737d-448f-916c-5f615ef89665 found for delete ", "request_id": "req-900bc8d6-3857-44c0-b97b-f80e86752489"}]} [pid: 8|app: 0|req: 1147/2272] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:53:36 2026] POST /v2.0/routers => generated 687 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2273] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:53:38 2026] GET /v2.0/routers/5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => generated 693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2274] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 11:53:38 2026] GET /v2.0/routers => generated 696 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2275] 10.0.0.185 () {34 vars in 740 bytes} [Fri May 8 11:53:39 2026] PUT /v2.0/routers/5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => generated 700 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2276] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:53:39 2026] GET /v2.0/routers/5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => generated 700 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2277] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:39 2026] GET /v2.0/ports?device_id=5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => 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: 1129/2278] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:39 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2279] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:39 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&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-05-08 11:53:39.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-169bab16-f7b7-4ae1-9db1-70c177afdd05 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: bf3f8095-2d2c-419a-85f4-1b999cbc0f32 2026-05-08 11:53:39.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-169bab16-f7b7-4ae1-9db1-70c177afdd05 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: bf3f8095-2d2c-419a-85f4-1b999cbc0f32 2026-05-08 11:53:40.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-169bab16-f7b7-4ae1-9db1-70c177afdd05 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] TaaS: Handle Delete Port: de61c168-08d4-4f9b-800e-311477d5b1de 2026-05-08 11:53:40.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-169bab16-f7b7-4ae1-9db1-70c177afdd05 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] Tap Mirror: Handle Delete Port: de61c168-08d4-4f9b-800e-311477d5b1de 2026-05-08 11:53:40.382 8 INFO neutron.services.segments.plugin [-] Segment 8e7fd104-031c-4d2e-8e89-4223b9159671 resource provider aggregate not found 2026-05-08 11:53:40.388 8 INFO neutron.services.segments.plugin [-] Segment 8e7fd104-031c-4d2e-8e89-4223b9159671 resource provider aggregate not found 2026-05-08 11:53:40.411 8 INFO neutron.services.segments.plugin [-] Segment 8e7fd104-031c-4d2e-8e89-4223b9159671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e7fd104-031c-4d2e-8e89-4223b9159671 found for delete ", "request_id": "req-bfd2feb6-6583-41c5-a3cb-df752a529633"}]} 2026-05-08 11:53:40.412 8 INFO neutron.services.segments.plugin [-] Segment 8e7fd104-031c-4d2e-8e89-4223b9159671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e7fd104-031c-4d2e-8e89-4223b9159671 found for delete ", "request_id": "req-9b745a0e-68be-4c7b-a8d0-4223fac278a2"}]} 2026-05-08 11:53:40.416 8 INFO neutron.db.l3_hamode_db [None req-169bab16-f7b7-4ae1-9db1-70c177afdd05 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] HA network eecd14b0-322a-4367-b320-8247e4c1acdd was deleted as no HA routers are present in tenant 87d6f6fd58db41a78e511225b20bbf9f. [pid: 8|app: 0|req: 1150/2280] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:39 2026] DELETE /v2.0/routers/5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2281] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:40 2026] GET /v2.0/ports?device_id=5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:40.484 8 INFO neutron.api.v2.resource [None req-056e64da-5af8-465e-9b7f-8d0f2704af8a 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1151/2282] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/routers/5a2a887f-f9bd-4cd8-9fdd-34bb26563363 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2283] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:40 2026] GET /v2.0/ports?device_id=b3c68bff-5379-4754-8086-ee3682c16a11 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:40.534 8 INFO neutron.api.v2.resource [None req-3f3b9f50-ce1a-447e-b7ab-37b0faf99b17 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2284] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/routers/b3c68bff-5379-4754-8086-ee3682c16a11 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:53:40.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0adf04f7-aa40-4752-9696-9a94810797a9 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1133/2285] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/subnets/f77cb606-4544-4801-8001-f9b7589692dd => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2286] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:40 2026] GET /v2.0/ports?device_id=cbe9e330-a226-4b8f-82a5-fa6106ed9cc8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:40.615 7 INFO neutron.api.v2.resource [None req-cec9882a-e895-4448-a035-293023335948 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1134/2287] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/routers/cbe9e330-a226-4b8f-82a5-fa6106ed9cc8 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:53:40.634 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc2db9a6-bd0f-4c1f-90df-9051b77ee07e 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1154/2288] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/subnets/1d2dbc85-fcd5-4e9d-ad69-8a05dbbd14a9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2289] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:53:40 2026] GET /v2.0/ports?device_id=b24e17f8-1bf8-4783-b84b-1f0f82efd368 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:53:40.685 8 INFO neutron.api.v2.resource [None req-3e946887-e059-440f-b6b1-02281a609824 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2290] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/routers/b24e17f8-1bf8-4783-b84b-1f0f82efd368 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:53:40.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a868767-0d7c-45e3-96cd-ce08b7c1b1ad 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1136/2291] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/subnets/9fcd2353-20e3-4814-afb0-1f90177f59d9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:53:40.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-479ad0b3-5e9a-48d0-b5bd-102399a5fabf 8f10cb5eda61412a9f70007ac3b80a82 87d6f6fd58db41a78e511225b20bbf9f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1156/2292] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:40 2026] DELETE /v2.0/subnets/856c86b3-efbc-4379-b858-b716f0bb7192 => 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: 1137/2293] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:40 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2294] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:40 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2295] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:41 2026] GET /v2.0/security-groups?tenant_id=87d6f6fd58db41a78e511225b20bbf9f&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2296] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:41 2026] DELETE /v2.0/security-groups/cf087b2a-45fc-4f02-9ae6-2977dd9787be => 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: 1139/2297] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:41 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1159/2298] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:41 2026] GET /v2.0/security-groups?id=1cf1fd9a-2fdf-4df3-b5ad-036ee691d868&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2299] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:53:42 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:42.275 8 INFO neutron_taas.services.taas.taas_plugin [req-973eb1ec-db45-43f8-8343-fde56d0ccceb req-30ef808b-6d7f-4bac-8e3b-7580ed74f44c fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] TaaS: Handle Delete Port: 95e84477-3be9-4743-88ed-10a03fef22e5 2026-05-08 11:53:42.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-973eb1ec-db45-43f8-8343-fde56d0ccceb req-30ef808b-6d7f-4bac-8e3b-7580ed74f44c fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Tap Mirror: Handle Delete Port: 95e84477-3be9-4743-88ed-10a03fef22e5 2026-05-08 11:53:42.380 8 INFO neutron.db.l3_db [req-973eb1ec-db45-43f8-8343-fde56d0ccceb req-30ef808b-6d7f-4bac-8e3b-7580ed74f44c fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Floating IP 49724c38-64de-4f19-af13-ef43cb2c49d9 disassociated. External IP: 10.96.250.208, port: 95e84477-3be9-4743-88ed-10a03fef22e5. [pid: 8|app: 0|req: 1160/2300] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:53:42 2026] DELETE /v2.0/ports/95e84477-3be9-4743-88ed-10a03fef22e5 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:42.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06640064-522d-4e77-a3cf-77eb9ebaf1ac'] response: {'server_uuid': '50201ef9-71e6-4d95-bef7-1aea0348fcc4', 'name': 'network-vif-deleted', 'tag': '95e84477-3be9-4743-88ed-10a03fef22e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1141/2301] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:43 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2302] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:53:43 2026] POST /v2.0/security-groups => generated 1626 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2303] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:53:43 2026] GET /v2.0/security-groups => generated 4534 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2304] 10.0.0.185 () {34 vars in 757 bytes} [Fri May 8 11:53:43 2026] PUT /v2.0/security-groups/b2a066c2-159d-4004-b771-1bb11c0d21b2 => generated 1665 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2305] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:53:43 2026] GET /v2.0/security-groups/b2a066c2-159d-4004-b771-1bb11c0d21b2 => generated 1665 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2306] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:43 2026] DELETE /v2.0/security-groups/b2a066c2-159d-4004-b771-1bb11c0d21b2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2307] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:53:43 2026] GET /v2.0/security-groups => generated 2928 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:53:43.995 8 INFO neutron.api.v2.resource [None req-354092be-64b9-4fab-9ce3-622f085ce1cb 27191740caab43d0a1b373b1349798cc c2b0015632d34d818b08920e2e20fd1e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2308] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:43 2026] DELETE /v2.0/security-groups/b2a066c2-159d-4004-b771-1bb11c0d21b2 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2309] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:53:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2310] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1165/2311] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2312] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules/fed7ebec-1324-4704-b363-012b3af91b15 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2313] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2314] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:53:44 2026] DELETE /v2.0/security-group-rules/fed7ebec-1324-4704-b363-012b3af91b15 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2315] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2316] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2317] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules/1a57e6de-8310-4870-ac52-0842fa20dfaf => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2318] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2319] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:53:44 2026] DELETE /v2.0/security-group-rules/1a57e6de-8310-4870-ac52-0842fa20dfaf => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2320] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2321] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:53:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2322] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules/7d236695-84e9-4971-ab10-56c7233a3cfe => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2323] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:53:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2324] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:53:45 2026] DELETE /v2.0/security-group-rules/7d236695-84e9-4971-ab10-56c7233a3cfe => 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: 1172/2325] 10.0.0.185 () {32 vars in 672 bytes} [Fri May 8 11:53:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2326] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:45 2026] DELETE /v2.0/security-groups/2a9a52da-67a5-4c74-932e-dcbd6623d48c => 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: 1155/2327] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:45 2026] GET /v2.0/ports?device_id=50201ef9-71e6-4d95-bef7-1aea0348fcc4 => 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: 1173/2328] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:53:45 2026] GET /v2.0/security-groups => generated 2928 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2329] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 11:53:45 2026] GET /v2.0/security-groups => generated 2928 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2332] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:45 2026] GET /v2.0/security-groups?tenant_id=c2b0015632d34d818b08920e2e20fd1e&name=default => generated 2928 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2333] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:45 2026] DELETE /v2.0/security-groups/0b197d07-6ea9-4189-ae2a-3d29592a0b54 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2334] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:46 2026] DELETE /v2.0/security-groups/1cf1fd9a-2fdf-4df3-b5ad-036ee691d868 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:46.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e9567ae-55cd-470d-b39b-653435e2239e fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] TaaS: Handle Delete Port: 33ebf883-f7bc-40ff-9cb4-4e7d730d00e0 2026-05-08 11:53:46.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e9567ae-55cd-470d-b39b-653435e2239e fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Tap Mirror: Handle Delete Port: 33ebf883-f7bc-40ff-9cb4-4e7d730d00e0 [pid: 7|app: 0|req: 1159/2335] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:53:46 2026] DELETE /v2.0/floatingips/49724c38-64de-4f19-af13-ef43cb2c49d9 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2336] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:46 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 1160/2337] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:47 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 1178/2338] 10.0.0.185 () {32 vars in 622 bytes} [Fri May 8 11:53:47 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2339] 10.0.0.185 () {32 vars in 632 bytes} [Fri May 8 11:53:47 2026] GET /v2.0/ => generated 632 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2340] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:48 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2341] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:48 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&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: 1180/2342] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:48 2026] GET /v2.0/security-groups?tenant_id=877788b2289540aa899a0c0f814f6a1a&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2343] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:48 2026] DELETE /v2.0/security-groups/a20ec5dd-b635-4532-b0c9-87c6a134c3ea => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2344] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:49 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 1164/2345] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:53:49 2026] GET /v2.0/security-groups?id=53e900b0-3cc5-4470-879f-16ca0c3cb026&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2346] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:53:49 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:53:49.826 7 INFO neutron_taas.services.taas.taas_plugin [req-8f0bf5b4-9bb5-4f5f-ae65-099af3de9bd5 req-3be1f647-1f5d-40f1-b1d5-c8f4397c911a fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] TaaS: Handle Delete Port: dba755a6-0e70-4c3b-9951-58e21f891f95 2026-05-08 11:53:49.828 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f0bf5b4-9bb5-4f5f-ae65-099af3de9bd5 req-3be1f647-1f5d-40f1-b1d5-c8f4397c911a fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Tap Mirror: Handle Delete Port: dba755a6-0e70-4c3b-9951-58e21f891f95 [pid: 7|app: 0|req: 1165/2347] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:53:49 2026] DELETE /v2.0/ports/dba755a6-0e70-4c3b-9951-58e21f891f95 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:50.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2db44bb1-92a2-4a77-9bb9-3339f95ac22a'] response: {'server_uuid': 'a839d6bf-7e12-47cd-a725-8ae6ac2cd57d', 'name': 'network-vif-deleted', 'tag': 'dba755a6-0e70-4c3b-9951-58e21f891f95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1183/2348] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:50 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 1166/2349] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:51 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 1184/2350] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:53:52 2026] GET /v2.0/ports?device_id=a839d6bf-7e12-47cd-a725-8ae6ac2cd57d => 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: 1167/2351] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:53 2026] DELETE /v2.0/security-groups/53e900b0-3cc5-4470-879f-16ca0c3cb026 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:54.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a8cf1fd-ce93-4ae9-a859-7b506e6b00d0 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] TaaS: Handle Delete Port: 06ede161-88cc-48db-9258-58c3a41c6964 2026-05-08 11:53:54.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a8cf1fd-ce93-4ae9-a859-7b506e6b00d0 fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Tap Mirror: Handle Delete Port: 06ede161-88cc-48db-9258-58c3a41c6964 [pid: 8|app: 0|req: 1185/2352] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:53:54 2026] PUT /v2.0/routers/267d7a9a-9538-4d25-a65d-1018b315938a/remove_router_interface => generated 309 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2353] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:55 2026] DELETE /v2.0/subnets/0b1a2413-dec3-477d-b5b7-9ff00be5fbf2 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:53:56.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-0efe8076-b13c-4ab4-96be-9af957ed805f fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] TaaS: Handle Delete Port: 66760c49-faa4-4cdf-97bd-147c12293e80 2026-05-08 11:53:56.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0efe8076-b13c-4ab4-96be-9af957ed805f fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Tap Mirror: Handle Delete Port: 66760c49-faa4-4cdf-97bd-147c12293e80 2026-05-08 11:53:56.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-0efe8076-b13c-4ab4-96be-9af957ed805f fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] TaaS: Handle Delete Port: 94c1bae8-8f8a-408a-988e-f6d7877820c8 2026-05-08 11:53:56.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0efe8076-b13c-4ab4-96be-9af957ed805f fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] Tap Mirror: Handle Delete Port: 94c1bae8-8f8a-408a-988e-f6d7877820c8 2026-05-08 11:53:56.816 8 INFO neutron.services.segments.plugin [-] Segment 7113fd3e-e8fb-456c-8665-b2b445409d80 resource provider aggregate not found 2026-05-08 11:53:56.822 8 INFO neutron.services.segments.plugin [-] Segment 7113fd3e-e8fb-456c-8665-b2b445409d80 resource provider aggregate not found 2026-05-08 11:53:56.829 8 INFO neutron.services.segments.plugin [-] Segment 7113fd3e-e8fb-456c-8665-b2b445409d80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7113fd3e-e8fb-456c-8665-b2b445409d80 found for delete ", "request_id": "req-418ce9de-65ff-4b7a-a2c2-eba05bfc6093"}]} 2026-05-08 11:53:56.838 8 INFO neutron.services.segments.plugin [-] Segment 7113fd3e-e8fb-456c-8665-b2b445409d80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7113fd3e-e8fb-456c-8665-b2b445409d80 found for delete ", "request_id": "req-f2e39dcc-2797-4a84-a0e9-efccb9f85e9c"}]} 2026-05-08 11:53:56.871 8 INFO neutron.db.l3_hamode_db [None req-0efe8076-b13c-4ab4-96be-9af957ed805f fdcf38f10169402d8760271223502a05 b0564058c0e94e5d999a0d6c07684c02 - - default default] HA network 34a0da51-d19f-4502-8e88-4526bafdbda1 was deleted as no HA routers are present in tenant b0564058c0e94e5d999a0d6c07684c02. [pid: 8|app: 0|req: 1186/2354] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:53:55 2026] DELETE /v2.0/routers/267d7a9a-9538-4d25-a65d-1018b315938a => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:53:56.998 7 INFO neutron.services.segments.plugin [-] Segment 0c34e290-2d11-4c5c-a48f-0097624f90ba resource provider aggregate not found 2026-05-08 11:53:57.003 7 INFO neutron.services.segments.plugin [-] Segment 0c34e290-2d11-4c5c-a48f-0097624f90ba resource provider aggregate not found 2026-05-08 11:53:57.022 7 INFO neutron.services.segments.plugin [-] Segment 0c34e290-2d11-4c5c-a48f-0097624f90ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c34e290-2d11-4c5c-a48f-0097624f90ba found for delete ", "request_id": "req-50ae87ed-6280-49a1-b44f-47ba1b070508"}]} 2026-05-08 11:53:57.024 7 INFO neutron.services.segments.plugin [-] Segment 0c34e290-2d11-4c5c-a48f-0097624f90ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c34e290-2d11-4c5c-a48f-0097624f90ba found for delete ", "request_id": "req-e317752e-cf7c-4ff7-b573-16abd83b2e17"}]} [pid: 7|app: 0|req: 1169/2355] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:53:56 2026] DELETE /v2.0/networks/272da573-c39c-4017-9fcc-b93cfcedc6ef => 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: 1187/2356] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:57 2026] GET /v2.0/security-groups?tenant_id=b0564058c0e94e5d999a0d6c07684c02&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: 1170/2357] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:58 2026] DELETE /v2.0/security-groups/3a300cee-5fc1-42df-b3ef-e190ab5422fd => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2358] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:58 2026] GET /v2.0/security-groups?tenant_id=56aba717645f4e4d9d295b518a3aadf7&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2359] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:58 2026] DELETE /v2.0/security-groups/25cdf787-58c9-4be1-9299-1305807c708c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2360] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:59 2026] GET /v2.0/security-groups?tenant_id=47f7ebc0b96a4985bb9e5292039b3439&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2361] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:59 2026] DELETE /v2.0/security-groups/bfe9e91f-e192-422e-964d-3036ea31974b => 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: 1190/2362] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:53:59 2026] GET /v2.0/security-groups?tenant_id=99c382a361d24317b36293e458307c01&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2363] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:53:59 2026] DELETE /v2.0/security-groups/15983d8f-7708-453a-bd63-647d0b2ac698 => 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: 1175/2366] 10.0.0.185 () {34 vars in 677 bytes} [Fri May 8 11:54:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2367] 10.0.0.185 () {34 vars in 677 bytes} [Fri May 8 11:54:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2368] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:03 2026] GET /v2.0/security-groups?tenant_id=391f88b0f401403b82dd702d02977b85&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2369] 10.0.0.185 () {34 vars in 677 bytes} [Fri May 8 11:54:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2370] 10.0.0.185 () {34 vars in 677 bytes} [Fri May 8 11:54:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2371] 10.0.0.185 () {34 vars in 677 bytes} [Fri May 8 11:54:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2372] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:03 2026] DELETE /v2.0/security-groups/c20cd25f-54f7-48bb-830f-dc2f36a78b7c => 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: 1180/2373] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:03 2026] PUT /v2.0/policies/8186f4c9-329b-46a8-b5c8-2cb806eb70a6/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2374] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:03 2026] PUT /v2.0/policies/2c30346d-6d95-407b-be24-cb8146e54bcf/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2375] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:03 2026] PUT /v2.0/policies/282b67ca-7c35-4c03-909e-58201be1cb6a/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2376] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:03 2026] PUT /v2.0/policies/01b6d067-2561-4e60-b9a5-c1622754334a/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2377] 10.0.0.185 () {32 vars in 673 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2378] 10.0.0.185 () {32 vars in 687 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2379] 10.0.0.185 () {32 vars in 683 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2380] 10.0.0.185 () {32 vars in 695 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2381] 10.0.0.185 () {32 vars in 681 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2382] 10.0.0.185 () {32 vars in 695 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2383] 10.0.0.185 () {32 vars in 691 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2384] 10.0.0.185 () {32 vars in 703 bytes} [Fri May 8 11:54:04 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2385] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:54:04 2026] DELETE /v2.0/qos/policies/8186f4c9-329b-46a8-b5c8-2cb806eb70a6 => 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: 1200/2386] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:54:04 2026] DELETE /v2.0/qos/policies/2c30346d-6d95-407b-be24-cb8146e54bcf => 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: 1187/2387] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:54:04 2026] DELETE /v2.0/qos/policies/282b67ca-7c35-4c03-909e-58201be1cb6a => 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: 1201/2388] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:54:04 2026] DELETE /v2.0/qos/policies/01b6d067-2561-4e60-b9a5-c1622754334a => 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: 1188/2389] 10.0.0.185 () {32 vars in 733 bytes} [Fri May 8 11:54:05 2026] DELETE /v2.0/qos/policies/91cd7bb9-f50a-495b-8c9a-2023b39915e8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2390] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:05 2026] GET /v2.0/security-groups?tenant_id=73917433b33c4e548b1183f731c53fa1&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2391] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:05 2026] GET /v2.0/security-groups?tenant_id=c25dcb18a38c4e79bfbaaad4263d1436&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2392] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:06 2026] DELETE /v2.0/security-groups/c14218e5-20e1-4b7e-b532-8bbbbed10e99 => 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: 1190/2393] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:06 2026] DELETE /v2.0/security-groups/874020c9-fd1c-474c-86a0-66e9124c951b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2394] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:06 2026] GET /v2.0/security-groups?tenant_id=21a34a5f2e50479b99cb086033d0bbc1&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2395] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:06 2026] DELETE /v2.0/security-groups/4a934082-9237-4ead-b3ab-1a8b7e724d22 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2396] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:06 2026] GET /v2.0/security-groups?tenant_id=98ede341f95349b0b63a3273df3c046a&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2397] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:06 2026] DELETE /v2.0/security-groups/497c15b6-5564-4e4b-b0b6-b1fd4b4ad7a7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:54:08.112 8 INFO neutron.db.segments_db [None req-9e63cdd7-331c-45be-87e1-69527c96890d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 7f746063-d5c3-40d9-be4b-4e5cf5e23678 of type vxlan for network b0f23562-acba-4fdf-a958-b230f4a8c196 [pid: 8|app: 0|req: 1206/2398] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:54:07 2026] POST /v2.0/networks => generated 741 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2399] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:54:08 2026] POST /v2.0/subnets => generated 688 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:54:08.657 8 INFO neutron.db.segments_db [None req-902b821d-5b87-43dc-a2d1-2afd193496ff 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment be114d17-c9ed-4042-95f3-9f7047b15970 of type vxlan for network f0309c54-bd00-45af-84e8-9ae0d29427f7 2026-05-08 11:54:08.951 8 INFO neutron.db.l3_hamode_db [None req-902b821d-5b87-43dc-a2d1-2afd193496ff 0070d7d7d2584633a70821454d9885a5 61f2c2fc382f4ad7829e0ff36dc9bcea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:54:09.750 8 INFO neutron.db.l3_hamode_db [None req-902b821d-5b87-43dc-a2d1-2afd193496ff 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:54:10.444 7 INFO neutron.db.segments_db [None req-45338933-6fc5-42bd-829b-7e0b3db4cce2 1ce38cf029a7406bb7564fd27ab6699b a68607f642004be2a589b972cdcd252b - - default default] Added segment d4204b3d-5b3a-4925-9022-fc64e7889df7 of type vxlan for network f2830ebf-3801-4167-9bac-11d26c7beaf2 [pid: 7|app: 0|req: 1194/2400] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:54:10 2026] POST /v2.0/networks => generated 631 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2401] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:10 2026] PUT /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2402] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:54:08 2026] POST /v2.0/routers => generated 728 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2403] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:10 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/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: 1197/2404] 10.0.0.185 () {34 vars in 763 bytes} [Fri May 8 11:54:10 2026] PUT /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2405] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:10 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2406] 10.0.0.185 () {34 vars in 759 bytes} [Fri May 8 11:54:10 2026] PUT /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/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: 1200/2407] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:10 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2408] 10.0.0.185 () {34 vars in 781 bytes} [Fri May 8 11:54:10 2026] PUT /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2409] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:11 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/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: 1203/2410] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:11 2026] PUT /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2411] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:11 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2412] 10.0.0.185 () {32 vars in 740 bytes} [Fri May 8 11:54:11 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:54:11.227 7 INFO neutron.api.v2.resource [None req-6d887875-4c5b-4039-89b2-f4e9f5bfc03e 1ce38cf029a7406bb7564fd27ab6699b a68607f642004be2a589b972cdcd252b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2413] 10.0.0.185 () {32 vars in 744 bytes} [Fri May 8 11:54:11 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2414] 10.0.0.185 () {32 vars in 743 bytes} [Fri May 8 11:54:11 2026] DELETE /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags/red => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2415] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:11 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:54:11.533 7 INFO neutron.api.v2.resource [None req-13177d1c-c892-4b39-b3db-3c06b4585a3f 1ce38cf029a7406bb7564fd27ab6699b a68607f642004be2a589b972cdcd252b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1209/2416] 10.0.0.185 () {32 vars in 747 bytes} [Fri May 8 11:54:11 2026] DELETE /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2417] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:54:11 2026] DELETE /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2418] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:11 2026] GET /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:54:11.857 7 INFO neutron.services.segments.plugin [-] Segment d4204b3d-5b3a-4925-9022-fc64e7889df7 resource provider aggregate not found 2026-05-08 11:54:11.861 7 INFO neutron.services.segments.plugin [-] Segment d4204b3d-5b3a-4925-9022-fc64e7889df7 resource provider aggregate not found 2026-05-08 11:54:11.881 7 INFO neutron.services.segments.plugin [-] Segment d4204b3d-5b3a-4925-9022-fc64e7889df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4204b3d-5b3a-4925-9022-fc64e7889df7 found for delete ", "request_id": "req-86fd1f38-bbf4-4575-9107-5ffb96c84c6a"}]} 2026-05-08 11:54:11.881 7 INFO neutron.services.segments.plugin [-] Segment d4204b3d-5b3a-4925-9022-fc64e7889df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4204b3d-5b3a-4925-9022-fc64e7889df7 found for delete ", "request_id": "req-c68ec8af-a8c2-4ace-8c90-c44ace2523e0"}]} [pid: 7|app: 0|req: 1212/2419] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:54:11 2026] DELETE /v2.0/networks/f2830ebf-3801-4167-9bac-11d26c7beaf2 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2420] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:54:10 2026] PUT /v2.0/routers/13eef880-ce57-49ce-ab64-972918a2abba/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2421] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:13 2026] GET /v2.0/security-groups?tenant_id=a68607f642004be2a589b972cdcd252b&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2422] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:13 2026] DELETE /v2.0/security-groups/0b68745d-764d-458f-ba89-423a93463442 => 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: 1214/2423] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:13 2026] GET /v2.0/security-groups?tenant_id=8f294d91c05343acb9d87629d33d7340&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2424] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:13 2026] DELETE /v2.0/security-groups/146edcc4-30d6-4c28-874b-181bb2f1b397 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2425] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:54:14 2026] GET /v2.0/networks?id=b0f23562-acba-4fdf-a958-b230f4a8c196 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2426] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:54:14 2026] GET /v2.0/quotas/61f2c2fc382f4ad7829e0ff36dc9bcea => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2427] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:54:14 2026] GET /v2.0/ports?tenant_id=61f2c2fc382f4ad7829e0ff36dc9bcea&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2428] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:54:14 2026] GET /v2.0/networks/b0f23562-acba-4fdf-a958-b230f4a8c196?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2429] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:54:14 2026] GET /v2.0/networks/b0f23562-acba-4fdf-a958-b230f4a8c196?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2430] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:14 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1215/2433] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:16 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1219/2434] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:17 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:54:17.707 8 INFO neutron.db.segments_db [None req-8e386a9f-d61b-4d3f-9dde-6faa889487b4 61831762894b402a9c03aaf8458676ff 67b9da0de8384e3d9db94a43ffd482ab - - default default] Added segment a28fce2b-28b2-45a1-ad83-00395140e421 of type vxlan for network 1f8a057e-b253-4773-88d9-ece0e54dabaa [pid: 8|app: 0|req: 1216/2435] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:54:17 2026] POST /v2.0/networks => generated 631 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:54:17.859 7 INFO neutron.db.segments_db [None req-950a05ae-4495-4437-b698-6b54eecee234 61831762894b402a9c03aaf8458676ff 67b9da0de8384e3d9db94a43ffd482ab - - default default] Added segment 8126c27e-4178-4af2-a6f8-fec81c2940d5 of type vxlan for network 5c7dc772-01e0-4f19-b94a-d14b4c6019a4 [pid: 7|app: 0|req: 1220/2436] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:54:17 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: 1217/2437] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:17 2026] PUT /v2.0/networks/1f8a057e-b253-4773-88d9-ece0e54dabaa/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: 1221/2438] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:18 2026] GET /v2.0/networks/1f8a057e-b253-4773-88d9-ece0e54dabaa/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2439] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:18 2026] PUT /v2.0/networks/5c7dc772-01e0-4f19-b94a-d14b4c6019a4/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2440] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:18 2026] GET /v2.0/networks/5c7dc772-01e0-4f19-b94a-d14b4c6019a4/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2441] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:18 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2442] 10.0.0.185 () {34 vars in 752 bytes} [Fri May 8 11:54:18 2026] PUT /v2.0/networks/5c7dc772-01e0-4f19-b94a-d14b4c6019a4/tags => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2443] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:18 2026] GET /v2.0/networks/5c7dc772-01e0-4f19-b94a-d14b4c6019a4/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2444] 10.0.0.185 () {32 vars in 732 bytes} [Fri May 8 11:54:18 2026] GET /v2.0/networks/1f8a057e-b253-4773-88d9-ece0e54dabaa/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:54:18.473 7 INFO neutron.services.segments.plugin [-] Segment a28fce2b-28b2-45a1-ad83-00395140e421 resource provider aggregate not found 2026-05-08 11:54:18.481 7 INFO neutron.services.segments.plugin [-] Segment a28fce2b-28b2-45a1-ad83-00395140e421 resource provider aggregate not found 2026-05-08 11:54:18.501 7 INFO neutron.services.segments.plugin [-] Segment a28fce2b-28b2-45a1-ad83-00395140e421 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a28fce2b-28b2-45a1-ad83-00395140e421 found for delete ", "request_id": "req-b647875b-b401-4d1b-88d0-5fa7cfa78f42"}]} 2026-05-08 11:54:18.502 7 INFO neutron.services.segments.plugin [-] Segment a28fce2b-28b2-45a1-ad83-00395140e421 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a28fce2b-28b2-45a1-ad83-00395140e421 found for delete ", "request_id": "req-88c48c29-9ad6-4179-b941-15d67bf1809f"}]} [pid: 7|app: 0|req: 1225/2445] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:54:18 2026] DELETE /v2.0/networks/1f8a057e-b253-4773-88d9-ece0e54dabaa => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:54:18.623 8 INFO neutron.services.segments.plugin [-] Segment 8126c27e-4178-4af2-a6f8-fec81c2940d5 resource provider aggregate not found 2026-05-08 11:54:18.628 8 INFO neutron.services.segments.plugin [-] Segment 8126c27e-4178-4af2-a6f8-fec81c2940d5 resource provider aggregate not found 2026-05-08 11:54:18.647 8 INFO neutron.services.segments.plugin [-] Segment 8126c27e-4178-4af2-a6f8-fec81c2940d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8126c27e-4178-4af2-a6f8-fec81c2940d5 found for delete ", "request_id": "req-192f024d-b168-4c58-b264-51e63f80cb51"}]} 2026-05-08 11:54:18.650 8 INFO neutron.services.segments.plugin [-] Segment 8126c27e-4178-4af2-a6f8-fec81c2940d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8126c27e-4178-4af2-a6f8-fec81c2940d5 found for delete ", "request_id": "req-887cae8c-f111-4210-9926-4547907028bc"}]} [pid: 8|app: 0|req: 1221/2446] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:54:18 2026] DELETE /v2.0/networks/5c7dc772-01e0-4f19-b94a-d14b4c6019a4 => 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: 1226/2447] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:54:19 2026] GET /v2.0/networks?id=b0f23562-acba-4fdf-a958-b230f4a8c196 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2448] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:19 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1227/2449] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:19 2026] GET /v2.0/security-groups?tenant_id=2a3ff88a7a5b435aacd3d9f03ef95eaa&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2450] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:19 2026] DELETE /v2.0/security-groups/5d005c54-c582-460f-92a4-963d3d299a17 => 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: 1223/2451] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:54:19 2026] POST /v2.0/ports => generated 958 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2452] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:19 2026] GET /v2.0/security-groups?tenant_id=67b9da0de8384e3d9db94a43ffd482ab&name=default => generated 2929 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1230/2453] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:19 2026] DELETE /v2.0/security-groups/6d262cff-102b-4745-a766-556dc90a8803 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2454] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:54:19 2026] PUT /v2.0/ports/8a35945b-c5d1-433b-bc99-cb64db4fd6ad => generated 1239 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:54:20.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ca3a3b6-2c1b-4036-be4c-5bdb818e60d4'] response: {'name': 'network-changed', 'server_uuid': '4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1', 'tag': '8a35945b-c5d1-433b-bc99-cb64db4fd6ad', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1231/2455] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:20 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 973 bytes in 84 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: 1225/2456] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:20 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2457] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:54:20 2026] GET /v2.0/ports?tenant_id=61f2c2fc382f4ad7829e0ff36dc9bcea&device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2458] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:54:20 2026] GET /v2.0/networks?tenant_id=61f2c2fc382f4ad7829e0ff36dc9bcea&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2459] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:54:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2460] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:21 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2461] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:21 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&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: 1228/2462] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:54:21 2026] GET /v2.0/ports?tenant_id=61f2c2fc382f4ad7829e0ff36dc9bcea&device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2463] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8a35945b-c5d1-433b-bc99-cb64db4fd6ad => 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: 1229/2464] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:54:21 2026] GET /v2.0/subnets?id=7d64331e-7640-4ac7-8c89-842aa23ea23c => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2465] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:54:22 2026] GET /v2.0/ports?network_id=b0f23562-acba-4fdf-a958-b230f4a8c196&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: 1230/2466] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:54:22 2026] GET /v2.0/networks/b0f23562-acba-4fdf-a958-b230f4a8c196?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2467] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:54:22 2026] GET /v2.0/networks/b0f23562-acba-4fdf-a958-b230f4a8c196?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: 1231/2468] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:22 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2469] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:22 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2470] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:23 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2471] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:23 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2472] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:24 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2473] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:25 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2474] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:26 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2475] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:26 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2476] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:27 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1242/2477] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:27 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2478] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:28 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1243/2479] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:28 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2480] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:29 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2481] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:29 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2484] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:30 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1246/2485] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:31 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2486] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:32 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2487] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:54:32 2026] GET /v2.0/security-groups?id=1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2488] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:54:32 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:54:32.541 7 INFO neutron_taas.services.taas.taas_plugin [req-b37cfc28-9659-4be6-93d4-3458e024abca req-27cbb69e-29a3-4b3e-9d95-14aa3f2bde83 03bbf9c8e3934ed684adf7b012321c03 61f2c2fc382f4ad7829e0ff36dc9bcea - - default default] TaaS: Handle Delete Port: 8a35945b-c5d1-433b-bc99-cb64db4fd6ad 2026-05-08 11:54:32.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b37cfc28-9659-4be6-93d4-3458e024abca req-27cbb69e-29a3-4b3e-9d95-14aa3f2bde83 03bbf9c8e3934ed684adf7b012321c03 61f2c2fc382f4ad7829e0ff36dc9bcea - - default default] Tap Mirror: Handle Delete Port: 8a35945b-c5d1-433b-bc99-cb64db4fd6ad [pid: 7|app: 0|req: 1248/2489] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:54:32 2026] DELETE /v2.0/ports/8a35945b-c5d1-433b-bc99-cb64db4fd6ad => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:54:32.705 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2036bb0-78ff-42fb-9d60-ea8bd0346c80'] response: {'server_uuid': '4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1', 'name': 'network-vif-deleted', 'tag': '8a35945b-c5d1-433b-bc99-cb64db4fd6ad', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1242/2490] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:33 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1249/2491] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:34 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => 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: 1243/2492] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:35 2026] GET /v2.0/ports?device_id=4d4cc9b2-ec33-4709-b1c3-3f14f5a904f1 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:54:38.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a23e3e4-09d2-4d8d-8fa0-a24e36b23f2e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: f93dabd6-6334-4ca4-94ae-7b92e720397e 2026-05-08 11:54:38.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a23e3e4-09d2-4d8d-8fa0-a24e36b23f2e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: f93dabd6-6334-4ca4-94ae-7b92e720397e [pid: 7|app: 0|req: 1250/2493] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:54:37 2026] PUT /v2.0/routers/13eef880-ce57-49ce-ab64-972918a2abba/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:54:38.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-960fc443-10eb-48d3-a689-c7e984b0586d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: df642f65-7cc8-470e-9c88-abe442c2d352 2026-05-08 11:54:38.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960fc443-10eb-48d3-a689-c7e984b0586d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: df642f65-7cc8-470e-9c88-abe442c2d352 2026-05-08 11:54:39.053 8 INFO neutron_taas.services.taas.taas_plugin [None req-960fc443-10eb-48d3-a689-c7e984b0586d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: badcc315-6edf-44a5-a188-1d0427b30f4f 2026-05-08 11:54:39.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960fc443-10eb-48d3-a689-c7e984b0586d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: badcc315-6edf-44a5-a188-1d0427b30f4f 2026-05-08 11:54:39.445 8 INFO neutron.services.segments.plugin [-] Segment be114d17-c9ed-4042-95f3-9f7047b15970 resource provider aggregate not found 2026-05-08 11:54:39.451 8 INFO neutron.services.segments.plugin [-] Segment be114d17-c9ed-4042-95f3-9f7047b15970 resource provider aggregate not found 2026-05-08 11:54:39.472 8 INFO neutron.services.segments.plugin [-] Segment be114d17-c9ed-4042-95f3-9f7047b15970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be114d17-c9ed-4042-95f3-9f7047b15970 found for delete ", "request_id": "req-14b7d0ea-d67b-4834-988a-471f3a74fbf9"}]} 2026-05-08 11:54:39.476 8 INFO neutron.services.segments.plugin [-] Segment be114d17-c9ed-4042-95f3-9f7047b15970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be114d17-c9ed-4042-95f3-9f7047b15970 found for delete ", "request_id": "req-ddcf9ef7-a672-4afd-8ef4-4058d3bda5f4"}]} 2026-05-08 11:54:39.482 8 INFO neutron.db.l3_hamode_db [None req-960fc443-10eb-48d3-a689-c7e984b0586d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network f0309c54-bd00-45af-84e8-9ae0d29427f7 was deleted as no HA routers are present in tenant 61f2c2fc382f4ad7829e0ff36dc9bcea. [pid: 8|app: 0|req: 1244/2494] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:54:38 2026] DELETE /v2.0/routers/13eef880-ce57-49ce-ab64-972918a2abba => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2495] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:54:39 2026] DELETE /v2.0/subnets/7d64331e-7640-4ac7-8c89-842aa23ea23c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:54:39.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b9fc1e4-9166-4e36-8b2b-8f838995764d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: b8b2eb49-5e50-474c-8762-aa5eb1a72dbb 2026-05-08 11:54:39.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b9fc1e4-9166-4e36-8b2b-8f838995764d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: b8b2eb49-5e50-474c-8762-aa5eb1a72dbb [pid: 8|app: 0|req: 1245/2496] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:54:39 2026] DELETE /v2.0/networks/b0f23562-acba-4fdf-a958-b230f4a8c196 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2497] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:54:40 2026] GET /v2.0/security-groups?tenant_id=61f2c2fc382f4ad7829e0ff36dc9bcea&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2498] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:54:40 2026] DELETE /v2.0/security-groups/1ec1fc6a-3340-4ef0-92c4-8ac83e4b907a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:54:41.507 8 INFO neutron.services.segments.plugin [-] Segment 7f746063-d5c3-40d9-be4b-4e5cf5e23678 resource provider aggregate not found 2026-05-08 11:54:41.512 8 INFO neutron.services.segments.plugin [-] Segment 7f746063-d5c3-40d9-be4b-4e5cf5e23678 resource provider aggregate not found 2026-05-08 11:54:41.526 8 INFO neutron.services.segments.plugin [-] Segment 7f746063-d5c3-40d9-be4b-4e5cf5e23678 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f746063-d5c3-40d9-be4b-4e5cf5e23678 found for delete ", "request_id": "req-537771ca-567c-47f9-a4e7-cf4074f72ae7"}]} 2026-05-08 11:54:41.527 8 INFO neutron.services.segments.plugin [-] Segment 7f746063-d5c3-40d9-be4b-4e5cf5e23678 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f746063-d5c3-40d9-be4b-4e5cf5e23678 found for delete ", "request_id": "req-9b0be913-ecd7-4721-8250-b6a4aa9ac433"}]} 2026-05-08 11:54:42.385 7 INFO neutron.db.segments_db [None req-0494575d-9d35-4166-ad45-9a1d19f8049d 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 06abc14d-d98a-41b0-968b-f8ff0cc8f62c of type vxlan for network d2a15f4c-89d5-4b67-95bb-36b9932022ae [pid: 7|app: 0|req: 1253/2499] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:54:42 2026] POST /v2.0/networks => generated 740 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2500] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:54:42 2026] POST /v2.0/subnets => generated 688 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:54:42.693 7 INFO neutron.db.segments_db [None req-eb043548-867d-4baf-9eba-cda97806c787 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 9e8d1c56-32ff-4e69-83d6-b17207243fa4 of type vxlan for network 111bc821-9708-4420-a981-b17fa60abcee 2026-05-08 11:54:42.913 7 INFO neutron.db.l3_hamode_db [None req-eb043548-867d-4baf-9eba-cda97806c787 0070d7d7d2584633a70821454d9885a5 e8745aff85f145bea8d5decdc8b43b20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:54:43.781 7 INFO neutron.db.l3_hamode_db [None req-eb043548-867d-4baf-9eba-cda97806c787 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1254/2501] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:54:42 2026] POST /v2.0/routers => generated 728 bytes in 2785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2504] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:54:45 2026] PUT /v2.0/routers/00390098-19f7-4fda-87d2-25451112dc46/add_router_interface => generated 309 bytes in 1660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:54:48.257 7 INFO neutron.db.segments_db [None req-a80a8b9b-fd4a-466b-b106-c60b7b4ac882 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment cb3ee261-0c83-406b-9f21-04b7a16e2ebe of type vxlan for network 4bdd432a-afe8-47ba-8b23-711eb13c3e91 [pid: 7|app: 0|req: 1257/2505] 10.0.0.185 () {34 vars in 670 bytes} [Fri May 8 11:54:48 2026] POST /v2.0/networks => generated 740 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2506] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:54:48 2026] POST /v2.0/subnets => generated 687 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:54:48.638 7 INFO neutron.db.segments_db [None req-0d486614-5cd4-4c51-98b3-710101a11710 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Added segment 36cfa50e-4de7-4744-bb2e-2c3a357068cb of type vxlan for network bea2e0c1-6131-4876-8844-ebb570ecb57d 2026-05-08 11:54:48.910 7 INFO neutron.db.l3_hamode_db [None req-0d486614-5cd4-4c51-98b3-710101a11710 0070d7d7d2584633a70821454d9885a5 04f3a7c3b15945908c9a250fea44a05b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:54:49.672 7 INFO neutron.db.l3_hamode_db [None req-0d486614-5cd4-4c51-98b3-710101a11710 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1258/2507] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:54:48 2026] POST /v2.0/routers => generated 727 bytes in 2204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2508] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:54:50 2026] PUT /v2.0/routers/26c7a25d-9e53-4602-88ab-e3f06b10d78d/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2509] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:54:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2510] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2511] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2512] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2513] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:54:53.566 8 INFO neutron.db.securitygroups_db [None req-e3dc812c-f970-4b1b-a61a-e5c233c775ef 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] Project e8745aff85f145bea8d5decdc8b43b20 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: 1253/2514] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:54:53.857 7 INFO neutron.db.securitygroups_db [None req-dc95f49c-32c6-410a-ab50-5b95642cdf4a 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] Project e8745aff85f145bea8d5decdc8b43b20 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: 1262/2515] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2516] 10.0.0.185 () {34 vars in 684 bytes} [Fri May 8 11:54:54 2026] POST /v2.0/security-groups => generated 1661 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2517] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:54 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: 8|app: 0|req: 1255/2518] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:54:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2519] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:54:55 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2520] 10.0.0.184 () {34 vars in 1097 bytes} [Fri May 8 11:54:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-298806627&fields=id&tenant_id=e8745aff85f145bea8d5decdc8b43b20 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2521] 10.0.0.184 () {34 vars in 1095 bytes} [Fri May 8 11:54:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--91870165&fields=id&tenant_id=e8745aff85f145bea8d5decdc8b43b20 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2522] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:54:55 2026] GET /v2.0/networks?id=d2a15f4c-89d5-4b67-95bb-36b9932022ae => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2523] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:54:56 2026] GET /v2.0/quotas/e8745aff85f145bea8d5decdc8b43b20 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2524] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:54:56 2026] GET /v2.0/ports?tenant_id=e8745aff85f145bea8d5decdc8b43b20&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2525] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:54:56 2026] GET /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae?fields=segments => generated 14 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2526] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:54:56 2026] GET /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2527] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:56 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2528] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:57 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1269/2529] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:58 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1261/2530] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:54:59 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1271/2533] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:55:00 2026] GET /v2.0/networks?id=d2a15f4c-89d5-4b67-95bb-36b9932022ae => generated 673 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2534] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:55:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e8745aff85f145bea8d5decdc8b43b20 => generated 271 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2535] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:00 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1265/2536] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:01 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1272/2537] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:55:00 2026] POST /v2.0/ports => generated 997 bytes in 1700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2538] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:55:02 2026] PUT /v2.0/ports/5ab4da72-c3fe-4235-a036-3f15aafe187e => generated 1278 bytes in 480 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: 1273/2539] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:03 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:55:03.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92942814-8d56-4d55-8f1f-58ddc4ba4cda'] response: {'name': 'network-changed', 'server_uuid': 'cea13dcd-ab46-439d-a8ee-8642e6533b1e', 'tag': '5ab4da72-c3fe-4235-a036-3f15aafe187e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1267/2540] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:03 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2541] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:55:03 2026] GET /v2.0/ports?tenant_id=e8745aff85f145bea8d5decdc8b43b20&device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2542] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:55:03 2026] GET /v2.0/networks?tenant_id=e8745aff85f145bea8d5decdc8b43b20&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2543] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:55:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2544] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:04 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2545] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:04 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2546] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:55:04 2026] GET /v2.0/ports?tenant_id=e8745aff85f145bea8d5decdc8b43b20&device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2547] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:55:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5ab4da72-c3fe-4235-a036-3f15aafe187e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2548] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:55:04 2026] GET /v2.0/subnets?id=0cb5881e-5750-4e1e-b023-df703954562d => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2549] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:55:04 2026] GET /v2.0/ports?network_id=d2a15f4c-89d5-4b67-95bb-36b9932022ae&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2550] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:55:05 2026] GET /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2551] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:55:05 2026] GET /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2552] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:05 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2553] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:05 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2554] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:06 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2555] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:06 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2556] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:07 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1012 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2557] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:07 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2558] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:55:08 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1281 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2559] 199.19.213.146 () {34 vars in 1123 bytes} [Fri May 8 11:55:08 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2560] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:08 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1012 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2561] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:08 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2562] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:10 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2563] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:10 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2564] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:11 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2565] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:11 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2566] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:11 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:55:11.934 7 INFO neutron.db.l3_db [None req-2210b0d3-d310-4026-b5eb-f40aec3ef540 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] Floating IP bfedc540-63e9-435e-91cf-bca574d58af7 associated. External IP: 10.96.250.204, port: 5ab4da72-c3fe-4235-a036-3f15aafe187e. [pid: 7|app: 0|req: 1287/2567] 10.0.0.185 () {34 vars in 748 bytes} [Fri May 8 11:55:11 2026] PUT /v2.0/floatingips/bfedc540-63e9-435e-91cf-bca574d58af7 => generated 856 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:55:12.363 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4961bacd-4b99-4ef4-9b12-27dae4b2fdb2'] response: {'name': 'network-changed', 'server_uuid': 'cea13dcd-ab46-439d-a8ee-8642e6533b1e', 'tag': '5ab4da72-c3fe-4235-a036-3f15aafe187e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1281/2568] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:55:12 2026] GET /v2.0/ports?tenant_id=e8745aff85f145bea8d5decdc8b43b20&device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2569] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:55:12 2026] GET /v2.0/networks?id=d2a15f4c-89d5-4b67-95bb-36b9932022ae => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2570] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:55:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5ab4da72-c3fe-4235-a036-3f15aafe187e => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2571] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:55:13 2026] GET /v2.0/subnets?id=0cb5881e-5750-4e1e-b023-df703954562d => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2572] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:55:13 2026] GET /v2.0/ports?network_id=d2a15f4c-89d5-4b67-95bb-36b9932022ae&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2573] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:55:13 2026] GET /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2574] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:55:13 2026] GET /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae?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: 1286/2577] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:20 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2578] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:20 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2579] 10.0.0.185 () {32 vars in 735 bytes} [Fri May 8 11:55:20 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1283 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2580] 10.0.0.185 () {32 vars in 857 bytes} [Fri May 8 11:55:20 2026] GET /v2.0/floatingips?floating_network_id=df0f5a59-4fc9-4a10-bdfd-53b99ca0e436&port_id=5ab4da72-c3fe-4235-a036-3f15aafe187e => generated 861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2581] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:55:21 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2582] 10.0.0.242 () {34 vars in 1119 bytes} [Fri May 8 11:55:21 2026] GET /v2.0/security-groups?id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&id=1a84d87c-d476-44fd-8599-3b921b1e805d&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2583] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:24 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2584] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:24 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2585] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:25 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2586] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:25 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2587] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:26 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2588] 10.0.0.184 () {34 vars in 1119 bytes} [Fri May 8 11:55:26 2026] GET /v2.0/security-groups?id=1a84d87c-d476-44fd-8599-3b921b1e805d&id=7b00f6d3-222c-4a83-8d47-0551b48eccd7&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2589] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:55:26 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:55:26.746 7 INFO neutron_taas.services.taas.taas_plugin [req-2a299fbd-5ba1-43d1-8435-dff80049c329 req-d4708b56-06c2-4f40-ace7-81d488829cf7 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] TaaS: Handle Delete Port: 5ab4da72-c3fe-4235-a036-3f15aafe187e 2026-05-08 11:55:26.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2a299fbd-5ba1-43d1-8435-dff80049c329 req-d4708b56-06c2-4f40-ace7-81d488829cf7 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] Tap Mirror: Handle Delete Port: 5ab4da72-c3fe-4235-a036-3f15aafe187e 2026-05-08 11:55:26.873 7 INFO neutron.db.l3_db [req-2a299fbd-5ba1-43d1-8435-dff80049c329 req-d4708b56-06c2-4f40-ace7-81d488829cf7 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] Floating IP bfedc540-63e9-435e-91cf-bca574d58af7 disassociated. External IP: 10.96.250.204, port: 5ab4da72-c3fe-4235-a036-3f15aafe187e. [pid: 7|app: 0|req: 1298/2590] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 11:55:26 2026] DELETE /v2.0/ports/5ab4da72-c3fe-4235-a036-3f15aafe187e => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:55:27.276 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39a002d2-fa1f-437d-b7e8-bb4b663f21f2'] response: {'server_uuid': 'cea13dcd-ab46-439d-a8ee-8642e6533b1e', 'name': 'network-vif-deleted', 'tag': '5ab4da72-c3fe-4235-a036-3f15aafe187e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1293/2591] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:27 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1299/2592] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:28 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1294/2593] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:55:29 2026] GET /v2.0/ports?device_id=cea13dcd-ab46-439d-a8ee-8642e6533b1e => 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: 1301/2596] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:30 2026] DELETE /v2.0/security-groups/7b00f6d3-222c-4a83-8d47-0551b48eccd7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:55:31.084 8 INFO neutron.api.v2.resource [None req-4b3fa59f-6442-486f-bf1d-f41e82841b13 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1296/2597] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 11:55:31 2026] GET /v2.0/security-groups/7b00f6d3-222c-4a83-8d47-0551b48eccd7 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:55:31.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-02b36c43-bdc3-4c00-b59f-b5bec5c83b12 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] TaaS: Handle Delete Port: 9fd24533-9d85-4ab1-b9ab-a0fa6040b12a 2026-05-08 11:55:31.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02b36c43-bdc3-4c00-b59f-b5bec5c83b12 04916ca174a64c5bb9871464d2b2bea8 e8745aff85f145bea8d5decdc8b43b20 - - default default] Tap Mirror: Handle Delete Port: 9fd24533-9d85-4ab1-b9ab-a0fa6040b12a [pid: 7|app: 0|req: 1302/2598] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:55:31 2026] DELETE /v2.0/floatingips/bfedc540-63e9-435e-91cf-bca574d58af7 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2599] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:31 2026] DELETE /v2.0/security-groups/1a84d87c-d476-44fd-8599-3b921b1e805d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:55:31.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-631e96b4-72db-4ede-abe0-65d2a86ffed5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 25ec7a21-4a8a-450d-9c4c-8fe3778e1125 2026-05-08 11:55:31.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-631e96b4-72db-4ede-abe0-65d2a86ffed5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 25ec7a21-4a8a-450d-9c4c-8fe3778e1125 [pid: 7|app: 0|req: 1303/2600] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:55:31 2026] PUT /v2.0/routers/00390098-19f7-4fda-87d2-25451112dc46/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:55:32.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-67a6c142-d9d9-4161-ba86-b9f442ba2925 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: c8829efc-63c5-4350-9c35-49726cdff9d1 2026-05-08 11:55:32.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a6c142-d9d9-4161-ba86-b9f442ba2925 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: c8829efc-63c5-4350-9c35-49726cdff9d1 2026-05-08 11:55:33.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-67a6c142-d9d9-4161-ba86-b9f442ba2925 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 0551e04a-b305-4ff8-807a-a82e1b7b2384 2026-05-08 11:55:33.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67a6c142-d9d9-4161-ba86-b9f442ba2925 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 0551e04a-b305-4ff8-807a-a82e1b7b2384 2026-05-08 11:55:33.477 8 INFO neutron.db.l3_hamode_db [None req-67a6c142-d9d9-4161-ba86-b9f442ba2925 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network 111bc821-9708-4420-a981-b17fa60abcee was deleted as no HA routers are present in tenant e8745aff85f145bea8d5decdc8b43b20. [pid: 8|app: 0|req: 1298/2601] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:55:32 2026] DELETE /v2.0/routers/00390098-19f7-4fda-87d2-25451112dc46 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:55:33.489 8 INFO neutron.services.segments.plugin [-] Segment 9e8d1c56-32ff-4e69-83d6-b17207243fa4 resource provider aggregate not found 2026-05-08 11:55:33.501 8 INFO neutron.services.segments.plugin [-] Segment 9e8d1c56-32ff-4e69-83d6-b17207243fa4 resource provider aggregate not found 2026-05-08 11:55:33.509 8 INFO neutron.services.segments.plugin [-] Segment 9e8d1c56-32ff-4e69-83d6-b17207243fa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e8d1c56-32ff-4e69-83d6-b17207243fa4 found for delete ", "request_id": "req-bcac7be7-2553-4b1d-811b-83ae70777997"}]} 2026-05-08 11:55:33.521 8 INFO neutron.services.segments.plugin [-] Segment 9e8d1c56-32ff-4e69-83d6-b17207243fa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e8d1c56-32ff-4e69-83d6-b17207243fa4 found for delete ", "request_id": "req-5358d82b-e1a6-4a9b-a39b-6404d16d2d1d"}]} [pid: 7|app: 0|req: 1304/2602] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:55:33 2026] DELETE /v2.0/subnets/0cb5881e-5750-4e1e-b023-df703954562d => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:55:33.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-35753898-6f17-4d54-92d0-03e798d85d9e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 3e36ef23-817e-4b11-a978-f989639730fa 2026-05-08 11:55:33.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35753898-6f17-4d54-92d0-03e798d85d9e 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 3e36ef23-817e-4b11-a978-f989639730fa [pid: 8|app: 0|req: 1299/2603] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:55:33 2026] DELETE /v2.0/networks/d2a15f4c-89d5-4b67-95bb-36b9932022ae => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:55:34.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d60261e-cfa7-495a-9bc5-93e285a700f5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: a9b56128-27d6-47ad-8f7a-868505cea113 2026-05-08 11:55:34.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d60261e-cfa7-495a-9bc5-93e285a700f5 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: a9b56128-27d6-47ad-8f7a-868505cea113 [pid: 7|app: 0|req: 1305/2604] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 11:55:33 2026] PUT /v2.0/routers/26c7a25d-9e53-4602-88ab-e3f06b10d78d/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:55:35.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-61fb066f-e18e-4d01-89d9-da5de1b53d29 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: de3cc8a0-48a7-4c81-b2bd-eeb40d5cb3bf 2026-05-08 11:55:35.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61fb066f-e18e-4d01-89d9-da5de1b53d29 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: de3cc8a0-48a7-4c81-b2bd-eeb40d5cb3bf 2026-05-08 11:55:35.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-61fb066f-e18e-4d01-89d9-da5de1b53d29 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: b5ec15c4-2535-42b0-b583-fe8e792f0b32 2026-05-08 11:55:35.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61fb066f-e18e-4d01-89d9-da5de1b53d29 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: b5ec15c4-2535-42b0-b583-fe8e792f0b32 2026-05-08 11:55:35.527 8 INFO neutron.services.segments.plugin [-] Segment 06abc14d-d98a-41b0-968b-f8ff0cc8f62c resource provider aggregate not found 2026-05-08 11:55:35.552 8 INFO neutron.services.segments.plugin [-] Segment 06abc14d-d98a-41b0-968b-f8ff0cc8f62c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06abc14d-d98a-41b0-968b-f8ff0cc8f62c found for delete ", "request_id": "req-5296f92f-fc15-4950-b7fe-b90724b87005"}]} 2026-05-08 11:55:35.553 8 INFO neutron.services.segments.plugin [-] Segment 06abc14d-d98a-41b0-968b-f8ff0cc8f62c resource provider aggregate not found 2026-05-08 11:55:35.574 8 INFO neutron.services.segments.plugin [-] Segment 06abc14d-d98a-41b0-968b-f8ff0cc8f62c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06abc14d-d98a-41b0-968b-f8ff0cc8f62c found for delete ", "request_id": "req-298252a2-722e-46ac-b98c-d974471c6f18"}]} 2026-05-08 11:55:35.759 8 INFO neutron.db.l3_hamode_db [None req-61fb066f-e18e-4d01-89d9-da5de1b53d29 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] HA network bea2e0c1-6131-4876-8844-ebb570ecb57d was deleted as no HA routers are present in tenant 04f3a7c3b15945908c9a250fea44a05b. [pid: 8|app: 0|req: 1300/2605] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:55:34 2026] DELETE /v2.0/routers/26c7a25d-9e53-4602-88ab-e3f06b10d78d => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2606] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 11:55:35 2026] DELETE /v2.0/subnets/102ab983-d60f-4eb9-9091-be94a4d97f12 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 11:55:36.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-3452999b-55c8-49aa-9b1c-33329ebaa900 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 9b0580f6-1d40-470c-8607-dcbe83c1264b 2026-05-08 11:55:36.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3452999b-55c8-49aa-9b1c-33329ebaa900 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 9b0580f6-1d40-470c-8607-dcbe83c1264b [pid: 8|app: 0|req: 1301/2607] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 11:55:35 2026] DELETE /v2.0/networks/4bdd432a-afe8-47ba-8b23-711eb13c3e91 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2608] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:36 2026] GET /v2.0/security-groups?tenant_id=04f3a7c3b15945908c9a250fea44a05b&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2609] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:36 2026] DELETE /v2.0/security-groups/eab24acb-1348-402e-a08c-9de162f1226a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2610] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:36 2026] GET /v2.0/security-groups?tenant_id=e8745aff85f145bea8d5decdc8b43b20&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2611] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:36 2026] DELETE /v2.0/security-groups/949c8059-bbec-461d-942b-9fd1278c6f8d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:55:37.573 8 INFO neutron.services.segments.plugin [-] Segment 36cfa50e-4de7-4744-bb2e-2c3a357068cb resource provider aggregate not found 2026-05-08 11:55:37.589 8 INFO neutron.services.segments.plugin [-] Segment 36cfa50e-4de7-4744-bb2e-2c3a357068cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36cfa50e-4de7-4744-bb2e-2c3a357068cb found for delete ", "request_id": "req-a079d1ad-895e-4d16-86b0-832a96634aa8"}]} 2026-05-08 11:55:37.592 8 INFO neutron.services.segments.plugin [-] Segment 36cfa50e-4de7-4744-bb2e-2c3a357068cb resource provider aggregate not found 2026-05-08 11:55:37.606 8 INFO neutron.services.segments.plugin [-] Segment cb3ee261-0c83-406b-9f21-04b7a16e2ebe resource provider aggregate not found 2026-05-08 11:55:37.606 8 INFO neutron.services.segments.plugin [-] Segment 36cfa50e-4de7-4744-bb2e-2c3a357068cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36cfa50e-4de7-4744-bb2e-2c3a357068cb found for delete ", "request_id": "req-860506eb-b5bc-4edf-affe-0841e03d87f9"}]} 2026-05-08 11:55:37.622 8 INFO neutron.services.segments.plugin [-] Segment cb3ee261-0c83-406b-9f21-04b7a16e2ebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3ee261-0c83-406b-9f21-04b7a16e2ebe found for delete ", "request_id": "req-ebe69b0b-18bc-4e20-854a-037dbc837bce"}]} 2026-05-08 11:55:37.626 8 INFO neutron.services.segments.plugin [-] Segment cb3ee261-0c83-406b-9f21-04b7a16e2ebe resource provider aggregate not found 2026-05-08 11:55:37.646 8 INFO neutron.services.segments.plugin [-] Segment cb3ee261-0c83-406b-9f21-04b7a16e2ebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3ee261-0c83-406b-9f21-04b7a16e2ebe found for delete ", "request_id": "req-95b91ea9-5c8f-41d8-95c2-8764b032a0fd"}]} [pid: 7|app: 0|req: 1309/2612] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:55:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2613] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:55:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2614] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:55:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2615] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:55:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2616] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:55:41 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: 1306/2617] 10.0.0.185 () {34 vars in 766 bytes} [Fri May 8 11:55:41 2026] PUT /v2.0/security-groups/604e75d8-02df-4fd1-85a1-92d26abda4c0/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2618] 10.0.0.185 () {34 vars in 766 bytes} [Fri May 8 11:55:41 2026] PUT /v2.0/security-groups/5944048d-860a-43d8-9eb5-643ddec9a6a3/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: 1307/2619] 10.0.0.185 () {34 vars in 766 bytes} [Fri May 8 11:55:41 2026] PUT /v2.0/security-groups/0ebab234-fa27-4a45-9c68-0001cbfb6b79/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2620] 10.0.0.185 () {34 vars in 766 bytes} [Fri May 8 11:55:41 2026] PUT /v2.0/security-groups/40519b40-54ed-40fe-9536-3286c9a5d0a9/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2621] 10.0.0.185 () {32 vars in 679 bytes} [Fri May 8 11:55:41 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2622] 10.0.0.185 () {32 vars in 693 bytes} [Fri May 8 11:55:41 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2623] 10.0.0.185 () {32 vars in 689 bytes} [Fri May 8 11:55:41 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2624] 10.0.0.185 () {32 vars in 701 bytes} [Fri May 8 11:55:41 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2625] 10.0.0.185 () {32 vars in 687 bytes} [Fri May 8 11:55:41 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2626] 10.0.0.185 () {32 vars in 701 bytes} [Fri May 8 11:55:42 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2627] 10.0.0.185 () {32 vars in 697 bytes} [Fri May 8 11:55:42 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2628] 10.0.0.185 () {32 vars in 709 bytes} [Fri May 8 11:55:42 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2629] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:42 2026] DELETE /v2.0/security-groups/604e75d8-02df-4fd1-85a1-92d26abda4c0 => 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: 1318/2630] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:42 2026] DELETE /v2.0/security-groups/5944048d-860a-43d8-9eb5-643ddec9a6a3 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2631] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:42 2026] DELETE /v2.0/security-groups/0ebab234-fa27-4a45-9c68-0001cbfb6b79 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2632] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:42 2026] DELETE /v2.0/security-groups/40519b40-54ed-40fe-9536-3286c9a5d0a9 => 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: 1314/2633] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:42 2026] DELETE /v2.0/security-groups/6aebe9d6-b141-431d-93d0-f414fc7e3ffa => 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: 1320/2634] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:43 2026] GET /v2.0/security-groups?tenant_id=d0b2c8285f6340bc99d0adf5feb1274d&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2635] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:43 2026] DELETE /v2.0/security-groups/659aab2d-a333-4fde-a723-af8fbab11ecc => 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: 1321/2636] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:43 2026] GET /v2.0/security-groups?tenant_id=41efc2f1d7414b49bdf584d4e4664908&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2637] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:44 2026] DELETE /v2.0/security-groups/ef2fcf9a-395d-48b5-bfd1-43bdbe5a1d25 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2638] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:44 2026] GET /v2.0/security-groups?tenant_id=f5a0f4d343c54810b37a89542979bff1&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2639] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:44 2026] DELETE /v2.0/security-groups/1d73b2d8-3fc0-4dba-b240-180962e06b8f => 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: 1319/2642] 10.0.0.185 () {34 vars in 675 bytes} [Fri May 8 11:55:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2643] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:55:47 2026] PUT /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/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: 1320/2644] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:47 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/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: 1325/2645] 10.0.0.185 () {34 vars in 769 bytes} [Fri May 8 11:55:47 2026] PUT /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2646] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:47 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2647] 10.0.0.185 () {34 vars in 765 bytes} [Fri May 8 11:55:47 2026] PUT /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2648] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2649] 10.0.0.185 () {34 vars in 787 bytes} [Fri May 8 11:55:48 2026] PUT /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2650] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2651] 10.0.0.185 () {34 vars in 758 bytes} [Fri May 8 11:55:48 2026] PUT /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2652] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2653] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:55:48.267 8 INFO neutron.api.v2.resource [None req-e1ca22de-bfd9-4b18-8da0-b66f9fccf11e b527821421f543ff8e0ac31549464bc5 878630a0d6384ecc9c1ccce97a8b0e00 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1325/2654] 10.0.0.185 () {32 vars in 750 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2655] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 11:55:48 2026] DELETE /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags/red => 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: 1326/2656] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:55:48.412 7 INFO neutron.api.v2.resource [None req-43591b55-c6a8-4ed1-b779-19da68ea3f7a b527821421f543ff8e0ac31549464bc5 878630a0d6384ecc9c1ccce97a8b0e00 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1331/2657] 10.0.0.185 () {32 vars in 753 bytes} [Fri May 8 11:55:48 2026] DELETE /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/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: 1327/2658] 10.0.0.185 () {32 vars in 741 bytes} [Fri May 8 11:55:48 2026] DELETE /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2659] 10.0.0.185 () {32 vars in 738 bytes} [Fri May 8 11:55:48 2026] GET /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2660] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 11:55:48 2026] DELETE /v2.0/subnetpools/d0d29fbe-8dc9-4b94-90d0-1a2cc12483d1 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2661] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:49 2026] GET /v2.0/security-groups?tenant_id=c9e4093fc41443eaa77e57ef9642bf09&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2662] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:49 2026] DELETE /v2.0/security-groups/6bb3ff9e-1943-46ce-ac08-ce5590cbbb19 => 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: 1334/2663] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 11:55:49 2026] GET /v2.0/security-groups?tenant_id=878630a0d6384ecc9c1ccce97a8b0e00&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2664] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 11:55:49 2026] DELETE /v2.0/security-groups/13eaa373-eb9c-4bbd-bbf8-e1602e58bd58 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 11:56:00.668 7 INFO neutron.db.segments_db [None req-1b7100c8-ac1d-4d14-aab5-cdcd72d6c34c f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Added segment 01a5b040-50c1-4204-9d17-cb72de4f3c28 of type vxlan for network 81dad6c4-6ec0-4f32-bdcc-4c17801a9784 [pid: 7|app: 0|req: 1335/2667] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:56:00 2026] POST /v2.0/networks => generated 640 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2668] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:00 2026] POST /v2.0/subnets => generated 657 bytes in 1588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2669] 10.0.0.185 () {32 vars in 721 bytes} [Fri May 8 11:56:02 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2670] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:02 2026] POST /v2.0/subnets => generated 732 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:56:03.252 7 INFO neutron.db.segments_db [None req-509dbc35-614f-4db6-805b-b05fde1f590d f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Added segment 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 of type vxlan for network 3b45f618-dc9e-42e8-9c59-07f820f30731 [pid: 7|app: 0|req: 1337/2671] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:56:03 2026] POST /v2.0/networks => generated 638 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2672] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:03 2026] POST /v2.0/subnets => generated 656 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2673] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:03 2026] POST /v2.0/subnets => generated 726 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:56:04.644 8 INFO neutron.db.segments_db [None req-f8feb366-9cfd-4e70-a2b2-3b8c4d1250c3 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Added segment 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 of type vxlan for network 11010524-a6d2-4cbf-ad6f-1218d942b076 [pid: 8|app: 0|req: 1336/2674] 10.0.0.185 () {34 vars in 669 bytes} [Fri May 8 11:56:04 2026] POST /v2.0/networks => generated 638 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2675] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:04 2026] POST /v2.0/subnets => generated 655 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2676] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:05 2026] POST /v2.0/subnets => generated 730 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:56:05.683 7 INFO neutron.db.segments_db [None req-7416ccdd-db45-4719-b8cd-a3cc7b1f38cb f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Added segment 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 of type vxlan for network 7bfdaeb8-f06a-4e45-bb91-42c6238a825c 2026-05-08 11:56:06.254 7 INFO neutron.db.l3_hamode_db [None req-7416ccdd-db45-4719-b8cd-a3cc7b1f38cb f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 11:56:07.235 7 INFO neutron.db.l3_hamode_db [None req-7416ccdd-db45-4719-b8cd-a3cc7b1f38cb f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1340/2677] 10.0.0.185 () {34 vars in 668 bytes} [Fri May 8 11:56:05 2026] POST /v2.0/routers => generated 685 bytes in 2807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2678] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:56:08 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/add_router_interface => generated 309 bytes in 1448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2679] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:56:09 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/add_router_interface => generated 309 bytes in 1691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2680] 10.0.0.185 () {34 vars in 782 bytes} [Fri May 8 11:56:11 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2681] 10.0.0.185 () {34 vars in 683 bytes} [Fri May 8 11:56:13 2026] POST /v2.0/security-groups => generated 1630 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2682] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2683] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2684] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:13 2026] POST /v2.0/security-group-rules => generated 599 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2685] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2686] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2687] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2688] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2689] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2692] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2693] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2694] 10.0.0.185 () {34 vars in 694 bytes} [Fri May 8 11:56:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2695] 10.0.0.184 () {34 vars in 1095 bytes} [Fri May 8 11:56:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2072921366&fields=id&tenant_id=9603db7282ee43a8969a340035b7d9a3 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2696] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:56:16 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2697] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:56:16 2026] GET /v2.0/quotas/9603db7282ee43a8969a340035b7d9a3 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2698] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:56:16 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&fields=id => generated 287 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2699] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:56:17 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=segments => generated 14 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2700] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:56:17 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1353/2701] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:17 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => 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: 1349/2702] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:56:22 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2703] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:56:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9603db7282ee43a8969a340035b7d9a3 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2704] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:22 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => 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: 1350/2705] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:56:22 2026] POST /v2.0/ports => generated 1183 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2706] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:56:23 2026] PUT /v2.0/ports/63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => generated 1464 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:56:23.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-811acf34-c1ce-4195-a57e-6b92848a7bf7'] response: {'name': 'network-changed', 'server_uuid': '14bef5a1-75f6-4143-a808-8413bee2b10d', 'tag': '63e4b17a-bfa0-432a-8ae4-b1637acd77f2', '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: 1351/2707] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:56:24 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1357/2708] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:56:24 2026] GET /v2.0/networks?tenant_id=9603db7282ee43a8969a340035b7d9a3&shared=False => generated 2376 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2709] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:56:24 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: 7|app: 0|req: 1358/2710] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2711] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.189&port_id=63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => 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: 1359/2712] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A116&port_id=63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2713] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320&id=16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2714] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2715] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2716] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1356/2717] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:56:25 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2718] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:27 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2719] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:56:27 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2722] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:32 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1200 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2723] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:56:32 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2724] 10.0.0.185 () {32 vars in 817 bytes} [Fri May 8 11:56:32 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&mac_address=fa%3A16%3A3e%3A02%3A4d%3Ac1 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:56:33.751 8 INFO neutron.db.l3_db [None req-60bf5f6c-b1ce-4ac7-87d0-6c4e8c686a23 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Floating IP 6cf04587-8bdd-497b-bb63-7efcb5e4b6e0 associated. External IP: 10.96.250.212, port: 63e4b17a-bfa0-432a-8ae4-b1637acd77f2. [pid: 8|app: 0|req: 1360/2725] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:56:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:56:34.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ad7d51e-7a7e-44be-8095-6176f145e83b'] response: {'name': 'network-changed', 'server_uuid': '14bef5a1-75f6-4143-a808-8413bee2b10d', 'tag': '63e4b17a-bfa0-432a-8ae4-b1637acd77f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1366/2726] 10.0.0.184 () {34 vars in 1095 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2072921366&fields=id&tenant_id=9603db7282ee43a8969a340035b7d9a3 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2727] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2728] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/quotas/9603db7282ee43a8969a340035b7d9a3 => 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: 1362/2729] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&fields=id => generated 333 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2730] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2731] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2732] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2733] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 801 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2734] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => 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: 1370/2735] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.189&port_id=63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2736] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A116&port_id=63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => 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: 1371/2737] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320&id=16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2738] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&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: 1372/2739] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:34 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2740] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:56:35 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1373/2741] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:56:35 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1369/2742] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:56:38 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2743] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:56:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9603db7282ee43a8969a340035b7d9a3 => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2744] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:56:39 2026] POST /v2.0/ports => generated 1179 bytes in 636 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: 1371/2745] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:39 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2746] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:56:39 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2747] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:56:39 2026] PUT /v2.0/ports/46075ab9-65cc-4389-b018-bb9469a15af7 => generated 1460 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:56:40.374 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa6df28b-dbb4-4ac0-aac9-557d068fda3f'] response: {'name': 'network-changed', 'server_uuid': '15b8778c-1514-4f48-a503-5a938d0cffcb', 'tag': '46075ab9-65cc-4389-b018-bb9469a15af7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1373/2748] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:56:40 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1463 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1376/2749] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:56:40 2026] GET /v2.0/networks?tenant_id=9603db7282ee43a8969a340035b7d9a3&shared=False => generated 2376 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2750] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:56:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2751] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2752] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.251&port_id=46075ab9-65cc-4389-b018-bb9469a15af7 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2753] 199.19.213.146 () {34 vars in 1101 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6&port_id=46075ab9-65cc-4389-b018-bb9469a15af7 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2754] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/subnets?id=44a87e9d-33ea-41d0-801b-a741c2b1e85a&id=4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2755] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2756] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2757] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2758] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:56:42 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1381/2759] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:56:43 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2760] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:56:43 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2761] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:44 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1194 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2762] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:56:45 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2765] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:56:50 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2766] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:56:50 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2767] 10.0.0.185 () {32 vars in 817 bytes} [Fri May 8 11:56:50 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&mac_address=fa%3A16%3A3e%3Ab1%3A41%3A3c => generated 1196 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:56:51.197 8 INFO neutron.db.l3_db [None req-09461d23-b383-4cfd-a6bf-adba9862a2cb f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Floating IP 276bcca0-95e7-4774-93da-afc1e5d28641 associated. External IP: 10.96.250.209, port: 46075ab9-65cc-4389-b018-bb9469a15af7. [pid: 8|app: 0|req: 1383/2768] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:56:50 2026] POST /v2.0/floatingips => generated 855 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 11:56:51.639 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f3cd771-6a54-4e53-a106-1a72b31fe197'] response: {'name': 'network-changed', 'server_uuid': '15b8778c-1514-4f48-a503-5a938d0cffcb', 'tag': '46075ab9-65cc-4389-b018-bb9469a15af7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1386/2769] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => 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: 1384/2770] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2771] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.251&port_id=46075ab9-65cc-4389-b018-bb9469a15af7 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2772] 199.19.213.146 () {34 vars in 1101 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6&port_id=46075ab9-65cc-4389-b018-bb9469a15af7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2773] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/subnets?id=44a87e9d-33ea-41d0-801b-a741c2b1e85a&id=4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 1414 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2774] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2775] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&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: 1387/2776] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1390/2777] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:56:52 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1388/2778] 10.0.0.242 () {34 vars in 989 bytes} [Fri May 8 11:56:57 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2779] 10.0.0.242 () {34 vars in 1039 bytes} [Fri May 8 11:56:57 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2782] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 11:57:08 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2783] 10.0.0.178 () {30 vars in 689 bytes} [Fri May 8 11:57:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2784] 10.0.0.178 () {30 vars in 691 bytes} [Fri May 8 11:57:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2785] 10.0.0.178 () {30 vars in 667 bytes} [Fri May 8 11:57:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2786] 10.0.0.178 () {30 vars in 703 bytes} [Fri May 8 11:57:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2787] 10.0.0.178 () {28 vars in 438 bytes} [Fri May 8 11:57:10 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2788] 10.0.0.178 () {30 vars in 727 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2789] 10.0.0.178 () {30 vars in 689 bytes} [Fri May 8 11:57:10 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: 1397/2790] 10.0.0.178 () {30 vars in 691 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2791] 10.0.0.178 () {30 vars in 667 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2792] 10.0.0.178 () {30 vars in 703 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2793] 10.0.0.178 () {30 vars in 727 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2794] 10.0.0.178 () {30 vars in 689 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2795] 10.0.0.178 () {30 vars in 691 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2796] 10.0.0.178 () {30 vars in 667 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2797] 10.0.0.178 () {30 vars in 703 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2798] 10.0.0.178 () {30 vars in 729 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2799] 10.0.0.178 () {30 vars in 681 bytes} [Fri May 8 11:57:10 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2800] 10.0.0.178 () {34 vars in 703 bytes} [Fri May 8 11:57:10 2026] POST /v2.0/ports => generated 1132 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2801] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1403/2802] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2803] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2804] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2805] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2806] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2807] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2808] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2809] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:57:14.446 7 INFO neutron.api.v2.resource [None req-98034b46-0340-462b-8324-5c0e5d10118f 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1407/2810] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/security-groups/lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2811] 199.19.213.146 () {30 vars in 784 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/security-groups?name=lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2812] 199.19.213.146 () {34 vars in 735 bytes} [Fri May 8 11:57:14 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2813] 199.19.213.146 () {30 vars in 814 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/security-group-rules?security_group_id=927654fd-ed72-4f47-821b-1704d3d0384f => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2814] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 11:57:14 2026] PUT /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2815] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1410/2816] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:57:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2817] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:57:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2818] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:57:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2819] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:57:15 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2822] 10.0.0.184 () {34 vars in 1015 bytes} [Fri May 8 11:57:22 2026] GET /v2.0/security-groups?id=70a6bcf5-8c90-415f-abd0-2b8879c3d591&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2823] 10.0.0.184 () {34 vars in 981 bytes} [Fri May 8 11:57:22 2026] GET /v2.0/networks?id=d53752bb-3385-49e1-a84a-7f294435556a => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2824] 10.0.0.184 () {34 vars in 964 bytes} [Fri May 8 11:57:22 2026] GET /v2.0/quotas/b3596aa4017d452197d5369126b2cfe3 => generated 291 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2825] 10.0.0.184 () {34 vars in 1001 bytes} [Fri May 8 11:57:22 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2826] 10.0.0.184 () {34 vars in 1007 bytes} [Fri May 8 11:57:22 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1415/2827] 10.0.0.184 () {34 vars in 1107 bytes} [Fri May 8 11:57:22 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1413/2828] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:23 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => 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: 1416/2829] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:23 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => 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: 1414/2830] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:26 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => 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: 1417/2831] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:27 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => 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: 1415/2832] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:57:27 2026] GET /v2.0/networks?id=d53752bb-3385-49e1-a84a-7f294435556a => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2833] 199.19.213.146 () {34 vars in 1049 bytes} [Fri May 8 11:57:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3596aa4017d452197d5369126b2cfe3 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2834] 199.19.213.146 () {38 vars in 954 bytes} [Fri May 8 11:57:27 2026] POST /v2.0/ports => generated 1082 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2835] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:57:27 2026] PUT /v2.0/ports/e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 1243 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:57:28.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ac3cca7-ac45-46d9-9de2-c092385875e1'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': 'e5fce854-f8c0-471d-810d-7bf52d9c275b', '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: 1417/2836] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:57:28 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1246 bytes in 44 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: 1420/2837] 199.19.213.146 () {34 vars in 1017 bytes} [Fri May 8 11:57:28 2026] GET /v2.0/networks?tenant_id=b3596aa4017d452197d5369126b2cfe3&shared=False => generated 735 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2838] 199.19.213.146 () {34 vars in 929 bytes} [Fri May 8 11:57:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2839] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:29 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2840] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:57:29 2026] GET /v2.0/security-groups?id=70a6bcf5-8c90-415f-abd0-2b8879c3d591&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2841] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:29 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2842] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:57:30 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2843] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 11:57:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2844] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:57:30 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2845] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:57:30 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&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: 1422/2846] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:57:30 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2847] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:57:30 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1424/2850] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:32 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2851] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:57:32 2026] GET /v2.0/security-groups?id=70a6bcf5-8c90-415f-abd0-2b8879c3d591&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2852] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:33 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2853] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 11:57:34 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2854] 199.19.213.146 () {34 vars in 1043 bytes} [Fri May 8 11:57:34 2026] GET /v2.0/security-groups?id=70a6bcf5-8c90-415f-abd0-2b8879c3d591&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2855] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:35 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2856] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:57:35 2026] GET /v2.0/security-groups?id=70a6bcf5-8c90-415f-abd0-2b8879c3d591&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2857] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:35 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2858] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:39 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2859] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 11:57:39 2026] GET /v2.0/security-groups?id=70a6bcf5-8c90-415f-abd0-2b8879c3d591&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2860] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 11:57:39 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2867] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:58:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2868] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:58:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2869] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:58:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2870] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:58:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2871] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:15 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2872] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:58:15 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2873] 199.19.213.146 () {34 vars in 716 bytes} [Fri May 8 11:58:15 2026] POST /v2.0/ports => generated 1055 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2874] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:58:16 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1055 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2875] 10.0.0.184 () {34 vars in 906 bytes} [Fri May 8 11:58:16 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2876] 199.19.213.146 () {34 vars in 1261 bytes} [Fri May 8 11:58:17 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2877] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:17 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1438/2878] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:17 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2879] 199.19.213.146 () {34 vars in 974 bytes} [Fri May 8 11:58:17 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2880] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:58:18 2026] GET /v2.0/networks?id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2881] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:58:18 2026] PUT /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1245 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:58:18.506 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f84ab9ab-9a82-41bf-b81a-4f5254b8a040'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': '0f922889-040a-40ad-ba1b-a4c6f8d1b9c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1440/2882] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2883] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/networks?id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2884] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2885] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2886] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2887] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1443/2888] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:19 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1446/2889] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2890] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2891] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2892] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2893] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2894] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2895] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => 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: 1447/2896] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2897] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2898] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1451/2899] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:20 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2900] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:58:24 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1247 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2901] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 11:58:24 2026] PUT /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1272 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:58:25.179 8 INFO neutron.api.v2.resource [None req-6f785a3a-ac19-49f6-b027-fb2c19c017fa 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1450/2902] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/security-groups/lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 11:58:25.186 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78af26b6-8879-4632-981c-e2c2b07c035c'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': '0f922889-040a-40ad-ba1b-a4c6f8d1b9c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1453/2903] 199.19.213.146 () {30 vars in 784 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/security-groups?name=lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2904] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 11:58:25 2026] PUT /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1310 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:58:25.537 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b33495a-914c-4888-bde3-25861c31e8d7'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': '0f922889-040a-40ad-ba1b-a4c6f8d1b9c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1454/2905] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1452/2906] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2907] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2908] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2909] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2910] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2911] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/networks?id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 802 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2912] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2913] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2914] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2915] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2916] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2917] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2918] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2919] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2920] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1459/2921] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2922] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:25 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1460/2923] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2924] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/networks?id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2925] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2926] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2927] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2928] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2929] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:27 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 11:58:32.480 7 INFO neutron.db.l3_db [None req-4a4b2f5d-071e-4b47-9354-3df7437855ea f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Floating IP f5665a07-4776-4866-a30e-7ba518721959 associated. External IP: 10.96.250.206, port: 6b76aa32-084d-4b17-84fe-7c457c692324. [pid: 7|app: 0|req: 1468/2932] 10.0.0.185 () {34 vars in 676 bytes} [Fri May 8 11:58:31 2026] POST /v2.0/floatingips => generated 899 bytes in 1039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2933] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2934] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2935] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2936] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:58:35.705 8 INFO neutron.api.v2.resource [None req-cce2c761-409f-47c9-8957-aa131e8aba81 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1467/2937] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/security-groups/lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2938] 199.19.213.146 () {30 vars in 784 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/security-groups?name=lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2939] 199.19.213.146 () {30 vars in 814 bytes} [Fri May 8 11:58:35 2026] GET /v2.0/security-group-rules?security_group_id=927654fd-ed72-4f47-821b-1704d3d0384f => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2940] 199.19.213.146 () {34 vars in 746 bytes} [Fri May 8 11:58:35 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: 1469/2941] 199.19.213.146 () {34 vars in 746 bytes} [Fri May 8 11:58:35 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: 1473/2942] 10.0.0.178 () {30 vars in 689 bytes} [Fri May 8 11:58:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2943] 10.0.0.178 () {30 vars in 691 bytes} [Fri May 8 11:58:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2944] 10.0.0.178 () {30 vars in 667 bytes} [Fri May 8 11:58:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2945] 10.0.0.178 () {30 vars in 703 bytes} [Fri May 8 11:58:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2946] 10.0.0.178 () {28 vars in 438 bytes} [Fri May 8 11:58:44 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2947] 10.0.0.178 () {30 vars in 727 bytes} [Fri May 8 11:58:45 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 656 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2950] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2951] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2952] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2953] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2954] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2955] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2956] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2957] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2958] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2959] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2960] 199.19.213.146 () {34 vars in 716 bytes} [Fri May 8 11:58:46 2026] POST /v2.0/ports => generated 1324 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2961] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:58:46 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1483/2962] 10.0.0.184 () {34 vars in 906 bytes} [Fri May 8 11:58:47 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2963] 199.19.213.146 () {34 vars in 1261 bytes} [Fri May 8 11:58:48 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2964] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:48 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1481/2965] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:48 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2966] 199.19.213.146 () {34 vars in 974 bytes} [Fri May 8 11:58:48 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1324 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2967] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:58:48 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2968] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:58:48 2026] PUT /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1514 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:58:49.284 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-899719a5-7d13-4204-9437-2b234669199f'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': '165fbc85-28d8-47e4-9904-a09a76f0ce3a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1483/2969] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:58:49 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4092 bytes in 44 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: 1487/2970] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:58:49 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2971] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.83&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2972] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bd&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2973] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:58:49 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320&id=16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2974] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:49 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2975] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:50 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2976] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:50 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2977] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:50 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2978] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4092 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2979] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2980] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2981] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2982] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2983] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2984] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2985] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2986] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2987] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2988] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1493/2989] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.83&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2990] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bd&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => 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: 1494/2991] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320&id=16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2992] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2993] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2994] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1496/2995] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:58:51 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2996] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2997] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2998] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2999] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/subnets/16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3000] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3001] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3002] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3003] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3004] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3005] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3006] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3007] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3008] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3009] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3010] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:58:56 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3013] 10.0.0.178 () {30 vars in 689 bytes} [Fri May 8 11:59:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3014] 10.0.0.178 () {30 vars in 691 bytes} [Fri May 8 11:59:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3015] 10.0.0.178 () {30 vars in 667 bytes} [Fri May 8 11:59:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3016] 10.0.0.178 () {30 vars in 703 bytes} [Fri May 8 11:59:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3017] 10.0.0.178 () {28 vars in 438 bytes} [Fri May 8 11:59:06 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3018] 10.0.0.178 () {30 vars in 727 bytes} [Fri May 8 11:59:06 2026] GET /v2.0/subnets/4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3019] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3020] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3021] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3022] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3023] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3024] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/subnets/4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3025] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3026] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3027] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3028] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3029] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3030] 199.19.213.146 () {34 vars in 716 bytes} [Fri May 8 11:59:08 2026] POST /v2.0/ports => generated 1324 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3031] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:59:09 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1518/3032] 199.19.213.146 () {34 vars in 1261 bytes} [Fri May 8 11:59:10 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3033] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:10 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1519/3034] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:10 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3035] 199.19.213.146 () {34 vars in 974 bytes} [Fri May 8 11:59:11 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3036] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:59:11 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3037] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:59:11 2026] PUT /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1514 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:59:11.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf2e3c2b-d9b0-481c-bd26-584046b65579'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': 'd260139a-eb3b-4c36-887b-19d3c2b6877f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1521/3038] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 5600 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1518/3039] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3040] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.90&port_id=d260139a-eb3b-4c36-887b-19d3c2b6877f => 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: 1519/3041] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27&port_id=d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3042] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/subnets?id=44a87e9d-33ea-41d0-801b-a741c2b1e85a&id=4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3043] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3044] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3045] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1525/3046] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:12 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3047] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:13 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 5600 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3048] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 11:59:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => 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: 1523/3049] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3050] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&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: 1524/3051] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1528/3052] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3053] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3054] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3055] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3056] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3057] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3058] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.83&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3059] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3bd&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3060] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320&id=16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3061] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3062] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3063] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1534/3064] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1531/3065] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.90&port_id=d260139a-eb3b-4c36-887b-19d3c2b6877f => 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: 1535/3066] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27&port_id=d260139a-eb3b-4c36-887b-19d3c2b6877f => 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: 1532/3067] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/subnets?id=44a87e9d-33ea-41d0-801b-a741c2b1e85a&id=4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 1414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3068] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3069] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3070] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3071] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:14 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1536/3074] 10.0.0.184 () {34 vars in 970 bytes} [Fri May 8 11:59:18 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3075] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:18 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3076] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:18 2026] GET /v2.0/subnets/4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3077] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:18 2026] GET /v2.0/subnets/44a87e9d-33ea-41d0-801b-a741c2b1e85a => generated 748 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3078] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:18 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3079] 199.19.213.146 () {34 vars in 789 bytes} [Fri May 8 11:59:19 2026] PUT /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1251 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:59:19.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a039f165-164d-4b3f-ace2-1a3b4312ea98'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': '165fbc85-28d8-47e4-9904-a09a76f0ce3a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1539/3080] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 798 bytes in 52 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: 1542/3081] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3082] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3083] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3084] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3085] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3086] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3087] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3088] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3089] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3090] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3091] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3092] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3093] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 5373 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3094] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3095] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.83&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3096] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:20 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3097] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:20 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3098] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:20 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1551/3099] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:20 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1549/3100] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3101] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3102] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3103] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3106] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3107] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 5373 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3108] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3109] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3110] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3111] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3112] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:30 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3113] 199.19.213.146 () {34 vars in 789 bytes} [Fri May 8 11:59:30 2026] PUT /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1307 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:59:31.324 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-78782abf-c28f-452a-a5fe-d1b640ffd89b'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': 'd260139a-eb3b-4c36-887b-19d3c2b6877f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1555/3114] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 798 bytes in 50 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: 1560/3115] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/subnets/44a87e9d-33ea-41d0-801b-a741c2b1e85a => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3116] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3117] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 11:59:31 2026] PUT /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1080 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3118] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1562/3119] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3120] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3121] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 801 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3122] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3123] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:31 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1560/3124] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:32 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1565/3125] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:32 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:59:33.362 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2081fe3c-0a37-448b-bb06-97980d8241d3'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': 'd260139a-eb3b-4c36-887b-19d3c2b6877f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1561/3126] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:33 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3127] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:59:33 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3128] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:33 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1567/3129] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:34 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1563/3130] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:34 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 4973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3131] 199.19.213.146 () {34 vars in 974 bytes} [Fri May 8 11:59:34 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3132] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:59:34 2026] GET /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3133] 199.19.213.146 () {34 vars in 1015 bytes} [Fri May 8 11:59:34 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3134] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:59:34 2026] PUT /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 917 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3135] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:59:35.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-328028ae-fc85-47de-9d51-6c6a0f6e1fea 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: d260139a-eb3b-4c36-887b-19d3c2b6877f 2026-05-08 11:59:35.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-328028ae-fc85-47de-9d51-6c6a0f6e1fea 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: d260139a-eb3b-4c36-887b-19d3c2b6877f [pid: 8|app: 0|req: 1566/3136] 199.19.213.146 () {32 vars in 758 bytes} [Fri May 8 11:59:35 2026] DELETE /v2.0/ports/d260139a-eb3b-4c36-887b-19d3c2b6877f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3137] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3138] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3139] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3140] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3141] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3142] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3143] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3144] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3145] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3146] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3147] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:35 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3148] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3865 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3149] 199.19.213.146 () {34 vars in 1225 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks?id=d53752bb-3385-49e1-a84a-7f294435556a&id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&id=3b45f618-dc9e-42e8-9c59-07f820f30731&id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 3097 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3150] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3151] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3152] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&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: 1579/3153] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1575/3154] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1580/3155] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3156] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3157] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3158] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1582/3159] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?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: 1578/3160] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.83&port_id=165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3161] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3162] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3163] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3164] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:36 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1585/3165] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3166] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3167] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3168] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3169] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3170] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3171] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3172] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3173] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3174] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1287 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3175] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 11:59:42 2026] PUT /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1080 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 11:59:42.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cb0dd9c-53cb-4035-aa74-26f9d21dd940'] response: {'name': 'network-changed', 'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'tag': '165fbc85-28d8-47e4-9904-a09a76f0ce3a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1586/3176] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 798 bytes in 49 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: 1591/3177] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3178] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:42 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3179] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:43 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3180] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 11:59:43 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3181] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:43 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1589/3182] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:43 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3183] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:43 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3184] 199.19.213.146 () {34 vars in 974 bytes} [Fri May 8 11:59:44 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3185] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 11:59:44 2026] GET /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3186] 199.19.213.146 () {34 vars in 1015 bytes} [Fri May 8 11:59:44 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3187] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:44 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3188] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 11:59:44 2026] PUT /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 917 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3191] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 11:59:45 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 11:59:46.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-7099daec-7d52-4fe5-89f4-1b827cf7ff6a 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 165fbc85-28d8-47e4-9904-a09a76f0ce3a 2026-05-08 11:59:46.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7099daec-7d52-4fe5-89f4-1b827cf7ff6a 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 165fbc85-28d8-47e4-9904-a09a76f0ce3a [pid: 8|app: 0|req: 1594/3192] 199.19.213.146 () {32 vars in 758 bytes} [Fri May 8 11:59:45 2026] DELETE /v2.0/ports/165fbc85-28d8-47e4-9904-a09a76f0ce3a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3193] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3194] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3195] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3196] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3197] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3198] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3199] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3200] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3201] 199.19.213.146 () {30 vars in 742 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3202] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3203] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3204] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3205] 199.19.213.146 () {34 vars in 1145 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/networks?id=d53752bb-3385-49e1-a84a-7f294435556a&id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3206] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3207] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3208] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3209] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3210] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1608/3211] 199.19.213.146 () {34 vars in 1055 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3212] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 11:59:46 2026] GET /v2.0/subnets?id=75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3213] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 11:59:47 2026] GET /v2.0/ports?network_id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784&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: 1605/3214] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 11:59:47 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3215] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 11:59:47 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3216] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3217] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3218] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3219] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 11:59:57.465 8 INFO neutron.api.v2.resource [None req-f831b0c3-a267-4421-b4e3-6921a0e191a7 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3220] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/security-groups/lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3221] 199.19.213.146 () {30 vars in 784 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/security-groups?name=lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3222] 199.19.213.146 () {30 vars in 814 bytes} [Fri May 8 11:59:57 2026] GET /v2.0/security-group-rules?security_group_id=927654fd-ed72-4f47-821b-1704d3d0384f => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3223] 199.19.213.146 () {32 vars in 788 bytes} [Fri May 8 11:59:57 2026] DELETE /v2.0/security-group-rules/d8a13ddd-6452-4d14-9054-c82654f2a606 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3224] 199.19.213.146 () {32 vars in 788 bytes} [Fri May 8 11:59:57 2026] DELETE /v2.0/security-group-rules/fefaa8ca-0a78-4c8a-97dc-6a914c092cd0 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:01.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-98e77b14-1d07-4a35-9d59-e2ebbb958b97 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: f3ca619e-e525-49fe-87bd-ecc9f330182f 2026-05-08 12:00:01.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98e77b14-1d07-4a35-9d59-e2ebbb958b97 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: f3ca619e-e525-49fe-87bd-ecc9f330182f 2026-05-08 12:00:01.701 8 INFO neutron.db.l3_db [None req-98e77b14-1d07-4a35-9d59-e2ebbb958b97 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Floating IP f5665a07-4776-4866-a30e-7ba518721959 disassociated (deleted). External IP: 10.96.250.206, port: 6b76aa32-084d-4b17-84fe-7c457c692324. [pid: 8|app: 0|req: 1612/3227] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 12:00:01 2026] DELETE /v2.0/floatingips/f5665a07-4776-4866-a30e-7ba518721959 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:02.088 7 INFO neutron.api.v2.resource [None req-abdad33f-3d47-4910-b0cb-4e64da4da396 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3228] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 12:00:02 2026] GET /v2.0/floatingips/f5665a07-4776-4866-a30e-7ba518721959 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3229] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 12:00:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3230] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3231] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3232] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 12:00:03.057 8 INFO neutron.api.v2.resource [None req-55bcfa20-6c6f-440f-8937-8291514f3f31 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3233] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/security-groups/lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3234] 199.19.213.146 () {30 vars in 784 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/security-groups?name=lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3235] 199.19.213.146 () {30 vars in 814 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/security-group-rules?security_group_id=927654fd-ed72-4f47-821b-1704d3d0384f => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3236] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3237] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3238] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3239] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3240] 199.19.213.146 () {30 vars in 740 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3241] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3242] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3243] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 12:00:03 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3244] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 12:00:04 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3245] 199.19.213.146 () {34 vars in 974 bytes} [Fri May 8 12:00:05 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1346 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3246] 199.19.213.146 () {34 vars in 1059 bytes} [Fri May 8 12:00:05 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3247] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 12:00:05 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 2586 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3248] 199.19.213.146 () {34 vars in 1015 bytes} [Fri May 8 12:00:05 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3249] 199.19.213.146 () {34 vars in 910 bytes} [Fri May 8 12:00:05 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: 1624/3250] 199.19.213.146 () {38 vars in 1027 bytes} [Fri May 8 12:00:05 2026] PUT /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1147 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3251] 199.19.213.146 () {30 vars in 768 bytes} [Fri May 8 12:00:06 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1625/3252] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 12:00:06 2026] PUT /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1086 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3253] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 1086 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 12:00:07.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-a48487c2-3a1b-4cf7-a6ed-0e4649ac7741 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 2026-05-08 12:00:07.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a48487c2-3a1b-4cf7-a6ed-0e4649ac7741 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 [pid: 8|app: 0|req: 1626/3254] 199.19.213.146 () {32 vars in 758 bytes} [Fri May 8 12:00:07 2026] DELETE /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3255] 199.19.213.146 () {30 vars in 702 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3256] 199.19.213.146 () {30 vars in 704 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3257] 199.19.213.146 () {30 vars in 680 bytes} [Fri May 8 12:00: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: 8|app: 0|req: 1628/3258] 199.19.213.146 () {30 vars in 716 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 12:00:07.621 7 INFO neutron.pecan_wsgi.hooks.translation [None req-699e0b55-6c55-4158-b355-4963f9a32dd1 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3259] 199.19.213.146 () {32 vars in 758 bytes} [Fri May 8 12:00:07 2026] DELETE /v2.0/ports/0f922889-040a-40ad-ba1b-a4c6f8d1b9c3 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3260] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 12:00:07.681 7 INFO neutron.api.v2.resource [None req-afa427ab-12cd-4b92-9b39-bfdc991db6d6 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3261] 199.19.213.146 () {30 vars in 762 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/security-groups/lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3262] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/ports?tenant_id=b3596aa4017d452197d5369126b2cfe3&device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3263] 199.19.213.146 () {30 vars in 784 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/security-groups?name=lb-ad7a6966-03bc-4488-8293-414d635a5eee => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3264] 199.19.213.146 () {34 vars in 1065 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/networks?id=d53752bb-3385-49e1-a84a-7f294435556a&id=81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 1523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3265] 199.19.213.146 () {30 vars in 736 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3266] 199.19.213.146 () {34 vars in 1061 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.210&port_id=e5fce854-f8c0-471d-810d-7bf52d9c275b => 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: 1633/3267] 199.19.213.146 () {34 vars in 983 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/subnets?id=1ec15a5b-6b84-4c50-bc9f-c5275adaddf2 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3268] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/ports?network_id=d53752bb-3385-49e1-a84a-7f294435556a&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: 1635/3269] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3270] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 12:00:07 2026] GET /v2.0/networks/d53752bb-3385-49e1-a84a-7f294435556a?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: 1635/3271] 199.19.213.146 () {34 vars in 788 bytes} [Fri May 8 12:00:07 2026] PUT /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 1094 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3272] 199.19.213.146 () {32 vars in 778 bytes} [Fri May 8 12:00:08 2026] DELETE /v2.0/security-groups/927654fd-ed72-4f47-821b-1704d3d0384f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:08.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b58f931-d874-445e-bacd-031618b3320b 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: 6b76aa32-084d-4b17-84fe-7c457c692324 2026-05-08 12:00:08.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b58f931-d874-445e-bacd-031618b3320b 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: 6b76aa32-084d-4b17-84fe-7c457c692324 [pid: 7|app: 0|req: 1636/3273] 199.19.213.146 () {32 vars in 758 bytes} [Fri May 8 12:00:08 2026] DELETE /v2.0/ports/6b76aa32-084d-4b17-84fe-7c457c692324 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3274] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 12:00:11 2026] GET /v2.0/ports?device_id=21e4736a-cecd-46d5-b462-1c584f41c4fe => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 12:00:11.370 7 INFO neutron_taas.services.taas.taas_plugin [req-4b6948ec-c1cd-45a0-993b-ad78b3e1a3a3 req-82443c45-b001-455f-9a3a-ca55d11e9da8 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] TaaS: Handle Delete Port: e5fce854-f8c0-471d-810d-7bf52d9c275b 2026-05-08 12:00:11.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4b6948ec-c1cd-45a0-993b-ad78b3e1a3a3 req-82443c45-b001-455f-9a3a-ca55d11e9da8 0070d7d7d2584633a70821454d9885a5 b3596aa4017d452197d5369126b2cfe3 - - default default] Tap Mirror: Handle Delete Port: e5fce854-f8c0-471d-810d-7bf52d9c275b [pid: 7|app: 0|req: 1637/3275] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 12:00:11 2026] DELETE /v2.0/ports/e5fce854-f8c0-471d-810d-7bf52d9c275b => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:11.622 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6642b47-8a86-4d92-9c53-9944f431f6a5'] response: {'server_uuid': '21e4736a-cecd-46d5-b462-1c584f41c4fe', 'name': 'network-vif-deleted', 'tag': 'e5fce854-f8c0-471d-810d-7bf52d9c275b', 'status': 'completed', 'code': 200} 2026-05-08 12:00:12.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cee58bc-b659-4563-b8e8-98653fbc8277 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 06b48bb7-6cf5-4902-b0a0-ece64d526aa0 2026-05-08 12:00:12.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cee58bc-b659-4563-b8e8-98653fbc8277 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 06b48bb7-6cf5-4902-b0a0-ece64d526aa0 2026-05-08 12:00:12.665 8 INFO neutron.db.l3_db [None req-5cee58bc-b659-4563-b8e8-98653fbc8277 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Floating IP 276bcca0-95e7-4774-93da-afc1e5d28641 disassociated (deleted). External IP: 10.96.250.209, port: 46075ab9-65cc-4389-b018-bb9469a15af7. [pid: 8|app: 0|req: 1639/3276] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 12:00:12 2026] DELETE /v2.0/floatingips/276bcca0-95e7-4774-93da-afc1e5d28641 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:12.967 7 INFO neutron.api.v2.resource [None req-c763e451-46f5-41f1-99f0-c0c377f23908 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3277] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 12:00:12 2026] GET /v2.0/floatingips/276bcca0-95e7-4774-93da-afc1e5d28641 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:13.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb5cac91-71c1-41ec-9b98-149b787b6fe0'] response: {'name': 'network-changed', 'server_uuid': '15b8778c-1514-4f48-a503-5a938d0cffcb', 'tag': '46075ab9-65cc-4389-b018-bb9469a15af7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1640/3278] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1196 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3279] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3280] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1465 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3281] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/networks?id=11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3282] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.251&port_id=46075ab9-65cc-4389-b018-bb9469a15af7 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3283] 199.19.213.146 () {34 vars in 1101 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6&port_id=46075ab9-65cc-4389-b018-bb9469a15af7 => 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: 1643/3284] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/subnets?id=44a87e9d-33ea-41d0-801b-a741c2b1e85a&id=4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 1414 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3285] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3286] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/ports?network_id=11010524-a6d2-4cbf-ad6f-1218d942b076&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3287] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3288] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 12:00:13 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076?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: 1644/3289] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 12:00:15 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 1194 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 12:00:15.764 8 INFO neutron_taas.services.taas.taas_plugin [req-e23d5b41-a433-4b67-a524-1472ec3589eb req-65af9567-8717-4b43-a096-adfea349d11f f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 46075ab9-65cc-4389-b018-bb9469a15af7 2026-05-08 12:00:15.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e23d5b41-a433-4b67-a524-1472ec3589eb req-65af9567-8717-4b43-a096-adfea349d11f f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 46075ab9-65cc-4389-b018-bb9469a15af7 [pid: 8|app: 0|req: 1646/3292] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 12:00:15 2026] DELETE /v2.0/ports/46075ab9-65cc-4389-b018-bb9469a15af7 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:16.001 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80e76a67-8351-4350-9996-4a216c9a7830'] response: {'server_uuid': '15b8778c-1514-4f48-a503-5a938d0cffcb', 'name': 'network-vif-deleted', 'tag': '46075ab9-65cc-4389-b018-bb9469a15af7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1647/3293] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 12:00:18 2026] GET /v2.0/ports?device_id=15b8778c-1514-4f48-a503-5a938d0cffcb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 12:00:23.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-adc71ed2-1b1a-4875-b9be-8a3904c411d6 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 6b770bbc-3391-4e20-a6c3-a5b2d6484e5f 2026-05-08 12:00:23.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adc71ed2-1b1a-4875-b9be-8a3904c411d6 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 6b770bbc-3391-4e20-a6c3-a5b2d6484e5f 2026-05-08 12:00:23.868 8 INFO neutron.db.l3_db [None req-adc71ed2-1b1a-4875-b9be-8a3904c411d6 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Floating IP 6cf04587-8bdd-497b-bb63-7efcb5e4b6e0 disassociated (deleted). External IP: 10.96.250.212, port: 63e4b17a-bfa0-432a-8ae4-b1637acd77f2. [pid: 8|app: 0|req: 1647/3294] 10.0.0.185 () {32 vars in 731 bytes} [Fri May 8 12:00:23 2026] DELETE /v2.0/floatingips/6cf04587-8bdd-497b-bb63-7efcb5e4b6e0 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:24.205 7 INFO neutron.api.v2.resource [None req-57e2cc9c-60c5-49c8-ae39-6d0d17c98f0e f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3295] 10.0.0.185 () {32 vars in 728 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/floatingips/6cf04587-8bdd-497b-bb63-7efcb5e4b6e0 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:24.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a552ebd6-750c-465e-a89d-f71215df82bd'] response: {'name': 'network-changed', 'server_uuid': '14bef5a1-75f6-4143-a808-8413bee2b10d', 'tag': '63e4b17a-bfa0-432a-8ae4-b1637acd77f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1648/3296] 199.19.213.146 () {34 vars in 1079 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/ports?tenant_id=9603db7282ee43a8969a340035b7d9a3&device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3297] 199.19.213.146 () {34 vars in 985 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/networks?id=3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3298] 199.19.213.146 () {34 vars in 1057 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.189&port_id=63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3299] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3300] 199.19.213.146 () {34 vars in 1103 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A116&port_id=63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3301] 199.19.213.146 () {34 vars in 1063 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/subnets?id=7eb51419-a1c5-4b05-b972-c72322f4a320&id=16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3302] 10.0.0.184 () {34 vars in 1039 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/security-groups?id=82db5cf7-3a0e-4757-838e-4e86c3fb0f5d&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3303] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&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: 1651/3304] 199.19.213.146 () {34 vars in 1051 bytes} [Fri May 8 12:00:24 2026] GET /v2.0/ports?network_id=3b45f618-dc9e-42e8-9c59-07f820f30731&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3305] 199.19.213.146 () {34 vars in 1011 bytes} [Fri May 8 12:00:25 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?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: 1652/3306] 199.19.213.146 () {34 vars in 1111 bytes} [Fri May 8 12:00:25 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3307] 199.19.213.146 () {34 vars in 993 bytes} [Fri May 8 12:00:27 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 12:00:27.243 8 INFO neutron_taas.services.taas.taas_plugin [req-8da233f5-d83d-4c30-9f9a-f3e366d7a644 req-5851da16-8cef-4412-994e-542b3cf51715 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 63e4b17a-bfa0-432a-8ae4-b1637acd77f2 2026-05-08 12:00:27.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8da233f5-d83d-4c30-9f9a-f3e366d7a644 req-5851da16-8cef-4412-994e-542b3cf51715 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 63e4b17a-bfa0-432a-8ae4-b1637acd77f2 [pid: 8|app: 0|req: 1653/3308] 199.19.213.146 () {36 vars in 996 bytes} [Fri May 8 12:00:27 2026] DELETE /v2.0/ports/63e4b17a-bfa0-432a-8ae4-b1637acd77f2 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:27.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe418489-ce31-4178-b90d-ba34c6c1706d'] response: {'server_uuid': '14bef5a1-75f6-4143-a808-8413bee2b10d', 'name': 'network-vif-deleted', 'tag': '63e4b17a-bfa0-432a-8ae4-b1637acd77f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1656/3309] 10.0.0.184 () {34 vars in 989 bytes} [Fri May 8 12:00:30 2026] GET /v2.0/ports?device_id=14bef5a1-75f6-4143-a808-8413bee2b10d => 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: 1658/3312] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:35 2026] DELETE /v2.0/security-group-rules/3a5646e0-6f7f-4bbc-bf9b-8d395bd013c9 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:35.352 8 INFO neutron.api.v2.resource [None req-45a5b7ed-77d7-4a62-af66-ec46a0688ae5 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3313] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:35 2026] GET /v2.0/security-group-rules/3a5646e0-6f7f-4bbc-bf9b-8d395bd013c9 => 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: 1659/3314] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:35 2026] DELETE /v2.0/security-group-rules/1be56d01-5b91-45fa-a5aa-2378662c0a9b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:35.505 8 INFO neutron.api.v2.resource [None req-e0f35e35-98e0-4607-90a0-b53af736cae3 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3315] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:35 2026] GET /v2.0/security-group-rules/1be56d01-5b91-45fa-a5aa-2378662c0a9b => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3316] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:35 2026] DELETE /v2.0/security-group-rules/497c42e7-9881-4007-a3d3-fd3750b408e3 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:35.699 8 INFO neutron.api.v2.resource [None req-f04c8781-74b1-4606-9b4d-30b36afd8d62 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3317] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:35 2026] GET /v2.0/security-group-rules/497c42e7-9881-4007-a3d3-fd3750b408e3 => 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: 1661/3318] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:35 2026] DELETE /v2.0/security-group-rules/0eb3a372-1313-4111-8da1-b2ed4d1d239b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:35.802 8 INFO neutron.api.v2.resource [None req-0e39635b-ac41-4647-b871-c36b7ec06444 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3319] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:35 2026] GET /v2.0/security-group-rules/0eb3a372-1313-4111-8da1-b2ed4d1d239b => 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: 1662/3320] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:35 2026] DELETE /v2.0/security-group-rules/5bdb0a56-d447-4dba-a2c1-17caab3e83a6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:35.953 8 INFO neutron.api.v2.resource [None req-bc870e45-13e5-40aa-9351-d32fb7bbde30 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3321] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:35 2026] GET /v2.0/security-group-rules/5bdb0a56-d447-4dba-a2c1-17caab3e83a6 => 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: 1663/3322] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:35 2026] DELETE /v2.0/security-group-rules/eee21383-3c05-4193-96bb-a64480a1decd => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.077 8 INFO neutron.api.v2.resource [None req-a0456c1a-607e-404b-8a2a-de048f8104df f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1660/3323] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-group-rules/eee21383-3c05-4193-96bb-a64480a1decd => 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: 1664/3324] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:36 2026] DELETE /v2.0/security-group-rules/5166592c-a3b8-4678-bad3-8660ed4c10d6 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.182 8 INFO neutron.api.v2.resource [None req-421d7835-7672-4db1-a20e-4dc521fdcbe7 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3325] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-group-rules/5166592c-a3b8-4678-bad3-8660ed4c10d6 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3326] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:36 2026] DELETE /v2.0/security-group-rules/4bc0e95a-9035-4c42-9bfa-249399e2353c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.318 8 INFO neutron.api.v2.resource [None req-34871630-219b-4a8b-a5e1-831824e1cf64 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3327] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-group-rules/4bc0e95a-9035-4c42-9bfa-249399e2353c => 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: 1666/3328] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:36 2026] DELETE /v2.0/security-group-rules/254fc113-28d0-4619-9fab-0e8d7f7f75d4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.440 8 INFO neutron.api.v2.resource [None req-a4733481-6f1c-4f75-833e-430eaa438fbc f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3329] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-group-rules/254fc113-28d0-4619-9fab-0e8d7f7f75d4 => 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: 1667/3330] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:36 2026] DELETE /v2.0/security-group-rules/82a3b47c-e7ed-476d-a1a3-3e24f46f5a62 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.593 8 INFO neutron.api.v2.resource [None req-91bcfaa8-ccdd-4af5-8e63-6e5940cd193c f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3331] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-group-rules/82a3b47c-e7ed-476d-a1a3-3e24f46f5a62 => 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: 1668/3332] 10.0.0.185 () {32 vars in 749 bytes} [Fri May 8 12:00:36 2026] DELETE /v2.0/security-group-rules/8e664e7b-5e23-457f-b16f-d910d9c6fa6a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.765 8 INFO neutron.api.v2.resource [None req-14742725-386f-4427-a640-70b780f5aa1e f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3333] 10.0.0.185 () {32 vars in 746 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-group-rules/8e664e7b-5e23-457f-b16f-d910d9c6fa6a => 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: 1669/3334] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:36 2026] DELETE /v2.0/security-groups/82db5cf7-3a0e-4757-838e-4e86c3fb0f5d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:36.948 8 INFO neutron.api.v2.resource [None req-39731f9b-7e83-4c71-9053-552c015edd87 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1666/3335] 10.0.0.185 () {32 vars in 736 bytes} [Fri May 8 12:00:36 2026] GET /v2.0/security-groups/82db5cf7-3a0e-4757-838e-4e86c3fb0f5d => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:37.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-384a5baa-2b46-4692-a6ce-a8e5d3a59a44 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 0ddd3ad5-cdd9-4a0c-812b-9dc6853f2937 2026-05-08 12:00:37.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-384a5baa-2b46-4692-a6ce-a8e5d3a59a44 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 0ddd3ad5-cdd9-4a0c-812b-9dc6853f2937 [pid: 7|app: 0|req: 1670/3336] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 12:00:37 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/remove_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 12:00:38.431 8 INFO neutron.api.v2.resource [None req-f561984b-425d-4937-9a1f-1fb536a1d2e7 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1667/3337] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 12:00:38 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/remove_router_interface => generated 198 bytes in 204 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:38.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-a042fd2c-8454-4296-ade0-0bff3b69ff04 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: b53a15ae-b2f3-4bc5-bb72-e631e2f2acae 2026-05-08 12:00:38.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a042fd2c-8454-4296-ade0-0bff3b69ff04 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: b53a15ae-b2f3-4bc5-bb72-e631e2f2acae [pid: 7|app: 0|req: 1671/3338] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 12:00:38 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 12:00:39.595 8 INFO neutron.api.v2.resource [None req-ae78e878-c574-4d93-9937-d5d08c4a68eb f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3339] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 12:00:39 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/remove_router_interface => generated 198 bytes in 184 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:39.997 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c1203ce-e2a0-408b-8e78-3b0389f1e0d4 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: c1fc30c0-0568-411a-889f-c578f7179084 2026-05-08 12:00:40.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c1203ce-e2a0-408b-8e78-3b0389f1e0d4 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: c1fc30c0-0568-411a-889f-c578f7179084 [pid: 7|app: 0|req: 1672/3340] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 12:00:39 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 12:00:41.211 8 INFO neutron.api.v2.resource [None req-e2ac805d-3689-4e0b-aad3-643a10111fba f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3341] 10.0.0.185 () {34 vars in 788 bytes} [Fri May 8 12:00:40 2026] PUT /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865/remove_router_interface => generated 198 bytes in 655 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:41.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0f77ea7-8f44-4546-a423-a9b6d4fdce20 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 38e1a9ac-c693-46dc-a1d5-e73ac3135be9 2026-05-08 12:00:41.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0f77ea7-8f44-4546-a423-a9b6d4fdce20 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 38e1a9ac-c693-46dc-a1d5-e73ac3135be9 2026-05-08 12:00:41.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0f77ea7-8f44-4546-a423-a9b6d4fdce20 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: f779c849-5140-41c9-aa78-395556a4f7cf 2026-05-08 12:00:41.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0f77ea7-8f44-4546-a423-a9b6d4fdce20 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: f779c849-5140-41c9-aa78-395556a4f7cf 2026-05-08 12:00:42.449 7 INFO neutron.db.l3_hamode_db [None req-c0f77ea7-8f44-4546-a423-a9b6d4fdce20 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] HA network 7bfdaeb8-f06a-4e45-bb91-42c6238a825c was deleted as no HA routers are present in tenant 9603db7282ee43a8969a340035b7d9a3. [pid: 7|app: 0|req: 1673/3342] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:41 2026] DELETE /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865 => generated 0 bytes in 1238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 12:00:42.461 7 INFO neutron.services.segments.plugin [-] Segment 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 resource provider aggregate not found 2026-05-08 12:00:42.477 7 INFO neutron.services.segments.plugin [-] Segment 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 resource provider aggregate not found 2026-05-08 12:00:42.489 8 INFO neutron.api.v2.resource [None req-6dbd9fc0-ac3d-47d7-88c4-3309cc859658 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3343] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:42 2026] GET /v2.0/routers/cbbf25d8-1210-4724-98cd-6a06d1c29865 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:42.492 7 INFO neutron.services.segments.plugin [-] Segment 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 found for delete ", "request_id": "req-b1b910b5-b700-44e3-96e0-20a4fadd126e"}]} 2026-05-08 12:00:42.497 7 INFO neutron.services.segments.plugin [-] Segment 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fddeec7-08a8-4c42-9a90-c47e3e3374d4 found for delete ", "request_id": "req-1cecf9ee-3cc2-4d26-a18a-518bc30f66f0"}]} [pid: 7|app: 0|req: 1674/3344] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:42 2026] DELETE /v2.0/subnets/44a87e9d-33ea-41d0-801b-a741c2b1e85a => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:42.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67425910-0c82-4053-afb0-9f2310b41566 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3345] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:42 2026] GET /v2.0/subnets/44a87e9d-33ea-41d0-801b-a741c2b1e85a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3346] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:42 2026] DELETE /v2.0/subnets/4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:42.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0093685f-18dd-4988-afee-935404c547fb f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1672/3347] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:42 2026] GET /v2.0/subnets/4a7847f9-5c36-485d-8c28-eb27bd719482 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:43.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9f69646-147d-4e56-80f5-db507b60c126 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 55584f5d-29a8-4e38-a9f0-a3f15db442b9 2026-05-08 12:00:43.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9f69646-147d-4e56-80f5-db507b60c126 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 55584f5d-29a8-4e38-a9f0-a3f15db442b9 [pid: 7|app: 0|req: 1676/3348] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 12:00:42 2026] DELETE /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:43.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d4ba5da-65be-4807-99cd-78ecb9bf5d87 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1673/3349] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 12:00:43 2026] GET /v2.0/networks/11010524-a6d2-4cbf-ad6f-1218d942b076 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3350] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:43 2026] DELETE /v2.0/subnets/16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:43.612 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8e93e1e-299f-4ecf-ae4e-8863bf735fc2 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1674/3351] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:43 2026] GET /v2.0/subnets/16424bf4-8150-4ba2-9ea2-2b99ff850463 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3352] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:43 2026] DELETE /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:43.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a840f884-0557-4a8c-b53a-e46c414ed0d7 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3353] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:43 2026] GET /v2.0/subnets/7eb51419-a1c5-4b05-b972-c72322f4a320 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:43.935 7 INFO neutron_taas.services.taas.taas_plugin [None req-07850b07-21c1-4741-8bbf-9e95ec671b3a f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: b000f847-3f7f-4c31-9b77-00a4c68c9de4 2026-05-08 12:00:43.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07850b07-21c1-4741-8bbf-9e95ec671b3a f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: b000f847-3f7f-4c31-9b77-00a4c68c9de4 [pid: 7|app: 0|req: 1679/3354] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 12:00:43 2026] DELETE /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:44.206 8 INFO neutron.pecan_wsgi.hooks.translation [None req-568a00e8-d9f0-473a-bf06-4b1fb8df2be7 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3355] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 12:00:44 2026] GET /v2.0/networks/3b45f618-dc9e-42e8-9c59-07f820f30731 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3356] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:44 2026] DELETE /v2.0/subnets/68992cff-6b06-4eac-af03-89f26b0bd731 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:44.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e119e36-50f5-44ac-95c8-bf7ce0fe656e f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1677/3357] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:44 2026] GET /v2.0/subnets/68992cff-6b06-4eac-af03-89f26b0bd731 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:44.532 7 INFO neutron.services.segments.plugin [-] Segment 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 resource provider aggregate not found 2026-05-08 12:00:44.536 7 INFO neutron.services.segments.plugin [-] Segment 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 resource provider aggregate not found 2026-05-08 12:00:44.553 7 INFO neutron.services.segments.plugin [-] Segment 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 found for delete ", "request_id": "req-149daca7-6cc7-47af-a2e0-e6f1a96671c3"}]} 2026-05-08 12:00:44.560 7 INFO neutron.services.segments.plugin [-] Segment 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea5bba6-84d8-47e6-a1ee-6ad838faabb7 found for delete ", "request_id": "req-3a888f88-5b1b-4f28-9a39-0ae5a0687fd6"}]} 2026-05-08 12:00:44.577 7 INFO neutron.services.segments.plugin [-] Segment 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 resource provider aggregate not found 2026-05-08 12:00:44.579 7 INFO neutron.services.segments.plugin [-] Segment 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 resource provider aggregate not found 2026-05-08 12:00:44.598 7 INFO neutron.services.segments.plugin [-] Segment 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 found for delete ", "request_id": "req-8e9663fc-6f6f-4d0e-a53a-ab36a0ec120b"}]} 2026-05-08 12:00:44.600 7 INFO neutron.services.segments.plugin [-] Segment 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e8f5bb4-8230-4ec4-a3f1-c592ce8fd8c1 found for delete ", "request_id": "req-31e695bb-5eda-4c67-b12a-7be5c0435759"}]} [pid: 7|app: 0|req: 1681/3358] 10.0.0.185 () {32 vars in 723 bytes} [Fri May 8 12:00:44 2026] DELETE /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:44.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b7f2188-38f6-419f-bfab-8043b199f532 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3359] 10.0.0.185 () {32 vars in 720 bytes} [Fri May 8 12:00:44 2026] GET /v2.0/subnets/75a997f3-0fdf-42b4-9204-ace8e259bbcc => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:44.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-f562dac4-46aa-4d91-a689-75a36adf3ed5 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] TaaS: Handle Delete Port: 4776084e-98df-468a-aced-6ae7ef557295 2026-05-08 12:00:44.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f562dac4-46aa-4d91-a689-75a36adf3ed5 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] Tap Mirror: Handle Delete Port: 4776084e-98df-468a-aced-6ae7ef557295 [pid: 7|app: 0|req: 1682/3360] 10.0.0.185 () {32 vars in 725 bytes} [Fri May 8 12:00:44 2026] DELETE /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 12:00:45.045 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b466c47b-a5a4-4390-ba7b-d7556194f114 f2512a28eadb4f569cbc9e909be5ecc6 9603db7282ee43a8969a340035b7d9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1679/3361] 10.0.0.185 () {32 vars in 722 bytes} [Fri May 8 12:00:45 2026] GET /v2.0/networks/81dad6c4-6ec0-4f32-bdcc-4c17801a9784 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 12:00:46.632 7 INFO neutron.services.segments.plugin [-] Segment 01a5b040-50c1-4204-9d17-cb72de4f3c28 resource provider aggregate not found 2026-05-08 12:00:46.638 7 INFO neutron.services.segments.plugin [-] Segment 01a5b040-50c1-4204-9d17-cb72de4f3c28 resource provider aggregate not found 2026-05-08 12:00:46.652 7 INFO neutron.services.segments.plugin [-] Segment 01a5b040-50c1-4204-9d17-cb72de4f3c28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01a5b040-50c1-4204-9d17-cb72de4f3c28 found for delete ", "request_id": "req-65df825c-7894-4551-b557-31f4a7e00681"}]} 2026-05-08 12:00:46.661 7 INFO neutron.services.segments.plugin [-] Segment 01a5b040-50c1-4204-9d17-cb72de4f3c28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01a5b040-50c1-4204-9d17-cb72de4f3c28 found for delete ", "request_id": "req-1ca52255-4162-4624-8827-549e34bdca67"}]} [pid: 8|app: 0|req: 1681/3364] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:47 2026] GET /v2.0/security-groups?tenant_id=2652c75e73784930a1cc7345e045cccb&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3365] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:47 2026] DELETE /v2.0/security-groups/489bbcfc-d93e-4d43-aa59-92e4778a26ce => 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: 1682/3366] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:47 2026] GET /v2.0/security-groups?tenant_id=84d8dec751a44be7beb8391afdaf77cd&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3367] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:47 2026] DELETE /v2.0/security-groups/e6a1ce85-1d45-4899-a975-e8387b77dc15 => 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: 1683/3368] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:48 2026] GET /v2.0/security-groups?tenant_id=47672da65e384aec97accb0c69b727e1&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: 1686/3369] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:48 2026] DELETE /v2.0/security-groups/58a280c8-7efd-47ed-aa48-9afec471ab45 => 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: 1684/3370] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:48 2026] GET /v2.0/security-groups?tenant_id=687cc274235a417fb4e876e866849c11&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3371] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:48 2026] DELETE /v2.0/security-groups/168047b7-339f-47ad-a681-3fb0fd28a884 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3372] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:48 2026] GET /v2.0/security-groups?tenant_id=f42662837d8c439f9999cdc158ef9e66&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3373] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:49 2026] DELETE /v2.0/security-groups/c3d9a0de-267f-431f-ab16-9d4583493202 => 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: 1686/3374] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:49 2026] GET /v2.0/security-groups?tenant_id=a7f66a7ff820472aba03b51626a14bbe&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3375] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:49 2026] DELETE /v2.0/security-groups/c2abe3a2-2469-47b6-87d1-027cf22eb944 => 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: 1687/3376] 10.0.0.185 () {32 vars in 773 bytes} [Fri May 8 12:00:50 2026] GET /v2.0/security-groups?tenant_id=9603db7282ee43a8969a340035b7d9a3&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3377] 10.0.0.185 () {32 vars in 739 bytes} [Fri May 8 12:00:50 2026] DELETE /v2.0/security-groups/4467f68d-9d20-46a0-b1e7-bd6a43f3c6ab => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3378] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 12:00:52 2026] GET /v2.0/networks => generated 2168 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3379] 10.0.0.185 () {32 vars in 654 bytes} [Fri May 8 12:00:54 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3380] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 12:00:54 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3381] 10.0.0.185 () {32 vars in 642 bytes} [Fri May 8 12:00:54 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3382] 10.0.0.185 () {32 vars in 646 bytes} [Fri May 8 12:00:54 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3383] 10.0.0.185 () {32 vars in 648 bytes} [Fri May 8 12:00:54 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3384] 10.0.0.185 () {32 vars in 662 bytes} [Fri May 8 12:00:54 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3385] 10.0.0.185 () {32 vars in 654 bytes} [Fri May 8 12:00:54 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)