+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue May 26 21:45:03 2026] *** compiled with version: 13.3.0 on 22 May 2026 05:17:01 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-8d488c674-hwwrc machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f8cec7f4668 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-26 21:45:08.441 8 INFO neutron.common.config [-] Logging enabled! 2026-05-26 21:45:08.441 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev8 2026-05-26 21:45:08.561 7 INFO neutron.common.config [-] Logging enabled! 2026-05-26 21:45:08.561 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev8 2026-05-26 21:45:08.810 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 21:45:08.928 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 21:45:10.256 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:45:10.259 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 21:45:10.263 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 21:45:10.264 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:45:10.264 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 21:45:10.264 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 21:45:10.264 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:45:10.271 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:45:10.271 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:45:10.272 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:45:10.293 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 21:45:10.294 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:45:10.295 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 21:45:10.323 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 21:45:10.323 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 21:45:10.323 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 21:45:10.324 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 21:45:10.374 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:45:10.376 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 21:45:10.380 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 21:45:10.381 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 21:45:10.381 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 21:45:10.381 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 21:45:10.381 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:45:10.389 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:45:10.389 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 21:45:10.389 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:45:10.410 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 21:45:10.411 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 21:45:10.412 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 21:45:10.440 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 21:45:10.440 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 21:45:10.440 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 21:45:10.440 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 21:45:10.607 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing driver for type 'vlan' 2026-05-26 21:45:10.713 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 21:45:10.869 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] VlanTypeDriver initialization complete 2026-05-26 21:45:10.870 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 21:45:10.870 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 21:45:10.885 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 21:45:10.886 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 21:45:10.886 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing extension driver 'port_security' 2026-05-26 21:45:10.886 8 INFO neutron.plugins.ml2.extensions.port_security [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 21:45:10.886 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing extension driver 'qos' 2026-05-26 21:45:10.886 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 21:45:10.887 8 INFO neutron.plugins.ml2.managers [None req-999777ce-1eeb-4f6e-88d6-0d8f9f69ebbe - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 21:45:10.901 8 INFO neutron.quota [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded quota_driver: . 2026-05-26 21:45:10.902 8 INFO neutron.plugins.ml2.plugin [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 21:45:10.902 8 INFO neutron.plugins.ml2.managers [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 21:45:10.902 8 INFO neutron.plugins.ml2.managers [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 21:45:10.902 8 INFO neutron.plugins.ml2.managers [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 21:45:10.902 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: qos 2026-05-26 21:45:10.915 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: router 2026-05-26 21:45:10.955 8 INFO neutron.services.service_base [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 21:45:10.956 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: segments 2026-05-26 21:45:10.980 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 21:45:10.980 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 21:45:10.980 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 21:45:10.994 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 21:45:10.994 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 21:45:10.994 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 21:45:10.994 7 INFO neutron.plugins.ml2.extensions.port_security [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 21:45:10.994 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing extension driver 'qos' 2026-05-26 21:45:10.995 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 21:45:10.995 7 INFO neutron.plugins.ml2.managers [None req-1ac4fa54-acfc-4af5-8abb-a4070c903cb9 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 21:45:11.010 7 INFO neutron.quota [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded quota_driver: . 2026-05-26 21:45:11.011 7 INFO neutron.plugins.ml2.plugin [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 21:45:11.011 7 INFO neutron.plugins.ml2.managers [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 21:45:11.011 7 INFO neutron.plugins.ml2.managers [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 21:45:11.011 7 INFO neutron.plugins.ml2.managers [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 21:45:11.011 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: qos 2026-05-26 21:45:11.024 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: router 2026-05-26 21:45:11.051 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: trunk 2026-05-26 21:45:11.063 7 INFO neutron.services.service_base [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 21:45:11.064 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: segments 2026-05-26 21:45:11.066 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: vpnaas 2026-05-26 21:45:11.105 8 WARNING stevedore.named [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 21:45:11.162 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: trunk 2026-05-26 21:45:11.171 8 INFO neutron_vpnaas.services.vpn.plugin [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 21:45:11.171 8 INFO neutron.common.utils [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 21:45:11.171 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: taas 2026-05-26 21:45:11.177 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: vpnaas 2026-05-26 21:45:11.196 8 WARNING stevedore.named [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:45:11.214 7 WARNING stevedore.named [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 21:45:11.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:45:11.217 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: tapmirror 2026-05-26 21:45:11.230 8 WARNING stevedore.named [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:45:11.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:45:11.244 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 21:45:11.254 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: tag 2026-05-26 21:45:11.263 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: timestamp 2026-05-26 21:45:11.265 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 21:45:11.269 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: flavors 2026-05-26 21:45:11.273 8 INFO neutron.manager [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loading Plugin: revisions 2026-05-26 21:45:11.275 7 INFO neutron_vpnaas.services.vpn.plugin [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 21:45:11.275 7 INFO neutron.common.utils [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 21:45:11.275 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: taas 2026-05-26 21:45:11.276 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Initializing extension manager. 2026-05-26 21:45:11.278 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: address-group 2026-05-26 21:45:11.279 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: address-scope 2026-05-26 21:45:11.279 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 21:45:11.280 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: agent 2026-05-26 21:45:11.281 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 21:45:11.282 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 21:45:11.282 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 21:45:11.283 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: availability_zone 2026-05-26 21:45:11.284 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 21:45:11.284 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 21:45:11.285 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 21:45:11.286 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 21:45:11.287 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: dns-integration 2026-05-26 21:45:11.288 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 21:45:11.288 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 21:45:11.289 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: dvr 2026-05-26 21:45:11.289 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 21:45:11.290 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 21:45:11.290 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:45:11.291 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 21:45:11.291 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: external-net 2026-05-26 21:45:11.292 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 21:45:11.292 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: extraroute 2026-05-26 21:45:11.293 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 21:45:11.294 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 21:45:11.294 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 21:45:11.295 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 21:45:11.295 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 21:45:11.296 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: fip-port-details 2026-05-26 21:45:11.296 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: flavors 2026-05-26 21:45:11.298 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 21:45:11.299 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 21:45:11.299 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: ip_allocation 2026-05-26 21:45:11.300 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 21:45:11.300 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 21:45:11.301 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: router 2026-05-26 21:45:11.303 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:45:11.304 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 21:45:11.304 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 21:45:11.305 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 21:45:11.305 7 WARNING stevedore.named [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:45:11.305 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: l3-ha 2026-05-26 21:45:11.306 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:45:11.306 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 21:45:11.307 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: l3-flavors 2026-05-26 21:45:11.308 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:45:11.308 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 21:45:11.310 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 21:45:11.312 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 21:45:11.313 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 21:45:11.314 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 21:45:11.314 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 21:45:11.315 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: multi-provider 2026-05-26 21:45:11.315 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: net-mtu 2026-05-26 21:45:11.316 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 21:45:11.316 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 21:45:11.317 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: network_ha 2026-05-26 21:45:11.318 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 21:45:11.319 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 21:45:11.319 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: pagination 2026-05-26 21:45:11.320 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-device-profile 2026-05-26 21:45:11.320 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 21:45:11.322 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 21:45:11.322 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 21:45:11.323 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-mac-override 2026-05-26 21:45:11.323 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 21:45:11.324 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 21:45:11.324 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 21:45:11.325 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-resource-request 2026-05-26 21:45:11.325 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 21:45:11.326 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 21:45:11.326 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: binding 2026-05-26 21:45:11.327 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: binding-extended 2026-05-26 21:45:11.327 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-security 2026-05-26 21:45:11.328 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: project-id 2026-05-26 21:45:11.328 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: provider 2026-05-26 21:45:11.329 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 21:45:11.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:45:11.330 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: tapmirror 2026-05-26 21:45:11.332 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos 2026-05-26 21:45:11.333 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 21:45:11.334 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 21:45:11.334 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-default 2026-05-26 21:45:11.335 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-fip 2026-05-26 21:45:11.335 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 21:45:11.335 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 21:45:11.336 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 21:45:11.337 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 21:45:11.337 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 21:45:11.338 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-pps 2026-05-26 21:45:11.338 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 21:45:11.339 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 21:45:11.339 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 21:45:11.340 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 21:45:11.341 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 21:45:11.343 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: quotas 2026-05-26 21:45:11.344 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: quota_details 2026-05-26 21:45:11.344 7 WARNING stevedore.named [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 21:45:11.345 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: rbac-policies 2026-05-26 21:45:11.346 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 21:45:11.346 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 21:45:11.347 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 21:45:11.347 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 21:45:11.348 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: revision-if-match 2026-05-26 21:45:11.348 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 21:45:11.349 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 21:45:11.349 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 21:45:11.351 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 21:45:11.351 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 21:45:11.352 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 21:45:11.352 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 21:45:11.353 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 21:45:11.354 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 21:45:11.358 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: security-group 2026-05-26 21:45:11.359 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: segment 2026-05-26 21:45:11.359 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 21:45:11.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 21:45:11.360 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 21:45:11.360 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: service-type 2026-05-26 21:45:11.361 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: sorting 2026-05-26 21:45:11.361 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 21:45:11.362 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 21:45:11.362 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 21:45:11.363 8 WARNING neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 21:45:11.363 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 21:45:11.364 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 21:45:11.364 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 21:45:11.365 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 21:45:11.365 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 21:45:11.366 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 21:45:11.367 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 21:45:11.367 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: tag-creation 2026-05-26 21:45:11.367 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: tag 2026-05-26 21:45:11.368 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 21:45:11.372 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 21:45:11.373 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 21:45:11.373 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: trunk 2026-05-26 21:45:11.374 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: trunk-details 2026-05-26 21:45:11.374 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 21:45:11.375 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 21:45:11.375 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 21:45:11.376 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 21:45:11.376 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: timestamp 2026-05-26 21:45:11.378 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 21:45:11.379 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 21:45:11.379 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 21:45:11.379 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 21:45:11.381 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: vpnaas 2026-05-26 21:45:11.382 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: taas 2026-05-26 21:45:11.383 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: flavors 2026-05-26 21:45:11.383 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: tap-mirror 2026-05-26 21:45:11.384 8 INFO neutron.api.extensions [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 21:45:11.386 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 21:45:11.386 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 21:45:11.386 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.386 7 INFO neutron.manager [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loading Plugin: revisions 2026-05-26 21:45:11.387 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 21:45:11.390 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Initializing extension manager. 2026-05-26 21:45:11.390 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:45:11.391 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:45:11.391 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: address-group 2026-05-26 21:45:11.393 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: address-scope 2026-05-26 21:45:11.393 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 21:45:11.394 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: agent 2026-05-26 21:45:11.395 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 21:45:11.395 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:45:11.396 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:45:11.396 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:45:11.396 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 21:45:11.397 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.397 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 21:45:11.397 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.397 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.398 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.398 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: availability_zone 2026-05-26 21:45:11.398 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:45:11.398 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.398 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 21:45:11.399 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.399 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 21:45:11.399 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:45:11.399 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 21:45:11.400 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:45:11.400 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:45:11.400 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.401 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:45:11.401 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.401 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ikepolicy is already registered 2026-05-26 21:45:11.401 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 21:45:11.402 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: dns-integration 2026-05-26 21:45:11.403 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 21:45:11.403 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 21:45:11.404 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: dvr 2026-05-26 21:45:11.405 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 21:45:11.405 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 21:45:11.405 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:45:11.405 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:45:11.406 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] router is already registered 2026-05-26 21:45:11.406 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 21:45:11.406 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:45:11.406 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] floatingip is already registered 2026-05-26 21:45:11.406 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: external-net 2026-05-26 21:45:11.407 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 21:45:11.407 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: extraroute 2026-05-26 21:45:11.408 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 21:45:11.409 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 21:45:11.409 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 21:45:11.410 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:45:11.410 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 21:45:11.410 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] rbac_policy is already registered 2026-05-26 21:45:11.410 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 21:45:11.410 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:45:11.411 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] security_group is already registered 2026-05-26 21:45:11.411 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: fip-port-details 2026-05-26 21:45:11.411 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:45:11.411 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] security_group_rule is already registered 2026-05-26 21:45:11.411 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: flavors 2026-05-26 21:45:11.412 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.412 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.412 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.412 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.413 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 21:45:11.413 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:45:11.413 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] trunk is already registered 2026-05-26 21:45:11.413 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 21:45:11.413 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.413 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ikepolicy is already registered 2026-05-26 21:45:11.414 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: ip_allocation 2026-05-26 21:45:11.414 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.414 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:45:11.414 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 21:45:11.414 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:45:11.414 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] endpoint_group is already registered 2026-05-26 21:45:11.415 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 21:45:11.415 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:45:11.415 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] vpnservice is already registered 2026-05-26 21:45:11.415 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:45:11.415 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ipsec_site_connection is already registered 2026-05-26 21:45:11.416 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.416 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: router 2026-05-26 21:45:11.416 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:45:11.416 8 INFO neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.416 8 WARNING neutron.quota.resource_registry [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] ikepolicy is already registered 2026-05-26 21:45:11.418 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 21:45:11.418 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 21:45:11.419 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 21:45:11.419 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 21:45:11.420 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: l3-ha 2026-05-26 21:45:11.420 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:45:11.421 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 21:45:11.421 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: l3-flavors 2026-05-26 21:45:11.422 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 21:45:11.423 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 21:45:11.425 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 21:45:11.426 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 21:45:11.427 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 21:45:11.428 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 21:45:11.429 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 21:45:11.429 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: multi-provider 2026-05-26 21:45:11.430 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: net-mtu 2026-05-26 21:45:11.430 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 21:45:11.431 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 21:45:11.431 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: network_ha 2026-05-26 21:45:11.432 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 21:45:11.433 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 21:45:11.433 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: pagination 2026-05-26 21:45:11.434 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-device-profile 2026-05-26 21:45:11.434 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 21:45:11.435 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 21:45:11.435 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 21:45:11.436 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-mac-override 2026-05-26 21:45:11.436 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 21:45:11.437 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 21:45:11.438 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 21:45:11.438 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-resource-request 2026-05-26 21:45:11.439 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 21:45:11.439 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 21:45:11.440 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: binding 2026-05-26 21:45:11.440 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: binding-extended 2026-05-26 21:45:11.441 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-security 2026-05-26 21:45:11.441 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: project-id 2026-05-26 21:45:11.442 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: provider 2026-05-26 21:45:11.442 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 21:45:11.446 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos 2026-05-26 21:45:11.447 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 21:45:11.447 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 21:45:11.448 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-default 2026-05-26 21:45:11.448 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-fip 2026-05-26 21:45:11.449 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 21:45:11.449 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 21:45:11.450 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 21:45:11.450 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 21:45:11.451 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 21:45:11.452 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-pps 2026-05-26 21:45:11.452 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 21:45:11.453 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 21:45:11.453 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 21:45:11.454 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 21:45:11.454 8 WARNING keystonemiddleware._common.config [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 21:45:11.454 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 21:45:11.457 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: quotas 2026-05-26 21:45:11.458 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: quota_details 2026-05-26 21:45:11.459 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: rbac-policies 2026-05-26 21:45:11.459 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 21:45:11.460 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 21:45:11.460 8 WARNING oslo_config.cfg [None req-36e032a5-4c53-4311-af36-b7ab75b0c044 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-26 21:45:11.461 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 21:45:11.461 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 21:45:11.462 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: revision-if-match 2026-05-26 21:45:11.462 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: standard-attr-revisions WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f8cec7f4668 pid: 8 (default app) 2026-05-26 21:45:11.463 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 21:45:11.464 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 21:45:11.465 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 21:45:11.466 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 21:45:11.466 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 21:45:11.467 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 21:45:11.467 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 21:45:11.468 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 21:45:11.472 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: security-group 2026-05-26 21:45:11.474 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: segment 2026-05-26 21:45:11.474 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 21:45:11.475 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: service-type 2026-05-26 21:45:11.475 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: sorting 2026-05-26 21:45:11.476 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 21:45:11.476 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 21:45:11.477 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 21:45:11.477 7 WARNING neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 21:45:11.478 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 21:45:11.478 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 21:45:11.479 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 21:45:11.479 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 21:45:11.480 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 21:45:11.480 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 21:45:11.481 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 21:45:11.482 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: tag-creation 2026-05-26 21:45:11.482 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 21:45:11.486 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 21:45:11.487 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 21:45:11.487 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: trunk 2026-05-26 21:45:11.488 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: trunk-details 2026-05-26 21:45:11.488 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 21:45:11.489 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 21:45:11.490 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 21:45:11.491 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 21:45:11.494 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 21:45:11.494 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 21:45:11.495 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 21:45:11.497 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: vpnaas 2026-05-26 21:45:11.498 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: taas 2026-05-26 21:45:11.499 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: tap-mirror 2026-05-26 21:45:11.500 7 INFO neutron.api.extensions [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 21:45:11.502 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 21:45:11.503 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 21:45:11.503 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.503 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 21:45:11.506 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:45:11.507 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:45:11.511 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:45:11.512 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:45:11.512 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:45:11.513 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.513 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.514 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.514 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.515 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:45:11.515 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.515 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.516 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:45:11.516 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:45:11.517 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:45:11.517 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.517 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:45:11.517 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.518 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ikepolicy is already registered 2026-05-26 21:45:11.522 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 21:45:11.522 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] router is already registered 2026-05-26 21:45:11.523 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 21:45:11.523 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] floatingip is already registered 2026-05-26 21:45:11.527 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 21:45:11.527 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] rbac_policy is already registered 2026-05-26 21:45:11.527 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 21:45:11.527 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] security_group is already registered 2026-05-26 21:45:11.528 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 21:45:11.528 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] security_group_rule is already registered 2026-05-26 21:45:11.529 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.529 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.529 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 21:45:11.529 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] subnetpool is already registered 2026-05-26 21:45:11.530 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 21:45:11.531 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] trunk is already registered 2026-05-26 21:45:11.531 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.531 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ikepolicy is already registered 2026-05-26 21:45:11.532 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.532 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:45:11.532 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 21:45:11.532 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] endpoint_group is already registered 2026-05-26 21:45:11.533 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 21:45:11.533 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] vpnservice is already registered 2026-05-26 21:45:11.533 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 21:45:11.533 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ipsec_site_connection is already registered 2026-05-26 21:45:11.534 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 21:45:11.534 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ipsecpolicy is already registered 2026-05-26 21:45:11.534 7 INFO neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 21:45:11.534 7 WARNING neutron.quota.resource_registry [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] ikepolicy is already registered 2026-05-26 21:45:11.572 7 WARNING keystonemiddleware._common.config [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 21:45:11.578 7 WARNING oslo_config.cfg [None req-157ddcde-6fce-4148-b796-a6ec1c8f6d73 - - - - - -] 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 0x7f8cec7f4668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 21:45:16.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e3709b4-a715-4c36-8ce5-4bf230e69da6 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/3] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:15 2026] GET /v2.0/networks/public => generated 108 bytes in 778 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2/4] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:16.931 8 WARNING neutron.services.revisions.revision_plugin [None req-a46726e7-cf91-428d-818f-190c0a6e9695 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:16.965 8 INFO neutron.db.segments_db [None req-a46726e7-cf91-428d-818f-190c0a6e9695 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 844937b4-d169-415d-817d-e3362cde47f4 of type flat for network f8a2c0cf-1a68-4c5b-9a7c-a4dfded66ea4 2026-05-26 21:45:17.018 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a46726e7-cf91-428d-818f-190c0a6e9695 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/5] 199.204.45.169 () {48 vars in 967 bytes} [Tue May 26 21:45:16 2026] POST /v2.0/networks => generated 124 bytes in 522 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:23.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-401b2316-44d9-4dd0-86a5-a3b629b403a4 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/6] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:22 2026] GET /v2.0/networks/public => generated 108 bytes in 381 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/7] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:23.450 7 WARNING neutron.services.revisions.revision_plugin [None req-fec94e46-a252-4180-a586-5231dd96587c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:23.473 7 INFO neutron.db.segments_db [None req-fec94e46-a252-4180-a586-5231dd96587c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment cd4b9934-32b8-4057-b1f1-a3245d275d9f of type flat for network afdf37e3-5fc3-4a3a-b27a-5fea5f1a72ef 2026-05-26 21:45:23.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fec94e46-a252-4180-a586-5231dd96587c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/8] 199.204.45.169 () {48 vars in 967 bytes} [Tue May 26 21:45:23 2026] POST /v2.0/networks => generated 124 bytes in 309 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:29.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7db17aac-1c5e-4233-87db-1293fa6a51c4 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/10] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:29 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/11] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:29.463 7 WARNING neutron.services.revisions.revision_plugin [None req-9b96da24-79b3-4bb1-9065-a67868702daa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:29.478 7 INFO neutron.db.segments_db [None req-9b96da24-79b3-4bb1-9065-a67868702daa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment b8eef948-47e5-4379-bb0b-b6fd3ed17d60 of type flat for network 90f68693-1eac-4f92-a18b-e495819e09ef 2026-05-26 21:45:29.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b96da24-79b3-4bb1-9065-a67868702daa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/12] 199.204.45.169 () {48 vars in 967 bytes} [Tue May 26 21:45:29 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:35.333 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0699396d-843d-4ffb-a4bc-e25620b56fe7 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/13] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:35 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/14] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:35 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-26 21:45:35.406 8 WARNING neutron.services.revisions.revision_plugin [None req-5a72bf05-0710-4ad5-9c7b-8fac504b0116 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:35.419 8 INFO neutron.db.segments_db [None req-5a72bf05-0710-4ad5-9c7b-8fac504b0116 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 0a76b56a-34b1-4959-bb60-d454665c60b4 of type flat for network cd749f0c-8575-4ce8-8ba6-721d903ce7b4 2026-05-26 21:45:35.445 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a72bf05-0710-4ad5-9c7b-8fac504b0116 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/15] 199.204.45.169 () {48 vars in 967 bytes} [Tue May 26 21:45:35 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-26 21:45:41.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28f17c20-2cec-4c76-87af-8fad05d54f21 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/16] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:41 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/17] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:41 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-26 21:45:41.461 7 WARNING neutron.services.revisions.revision_plugin [None req-89bb9078-1b20-4908-8cc6-8dec2fb0a94c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:41.478 7 INFO neutron.db.segments_db [None req-89bb9078-1b20-4908-8cc6-8dec2fb0a94c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment b35f4be7-0a39-4292-aead-5ffbc2a04943 of type flat for network b1034e06-53c4-40f7-9d80-5d5d20d326df 2026-05-26 21:45:41.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89bb9078-1b20-4908-8cc6-8dec2fb0a94c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/18] 199.204.45.169 () {48 vars in 967 bytes} [Tue May 26 21:45:41 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 21:45:47.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2c43adf-75f3-413d-b5d5-c100d7cf5ea9 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/20] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:47 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: 11/21] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:45:47.438 7 WARNING neutron.services.revisions.revision_plugin [None req-f95bfb4c-3a0c-4a13-98c5-ca274d7f0b73 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Could not find related network for resource to bump revision. 2026-05-26 21:45:47.454 7 INFO neutron.db.segments_db [None req-f95bfb4c-3a0c-4a13-98c5-ca274d7f0b73 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 0d199b33-0e49-4bd0-9bba-ee04772c0979 of type flat for network e1d9a340-8e54-4758-a175-cc614d863288 [pid: 7|app: 0|req: 11/22] 199.204.45.169 () {48 vars in 967 bytes} [Tue May 26 21:45:47 2026] POST /v2.0/networks => generated 706 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:45:48.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4681192d-b858-425b-bcf9-0788e4c6c1fd 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/23] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 21:45:48 2026] GET /v2.0/networks/public => generated 108 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/24] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 21:45:48 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 21:45:48.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-582fd25f-f95a-497f-8467-9106d8b45151 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/25] 199.204.45.169 () {44 vars in 1034 bytes} [Tue May 26 21:45:48 2026] GET /v2.0/subnets/public-subnet?network_id=e1d9a340-8e54-4758-a175-cc614d863288 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/26] 199.204.45.169 () {44 vars in 1057 bytes} [Tue May 26 21:45:48 2026] GET /v2.0/subnets?name=public-subnet&network_id=e1d9a340-8e54-4758-a175-cc614d863288 => 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: 14/27] 199.204.45.169 () {48 vars in 965 bytes} [Tue May 26 21:45:48 2026] POST /v2.0/subnets => generated 664 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:50:42.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edd8059a-cd44-4a8f-a7b4-0b20e7ed299e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/65] 199.204.45.169 () {44 vars in 937 bytes} [Tue May 26 21:50:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/66] 199.204.45.169 () {44 vars in 959 bytes} [Tue May 26 21:50:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 21:50:42.842 7 INFO neutron.db.segments_db [None req-4aec2deb-3a8f-4f37-a06c-f289d459dad4 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 5a633772-d168-497a-983e-47ac09fddc61 of type vxlan for network 91029546-22bb-435b-aee6-e39ad5907ebe [pid: 7|app: 0|req: 34/67] 199.204.45.169 () {48 vars in 966 bytes} [Tue May 26 21:50:42 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-26 21:50:43.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd7c70e6-6ca3-4b93-b835-0db5852fd17e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/68] 199.204.45.169 () {44 vars in 937 bytes} [Tue May 26 21:50:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/69] 199.204.45.169 () {44 vars in 959 bytes} [Tue May 26 21:50:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 21:50:43.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4593ad04-84ed-475f-8733-29cfbc705419 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/70] 199.204.45.169 () {44 vars in 1036 bytes} [Tue May 26 21:50:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/71] 199.204.45.169 () {44 vars in 1059 bytes} [Tue May 26 21:50:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.169 () {48 vars in 965 bytes} [Tue May 26 21:50:44 2026] POST /v2.0/subnets => generated 651 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 21:50:45.153 7 INFO neutron.api.v2.resource [None req-c3f09b1d-5bde-44d6-8e41-231f39a060b3 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/75] 199.204.45.169 () {44 vars in 971 bytes} [Tue May 26 21:50:45 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.169 () {44 vars in 993 bytes} [Tue May 26 21:50:45 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.169 () {48 vars in 980 bytes} [Tue May 26 21:50:45 2026] POST /v2.0/security-groups => generated 1616 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:46 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:46 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:46 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:50:46 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: 40/82] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:47 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:47 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 2230 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:47 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:50:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:48 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:48 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:48 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:50:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:49 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:49 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:49 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:50:49 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: 8|app: 0|req: 46/94] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:50 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:50 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:50 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:50:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.169 () {44 vars in 987 bytes} [Tue May 26 21:50:51 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe => generated 732 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 21:50:51.791 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3d2e6e9-243a-484d-82a0-2de6e3cc0f5e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/99] 199.204.45.169 () {44 vars in 1076 bytes} [Tue May 26 21:50:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.169 () {44 vars in 1099 bytes} [Tue May 26 21:50:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:51 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => 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: 50/102] 199.204.45.169 () {48 vars in 961 bytes} [Tue May 26 21:50:51 2026] POST /v2.0/ports => generated 1096 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 21:50:59.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7749fd7-d868-489f-937f-fba6cf0bcfa7 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/105] 199.204.45.169 () {44 vars in 979 bytes} [Tue May 26 21:50:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 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: 52/106] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:50:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.169 () {48 vars in 1031 bytes} [Tue May 26 21:50:59 2026] PUT /v2.0/ports/a0ab5fa2-a40f-4805-bfc6-0afe424ac3ae => generated 1245 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.169 () {44 vars in 920 bytes} [Tue May 26 21:51:02 2026] GET /v2.0/ports => generated 3726 bytes in 102 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-26 21:51:03.317 7 INFO neutron.api.v2.resource [None req-6eed7d1d-9158-4cd3-bc73-d45eecf1ba69 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/109] 199.204.45.169 () {44 vars in 959 bytes} [Tue May 26 21:51:03 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: 8|app: 0|req: 54/110] 199.204.45.169 () {44 vars in 981 bytes} [Tue May 26 21:51:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.169 () {48 vars in 980 bytes} [Tue May 26 21:51:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:51:04 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 1610 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:51:04 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:51:04 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:51:04 2026] POST /v2.0/security-group-rules => generated 621 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:51:05 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:51:05 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 21:51:05 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2244 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/119] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 21:51:05 2026] POST /v2.0/security-group-rules => generated 625 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/128] 199.204.45.169 () {44 vars in 975 bytes} [Tue May 26 21:52:09 2026] GET /v2.0/quotas/e7ddc02fd59642b5a55f9451b7938b97 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/129] 199.204.45.169 () {48 vars in 1027 bytes} [Tue May 26 21:52:10 2026] PUT /v2.0/quotas/e7ddc02fd59642b5a55f9451b7938b97 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 21:54:30.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0de0ced6-6eb0-464c-ac64-c4bd605e1760 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/150] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 21:54:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 154 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: 77/151] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 21:54:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 21:54:31.997 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0269341e-a6f5-4295-807a-6d004e6aaf3b 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/152] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 21:54:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/153] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 21:54:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:00:37.624 7 INFO neutron.api.v2.resource [None req-7f22d4ea-5c69-4eb7-aa3f-9b4920b179d1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/202] 199.204.45.169 () {44 vars in 1074 bytes} [Tue May 26 22:00:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.169 () {44 vars in 1097 bytes} [Tue May 26 22:00:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 23 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.169 () {48 vars in 981 bytes} [Tue May 26 22:00:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:38 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:00:39 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:39 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 22:00:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:40 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 2234 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:00:40 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:40 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 22:00:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:41 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:00:41 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:41 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 22:00:41 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: 8|app: 0|req: 107/217] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:42 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:00:42 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 3460 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:00:42 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => 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: 112/220] 199.204.45.169 () {48 vars in 991 bytes} [Tue May 26 22:00:42 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: 123/241] 199.204.45.169 () {30 vars in 739 bytes} [Tue May 26 22:02:59 2026] GET /v2.0/networks?tenant_id=5bf04597b6844b4e9eb021c8c3c52377&shared=False => generated 15 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:02:59.300 8 INFO neutron.db.segments_db [None req-f3aac457-bee1-403a-92e0-bdb92d1f739e 425fb7113a164708a86a38133d873db3 5bf04597b6844b4e9eb021c8c3c52377 - - 9373b4a63a3f499d805086892252b5a1 9373b4a63a3f499d805086892252b5a1] Added segment 73cb0f92-80b5-4910-8cff-07dc964e5454 of type vxlan for network 468fd0d3-2e9d-424f-bf0d-c7c9b19f8d13 [pid: 8|app: 0|req: 119/242] 199.204.45.169 () {34 vars in 681 bytes} [Tue May 26 22:02:59 2026] POST /v2.0/networks => generated 718 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 199.204.45.169 () {30 vars in 721 bytes} [Tue May 26 22:02:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 120/244] 199.204.45.169 () {30 vars in 632 bytes} [Tue May 26 22:02:59 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 199.204.45.169 () {34 vars in 676 bytes} [Tue May 26 22:02:59 2026] POST /v2.0/ports => generated 999 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/246] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:02:59 2026] GET /v2.0/networks/468fd0d3-2e9d-424f-bf0d-c7c9b19f8d13 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/247] 199.204.45.169 () {30 vars in 721 bytes} [Tue May 26 22:03:01 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/248] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:03:02 2026] GET /v2.0/networks/468fd0d3-2e9d-424f-bf0d-c7c9b19f8d13 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.169 () {44 vars in 975 bytes} [Tue May 26 22:03:16 2026] GET /v2.0/quotas/5bf04597b6844b4e9eb021c8c3c52377 => 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: 128/252] 199.204.45.169 () {48 vars in 1027 bytes} [Tue May 26 22:03:16 2026] PUT /v2.0/quotas/5bf04597b6844b4e9eb021c8c3c52377 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:23.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef07b217-fec3-4534-8dd3-37f3336ec727 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/349] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 22:15:23 2026] GET /v2.0/networks/public => generated 108 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/350] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 22:15:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:24.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e052b1e1-3d38-43a0-8c04-43aa676034ad 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/351] 199.204.45.169 () {44 vars in 927 bytes} [Tue May 26 22:15:24 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/352] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 22:15:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:24.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-615a7aa9-ac28-4796-9df7-190856be1fae 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/353] 199.204.45.169 () {44 vars in 1034 bytes} [Tue May 26 22:15:24 2026] GET /v2.0/subnets/public-subnet?network_id=e1d9a340-8e54-4758-a175-cc614d863288 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/354] 199.204.45.169 () {44 vars in 1057 bytes} [Tue May 26 22:15:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=e1d9a340-8e54-4758-a175-cc614d863288 => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:53.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e004d709-c41a-495b-8ea2-0787d8c7f1b7 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/359] 199.204.45.169 () {44 vars in 937 bytes} [Tue May 26 22:15:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/360] 199.204.45.169 () {44 vars in 959 bytes} [Tue May 26 22:15:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:54.848 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57a81b10-e2e5-4548-9d05-115e10600300 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/361] 199.204.45.169 () {44 vars in 937 bytes} [Tue May 26 22:15:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/362] 199.204.45.169 () {44 vars in 959 bytes} [Tue May 26 22:15: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-26 22:15:54.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fa977d5-642e-4084-b3f4-84b3b093e38c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/363] 199.204.45.169 () {44 vars in 1036 bytes} [Tue May 26 22:15:54 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 199.204.45.169 () {44 vars in 1059 bytes} [Tue May 26 22:15:54 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:15:56.160 7 INFO neutron.api.v2.resource [None req-6c98de6b-7792-45c3-8f22-69d44e85c102 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/365] 199.204.45.169 () {44 vars in 971 bytes} [Tue May 26 22:15:56 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.204.45.169 () {44 vars in 993 bytes} [Tue May 26 22:15:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/367] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:15:57 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/368] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:15:57 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/369] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:15:57 2026] GET /v2.0/security-group-rules/9ddff74a-abcc-4df1-921e-bc23acda71c9 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/370] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:15:58 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/371] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:15:58 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/372] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:15:58 2026] GET /v2.0/security-group-rules/5c56cc97-7e43-4b21-9e4f-2610789e5e0a => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:15:59 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:15:59 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => 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: 187/377] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:15:59 2026] GET /v2.0/security-group-rules/c8059df1-c8e3-4a6f-944b-d5d3b223dd39 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:00 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => 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: 188/379] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:00 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => 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: 192/380] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:16:00 2026] GET /v2.0/security-group-rules/7b6fbef8-5eaa-45f5-82e2-6de4a899152e => generated 603 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:01 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:01 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:16:01 2026] GET /v2.0/security-group-rules/ddd4b975-dae8-4a26-b718-d9c3177e831d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.169 () {44 vars in 987 bytes} [Tue May 26 22:16:02 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:16:02.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-788a1634-747d-4040-b6d6-536047e8d4da 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/385] 199.204.45.169 () {44 vars in 1076 bytes} [Tue May 26 22:16:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.169 () {44 vars in 1099 bytes} [Tue May 26 22:16:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 1250 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:02 2026] GET /v2.0/security-groups/f609ef51-4725-4500-ae4a-b0f458c26841 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:16:11.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c73a73c-6626-46d9-ab7b-5cde4de3809b 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/388] 199.204.45.169 () {44 vars in 979 bytes} [Tue May 26 22:16:11 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: 8|app: 0|req: 193/389] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.169 () {44 vars in 920 bytes} [Tue May 26 22:16:12 2026] GET /v2.0/ports => generated 4721 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:16:13.847 8 INFO neutron.api.v2.resource [None req-bb67a693-7416-42eb-8e93-50624fd92e23 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/391] 199.204.45.169 () {44 vars in 959 bytes} [Tue May 26 22:16:13 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.169 () {44 vars in 981 bytes} [Tue May 26 22:16:13 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:14 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/396] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:14 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:16:14 2026] GET /v2.0/security-group-rules/4af64fd8-4c58-4526-8c45-11f1891e5816 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:15 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2882 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/399] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:16:15 2026] GET /v2.0/security-groups/b3744999-62e4-47f1-99d3-22f822b18ba0 => generated 2882 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:16:15 2026] GET /v2.0/security-group-rules/5c8bdcc1-092f-49c5-a57b-afb32fc877df => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.169 () {44 vars in 975 bytes} [Tue May 26 22:16:28 2026] GET /v2.0/quotas/e7ddc02fd59642b5a55f9451b7938b97 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:17:26.200 8 INFO neutron.api.v2.resource [None req-d8a5cae8-24b6-4dcb-8716-3448d231fdea 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/410] 199.204.45.169 () {44 vars in 1074 bytes} [Tue May 26 22:17:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 139 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.169 () {44 vars in 1097 bytes} [Tue May 26 22:17:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 4072 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:17:27 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 4075 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:17:27 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:17:27 2026] GET /v2.0/security-group-rules/aa61d56d-c812-4f74-9657-95bdd0670377 => generated 597 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:17:28 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:17:28 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => 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: 211/417] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:17:28 2026] GET /v2.0/security-group-rules/2544740b-695c-4126-bdaf-7a7060fe1c85 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:17:29 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:17:29 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:17:29 2026] GET /v2.0/security-group-rules/c5815591-a775-42eb-8c0d-c221ee16e07f => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 199.204.45.169 () {44 vars in 1088 bytes} [Tue May 26 22:17:30 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce?project_id=5bf04597b6844b4e9eb021c8c3c52377 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/424] 199.204.45.169 () {44 vars in 1001 bytes} [Tue May 26 22:17:30 2026] GET /v2.0/security-groups/6dd264ad-529e-49c5-a702-d51a5b200dce => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/425] 199.204.45.169 () {44 vars in 1011 bytes} [Tue May 26 22:17:30 2026] GET /v2.0/security-group-rules/3cd87b89-ed0b-4d6c-89a0-5a0ca68fcfd4 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/426] 199.204.45.169 () {44 vars in 975 bytes} [Tue May 26 22:17:38 2026] GET /v2.0/quotas/5bf04597b6844b4e9eb021c8c3c52377 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 199.204.45.169 () {44 vars in 949 bytes} [Tue May 26 22:18:32 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/440] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:19:12 2026] GET /v2.0/networks => generated 2168 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/441] 10.0.0.31 () {32 vars in 653 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/443] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/444] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/445] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/networks => generated 2168 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/446] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 10.0.0.31 () {32 vars in 653 bytes} [Tue May 26 22:19:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:19:24.106 7 INFO neutron.db.segments_db [None req-1584cb74-941d-416a-af6e-96d3e583f65e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment b1348f9c-11b2-4a11-af86-5e3a3820e30b of type vxlan for network 4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 [pid: 7|app: 0|req: 227/450] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:19:23 2026] POST /v2.0/networks => generated 744 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:24.426 8 INFO neutron.db.segments_db [None req-458c8867-e4c5-4f5e-b046-606ff6fc7036 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment f24fefd3-201f-45e1-b436-6835c273a373 of type vxlan for network 6b961da2-434e-4f22-a176-0114b3b09e38 [pid: 7|app: 0|req: 228/451] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:24 2026] POST /v2.0/subnets => generated 691 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:19:24 2026] POST /v2.0/networks => generated 744 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:24.543 8 INFO neutron.db.segments_db [None req-9e9b4314-632b-4e09-b382-a46dade44aab 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 4d9b4fe0-0265-4653-90ed-216d195e0b2b of type vxlan for network d19dcfa4-c9e2-4579-92bf-8e448a604e5f 2026-05-26 22:19:24.787 8 INFO neutron.db.l3_hamode_db [None req-9e9b4314-632b-4e09-b382-a46dade44aab 861179ecdd864c19a5063cdf3996161a caeeed1860294bccb7758e9f90f9ac44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:24.815 7 INFO neutron.db.segments_db [None req-f5a4dabe-9a54-4a6f-ae8a-2eb1ae464619 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b of type vxlan for network 48a4dbb0-c14d-4b60-9561-7feb626e6b86 [pid: 7|app: 0|req: 229/453] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:19:24 2026] POST /v2.0/networks => generated 747 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/454] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:24 2026] POST /v2.0/subnets => generated 691 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/455] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:19:25 2026] GET /v2.0/security-groups?tenant_id=caabd8eb0d65470e933add72bd6663b6&name=default => generated 2921 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/456] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:25 2026] POST /v2.0/subnets => generated 695 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:25.436 7 INFO neutron.db.segments_db [None req-793b14ad-9577-4405-9589-6c91935a77a2 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment e862321f-544f-467c-b95f-06d71bc841ba of type vxlan for network 3727576b-704f-4331-97cd-b5dc6364c28e 2026-05-26 22:19:25.622 8 INFO neutron.db.l3_hamode_db [None req-9e9b4314-632b-4e09-b382-a46dade44aab 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:25.654 7 INFO neutron.db.l3_hamode_db [None req-793b14ad-9577-4405-9589-6c91935a77a2 861179ecdd864c19a5063cdf3996161a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/457] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:24 2026] POST /v2.0/routers => generated 731 bytes in 2198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:26.744 7 INFO neutron.db.l3_hamode_db [None req-793b14ad-9577-4405-9589-6c91935a77a2 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/458] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:19:26 2026] DELETE /v2.0/security-groups/4ba1f9b7-a1eb-44b8-b913-04b6fb7893e2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:26.841 8 INFO neutron.db.segments_db [None req-b572c15f-5fde-4b24-a7ba-e0c0cbbd2622 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca of type vxlan for network 3295ddb5-c0d8-4c00-9c80-9664219b22aa 2026-05-26 22:19:27.079 8 INFO neutron.db.l3_hamode_db [None req-b572c15f-5fde-4b24-a7ba-e0c0cbbd2622 861179ecdd864c19a5063cdf3996161a 0f9c26d5977c42c2b3f53e28fc5dfc77 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:27.859 8 INFO neutron.db.l3_hamode_db [None req-b572c15f-5fde-4b24-a7ba-e0c0cbbd2622 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/459] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:25 2026] POST /v2.0/routers => generated 731 bytes in 2486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/460] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:26 2026] POST /v2.0/routers => generated 735 bytes in 1957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/461] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:19:27 2026] PUT /v2.0/routers/5591d97c-1790-41da-ab99-5943e0322aea/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:29.396 7 INFO neutron.db.segments_db [None req-909f4b93-34a6-4a0a-8041-68e2a5973b70 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment fc05918c-8a29-4936-8de2-e724de921f98 of type vxlan for network d296eb08-0b82-4477-a69d-eb863c1993c2 [pid: 7|app: 0|req: 235/462] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:19:29 2026] POST /v2.0/networks => generated 747 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/463] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:19:28 2026] PUT /v2.0/routers/46345cd8-1eae-45b8-a3b1-671cc459bde5/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:29 2026] POST /v2.0/subnets => generated 694 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/467] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:19:30 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) 2026-05-26 22:19:30.319 8 INFO neutron.db.segments_db [None req-c7ca25f5-b001-41ea-a185-6da70bdbb33d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment ee17bd4c-6ab5-465e-b030-14f317fe9aac of type vxlan for network 15e5b999-3862-4175-b06c-7f963a6873ff [pid: 7|app: 0|req: 236/468] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:19:29 2026] PUT /v2.0/routers/fbb1301d-8bf0-4740-8976-1c60073d9b9f/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:30.534 8 INFO neutron.db.l3_hamode_db [None req-c7ca25f5-b001-41ea-a185-6da70bdbb33d 861179ecdd864c19a5063cdf3996161a 6b242474ac414675bc87215ca7429b19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/469] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:31.263 8 INFO neutron.db.l3_hamode_db [None req-c7ca25f5-b001-41ea-a185-6da70bdbb33d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/471] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:19:30 2026] POST /v2.0/floatingips => generated 552 bytes in 849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/472] 10.0.0.252 () {38 vars in 970 bytes} [Tue May 26 22:19:31 2026] POST /v2.0/security-groups => generated 1681 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/473] 10.0.0.252 () {38 vars in 970 bytes} [Tue May 26 22:19:31 2026] POST /v2.0/security-groups => generated 1685 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/474] 10.0.0.252 () {38 vars in 970 bytes} [Tue May 26 22:19:31 2026] POST /v2.0/security-groups => generated 1681 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/475] 10.0.0.252 () {34 vars in 1097 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--580845125&fields=id&tenant_id=caeeed1860294bccb7758e9f90f9ac44 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/476] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups/930be7ac-039f-45a4-acbc-81548df6fed2 => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/477] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/networks?id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/478] 10.0.0.252 () {38 vars in 980 bytes} [Tue May 26 22:19:32 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/479] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/quotas/caeeed1860294bccb7758e9f90f9ac44 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/480] 10.0.0.252 () {38 vars in 970 bytes} [Tue May 26 22:19:32 2026] POST /v2.0/security-groups => generated 1682 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/481] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/ports?tenant_id=caeeed1860294bccb7758e9f90f9ac44&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/482] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:30 2026] POST /v2.0/routers => generated 734 bytes in 2343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/483] 10.0.0.252 () {38 vars in 970 bytes} [Tue May 26 22:19:32 2026] POST /v2.0/security-groups => generated 1685 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/484] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups?tenant_id=9dd84c92923c41c1b5cce7c4a55c8908 => generated 7905 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/485] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups/6baf2160-ce85-49a0-9160-2879c3f602db => generated 2918 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/486] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups/6baf2160-ce85-49a0-9160-2879c3f602db => generated 2918 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/487] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups/8dab5cc8-dc2e-4e95-9978-6a614c2c771c => generated 1685 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/488] 10.0.0.252 () {38 vars in 980 bytes} [Tue May 26 22:19:32 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/489] 10.0.0.252 () {34 vars in 906 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/490] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/security-groups/e61c3039-b10d-4750-bc12-31124b827fc8 => generated 1681 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/491] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:19:32 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/492] 10.0.0.252 () {36 vars in 1012 bytes} [Tue May 26 22:19:33 2026] DELETE /v2.0/security-groups/e61c3039-b10d-4750-bc12-31124b827fc8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/493] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/494] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/8dab5cc8-dc2e-4e95-9978-6a614c2c771c => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/495] 10.0.0.252 () {38 vars in 980 bytes} [Tue May 26 22:19:33 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:33.353 7 INFO neutron.api.v2.resource [req-d1272dfd-6e33-4e35-b1df-2243f4f4f037 req-f63c4b06-dd46-4d30-9070-fe2697651b07 8729d8a5dcbb4c389b9487359f2e6b2a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/496] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/e61c3039-b10d-4750-bc12-31124b827fc8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/497] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/8dab5cc8-dc2e-4e95-9978-6a614c2c771c => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/498] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/499] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/8d9a17a6-731e-4145-8101-f0f3489f76c2 => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/500] 10.0.0.252 () {34 vars in 1000 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-group-rules/0bc35b51-24c7-43a8-86a9-8bd99ea89f2a => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/501] 10.0.0.252 () {36 vars in 1012 bytes} [Tue May 26 22:19:33 2026] DELETE /v2.0/security-groups/8d9a17a6-731e-4145-8101-f0f3489f76c2 => 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: 269/502] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/8dab5cc8-dc2e-4e95-9978-6a614c2c771c => generated 2940 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:33.623 7 INFO neutron.api.v2.resource [req-c85e28b9-92ba-4ba7-84b2-64c67463bc8a req-7d63e3b2-e0f0-4de9-81cb-11f2425c1375 8729d8a5dcbb4c389b9487359f2e6b2a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/503] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/8d9a17a6-731e-4145-8101-f0f3489f76c2 => 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: 271/504] 10.0.0.252 () {36 vars in 1022 bytes} [Tue May 26 22:19:33 2026] DELETE /v2.0/security-group-rules/0bc35b51-24c7-43a8-86a9-8bd99ea89f2a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/505] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/7bfbd8ea-255c-4fd5-a498-bd3dce9bf5d3 => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/506] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/8dab5cc8-dc2e-4e95-9978-6a614c2c771c => generated 2310 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/507] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:19:32 2026] PUT /v2.0/routers/7d480f5c-33b1-46c7-a89f-d06f429a1065/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/508] 10.0.0.252 () {36 vars in 1012 bytes} [Tue May 26 22:19:33 2026] DELETE /v2.0/security-groups/7bfbd8ea-255c-4fd5-a498-bd3dce9bf5d3 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/509] 10.0.0.252 () {36 vars in 1012 bytes} [Tue May 26 22:19:33 2026] DELETE /v2.0/security-groups/8dab5cc8-dc2e-4e95-9978-6a614c2c771c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:33.897 7 INFO neutron.api.v2.resource [req-a84f0091-44e4-43e6-8da9-73fe278c9a40 req-fc85bcec-7d12-48da-82b3-b9feb8b984ce 8729d8a5dcbb4c389b9487359f2e6b2a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 275/510] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/7bfbd8ea-255c-4fd5-a498-bd3dce9bf5d3 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/511] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/930be7ac-039f-45a4-acbc-81548df6fed2 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/512] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups?tenant_id=9dd84c92923c41c1b5cce7c4a55c8908 => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/513] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:33 2026] GET /v2.0/security-groups/6baf2160-ce85-49a0-9160-2879c3f602db => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/514] 10.0.0.252 () {36 vars in 1012 bytes} [Tue May 26 22:19:33 2026] DELETE /v2.0/security-groups/930be7ac-039f-45a4-acbc-81548df6fed2 => 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: 278/515] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/security-groups/6baf2160-ce85-49a0-9160-2879c3f602db => generated 2918 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:34.125 7 INFO neutron.api.v2.resource [req-57ee5247-ef2c-4e04-b8b8-81b1cc5a871e req-9a437809-615d-4d3a-b2e3-2cce19f42bd4 8729d8a5dcbb4c389b9487359f2e6b2a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 279/516] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/security-groups/7bfbd8ea-255c-4fd5-a498-bd3dce9bf5d3 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:19:34.171 7 INFO neutron.api.v2.resource [req-ab45ecf5-309c-4d2a-94e3-fe23c0f23c89 req-5574d531-94d7-4204-b42a-5f2fa65c062e 8729d8a5dcbb4c389b9487359f2e6b2a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/517] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/security-groups/8d9a17a6-731e-4145-8101-f0f3489f76c2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:19:34.207 7 INFO neutron.api.v2.resource [req-3077f27a-d7d3-477d-b744-62c72322fbf6 req-b29bf250-2d5e-4aa0-afaf-0a0dc83e81ab 8729d8a5dcbb4c389b9487359f2e6b2a 9dd84c92923c41c1b5cce7c4a55c8908 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 281/518] 10.0.0.252 () {34 vars in 990 bytes} [Tue May 26 22:19:34 2026] GET /v2.0/security-groups/e61c3039-b10d-4750-bc12-31124b827fc8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:19:34.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-f18d7e6d-febb-49ee-a99e-a20880f7db1d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: d25beec1-b64a-4610-9d27-08d63e62d32c 2026-05-26 22:19:34.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f18d7e6d-febb-49ee-a99e-a20880f7db1d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: d25beec1-b64a-4610-9d27-08d63e62d32c 2026-05-26 22:19:34.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-27e3ce2f-ff70-4f3e-a066-55583c565339 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 656cf3ff-5947-4942-9847-116816b87721 2026-05-26 22:19:34.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27e3ce2f-ff70-4f3e-a066-55583c565339 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 656cf3ff-5947-4942-9847-116816b87721 [pid: 8|app: 0|req: 238/519] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:19:34 2026] PUT /v2.0/routers/fbb1301d-8bf0-4740-8976-1c60073d9b9f/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/520] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:19:35 2026] POST /v2.0/security-groups => generated 1661 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/521] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:35 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/522] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:19:34 2026] PUT /v2.0/routers/46345cd8-1eae-45b8-a3b1-671cc459bde5/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/523] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:35.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc231696-01e7-4796-a67a-8af870dfa7e1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 28ff1b32-1011-41a2-be64-e1c414ea0061 2026-05-26 22:19:35.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc231696-01e7-4796-a67a-8af870dfa7e1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 28ff1b32-1011-41a2-be64-e1c414ea0061 2026-05-26 22:19:35.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-73bc3855-3c0e-495e-bdca-55ba3ff83ee5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 3a5f7505-36fc-4b4c-9b0b-04e768b1e721 2026-05-26 22:19:35.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73bc3855-3c0e-495e-bdca-55ba3ff83ee5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 3a5f7505-36fc-4b4c-9b0b-04e768b1e721 2026-05-26 22:19:35.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc231696-01e7-4796-a67a-8af870dfa7e1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: f5392acb-0cc0-4885-a034-d809ac472bdd 2026-05-26 22:19:35.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc231696-01e7-4796-a67a-8af870dfa7e1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: f5392acb-0cc0-4885-a034-d809ac472bdd 2026-05-26 22:19:35.692 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-dc231696-01e7-4796-a67a-8af870dfa7e1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - 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-26 22:19:35.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-73bc3855-3c0e-495e-bdca-55ba3ff83ee5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 07a3f528-31e7-4852-a377-fb4830f0078d 2026-05-26 22:19:35.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73bc3855-3c0e-495e-bdca-55ba3ff83ee5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 07a3f528-31e7-4852-a377-fb4830f0078d 2026-05-26 22:19:35.924 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-73bc3855-3c0e-495e-bdca-55ba3ff83ee5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - 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-26 22:19:36.075 8 INFO neutron.db.l3_hamode_db [None req-dc231696-01e7-4796-a67a-8af870dfa7e1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 3295ddb5-c0d8-4c00-9c80-9664219b22aa was deleted as no HA routers are present in tenant 0f9c26d5977c42c2b3f53e28fc5dfc77. [pid: 8|app: 0|req: 241/524] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:19:35 2026] DELETE /v2.0/routers/fbb1301d-8bf0-4740-8976-1c60073d9b9f => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/525] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/526] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:19:36 2026] DELETE /v2.0/subnets/f3c06ac5-82bc-47d2-9e83-d148213996e2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:36.298 7 INFO neutron.db.l3_hamode_db [None req-73bc3855-3c0e-495e-bdca-55ba3ff83ee5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 3727576b-704f-4331-97cd-b5dc6364c28e was deleted as no HA routers are present in tenant 9dd84c92923c41c1b5cce7c4a55c8908. [pid: 7|app: 0|req: 284/527] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:19:35 2026] DELETE /v2.0/routers/46345cd8-1eae-45b8-a3b1-671cc459bde5 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:19:36.407 8 INFO neutron.services.segments.plugin [-] Segment 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca resource provider aggregate not found [pid: 7|app: 0|req: 285/528] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:19:36 2026] DELETE /v2.0/networks/48a4dbb0-c14d-4b60-9561-7feb626e6b86 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:19:36.437 8 INFO neutron.services.segments.plugin [-] Segment 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca found for delete ", "request_id": "req-a769fd52-33d9-4415-8b9c-288d32d5b6fe"}]} 2026-05-26 22:19:36.446 8 INFO neutron.services.segments.plugin [-] Segment 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca resource provider aggregate not found 2026-05-26 22:19:36.481 8 INFO neutron.services.segments.plugin [-] Segment 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe82859-2f52-4a70-b7c8-eeb1aa1d0aca found for delete ", "request_id": "req-e4de351c-0838-43c1-b08b-b997435aa090"}]} [pid: 7|app: 0|req: 286/529] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:19:36 2026] DELETE /v2.0/subnets/d018a5ba-3497-4f48-b2bd-673a88c02681 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/530] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:36 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/531] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:19:36 2026] GET /v2.0/security-groups?tenant_id=0f9c26d5977c42c2b3f53e28fc5dfc77&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:19:36.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe9c6c72-9374-4067-8619-851e033edb69 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 09b854be-ec75-4b6b-b093-72969f54d130 2026-05-26 22:19:36.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe9c6c72-9374-4067-8619-851e033edb69 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 09b854be-ec75-4b6b-b093-72969f54d130 [pid: 8|app: 0|req: 244/532] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:19:36 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) 2026-05-26 22:19:36.752 7 INFO neutron.services.segments.plugin [-] Segment e862321f-544f-467c-b95f-06d71bc841ba resource provider aggregate not found 2026-05-26 22:19:36.768 7 INFO neutron.services.segments.plugin [-] Segment e862321f-544f-467c-b95f-06d71bc841ba resource provider aggregate not found 2026-05-26 22:19:36.782 7 INFO neutron.services.segments.plugin [-] Segment e862321f-544f-467c-b95f-06d71bc841ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e862321f-544f-467c-b95f-06d71bc841ba found for delete ", "request_id": "req-29d82586-60e4-4d64-8a2f-710062485a2e"}]} 2026-05-26 22:19:36.788 7 INFO neutron.services.segments.plugin [-] Segment e862321f-544f-467c-b95f-06d71bc841ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e862321f-544f-467c-b95f-06d71bc841ba found for delete ", "request_id": "req-70882982-6538-441f-b8df-e3e28d108cff"}]} [pid: 8|app: 0|req: 245/533] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:19:36 2026] DELETE /v2.0/security-groups/43df8d9b-1e49-4ce6-8f2f-753d18db703d => 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: 289/534] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:19:36 2026] DELETE /v2.0/networks/6b961da2-434e-4f22-a176-0114b3b09e38 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/535] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/security-groups?tenant_id=9dd84c92923c41c1b5cce7c4a55c8908&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/536] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:19:37 2026] DELETE /v2.0/security-groups/6baf2160-ce85-49a0-9160-2879c3f602db => 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: 247/537] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:37 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 291/538] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/networks?id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 => generated 676 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/539] 199.204.45.169 () {34 vars in 910 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/extensions => generated 21537 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/540] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:19:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=caeeed1860294bccb7758e9f90f9ac44 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:38.867 7 INFO neutron.services.segments.plugin [-] Segment 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b resource provider aggregate not found 2026-05-26 22:19:38.923 7 INFO neutron.services.segments.plugin [-] Segment 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b resource provider aggregate not found 2026-05-26 22:19:38.937 7 INFO neutron.services.segments.plugin [-] Segment 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b found for delete ", "request_id": "req-90a9fe5b-5841-493d-a686-c3393ad1b312"}]} 2026-05-26 22:19:38.955 7 INFO neutron.services.segments.plugin [-] Segment f24fefd3-201f-45e1-b436-6835c273a373 resource provider aggregate not found 2026-05-26 22:19:38.960 7 INFO neutron.services.segments.plugin [-] Segment 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd5a7b1-3802-4b3e-9c02-6b7363e36e8b found for delete ", "request_id": "req-6a31d553-95bd-4686-a6ca-5b2eb9ac0de5"}]} 2026-05-26 22:19:38.976 7 INFO neutron.services.segments.plugin [-] Segment f24fefd3-201f-45e1-b436-6835c273a373 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f24fefd3-201f-45e1-b436-6835c273a373 found for delete ", "request_id": "req-111e3bd7-58fd-429d-87b7-2af5a8c71a6c"}]} 2026-05-26 22:19:38.981 7 INFO neutron.db.segments_db [None req-1f07916c-8811-4865-9fe0-b39a2e569079 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 of type vxlan for network 0ca9edad-64ef-410d-965e-2755fc223819 2026-05-26 22:19:38.983 7 INFO neutron.services.segments.plugin [-] Segment f24fefd3-201f-45e1-b436-6835c273a373 resource provider aggregate not found 2026-05-26 22:19:39.004 7 INFO neutron.services.segments.plugin [-] Segment f24fefd3-201f-45e1-b436-6835c273a373 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f24fefd3-201f-45e1-b436-6835c273a373 found for delete ", "request_id": "req-d3aee206-7077-4315-8fd5-d629050ed17f"}]} [pid: 7|app: 0|req: 293/541] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:19:38 2026] POST /v2.0/networks => generated 752 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/542] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:19:38 2026] POST /v2.0/ports => generated 954 bytes in 461 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: 294/543] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 957 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/544] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:39 2026] POST /v2.0/subnets => generated 699 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/545] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:39 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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-26 22:19:39.430 8 INFO neutron.db.segments_db [None req-042d5249-0d20-40b7-bfe0-c1b06a5969a2 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 1dff9b43-720f-4040-91fc-a7ddeb510698 of type vxlan for network f4e0ea53-47ad-4227-96ab-c537d64683a5 2026-05-26 22:19:39.470 7 INFO neutron.db.segments_db [None req-2095f209-e1ee-4d84-b0b6-97ecb51367ea 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 7b13da67-b239-476d-9f9c-642b1aaf732f of type vxlan for network 07c20c17-0578-4f9f-8771-0c0d46b348e6 [pid: 7|app: 0|req: 295/546] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:19:39 2026] POST /v2.0/networks => generated 744 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:39.622 8 INFO neutron.db.l3_hamode_db [None req-042d5249-0d20-40b7-bfe0-c1b06a5969a2 861179ecdd864c19a5063cdf3996161a 0d10ad31b03440df99ecf2c807b584f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/547] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:19:39 2026] PUT /v2.0/ports/d251e667-096c-4184-bdd9-20cd3c2e43ba => generated 1235 bytes in 429 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: 297/548] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:39 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:19:40.203 8 INFO neutron.db.l3_hamode_db [None req-042d5249-0d20-40b7-bfe0-c1b06a5969a2 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:40.250 7 INFO neutron.db.segments_db [None req-b1e8725b-1a10-41e8-a9e6-020f8e5e5b3a 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment a0237a61-6ba7-4b7b-9f40-932de3248cea of type vxlan for network 97c604d5-e96c-442f-b905-2d2cfa211d19 2026-05-26 22:19:40.515 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fb210e3-bfd9-43c0-820b-5592c70b028d'] response: {'name': 'network-changed', 'server_uuid': '17c22cae-5470-4ba5-bf9f-0baa45aa1316', 'tag': 'd251e667-096c-4184-bdd9-20cd3c2e43ba', 'status': 'completed', 'code': 200} 2026-05-26 22:19:40.531 7 INFO neutron.db.l3_hamode_db [None req-b1e8725b-1a10-41e8-a9e6-020f8e5e5b3a 861179ecdd864c19a5063cdf3996161a ec5734a0078646d888142961537f42bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:19:41.240 7 INFO neutron.db.l3_hamode_db [None req-b1e8725b-1a10-41e8-a9e6-020f8e5e5b3a 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 252/549] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:39 2026] POST /v2.0/routers => generated 739 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/550] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 254/551] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:41 2026] GET /v2.0/ports?tenant_id=caeeed1860294bccb7758e9f90f9ac44&device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/552] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:19:40 2026] POST /v2.0/routers => generated 731 bytes in 1966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/553] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/554] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d251e667-096c-4184-bdd9-20cd3c2e43ba => 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: 255/555] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:19:41 2026] PUT /v2.0/routers/14c491e3-f51e-4143-941c-b3747a0ea18b/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/556] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/subnets?id=cf7b189a-5f5b-496b-9b3f-f62a6fd87e1b => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/557] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2063030904&fields=id&tenant_id=6b242474ac414675bc87215ca7429b19 => generated 69 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/558] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/ports?network_id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/559] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/networks?id=d296eb08-0b82-4477-a69d-eb863c1993c2 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/560] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/561] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/quotas/6b242474ac414675bc87215ca7429b19 => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/562] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/563] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/ports?tenant_id=6b242474ac414675bc87215ca7429b19&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/564] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/565] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:19:42 2026] GET /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/566] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:19:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/567] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:43 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: 268/568] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/569] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/570] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 271/571] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/572] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:19:42 2026] PUT /v2.0/routers/bbf70e88-0a71-44c0-b9f4-382d57e06410/add_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/573] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/ports?tenant_id=caeeed1860294bccb7758e9f90f9ac44&device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/574] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:19:43 2026] GET /v2.0/networks?id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/575] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d251e667-096c-4184-bdd9-20cd3c2e43ba => 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: 272/576] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:19:43 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/577] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/subnets?id=cf7b189a-5f5b-496b-9b3f-f62a6fd87e1b => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/580] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?network_id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/581] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?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: 274/582] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/583] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2022484071&fields=id&tenant_id=0d10ad31b03440df99ecf2c807b584f8 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/584] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:19:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/585] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/586] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/quotas/0d10ad31b03440df99ecf2c807b584f8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/587] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/588] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/589] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 279/590] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:19:44 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) [pid: 7|app: 0|req: 312/591] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/592] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/593] 10.0.0.252 () {34 vars in 906 bytes} [Tue May 26 22:19: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: 7|app: 0|req: 315/594] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:19:44 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/595] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 317/596] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 280/597] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:19:44 2026] POST /v2.0/floatingips => generated 552 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/598] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 281/599] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2090373008&fields=id&tenant_id=ec5734a0078646d888142961537f42bb => 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: 319/600] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/networks?id=07c20c17-0578-4f9f-8771-0c0d46b348e6 => generated 676 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/601] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/quotas/ec5734a0078646d888142961537f42bb => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/602] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/603] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/ports?tenant_id=ec5734a0078646d888142961537f42bb&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/604] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:45 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/605] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6?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: 284/606] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6?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: 323/607] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 285/608] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 324/609] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:46 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 286/610] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/611] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/612] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 326/613] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 288/614] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 327/615] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/networks?id=d296eb08-0b82-4477-a69d-eb863c1993c2 => generated 679 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/616] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:19:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b242474ac414675bc87215ca7429b19 => generated 181 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/617] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/618] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 292/619] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 328/620] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:19:48 2026] POST /v2.0/ports => generated 954 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 329/621] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 293/622] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:19:48 2026] PUT /v2.0/ports/6bba4cc0-9216-4e82-a229-0ea55fb1f384 => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/623] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:48 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 43 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: 294/624] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:49.325 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8a06f79-8039-4f16-a425-2ffb285760d3'] response: {'name': 'network-changed', 'server_uuid': '0f832251-179c-44ef-8053-e764dc52b99a', 'tag': '6bba4cc0-9216-4e82-a229-0ea55fb1f384', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/625] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/626] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 332/627] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 296/628] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 333/629] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/ports?tenant_id=6b242474ac414675bc87215ca7429b19&device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/630] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/networks?tenant_id=6b242474ac414675bc87215ca7429b19&shared=False => generated 775 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/631] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:19:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/632] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 684 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/633] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0d10ad31b03440df99ecf2c807b584f8 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/634] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/635] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 301/636] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/637] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:19:50 2026] POST /v2.0/ports => generated 954 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 302/638] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/639] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 304/640] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/641] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:19:50 2026] PUT /v2.0/ports/352f8149-d781-4255-89bd-91fd71be1e25 => generated 1235 bytes in 382 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-26 22:19:50.966 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc570dae-152d-45cf-bcf9-ae9818a7f5be'] response: {'name': 'network-changed', 'server_uuid': 'ac794e9e-b122-4e05-a179-488d7f09fecd', 'tag': '352f8149-d781-4255-89bd-91fd71be1e25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 338/642] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/643] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:50 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 340/644] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/ports?tenant_id=6b242474ac414675bc87215ca7429b19&device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/645] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6bba4cc0-9216-4e82-a229-0ea55fb1f384 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/646] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/subnets?id=78d8a068-b258-4832-9879-19915d0820e4 => generated 697 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:51.233 8 INFO neutron.db.l3_db [None req-7365bc0e-1cb4-4a63-8448-c7e78e3aa0f5 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] Floating IP eae7383d-82f7-42c7-9d59-1eec6d4f28e4 associated. External IP: 10.96.250.220, port: d251e667-096c-4184-bdd9-20cd3c2e43ba. [pid: 7|app: 0|req: 343/647] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/ports?network_id=d296eb08-0b82-4477-a69d-eb863c1993c2&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/648] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2?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: 345/649] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/650] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2?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: 347/651] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 348/652] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/653] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:19:50 2026] PUT /v2.0/floatingips/eae7383d-82f7-42c7-9d59-1eec6d4f28e4 => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/654] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/networks?tenant_id=0d10ad31b03440df99ecf2c807b584f8&shared=False => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:51.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-962ab92c-fd40-40ad-8b19-58b24b1888b4'] response: {'name': 'network-changed', 'server_uuid': '17c22cae-5470-4ba5-bf9f-0baa45aa1316', 'tag': 'd251e667-096c-4184-bdd9-20cd3c2e43ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 306/655] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/656] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:51 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 351/657] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?tenant_id=caeeed1860294bccb7758e9f90f9ac44&device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/658] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/659] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 352/660] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/networks?id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/661] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/networks?id=07c20c17-0578-4f9f-8771-0c0d46b348e6 => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/662] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d251e667-096c-4184-bdd9-20cd3c2e43ba => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/663] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/subnets?id=cf7b189a-5f5b-496b-9b3f-f62a6fd87e1b => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/664] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ec5734a0078646d888142961537f42bb => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/665] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?network_id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1&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: 356/666] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?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: 357/667] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?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: 358/668] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/669] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 360/670] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/671] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => 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: 311/672] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:19:52 2026] POST /v2.0/ports => generated 954 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/673] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/subnets?id=54f97ed2-bb53-47b6-8f9b-d7692260f830 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 363/674] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?network_id=0ca9edad-64ef-410d-965e-2755fc223819&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: 364/675] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/676] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/677] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 367/678] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:19:52 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 312/679] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:19:52 2026] PUT /v2.0/ports/70e62640-8acd-433c-a893-f25a18068332 => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/680] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 969 bytes in 46 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: 313/681] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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-26 22:19:53.645 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87a43230-99b3-4c8d-996e-5a6a6358c9cb'] response: {'name': 'network-changed', 'server_uuid': '10e7ab76-6c6d-4bd0-93f0-d037777ed5b1', 'tag': '70e62640-8acd-433c-a893-f25a18068332', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 369/682] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/683] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:53 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 370/684] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/685] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/686] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/ports?tenant_id=ec5734a0078646d888142961537f42bb&device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/687] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/networks?tenant_id=ec5734a0078646d888142961537f42bb&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/688] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:19:54 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: 317/689] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/690] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 318/691] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/692] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:54 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/693] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/694] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 375/695] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/ports?tenant_id=ec5734a0078646d888142961537f42bb&device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/696] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=70e62640-8acd-433c-a893-f25a18068332 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/697] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/subnets?id=0014321b-36ad-473e-9d61-babaec4b5083 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/698] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/ports?network_id=07c20c17-0578-4f9f-8771-0c0d46b348e6&device_owner=network%3Adhcp => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/699] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6?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: 323/700] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6?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: 378/701] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/702] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:55 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 379/703] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/704] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/705] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/706] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 381/707] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/708] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:56 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 382/709] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:57 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 328/710] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:57 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 383/711] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:57 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/712] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:57 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 384/713] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/714] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 385/715] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/716] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 386/717] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/718] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:58 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 8|app: 0|req: 334/721] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/722] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 335/723] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 336/724] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/725] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:19:59.927 7 INFO neutron.db.l3_db [None req-ad816826-a6d2-4124-a3ab-141de9334c49 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] Floating IP 9ddbb481-097b-4406-9801-5bb0b3bb049b associated. External IP: 10.96.250.212, port: 352f8149-d781-4255-89bd-91fd71be1e25. [pid: 8|app: 0|req: 338/726] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:19:59 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/727] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/728] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:19:59 2026] PUT /v2.0/floatingips/9ddbb481-097b-4406-9801-5bb0b3bb049b => generated 855 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:00.330 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31ec9708-77f8-4a8f-ac6c-ceab30cec0d2'] response: {'name': 'network-changed', 'server_uuid': 'ac794e9e-b122-4e05-a179-488d7f09fecd', 'tag': '352f8149-d781-4255-89bd-91fd71be1e25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 390/729] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/730] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 340/731] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 1240 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/732] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/733] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 393/734] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/735] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/736] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/737] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/738] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/739] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/subnets?id=54f97ed2-bb53-47b6-8f9b-d7692260f830 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/740] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/ports?network_id=0ca9edad-64ef-410d-965e-2755fc223819&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: 398/741] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/742] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 400/743] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 401/744] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:01.411 8 INFO neutron.db.l3_db [None req-9ab3e342-29ad-4cdf-8886-b8bda5a495b6 e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] Floating IP b35f57a1-5651-420a-99bb-2fe7c1bd23fb associated. External IP: 10.96.250.210, port: 6bba4cc0-9216-4e82-a229-0ea55fb1f384. [pid: 8|app: 0|req: 344/745] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:20:00 2026] PUT /v2.0/floatingips/b35f57a1-5651-420a-99bb-2fe7c1bd23fb => generated 855 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:01.764 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-82dc11df-76b6-4941-98aa-fe25afe62b04'] response: {'name': 'network-changed', 'server_uuid': '0f832251-179c-44ef-8053-e764dc52b99a', 'tag': '6bba4cc0-9216-4e82-a229-0ea55fb1f384', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 402/746] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/747] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:01 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 403/748] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/749] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/ports?tenant_id=6b242474ac414675bc87215ca7429b19&device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/750] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/751] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/networks?id=d296eb08-0b82-4477-a69d-eb863c1993c2 => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/752] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/753] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=6bba4cc0-9216-4e82-a229-0ea55fb1f384 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/754] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 7|app: 0|req: 406/755] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/subnets?id=78d8a068-b258-4832-9879-19915d0820e4 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/756] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/ports?network_id=d296eb08-0b82-4477-a69d-eb863c1993c2&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: 407/757] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/758] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:02 2026] GET /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2?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: 408/759] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/760] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/761] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/762] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 410/763] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:03 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:04.072 8 INFO neutron.db.l3_db [None req-a7820585-486f-456f-aa89-f68e4fbe6465 e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] Floating IP 0c32b060-2709-47e2-bfdc-838c6510432f associated. External IP: 10.96.250.209, port: 70e62640-8acd-433c-a893-f25a18068332. [pid: 8|app: 0|req: 354/764] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:20:03 2026] PUT /v2.0/floatingips/0c32b060-2709-47e2-bfdc-838c6510432f => generated 855 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:04.479 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-256cabb3-b471-498f-9fc5-7c5471229a31'] response: {'name': 'network-changed', 'server_uuid': '10e7ab76-6c6d-4bd0-93f0-d037777ed5b1', 'tag': '70e62640-8acd-433c-a893-f25a18068332', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 411/765] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/766] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 412/767] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 356/768] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&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: 413/769] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/770] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:04 2026] GET /v2.0/ports?tenant_id=ec5734a0078646d888142961537f42bb&device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/771] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/networks?id=07c20c17-0578-4f9f-8771-0c0d46b348e6 => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/772] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=70e62640-8acd-433c-a893-f25a18068332 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/773] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/subnets?id=0014321b-36ad-473e-9d61-babaec4b5083 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/774] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/ports?network_id=07c20c17-0578-4f9f-8771-0c0d46b348e6&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/775] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6?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: 420/776] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/777] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/778] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:05.624 8 INFO neutron_taas.services.taas.taas_plugin [req-5a8cac0e-f73d-4d3b-a79d-841769271c82 req-28f9cc45-c50b-4bd8-a8ac-b213177d131b e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] TaaS: Handle Delete Port: 6bba4cc0-9216-4e82-a229-0ea55fb1f384 2026-05-26 22:20:05.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5a8cac0e-f73d-4d3b-a79d-841769271c82 req-28f9cc45-c50b-4bd8-a8ac-b213177d131b e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] Tap Mirror: Handle Delete Port: 6bba4cc0-9216-4e82-a229-0ea55fb1f384 [pid: 7|app: 0|req: 423/779] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/780] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:05 2026] GET /v2.0/security-groups?id=5bb60e64-320a-4e0a-b22f-dd02d89c1753&fields=id&fields=name => generated 114 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:05.862 8 INFO neutron.db.l3_db [req-5a8cac0e-f73d-4d3b-a79d-841769271c82 req-28f9cc45-c50b-4bd8-a8ac-b213177d131b e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] Floating IP b35f57a1-5651-420a-99bb-2fe7c1bd23fb disassociated. External IP: 10.96.250.210, port: 6bba4cc0-9216-4e82-a229-0ea55fb1f384. [pid: 8|app: 0|req: 357/781] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:20:04 2026] DELETE /v2.0/ports/6bba4cc0-9216-4e82-a229-0ea55fb1f384 => generated 0 bytes in 1416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/782] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:06.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e1f0d03-a434-42e7-94ee-8e530473bae7'] response: {'server_uuid': '0f832251-179c-44ef-8053-e764dc52b99a', 'name': 'network-vif-deleted', 'tag': '6bba4cc0-9216-4e82-a229-0ea55fb1f384', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 358/783] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 426/784] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:06 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 359/785] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/786] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/security-groups?id=5ed1041d-2f01-4c96-abb6-19f0498009e9&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: 360/787] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:07.977 7 INFO neutron_taas.services.taas.taas_plugin [req-40cc8956-177b-458e-a826-f072532055a0 req-ff3e8ef3-5de0-4479-8cd4-f2c42dcc35a5 e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] TaaS: Handle Delete Port: 70e62640-8acd-433c-a893-f25a18068332 2026-05-26 22:20:07.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40cc8956-177b-458e-a826-f072532055a0 req-ff3e8ef3-5de0-4479-8cd4-f2c42dcc35a5 e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] Tap Mirror: Handle Delete Port: 70e62640-8acd-433c-a893-f25a18068332 [pid: 8|app: 0|req: 361/788] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:07 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:08.156 7 INFO neutron.db.l3_db [req-40cc8956-177b-458e-a826-f072532055a0 req-ff3e8ef3-5de0-4479-8cd4-f2c42dcc35a5 e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] Floating IP 0c32b060-2709-47e2-bfdc-838c6510432f disassociated. External IP: 10.96.250.209, port: 70e62640-8acd-433c-a893-f25a18068332. [pid: 7|app: 0|req: 428/789] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:20:07 2026] DELETE /v2.0/ports/70e62640-8acd-433c-a893-f25a18068332 => generated 0 bytes in 796 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:08.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-276f118e-9fd9-496a-bfb2-0875a96a1894'] response: {'server_uuid': '10e7ab76-6c6d-4bd0-93f0-d037777ed5b1', 'name': 'network-vif-deleted', 'tag': '70e62640-8acd-433c-a893-f25a18068332', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/790] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:08 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 429/791] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/ports?device_id=0f832251-179c-44ef-8053-e764dc52b99a => 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: 363/792] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:09 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => 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: 430/793] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:10 2026] DELETE /v2.0/security-groups/5bb60e64-320a-4e0a-b22f-dd02d89c1753 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:10.350 8 INFO neutron.api.v2.resource [None req-59467831-e50d-481b-8116-1d0c3ab19aa1 e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 364/794] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/security-groups/5bb60e64-320a-4e0a-b22f-dd02d89c1753 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:10.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d574afd-49eb-4d58-98e9-a61fcbd418ce e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] TaaS: Handle Delete Port: 14df2f7a-26ef-4fda-a361-34033701f6c6 2026-05-26 22:20:10.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d574afd-49eb-4d58-98e9-a61fcbd418ce e67dc2c7fc364139a069a18b7f6d17c5 6b242474ac414675bc87215ca7429b19 - - default default] Tap Mirror: Handle Delete Port: 14df2f7a-26ef-4fda-a361-34033701f6c6 [pid: 7|app: 0|req: 431/795] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:20:10 2026] DELETE /v2.0/floatingips/b35f57a1-5651-420a-99bb-2fe7c1bd23fb => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/796] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1240 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/797] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:20:10 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:11.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-900e34b1-eaa6-4b67-b484-f849ece87bb1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 89c9f1b5-4a7a-4a60-8e63-e0cf2a35d30e [pid: 8|app: 0|req: 367/798] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:11 2026] GET /v2.0/ports?device_id=10e7ab76-6c6d-4bd0-93f0-d037777ed5b1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:11.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-900e34b1-eaa6-4b67-b484-f849ece87bb1 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 89c9f1b5-4a7a-4a60-8e63-e0cf2a35d30e [pid: 7|app: 0|req: 432/799] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:20:10 2026] PUT /v2.0/routers/7d480f5c-33b1-46c7-a89f-d06f429a1065/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-26 22:20:11.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-668beeb1-d10e-4c08-9106-f738b0cf894f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: c0c33919-86c0-4f30-9100-9361a1b96845 2026-05-26 22:20:11.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-668beeb1-d10e-4c08-9106-f738b0cf894f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: c0c33919-86c0-4f30-9100-9361a1b96845 2026-05-26 22:20:12.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-668beeb1-d10e-4c08-9106-f738b0cf894f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 261c0260-7467-4477-9c30-a48fb78a1fb1 2026-05-26 22:20:12.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-668beeb1-d10e-4c08-9106-f738b0cf894f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 261c0260-7467-4477-9c30-a48fb78a1fb1 [pid: 7|app: 0|req: 433/800] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:12 2026] DELETE /v2.0/security-groups/5ed1041d-2f01-4c96-abb6-19f0498009e9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:12.306 7 INFO neutron.api.v2.resource [None req-64098b2e-d380-4e3b-89d2-5b180d3b736c e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/801] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:20:12 2026] GET /v2.0/security-groups/5ed1041d-2f01-4c96-abb6-19f0498009e9 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:12.385 8 INFO neutron.services.segments.plugin [-] Segment ee17bd4c-6ab5-465e-b030-14f317fe9aac resource provider aggregate not found 2026-05-26 22:20:12.388 8 INFO neutron.services.segments.plugin [-] Segment ee17bd4c-6ab5-465e-b030-14f317fe9aac resource provider aggregate not found 2026-05-26 22:20:12.410 8 INFO neutron.services.segments.plugin [-] Segment ee17bd4c-6ab5-465e-b030-14f317fe9aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee17bd4c-6ab5-465e-b030-14f317fe9aac found for delete ", "request_id": "req-e6624ce9-1f77-40c7-8e5c-0809de0cbd17"}]} 2026-05-26 22:20:12.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-ceaad7a5-9e95-4ac5-8f3f-3ee6b6d3091f e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] TaaS: Handle Delete Port: 49b874ac-0906-413c-9f03-7155f6d98a13 2026-05-26 22:20:12.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ceaad7a5-9e95-4ac5-8f3f-3ee6b6d3091f e7a646ea360b4947bdc682d4089c4500 ec5734a0078646d888142961537f42bb - - default default] Tap Mirror: Handle Delete Port: 49b874ac-0906-413c-9f03-7155f6d98a13 2026-05-26 22:20:12.417 8 INFO neutron.services.segments.plugin [-] Segment ee17bd4c-6ab5-465e-b030-14f317fe9aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee17bd4c-6ab5-465e-b030-14f317fe9aac found for delete ", "request_id": "req-45278b60-1d7d-4b50-b993-86651df7dc23"}]} 2026-05-26 22:20:12.428 8 INFO neutron.db.l3_hamode_db [None req-668beeb1-d10e-4c08-9106-f738b0cf894f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 15e5b999-3862-4175-b06c-7f963a6873ff was deleted as no HA routers are present in tenant 6b242474ac414675bc87215ca7429b19. [pid: 8|app: 0|req: 368/802] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:11 2026] DELETE /v2.0/routers/7d480f5c-33b1-46c7-a89f-d06f429a1065 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/803] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:20:12 2026] DELETE /v2.0/floatingips/0c32b060-2709-47e2-bfdc-838c6510432f => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/804] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:12 2026] DELETE /v2.0/subnets/78d8a068-b258-4832-9879-19915d0820e4 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:12.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ad238cb-b69e-4665-8051-b585d0908463 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 3f766d29-08cf-47ad-8f42-01b5f9af5d9e 2026-05-26 22:20:12.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ad238cb-b69e-4665-8051-b585d0908463 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 3f766d29-08cf-47ad-8f42-01b5f9af5d9e [pid: 8|app: 0|req: 370/805] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:20:12 2026] DELETE /v2.0/networks/d296eb08-0b82-4477-a69d-eb863c1993c2 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:12.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-97d00fd4-0150-4aee-bd68-d3c4698fe443 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: dd0d7915-7517-4087-9f2f-68c6b0e2c48e 2026-05-26 22:20:12.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d00fd4-0150-4aee-bd68-d3c4698fe443 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: dd0d7915-7517-4087-9f2f-68c6b0e2c48e [pid: 8|app: 0|req: 371/806] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:13 2026] GET /v2.0/security-groups?tenant_id=6b242474ac414675bc87215ca7429b19&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: 372/807] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:13 2026] DELETE /v2.0/security-groups/5fd4d0f3-268f-4107-b967-6a49073c3d21 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/810] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:20:12 2026] PUT /v2.0/routers/bbf70e88-0a71-44c0-b9f4-382d57e06410/remove_router_interface => generated 309 bytes in 1797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:14.459 8 INFO neutron.services.segments.plugin [-] Segment fc05918c-8a29-4936-8de2-e724de921f98 resource provider aggregate not found 2026-05-26 22:20:14.463 8 INFO neutron.services.segments.plugin [-] Segment fc05918c-8a29-4936-8de2-e724de921f98 resource provider aggregate not found 2026-05-26 22:20:14.480 8 INFO neutron.services.segments.plugin [-] Segment fc05918c-8a29-4936-8de2-e724de921f98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc05918c-8a29-4936-8de2-e724de921f98 found for delete ", "request_id": "req-34aa9bdf-d3e9-4911-82f2-0200cb6c06a0"}]} 2026-05-26 22:20:14.484 8 INFO neutron.services.segments.plugin [-] Segment fc05918c-8a29-4936-8de2-e724de921f98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc05918c-8a29-4936-8de2-e724de921f98 found for delete ", "request_id": "req-7128d827-1033-4181-8592-2e2aeaeb5e67"}]} 2026-05-26 22:20:14.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f8e22b5-e0f3-4201-a74a-a1ad47a56218 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: e5aaf4e2-50a3-4b0c-87db-c87dcc0fc7d3 2026-05-26 22:20:14.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f8e22b5-e0f3-4201-a74a-a1ad47a56218 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: e5aaf4e2-50a3-4b0c-87db-c87dcc0fc7d3 2026-05-26 22:20:14.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f8e22b5-e0f3-4201-a74a-a1ad47a56218 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 1834e23d-1151-4d81-8e4d-9955bc6d96a3 2026-05-26 22:20:14.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f8e22b5-e0f3-4201-a74a-a1ad47a56218 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 1834e23d-1151-4d81-8e4d-9955bc6d96a3 2026-05-26 22:20:15.203 7 INFO neutron.db.segments_db [None req-7df5475d-613c-4197-9919-68ede16046b8 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 82f81d3b-2f05-4935-a969-14d30e054f88 of type vxlan for network d8b158c2-2820-400c-811f-584453f60a48 [pid: 7|app: 0|req: 437/811] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:20:14 2026] POST /v2.0/networks => generated 746 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:15.333 8 INFO neutron.db.l3_hamode_db [None req-8f8e22b5-e0f3-4201-a74a-a1ad47a56218 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 97c604d5-e96c-442f-b905-2d2cfa211d19 was deleted as no HA routers are present in tenant ec5734a0078646d888142961537f42bb. [pid: 8|app: 0|req: 375/812] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:14 2026] DELETE /v2.0/routers/bbf70e88-0a71-44c0-b9f4-382d57e06410 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/813] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:15 2026] DELETE /v2.0/subnets/0014321b-36ad-473e-9d61-babaec4b5083 => 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: 438/814] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:20:15 2026] POST /v2.0/subnets => generated 693 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:15.574 7 INFO neutron.db.segments_db [None req-00d8ea8d-088f-437b-aa74-b3a4b50e188d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 78821f7d-476b-4ba4-9e24-5bb98b461643 of type vxlan for network 799d7e14-d5c2-4956-b594-46b4bd11f45d 2026-05-26 22:20:15.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7afaaf1-edba-4ca2-8177-08b794bfd5b8 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 28c1f8d3-399b-4b44-8da1-0befbb559181 2026-05-26 22:20:15.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7afaaf1-edba-4ca2-8177-08b794bfd5b8 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 28c1f8d3-399b-4b44-8da1-0befbb559181 [pid: 8|app: 0|req: 377/815] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:20:15 2026] DELETE /v2.0/networks/07c20c17-0578-4f9f-8771-0c0d46b348e6 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:15.813 7 INFO neutron.db.l3_hamode_db [None req-00d8ea8d-088f-437b-aa74-b3a4b50e188d 861179ecdd864c19a5063cdf3996161a c848d0bddf064295aff46a0f2e76bd85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 378/816] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:15 2026] GET /v2.0/security-groups?tenant_id=ec5734a0078646d888142961537f42bb&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/817] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:15 2026] DELETE /v2.0/security-groups/c3ae348f-0ab9-48e8-b9ee-90bc5a25a634 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:16.504 8 INFO neutron.services.segments.plugin [-] Segment a0237a61-6ba7-4b7b-9f40-932de3248cea resource provider aggregate not found 2026-05-26 22:20:16.511 8 INFO neutron.services.segments.plugin [-] Segment a0237a61-6ba7-4b7b-9f40-932de3248cea resource provider aggregate not found 2026-05-26 22:20:16.524 8 INFO neutron.services.segments.plugin [-] Segment a0237a61-6ba7-4b7b-9f40-932de3248cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0237a61-6ba7-4b7b-9f40-932de3248cea found for delete ", "request_id": "req-801e7269-a02e-41e9-b502-75138e7c4696"}]} 2026-05-26 22:20:16.530 8 INFO neutron.services.segments.plugin [-] Segment a0237a61-6ba7-4b7b-9f40-932de3248cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0237a61-6ba7-4b7b-9f40-932de3248cea found for delete ", "request_id": "req-3f98b627-87ab-4b69-a85f-408320f67dbe"}]} 2026-05-26 22:20:16.542 8 INFO neutron.services.segments.plugin [-] Segment 7b13da67-b239-476d-9f9c-642b1aaf732f resource provider aggregate not found 2026-05-26 22:20:16.547 8 INFO neutron.services.segments.plugin [-] Segment 7b13da67-b239-476d-9f9c-642b1aaf732f resource provider aggregate not found 2026-05-26 22:20:16.568 8 INFO neutron.services.segments.plugin [-] Segment 7b13da67-b239-476d-9f9c-642b1aaf732f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b13da67-b239-476d-9f9c-642b1aaf732f found for delete ", "request_id": "req-57b52b94-7fbf-4eb6-b8f4-6227cd9a9210"}]} 2026-05-26 22:20:16.570 8 INFO neutron.services.segments.plugin [-] Segment 7b13da67-b239-476d-9f9c-642b1aaf732f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b13da67-b239-476d-9f9c-642b1aaf732f found for delete ", "request_id": "req-83525c5e-3bb2-40bb-90f5-e92e61efa388"}]} 2026-05-26 22:20:16.662 7 INFO neutron.db.l3_hamode_db [None req-00d8ea8d-088f-437b-aa74-b3a4b50e188d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 439/818] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:20:15 2026] POST /v2.0/routers => generated 733 bytes in 2090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/819] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:20:17 2026] PUT /v2.0/routers/610ddfc1-7c52-46fe-97e6-824744fc72a4/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/820] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:20:19 2026] GET /v2.0/networks?id=d8b158c2-2820-400c-811f-584453f60a48 => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/821] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:20:19 2026] GET /v2.0/quotas/c848d0bddf064295aff46a0f2e76bd85 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/822] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:20:19 2026] GET /v2.0/ports?tenant_id=c848d0bddf064295aff46a0f2e76bd85&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: 443/823] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/networks/d8b158c2-2820-400c-811f-584453f60a48?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: 444/824] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/networks/d8b158c2-2820-400c-811f-584453f60a48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/825] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:19 2026] GET /v2.0/security-groups?tenant_id=cc72c7fa51cf4a93b1cd4b4f279bafb0&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/826] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:20 2026] DELETE /v2.0/security-groups/af0e22e4-8277-4370-b7f8-949b1644b89f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/827] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 446/828] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:20 2026] GET /v2.0/security-groups?tenant_id=6bfaef8866024264b208b0b81ac1addf&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/829] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:20 2026] DELETE /v2.0/security-groups/3ce5d55b-3493-4eee-892c-e05ab4880aca => 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: 447/830] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:21 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/831] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:22 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 384/832] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:22 2026] GET /v2.0/security-groups?tenant_id=b89cadd5e5be4500bde8af95748f7a37&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/833] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:23 2026] DELETE /v2.0/security-groups/468d010f-27de-4d8f-9b48-039276c3f9f6 => 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: 385/834] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:24 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 450/835] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:25 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 386/836] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:20:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/837] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:20:25 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/838] 10.0.0.31 () {34 vars in 756 bytes} [Tue May 26 22:20:25 2026] PUT /v2.0/security-groups/fa5dc01c-1138-4d9f-9a59-5852469073fe => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/839] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:20:25 2026] GET /v2.0/security-groups/fa5dc01c-1138-4d9f-9a59-5852469073fe => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/840] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:25 2026] DELETE /v2.0/security-groups/fa5dc01c-1138-4d9f-9a59-5852469073fe => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/841] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:20:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:25.797 8 INFO neutron.api.v2.resource [None req-a0364fc4-84b9-4355-81d1-d4135294a991 5193438e6670446ab4f8f63bef1d7926 23d0f9a511ea40a2bf86186e2831ed75 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/842] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:25 2026] DELETE /v2.0/security-groups/fa5dc01c-1138-4d9f-9a59-5852469073fe => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/843] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:20:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/844] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:20:25 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) [pid: 7|app: 0|req: 455/845] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules/7724bc2b-7655-4d2d-a232-e96a756c0116 => generated 601 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/846] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/847] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/networks?id=d8b158c2-2820-400c-811f-584453f60a48 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/848] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 456/849] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:20:26 2026] DELETE /v2.0/security-group-rules/7724bc2b-7655-4d2d-a232-e96a756c0116 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/850] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/851] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:20:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/852] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules/247e4fe0-d30f-4aba-8846-f7855f7815ae => 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: 460/853] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/854] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:20:26 2026] DELETE /v2.0/security-group-rules/247e4fe0-d30f-4aba-8846-f7855f7815ae => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/855] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:20:26 2026] POST /v2.0/ports => generated 954 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 462/856] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/857] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:20:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/858] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules/70d6462c-7d42-4b62-92f4-9e255072ae6c => 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: 465/859] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/860] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:20:26 2026] DELETE /v2.0/security-group-rules/70d6462c-7d42-4b62-92f4-9e255072ae6c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/861] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:20:26 2026] PUT /v2.0/ports/dbc78ce8-0622-41e7-a243-4c6aef454702 => generated 1235 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/862] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:20:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-26 22:20:27.032 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b53ef5d3-e74d-4385-805a-4a4a08846519'] response: {'name': 'network-changed', 'server_uuid': '17e9bbcf-a015-4642-b5e2-2a1044aed4ba', 'tag': 'dbc78ce8-0622-41e7-a243-4c6aef454702', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 396/863] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:27 2026] DELETE /v2.0/security-groups/effc2e69-8a40-466f-a735-4fac4bc4fd10 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/864] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/865] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/866] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/867] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/868] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/ports?tenant_id=c848d0bddf064295aff46a0f2e76bd85&device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/869] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/networks?tenant_id=c848d0bddf064295aff46a0f2e76bd85&shared=False => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/870] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/871] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:27 2026] GET /v2.0/security-groups?tenant_id=23d0f9a511ea40a2bf86186e2831ed75&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/872] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:27 2026] DELETE /v2.0/security-groups/5442de20-08ac-4860-b6d2-dcb8c24d7a80 => 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: 401/873] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 473/874] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&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: 402/875] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/ports?tenant_id=c848d0bddf064295aff46a0f2e76bd85&device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/876] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=dbc78ce8-0622-41e7-a243-4c6aef454702 => 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: 403/877] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/subnets?id=7c71a2c5-6eaf-4f4d-b920-c9888b326440 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/878] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/ports?network_id=d8b158c2-2820-400c-811f-584453f60a48&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/879] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/880] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/networks/d8b158c2-2820-400c-811f-584453f60a48?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/881] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/networks/d8b158c2-2820-400c-811f-584453f60a48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/882] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:20:28 2026] GET /v2.0/ports/352f8149-d781-4255-89bd-91fd71be1e25 => generated 968 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/885] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 478/886] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/887] 199.204.45.169 () {34 vars in 999 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/subnets?network_id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/888] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 479/889] 199.204.45.169 () {34 vars in 1145 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd&device_owner=compute%3Anova&network_id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/890] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/891] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/892] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:29 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/893] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/894] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 412/895] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:20:29 2026] PUT /v2.0/ports/352f8149-d781-4255-89bd-91fd71be1e25 => generated 1145 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:30.453 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8162fb06-1f1a-4d27-8bd6-1ba144c85c9f'] response: {'name': 'network-changed', 'server_uuid': 'ac794e9e-b122-4e05-a179-488d7f09fecd', 'tag': '352f8149-d781-4255-89bd-91fd71be1e25', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 484/896] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/897] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1417 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/898] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/899] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:30 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/900] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/901] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => 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: 487/902] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/subnets?id=54f97ed2-bb53-47b6-8f9b-d7692260f830 => 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: 416/903] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/ports?network_id=0ca9edad-64ef-410d-965e-2755fc223819&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: 7|app: 0|req: 488/904] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 489/905] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/906] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 490/907] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/908] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/ports?tenant_id=caeeed1860294bccb7758e9f90f9ac44&device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 491/909] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/networks?id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/910] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d251e667-096c-4184-bdd9-20cd3c2e43ba => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/911] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/subnets?id=cf7b189a-5f5b-496b-9b3f-f62a6fd87e1b => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/912] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/ports?network_id=4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1&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: 421/913] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/914] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/915] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:31 2026] GET /v2.0/security-groups?tenant_id=e7ce57c083da42dea0531acf6bb41de6&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/916] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/917] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/918] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:32 2026] DELETE /v2.0/security-groups/4c602593-7566-4538-90f3-d6a5cd92fb5f => 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: 425/919] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1148 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/920] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1417 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/921] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 496/922] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/923] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 497/924] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/925] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => 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: 428/926] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/927] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/subnets?id=54f97ed2-bb53-47b6-8f9b-d7692260f830 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/928] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/ports?network_id=0ca9edad-64ef-410d-965e-2755fc223819&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/929] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/930] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:32 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 431/931] 199.204.45.169 () {34 vars in 1117 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/932] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/933] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/934] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/935] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:33 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/936] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:20:33 2026] PUT /v2.0/ports/352f8149-d781-4255-89bd-91fd71be1e25 => generated 968 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:33.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9de5ea79-23dc-4641-9678-1fbe64a99095'] response: {'name': 'network-changed', 'server_uuid': 'ac794e9e-b122-4e05-a179-488d7f09fecd', 'tag': '352f8149-d781-4255-89bd-91fd71be1e25', 'status': 'completed', 'code': 200} 2026-05-26 22:20:34.211 7 INFO neutron.db.segments_db [None req-c8587ec7-02c0-4c4e-8529-bc1d5eac5227 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 5ea13c95-1d99-40ae-a36a-b71a81c90d8d of type vxlan for network 8e8f4d75-38f9-4d1f-8161-58a869fed637 [pid: 7|app: 0|req: 505/937] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:20:33 2026] POST /v2.0/networks => generated 741 bytes in 448 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: 506/938] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/939] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/940] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/941] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => 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: 433/942] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:20:34 2026] POST /v2.0/subnets => generated 688 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/943] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/944] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/subnets?id=54f97ed2-bb53-47b6-8f9b-d7692260f830 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:34.588 7 INFO neutron.db.segments_db [None req-1f99c33b-a76c-4d81-85ae-0e2574c883ef 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment b8293737-a1fc-4aae-b39a-7fbe709590e9 of type vxlan for network c6db9126-3b72-4e39-8d34-8097732e82f8 [pid: 8|app: 0|req: 435/945] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/ports?network_id=0ca9edad-64ef-410d-965e-2755fc223819&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/946] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 437/947] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:34.817 7 INFO neutron.db.l3_hamode_db [None req-1f99c33b-a76c-4d81-85ae-0e2574c883ef 861179ecdd864c19a5063cdf3996161a b1565c8a50ec46eab55e1e47c63a2889 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 438/948] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/949] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 440/950] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/951] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:34 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:35.579 7 INFO neutron.db.l3_hamode_db [None req-1f99c33b-a76c-4d81-85ae-0e2574c883ef 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 442/952] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/ports?tenant_id=0d10ad31b03440df99ecf2c807b584f8&device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/953] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/networks?id=0ca9edad-64ef-410d-965e-2755fc223819 => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/954] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/955] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=352f8149-d781-4255-89bd-91fd71be1e25 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/956] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/957] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/958] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:35 2026] GET /v2.0/subnets?id=54f97ed2-bb53-47b6-8f9b-d7692260f830 => 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: 449/959] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/960] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?network_id=0ca9edad-64ef-410d-965e-2755fc223819&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/961] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/962] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?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: 453/963] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&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: 454/964] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:36 2026] GET /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/965] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:20:34 2026] POST /v2.0/routers => generated 728 bytes in 1995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/966] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/967] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/968] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&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: 515/969] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/970] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/971] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/972] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:37 2026] GET /v2.0/security-groups?id=54e14d50-6556-4ee5-aa1a-e2a1fc861f7b&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:37.470 7 INFO neutron_taas.services.taas.taas_plugin [req-ec5feca4-8637-4ee2-ba96-bcce16bc0412 req-65fe17b6-9a23-4d27-bbd7-053a2d011566 3d49e4474ab945d2b02d05e49131bd26 c848d0bddf064295aff46a0f2e76bd85 - - default default] TaaS: Handle Delete Port: dbc78ce8-0622-41e7-a243-4c6aef454702 2026-05-26 22:20:37.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec5feca4-8637-4ee2-ba96-bcce16bc0412 req-65fe17b6-9a23-4d27-bbd7-053a2d011566 3d49e4474ab945d2b02d05e49131bd26 c848d0bddf064295aff46a0f2e76bd85 - - default default] Tap Mirror: Handle Delete Port: dbc78ce8-0622-41e7-a243-4c6aef454702 [pid: 8|app: 0|req: 455/973] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:20:36 2026] PUT /v2.0/routers/d9c1f510-02b9-4686-bb10-84ebbbcec214/add_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/974] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:20:37 2026] DELETE /v2.0/ports/dbc78ce8-0622-41e7-a243-4c6aef454702 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:37.664 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bf37283-b83e-42b1-ae39-b6e4bb00a7b2'] response: {'server_uuid': '17e9bbcf-a015-4642-b5e2-2a1044aed4ba', 'name': 'network-vif-deleted', 'tag': 'dbc78ce8-0622-41e7-a243-4c6aef454702', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 456/975] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/976] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/977] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/978] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/security-groups?id=9570cba2-5714-4114-8aca-d168d9813f3f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/979] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:38.413 7 INFO neutron_taas.services.taas.taas_plugin [req-83d3a630-f6fa-43ea-9cbf-230cfdd1b1ba req-9a81fedf-49af-4662-b4f2-ee765faa0c54 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] TaaS: Handle Delete Port: 352f8149-d781-4255-89bd-91fd71be1e25 2026-05-26 22:20:38.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83d3a630-f6fa-43ea-9cbf-230cfdd1b1ba req-9a81fedf-49af-4662-b4f2-ee765faa0c54 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] Tap Mirror: Handle Delete Port: 352f8149-d781-4255-89bd-91fd71be1e25 [pid: 8|app: 0|req: 460/980] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:38 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:38.529 7 INFO neutron.db.l3_db [req-83d3a630-f6fa-43ea-9cbf-230cfdd1b1ba req-9a81fedf-49af-4662-b4f2-ee765faa0c54 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] Floating IP 9ddbb481-097b-4406-9801-5bb0b3bb049b disassociated. External IP: 10.96.250.212, port: 352f8149-d781-4255-89bd-91fd71be1e25. [pid: 7|app: 0|req: 521/981] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:20:38 2026] DELETE /v2.0/ports/352f8149-d781-4255-89bd-91fd71be1e25 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/982] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 522/983] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/984] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/985] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:39.703 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19256cf7-be22-49f9-b19d-21d156ae4972'] response: {'server_uuid': 'ac794e9e-b122-4e05-a179-488d7f09fecd', 'name': 'network-vif-deleted', 'tag': '352f8149-d781-4255-89bd-91fd71be1e25', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 463/986] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/networks?id=8e8f4d75-38f9-4d1f-8161-58a869fed637 => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/987] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/quotas/b1565c8a50ec46eab55e1e47c63a2889 => 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: 464/988] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:20:39 2026] GET /v2.0/ports?tenant_id=b1565c8a50ec46eab55e1e47c63a2889&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/989] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/networks/8e8f4d75-38f9-4d1f-8161-58a869fed637?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/990] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/networks/8e8f4d75-38f9-4d1f-8161-58a869fed637?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/991] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 466/992] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => 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: 467/993] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/ports?device_id=17e9bbcf-a015-4642-b5e2-2a1044aed4ba => 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: 527/994] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/995] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:40 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/996] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 469/997] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:41 2026] GET /v2.0/ports?device_id=ac794e9e-b122-4e05-a179-488d7f09fecd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:42.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa57472d-cb56-4ec5-8343-5c5ae0c9e4aa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 54f22879-a4d9-47e1-956c-8a5eea5fe38c 2026-05-26 22:20:42.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa57472d-cb56-4ec5-8343-5c5ae0c9e4aa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 54f22879-a4d9-47e1-956c-8a5eea5fe38c [pid: 8|app: 0|req: 470/998] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:42 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 529/999] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:20:41 2026] PUT /v2.0/routers/610ddfc1-7c52-46fe-97e6-824744fc72a4/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:42.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-484d634c-819b-4713-a248-ab4dbcf50e53 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 3617c625-f938-4a1c-aa82-2dbd34672f68 2026-05-26 22:20:42.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484d634c-819b-4713-a248-ab4dbcf50e53 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 3617c625-f938-4a1c-aa82-2dbd34672f68 [pid: 7|app: 0|req: 530/1000] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:42 2026] DELETE /v2.0/security-groups/9570cba2-5714-4114-8aca-d168d9813f3f => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:42.867 7 INFO neutron.api.v2.resource [None req-0dcb2cdb-4690-4ce9-9c2c-31cfa05b9ad6 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1001] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:20:42 2026] GET /v2.0/security-groups/9570cba2-5714-4114-8aca-d168d9813f3f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:20:42.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebcbc46d-b1c9-4aee-84e3-3ee6efe4f80c 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] TaaS: Handle Delete Port: 22e4701d-d242-4954-9a95-f7d3a36d40e0 2026-05-26 22:20:42.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebcbc46d-b1c9-4aee-84e3-3ee6efe4f80c 0f5ff77fdc41467bb192abee0e7c8767 0d10ad31b03440df99ecf2c807b584f8 - - default default] Tap Mirror: Handle Delete Port: 22e4701d-d242-4954-9a95-f7d3a36d40e0 2026-05-26 22:20:43.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-484d634c-819b-4713-a248-ab4dbcf50e53 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: d8423863-c4b5-402a-953e-82c7ea08bdbd 2026-05-26 22:20:43.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484d634c-819b-4713-a248-ab4dbcf50e53 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: d8423863-c4b5-402a-953e-82c7ea08bdbd [pid: 7|app: 0|req: 532/1002] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:20:42 2026] DELETE /v2.0/floatingips/9ddbb481-097b-4406-9801-5bb0b3bb049b => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:43.459 8 INFO neutron.services.segments.plugin [-] Segment 78821f7d-476b-4ba4-9e24-5bb98b461643 resource provider aggregate not found 2026-05-26 22:20:43.467 8 INFO neutron.services.segments.plugin [-] Segment 78821f7d-476b-4ba4-9e24-5bb98b461643 resource provider aggregate not found 2026-05-26 22:20:43.485 8 INFO neutron.services.segments.plugin [-] Segment 78821f7d-476b-4ba4-9e24-5bb98b461643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78821f7d-476b-4ba4-9e24-5bb98b461643 found for delete ", "request_id": "req-346fedec-b8ef-463d-beeb-2b4612f03bc6"}]} 2026-05-26 22:20:43.487 8 INFO neutron.services.segments.plugin [-] Segment 78821f7d-476b-4ba4-9e24-5bb98b461643 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78821f7d-476b-4ba4-9e24-5bb98b461643 found for delete ", "request_id": "req-e3f66152-256a-4c1f-b079-6027ff85a05a"}]} 2026-05-26 22:20:43.498 8 INFO neutron.db.l3_hamode_db [None req-484d634c-819b-4713-a248-ab4dbcf50e53 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 799d7e14-d5c2-4956-b594-46b4bd11f45d was deleted as no HA routers are present in tenant c848d0bddf064295aff46a0f2e76bd85. [pid: 8|app: 0|req: 471/1003] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:42 2026] DELETE /v2.0/routers/610ddfc1-7c52-46fe-97e6-824744fc72a4 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:43.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-53037276-d53e-4f1d-aecf-05145da51659 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 86427e84-4601-4821-bfd4-74714b188615 2026-05-26 22:20:43.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53037276-d53e-4f1d-aecf-05145da51659 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 86427e84-4601-4821-bfd4-74714b188615 [pid: 8|app: 0|req: 472/1004] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:43 2026] DELETE /v2.0/subnets/7c71a2c5-6eaf-4f4d-b920-c9888b326440 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1005] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:43 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:43.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-343ac113-2797-498b-aca1-1e771d9e015f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: bf4cf360-3073-4a4b-b27f-e3cc35096ecc 2026-05-26 22:20:43.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-343ac113-2797-498b-aca1-1e771d9e015f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: bf4cf360-3073-4a4b-b27f-e3cc35096ecc [pid: 8|app: 0|req: 474/1006] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:20:43 2026] DELETE /v2.0/networks/d8b158c2-2820-400c-811f-584453f60a48 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1007] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:20:43 2026] PUT /v2.0/routers/14c491e3-f51e-4143-941c-b3747a0ea18b/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1010] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:44 2026] GET /v2.0/security-groups?tenant_id=c848d0bddf064295aff46a0f2e76bd85&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: 537/1011] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:44 2026] DELETE /v2.0/security-groups/54e14d50-6556-4ee5-aa1a-e2a1fc861f7b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:44.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-7486d0de-1961-4796-9bf0-e83384cd56cf 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 5ccce2f0-4aad-4be5-ab74-e57b754b5aa8 2026-05-26 22:20:44.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7486d0de-1961-4796-9bf0-e83384cd56cf 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 5ccce2f0-4aad-4be5-ab74-e57b754b5aa8 2026-05-26 22:20:44.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-7486d0de-1961-4796-9bf0-e83384cd56cf 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 8375769f-ecc0-487f-9392-3ddffa348315 2026-05-26 22:20:44.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7486d0de-1961-4796-9bf0-e83384cd56cf 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 8375769f-ecc0-487f-9392-3ddffa348315 [pid: 7|app: 0|req: 538/1012] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:44 2026] GET /v2.0/networks?id=8e8f4d75-38f9-4d1f-8161-58a869fed637 => generated 673 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:44.994 8 INFO neutron.db.l3_hamode_db [None req-7486d0de-1961-4796-9bf0-e83384cd56cf 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network f4e0ea53-47ad-4227-96ab-c537d64683a5 was deleted as no HA routers are present in tenant 0d10ad31b03440df99ecf2c807b584f8. [pid: 8|app: 0|req: 475/1013] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:44 2026] DELETE /v2.0/routers/14c491e3-f51e-4143-941c-b3747a0ea18b => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1014] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1015] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:20:44 2026] POST /v2.0/ports => generated 954 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 540/1016] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&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: 477/1017] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:20:45 2026] DELETE /v2.0/subnets/54f97ed2-bb53-47b6-8f9b-d7692260f830 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:45.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f524682-93ca-4fdc-8ccd-026302d24a14 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: b10bd4e1-4bef-4104-97aa-1ec6c922da1e 2026-05-26 22:20:45.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f524682-93ca-4fdc-8ccd-026302d24a14 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: b10bd4e1-4bef-4104-97aa-1ec6c922da1e 2026-05-26 22:20:45.512 8 INFO neutron.services.segments.plugin [-] Segment 82f81d3b-2f05-4935-a969-14d30e054f88 resource provider aggregate not found 2026-05-26 22:20:45.518 8 INFO neutron.services.segments.plugin [-] Segment 82f81d3b-2f05-4935-a969-14d30e054f88 resource provider aggregate not found [pid: 7|app: 0|req: 541/1018] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:20:45 2026] PUT /v2.0/ports/1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e => generated 1235 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:20:45.536 8 INFO neutron.services.segments.plugin [-] Segment 82f81d3b-2f05-4935-a969-14d30e054f88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f81d3b-2f05-4935-a969-14d30e054f88 found for delete ", "request_id": "req-16d2e59d-30d6-4b37-9534-5d2be1c94b8b"}]} 2026-05-26 22:20:45.541 8 INFO neutron.services.segments.plugin [-] Segment 82f81d3b-2f05-4935-a969-14d30e054f88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f81d3b-2f05-4935-a969-14d30e054f88 found for delete ", "request_id": "req-3247b33f-36db-4bd9-bcc4-5269366736d7"}]} 2026-05-26 22:20:45.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a76de8c-b9a2-499a-adeb-14efc8682cd6'] response: {'name': 'network-changed', 'server_uuid': '6a54a322-c556-4608-a93b-3e0479e50c13', 'tag': '1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e', 'status': 'completed', 'code': 200} 2026-05-26 22:20:45.564 8 INFO neutron.services.segments.plugin [-] Segment 1dff9b43-720f-4040-91fc-a7ddeb510698 resource provider aggregate not found 2026-05-26 22:20:45.572 8 INFO neutron.services.segments.plugin [-] Segment 1dff9b43-720f-4040-91fc-a7ddeb510698 resource provider aggregate not found 2026-05-26 22:20:45.588 8 INFO neutron.services.segments.plugin [-] Segment 1dff9b43-720f-4040-91fc-a7ddeb510698 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dff9b43-720f-4040-91fc-a7ddeb510698 found for delete ", "request_id": "req-e61b5141-aff2-48bd-800e-71fc15f4ed39"}]} 2026-05-26 22:20:45.593 8 INFO neutron.services.segments.plugin [-] Segment 1dff9b43-720f-4040-91fc-a7ddeb510698 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dff9b43-720f-4040-91fc-a7ddeb510698 found for delete ", "request_id": "req-5f28c44c-2d3c-430d-9711-7081aafae65a"}]} [pid: 8|app: 0|req: 478/1019] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:20:45 2026] DELETE /v2.0/networks/0ca9edad-64ef-410d-965e-2755fc223819 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 542/1020] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:45 2026] GET /v2.0/security-groups?tenant_id=0d10ad31b03440df99ecf2c807b584f8&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1021] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:45 2026] DELETE /v2.0/security-groups/b1d55493-6665-4e0d-88d3-06ddfadb2ea8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1022] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:46 2026] GET /v2.0/ports?tenant_id=b1565c8a50ec46eab55e1e47c63a2889&device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1023] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:20:46 2026] GET /v2.0/networks?tenant_id=b1565c8a50ec46eab55e1e47c63a2889&shared=False => generated 769 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1024] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:46 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 481/1025] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:20:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1026] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:46 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&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: 482/1027] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/ports?tenant_id=b1565c8a50ec46eab55e1e47c63a2889&device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1028] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e => 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: 483/1029] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/subnets?id=6fd3c8a0-e9c5-4e5f-8106-7712ccd37368 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1030] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1031] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1032] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/ports?network_id=8e8f4d75-38f9-4d1f-8161-58a869fed637&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: 8|app: 0|req: 485/1033] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/networks/8e8f4d75-38f9-4d1f-8161-58a869fed637?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1034] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:20:47 2026] GET /v2.0/networks/8e8f4d75-38f9-4d1f-8161-58a869fed637?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:20:47.602 8 INFO neutron.services.segments.plugin [-] Segment 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 resource provider aggregate not found 2026-05-26 22:20:47.610 8 INFO neutron.services.segments.plugin [-] Segment 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 resource provider aggregate not found 2026-05-26 22:20:47.615 8 INFO neutron.services.segments.plugin [-] Segment 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 found for delete ", "request_id": "req-e7a880da-e3ee-43f3-9b39-65abaf4a1643"}]} 2026-05-26 22:20:47.622 8 INFO neutron.services.segments.plugin [-] Segment 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b9add9a-7d0d-40fd-b7a4-701ca0b854b4 found for delete ", "request_id": "req-ba8da900-47b6-4a25-ba8a-0bb754ccbfb6"}]} 2026-05-26 22:20:47.914 8 INFO neutron.db.segments_db [None req-acf42156-e281-4066-bafd-bb1a094c6b5f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 of type vxlan for network 2d253273-b7a8-4390-95ae-369d5f8952ae [pid: 8|app: 0|req: 486/1035] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:20:47 2026] POST /v2.0/networks => generated 738 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1036] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:20:47 2026] POST /v2.0/subnets => generated 685 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:20:48.196 8 INFO neutron.db.segments_db [None req-0b5df312-6c4c-40fc-87ba-8c964776874d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment b79263f4-43f3-4bbc-8574-a04dd22a0724 of type vxlan for network 310a4ab4-3601-452e-b400-a777bdbfb176 2026-05-26 22:20:48.458 8 INFO neutron.db.l3_hamode_db [None req-0b5df312-6c4c-40fc-87ba-8c964776874d 861179ecdd864c19a5063cdf3996161a a497d9dce4f349ca8df8fbb51aeffa8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 551/1037] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/security-groups?tenant_id=f943a1fa5c654d04b4b452f3a8b29e3d&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1038] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1039] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:48 2026] DELETE /v2.0/security-groups/53ae171a-6ba7-4a2c-838e-2674adfb1559 => 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: 554/1040] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1041] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:48 2026] GET /v2.0/security-groups?tenant_id=cfffd79ee77d4f16b65a34b6d1befec9&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1042] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:49 2026] DELETE /v2.0/security-groups/549d1847-1a8f-4e9c-9745-5375096101d6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:49.204 8 INFO neutron.db.l3_hamode_db [None req-0b5df312-6c4c-40fc-87ba-8c964776874d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 557/1043] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:49 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1044] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:20:48 2026] POST /v2.0/routers => generated 725 bytes in 1849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1045] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:49 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&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: 559/1046] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:20:50 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1047] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:20:50 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 561/1048] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:51 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1049] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:51 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1050] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:20:50 2026] PUT /v2.0/routers/327ddc29-c577-4b38-8304-871ea1262b22/add_router_interface => generated 309 bytes in 1553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1051] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:52 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1052] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:52 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&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: 7|app: 0|req: 564/1053] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:20:52 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1054] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:20:52 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: 7|app: 0|req: 565/1055] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:20:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1056] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:20:52 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1057] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1058] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1059] 10.0.0.252 () {34 vars in 1095 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--84083755&fields=id&tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1060] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/networks?id=2d253273-b7a8-4390-95ae-369d5f8952ae => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1061] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/quotas/a497d9dce4f349ca8df8fbb51aeffa8e => 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: 494/1062] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/ports?tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e&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: 569/1063] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:20:53 2026] GET /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1064] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae?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: 570/1065] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1066] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1067] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/security-groups?tenant_id=0cf6a79d055a499595067e0195f588c8&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1068] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:54 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1069] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:54 2026] DELETE /v2.0/security-groups/e4b364d6-9ad7-4133-a068-4fd51b194e79 => 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: 573/1070] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:55 2026] GET /v2.0/security-groups?tenant_id=b80bdb9e4cdb41b5aa9cf38d5daf2370&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1071] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:55 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => 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: 574/1072] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:55 2026] DELETE /v2.0/security-groups/9695d521-5c9e-4631-b529-9d68c3e17c64 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1073] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:56 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1074] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:56 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1075] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:56 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1076] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:57 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1077] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:57 2026] GET /v2.0/security-groups?id=0b78d527-db8f-40fb-bfbd-61e41fee9e68&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: 577/1078] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:57 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1079] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:20:57 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:20:57.662 7 INFO neutron_taas.services.taas.taas_plugin [req-2cf7915e-355c-48bb-b840-7c0b34e94be7 req-6280d03a-c3e2-4d30-a1c9-325a0554442e e7179fc018c942649cc270b5131b3d8a b1565c8a50ec46eab55e1e47c63a2889 - - default default] TaaS: Handle Delete Port: 1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e 2026-05-26 22:20:57.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2cf7915e-355c-48bb-b840-7c0b34e94be7 req-6280d03a-c3e2-4d30-a1c9-325a0554442e e7179fc018c942649cc270b5131b3d8a b1565c8a50ec46eab55e1e47c63a2889 - - default default] Tap Mirror: Handle Delete Port: 1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e [pid: 7|app: 0|req: 578/1080] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:20:57 2026] DELETE /v2.0/ports/1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:20:57.854 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bceaa95-34af-4184-b0a8-490ac94f0d0f'] response: {'server_uuid': '6a54a322-c556-4608-a93b-3e0479e50c13', 'name': 'network-vif-deleted', 'tag': '1f1bbac7-0b57-4c2f-bbe3-7fb2d1c3330e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 503/1081] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 579/1082] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/networks?id=2d253273-b7a8-4390-95ae-369d5f8952ae => generated 670 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1083] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e => 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: 580/1084] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => 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: 505/1085] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:20:58 2026] POST /v2.0/ports => generated 958 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 581/1086] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:58 2026] GET /v2.0/security-groups?tenant_id=2d8f92e3cc304423a2df5a65d82cd34f&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1089] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:20:58 2026] PUT /v2.0/ports/47a563d8-db84-49b2-88ed-846792e5ef85 => generated 1239 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1090] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:59 2026] DELETE /v2.0/security-groups/520edcc4-dc8c-4bd3-a88a-f4e5ac9d0644 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:20:59.389 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e91f1ba-cead-4ace-a791-8f05ff99d171'] response: {'name': 'network-changed', 'server_uuid': 'd492e0c4-d324-47af-9746-e48092c07f56', 'tag': '47a563d8-db84-49b2-88ed-846792e5ef85', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 585/1091] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:59 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 507/1092] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:20:59 2026] GET /v2.0/security-groups?tenant_id=056b0773f80f4fe2a75f2656f4b4f5e0&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1093] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:20:59 2026] DELETE /v2.0/security-groups/78aa86ff-42c0-4695-9ac1-53198c430f69 => 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: 508/1094] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:20:59 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1095] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:20:59 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1096] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:20:59 2026] GET /v2.0/ports?tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e&device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1097] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:20:59 2026] GET /v2.0/networks?tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e&shared=False => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1098] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:21:00 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: 589/1099] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/ports?device_id=6a54a322-c556-4608-a93b-3e0479e50c13 => 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: 511/1100] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1101] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:00 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1102] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/ports?tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e&device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1103] 199.204.45.169 () {34 vars in 1059 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=47a563d8-db84-49b2-88ed-846792e5ef85 => 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: 513/1104] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/subnets?id=2c76490e-ac75-4b20-9b81-99cc63bd6407 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1105] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/ports?network_id=2d253273-b7a8-4390-95ae-369d5f8952ae&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: 514/1106] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1107] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:21:01 2026] GET /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1108] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1109] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1110] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1111] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 517/1112] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1113] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:02 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1114] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:03.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cfa7748-4394-4999-b0c3-f3a357293a68 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 6c6dcbd6-05e9-4ed6-8617-3148ba065224 2026-05-26 22:21:03.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cfa7748-4394-4999-b0c3-f3a357293a68 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 6c6dcbd6-05e9-4ed6-8617-3148ba065224 [pid: 7|app: 0|req: 598/1115] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1116] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 600/1117] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:03 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 518/1118] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:02 2026] PUT /v2.0/routers/d9c1f510-02b9-4686-bb10-84ebbbcec214/remove_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:04.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-657d345c-23f2-4e65-88b0-bc4c623d434f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 2f012e7b-5cf2-4498-9106-9274c5fa2530 2026-05-26 22:21:04.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-657d345c-23f2-4e65-88b0-bc4c623d434f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 2f012e7b-5cf2-4498-9106-9274c5fa2530 2026-05-26 22:21:04.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-657d345c-23f2-4e65-88b0-bc4c623d434f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 1e11ccb8-be96-4406-a3e1-b493ce21e7c5 2026-05-26 22:21:04.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-657d345c-23f2-4e65-88b0-bc4c623d434f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 1e11ccb8-be96-4406-a3e1-b493ce21e7c5 [pid: 8|app: 0|req: 519/1119] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1120] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:04.694 7 INFO neutron.services.segments.plugin [-] Segment b8293737-a1fc-4aae-b39a-7fbe709590e9 resource provider aggregate not found 2026-05-26 22:21:04.704 7 INFO neutron.services.segments.plugin [-] Segment b8293737-a1fc-4aae-b39a-7fbe709590e9 resource provider aggregate not found 2026-05-26 22:21:04.715 7 INFO neutron.services.segments.plugin [-] Segment b8293737-a1fc-4aae-b39a-7fbe709590e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8293737-a1fc-4aae-b39a-7fbe709590e9 found for delete ", "request_id": "req-def05c83-89d9-481b-b727-9cfb183c860b"}]} 2026-05-26 22:21:04.719 7 INFO neutron.services.segments.plugin [-] Segment b8293737-a1fc-4aae-b39a-7fbe709590e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8293737-a1fc-4aae-b39a-7fbe709590e9 found for delete ", "request_id": "req-b71a45d7-5fb8-4e9a-8eca-809106b7cfab"}]} 2026-05-26 22:21:04.724 7 INFO neutron.db.l3_hamode_db [None req-657d345c-23f2-4e65-88b0-bc4c623d434f 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network c6db9126-3b72-4e39-8d34-8097732e82f8 was deleted as no HA routers are present in tenant b1565c8a50ec46eab55e1e47c63a2889. [pid: 7|app: 0|req: 601/1121] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:03 2026] DELETE /v2.0/routers/d9c1f510-02b9-4686-bb10-84ebbbcec214 => generated 0 bytes in 781 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1122] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 603/1123] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/security-groups?id=02d80765-7ac9-4093-82f0-3da620318a5b&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: 521/1124] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/subnets/6fd3c8a0-e9c5-4e5f-8106-7712ccd37368 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1125] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:21:04 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:04.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-135da625-b96f-4c11-9f9c-28eac7d37d4e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: c9398760-24fb-4ebe-a4dd-157b3edae540 2026-05-26 22:21:04.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135da625-b96f-4c11-9f9c-28eac7d37d4e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: c9398760-24fb-4ebe-a4dd-157b3edae540 2026-05-26 22:21:05.034 7 INFO neutron_taas.services.taas.taas_plugin [req-19167762-3472-4e67-ba53-6b429cfd3c69 req-ff242509-b967-4e4d-9e72-709ce643e172 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] TaaS: Handle Delete Port: d251e667-096c-4184-bdd9-20cd3c2e43ba 2026-05-26 22:21:05.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19167762-3472-4e67-ba53-6b429cfd3c69 req-ff242509-b967-4e4d-9e72-709ce643e172 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] Tap Mirror: Handle Delete Port: d251e667-096c-4184-bdd9-20cd3c2e43ba 2026-05-26 22:21:05.152 7 INFO neutron.db.l3_db [req-19167762-3472-4e67-ba53-6b429cfd3c69 req-ff242509-b967-4e4d-9e72-709ce643e172 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] Floating IP eae7383d-82f7-42c7-9d59-1eec6d4f28e4 disassociated. External IP: 10.96.250.220, port: d251e667-096c-4184-bdd9-20cd3c2e43ba. 2026-05-26 22:21:05.171 8 INFO neutron.services.segments.plugin [-] Segment 5ea13c95-1d99-40ae-a36a-b71a81c90d8d resource provider aggregate not found 2026-05-26 22:21:05.174 8 INFO neutron.services.segments.plugin [-] Segment 5ea13c95-1d99-40ae-a36a-b71a81c90d8d resource provider aggregate not found 2026-05-26 22:21:05.191 8 INFO neutron.services.segments.plugin [-] Segment 5ea13c95-1d99-40ae-a36a-b71a81c90d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ea13c95-1d99-40ae-a36a-b71a81c90d8d found for delete ", "request_id": "req-9871bd7c-af3d-40c2-9f41-8697f9eb3e06"}]} [pid: 8|app: 0|req: 522/1126] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/networks/8e8f4d75-38f9-4d1f-8161-58a869fed637 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:05.200 8 INFO neutron.services.segments.plugin [-] Segment 5ea13c95-1d99-40ae-a36a-b71a81c90d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ea13c95-1d99-40ae-a36a-b71a81c90d8d found for delete ", "request_id": "req-fc892693-1b3f-48f0-9a18-fe9360cd9c80"}]} [pid: 8|app: 0|req: 523/1127] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/security-groups?tenant_id=b1565c8a50ec46eab55e1e47c63a2889&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1128] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:21:04 2026] DELETE /v2.0/ports/d251e667-096c-4184-bdd9-20cd3c2e43ba => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:05.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9728fa2-4941-4c83-94ab-d60349053151'] response: {'server_uuid': '17c22cae-5470-4ba5-bf9f-0baa45aa1316', 'name': 'network-vif-deleted', 'tag': 'd251e667-096c-4184-bdd9-20cd3c2e43ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 524/1129] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:05 2026] DELETE /v2.0/security-groups/0b78d527-db8f-40fb-bfbd-61e41fee9e68 => 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: 606/1130] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => 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: 607/1131] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&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: 608/1132] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 525/1133] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:05 2026] GET /v2.0/security-groups?tenant_id=8149212c7b044b99a1ccba1facaf9825&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1134] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:06 2026] DELETE /v2.0/security-groups/17f8e547-7929-45e4-bf57-1cf9cbbe3b9e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1135] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/security-groups?tenant_id=d0f2051fde2b47a28d15500a5399af1e&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1136] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:06 2026] DELETE /v2.0/security-groups/6ea796d2-a56e-4e9f-b512-ea7d6f4ba112 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1137] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1138] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1139] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:06 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => 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: 529/1140] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:07.363 7 INFO neutron.db.l3_db [None req-ffd7f031-c6c6-4125-bb47-43c4693ebcaa f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] Floating IP 6e516a32-c2cf-47b2-9ca7-fc158608673a associated. External IP: 10.96.250.203, port: 47a563d8-db84-49b2-88ed-846792e5ef85. [pid: 7|app: 0|req: 612/1141] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:21:06 2026] PUT /v2.0/floatingips/6e516a32-c2cf-47b2-9ca7-fc158608673a => generated 856 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:07.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fd7cc48-3472-4ecf-8495-f1bfcca4e6c4'] response: {'name': 'network-changed', 'server_uuid': 'd492e0c4-d324-47af-9746-e48092c07f56', 'tag': '47a563d8-db84-49b2-88ed-846792e5ef85', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 530/1142] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1143] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:07 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1144] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/ports?device_id=17c22cae-5470-4ba5-bf9f-0baa45aa1316 => 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: 614/1145] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1146] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&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: 615/1147] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/ports?tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e&device_id=d492e0c4-d324-47af-9746-e48092c07f56 => 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: 533/1148] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/networks?id=2d253273-b7a8-4390-95ae-369d5f8952ae => generated 766 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1149] 199.204.45.169 () {34 vars in 1059 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=47a563d8-db84-49b2-88ed-846792e5ef85 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1150] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/subnets?id=2c76490e-ac75-4b20-9b81-99cc63bd6407 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1151] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/ports?network_id=2d253273-b7a8-4390-95ae-369d5f8952ae&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: 535/1152] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1153] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae?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: 536/1154] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:08 2026] GET /v2.0/security-groups?tenant_id=254738570e8e4f9eaace6a7ad70e1899&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1155] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/security-groups/3ef620f6-41c7-45e1-bd82-60c62d5b2c63 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1156] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/security-groups/02d80765-7ac9-4093-82f0-3da620318a5b => 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: 620/1157] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:09.360 8 INFO neutron.api.v2.resource [None req-9eec0f63-f8bb-4c7b-98c9-0639d0cb369c 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 538/1158] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups/02d80765-7ac9-4093-82f0-3da620318a5b => 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: 539/1159] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:09 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:09.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-de52f9ad-0169-4fae-9e75-e68404ab63e9 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] TaaS: Handle Delete Port: a515d295-0dcc-4251-a86b-be0978307da3 2026-05-26 22:21:09.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de52f9ad-0169-4fae-9e75-e68404ab63e9 867805bfee514bea99ee8bded9aea4a8 caeeed1860294bccb7758e9f90f9ac44 - - default default] Tap Mirror: Handle Delete Port: a515d295-0dcc-4251-a86b-be0978307da3 [pid: 7|app: 0|req: 621/1160] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:21:09 2026] DELETE /v2.0/floatingips/eae7383d-82f7-42c7-9d59-1eec6d4f28e4 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:10.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0f62b24-dc89-46b2-ade1-1f6e868c9c40 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 42b92794-ba32-42f1-8d5f-ddb25ca31368 2026-05-26 22:21:10.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0f62b24-dc89-46b2-ade1-1f6e868c9c40 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 42b92794-ba32-42f1-8d5f-ddb25ca31368 [pid: 7|app: 0|req: 622/1161] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:10 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1162] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:10 2026] GET /v2.0/security-groups?id=4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1163] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:09 2026] PUT /v2.0/routers/5591d97c-1790-41da-ab99-5943e0322aea/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1164] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:21:10 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:10.738 8 INFO neutron_taas.services.taas.taas_plugin [req-2c14b277-658e-4ac4-909c-e95f78f2fb5b req-148e2c13-6eda-4f86-90ca-b1704b8af3f8 f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] TaaS: Handle Delete Port: 47a563d8-db84-49b2-88ed-846792e5ef85 2026-05-26 22:21:10.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c14b277-658e-4ac4-909c-e95f78f2fb5b req-148e2c13-6eda-4f86-90ca-b1704b8af3f8 f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] Tap Mirror: Handle Delete Port: 47a563d8-db84-49b2-88ed-846792e5ef85 2026-05-26 22:21:10.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-849f879b-d118-46c4-95ad-524ff5a09eb0 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 808150f0-1044-4126-ab10-7ddc2911a615 2026-05-26 22:21:10.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-849f879b-d118-46c4-95ad-524ff5a09eb0 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 808150f0-1044-4126-ab10-7ddc2911a615 2026-05-26 22:21:10.873 8 INFO neutron.db.l3_db [req-2c14b277-658e-4ac4-909c-e95f78f2fb5b req-148e2c13-6eda-4f86-90ca-b1704b8af3f8 f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] Floating IP 6e516a32-c2cf-47b2-9ca7-fc158608673a disassociated. External IP: 10.96.250.203, port: 47a563d8-db84-49b2-88ed-846792e5ef85. 2026-05-26 22:21:11.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-849f879b-d118-46c4-95ad-524ff5a09eb0 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 1d0e2c80-9785-48ff-9e82-cbfe53d0c1bf 2026-05-26 22:21:11.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-849f879b-d118-46c4-95ad-524ff5a09eb0 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 1d0e2c80-9785-48ff-9e82-cbfe53d0c1bf [pid: 8|app: 0|req: 542/1165] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:21:10 2026] DELETE /v2.0/ports/47a563d8-db84-49b2-88ed-846792e5ef85 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:11.223 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8409227a-91bc-4d68-9b6a-21debd474a50'] response: {'server_uuid': 'd492e0c4-d324-47af-9746-e48092c07f56', 'name': 'network-vif-deleted', 'tag': '47a563d8-db84-49b2-88ed-846792e5ef85', 'status': 'completed', 'code': 200} 2026-05-26 22:21:11.393 7 INFO neutron.services.segments.plugin [-] Segment 4d9b4fe0-0265-4653-90ed-216d195e0b2b resource provider aggregate not found 2026-05-26 22:21:11.399 7 INFO neutron.services.segments.plugin [-] Segment 4d9b4fe0-0265-4653-90ed-216d195e0b2b resource provider aggregate not found 2026-05-26 22:21:11.411 7 INFO neutron.services.segments.plugin [-] Segment 4d9b4fe0-0265-4653-90ed-216d195e0b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9b4fe0-0265-4653-90ed-216d195e0b2b found for delete ", "request_id": "req-cfff8d8d-04d7-4755-9ce6-2a9e9d5de1d5"}]} 2026-05-26 22:21:11.422 7 INFO neutron.db.l3_hamode_db [None req-849f879b-d118-46c4-95ad-524ff5a09eb0 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network d19dcfa4-c9e2-4579-92bf-8e448a604e5f was deleted as no HA routers are present in tenant caeeed1860294bccb7758e9f90f9ac44. 2026-05-26 22:21:11.426 7 INFO neutron.services.segments.plugin [-] Segment 4d9b4fe0-0265-4653-90ed-216d195e0b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9b4fe0-0265-4653-90ed-216d195e0b2b found for delete ", "request_id": "req-52998bf5-bef9-4626-8ce9-dbb0c58004f6"}]} [pid: 7|app: 0|req: 624/1166] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:10 2026] DELETE /v2.0/routers/5591d97c-1790-41da-ab99-5943e0322aea => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1167] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:11 2026] DELETE /v2.0/subnets/cf7b189a-5f5b-496b-9b3f-f62a6fd87e1b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1168] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:11 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:11.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-c209c286-e8da-4e73-8451-af1d2711058a 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: a9b5b54a-3c96-469b-b519-bb529b236cba 2026-05-26 22:21:11.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c209c286-e8da-4e73-8451-af1d2711058a 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: a9b5b54a-3c96-469b-b519-bb529b236cba 2026-05-26 22:21:11.971 8 INFO neutron.services.segments.plugin [-] Segment b1348f9c-11b2-4a11-af86-5e3a3820e30b resource provider aggregate not found 2026-05-26 22:21:11.989 8 INFO neutron.services.segments.plugin [-] Segment b1348f9c-11b2-4a11-af86-5e3a3820e30b resource provider aggregate not found 2026-05-26 22:21:12.002 8 INFO neutron.services.segments.plugin [-] Segment b1348f9c-11b2-4a11-af86-5e3a3820e30b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1348f9c-11b2-4a11-af86-5e3a3820e30b found for delete ", "request_id": "req-e445e54f-07d7-459f-b3ba-95555309e9c4"}]} 2026-05-26 22:21:12.013 8 INFO neutron.services.segments.plugin [-] Segment b1348f9c-11b2-4a11-af86-5e3a3820e30b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1348f9c-11b2-4a11-af86-5e3a3820e30b found for delete ", "request_id": "req-dd388dc6-d2cb-476e-8b92-f4484780b2ec"}]} [pid: 8|app: 0|req: 544/1169] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:11 2026] DELETE /v2.0/networks/4b28774d-a7f9-4ce0-bb2e-f0df108e1ec1 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1170] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:12 2026] GET /v2.0/security-groups?tenant_id=caeeed1860294bccb7758e9f90f9ac44&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1171] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:12 2026] DELETE /v2.0/security-groups/6ddc4d43-c8e9-4e2f-b3df-2b7281512a1d => 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: 627/1172] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:12 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => 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: 546/1173] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:13 2026] GET /v2.0/ports?device_id=d492e0c4-d324-47af-9746-e48092c07f56 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1176] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:14 2026] GET /v2.0/security-groups?tenant_id=af23baefb0d74f40b9e70f6e2959aed6&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1177] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/security-groups/68410c9f-763c-4baa-b41f-9e08fa684763 => 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: 630/1178] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:14 2026] DELETE /v2.0/security-groups/4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:15.115 8 INFO neutron.api.v2.resource [None req-932296f6-604a-4303-a077-864dd5388b83 f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/1179] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:21:15 2026] GET /v2.0/security-groups/4d31cd4b-6b86-4cd6-85ab-34c6dc4d430e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:15.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-86f69e4c-b7da-4660-a689-20b82c321784 f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] TaaS: Handle Delete Port: 2b66b4b4-88de-49a0-99a1-92d8c671d947 2026-05-26 22:21:15.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86f69e4c-b7da-4660-a689-20b82c321784 f122ae3c3bbf4e678a9b5f05de75b4b1 a497d9dce4f349ca8df8fbb51aeffa8e - - default default] Tap Mirror: Handle Delete Port: 2b66b4b4-88de-49a0-99a1-92d8c671d947 [pid: 7|app: 0|req: 631/1180] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:21:15 2026] DELETE /v2.0/floatingips/6e516a32-c2cf-47b2-9ca7-fc158608673a => generated 0 bytes in 735 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:16.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-aebea25e-4a45-403f-affd-0ba357ecda9d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 82601f9e-7ebb-49f1-b564-c8af1bfd49c4 2026-05-26 22:21:16.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aebea25e-4a45-403f-affd-0ba357ecda9d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 82601f9e-7ebb-49f1-b564-c8af1bfd49c4 [pid: 7|app: 0|req: 632/1181] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/security-groups?tenant_id=b1ccae84c4ff43659db8be42cd43c877&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1182] 10.0.0.31 () {32 vars in 651 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions => generated 21537 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1183] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/security-groups/1d72d926-c597-4eb9-ba5c-a698a34204de => 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: 635/1184] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1185] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21: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) [pid: 7|app: 0|req: 637/1186] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1187] 10.0.0.31 () {32 vars in 663 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1188] 10.0.0.31 () {32 vars in 697 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1189] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1190] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1191] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:16 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: 643/1192] 10.0.0.31 () {32 vars in 701 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1193] 10.0.0.31 () {32 vars in 691 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 645/1194] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1195] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 26 22:21:16 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: 647/1196] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 648/1197] 10.0.0.31 () {32 vars in 659 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1198] 10.0.0.31 () {32 vars in 697 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 650/1199] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 651/1200] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 652/1201] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1202] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 654/1203] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 655/1204] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 26 22:21:16 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: 7|app: 0|req: 656/1205] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1206] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1207] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1208] 10.0.0.31 () {32 vars in 697 bytes} [Tue May 26 22:21:16 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: 660/1209] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 26 22:21:16 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: 661/1210] 10.0.0.31 () {32 vars in 665 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1211] 10.0.0.31 () {32 vars in 675 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1212] 10.0.0.31 () {32 vars in 663 bytes} [Tue May 26 22:21:16 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: 664/1213] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 26 22:21:16 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: 665/1214] 10.0.0.31 () {32 vars in 711 bytes} [Tue May 26 22:21:16 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: 8|app: 0|req: 550/1215] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:15 2026] PUT /v2.0/routers/327ddc29-c577-4b38-8304-871ea1262b22/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1216] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 26 22:21:16 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: 667/1217] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 26 22:21:16 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: 668/1218] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:16 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: 669/1219] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 26 22:21:16 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: 670/1220] 10.0.0.31 () {32 vars in 703 bytes} [Tue May 26 22:21:16 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: 671/1221] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1222] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:16 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: 673/1223] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 26 22:21:16 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: 674/1224] 10.0.0.31 () {32 vars in 691 bytes} [Tue May 26 22:21:16 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: 675/1225] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1226] 10.0.0.31 () {32 vars in 707 bytes} [Tue May 26 22:21:16 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: 677/1227] 10.0.0.31 () {32 vars in 703 bytes} [Tue May 26 22:21:16 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: 678/1228] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1229] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1230] 10.0.0.31 () {32 vars in 709 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1231] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1232] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1233] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1234] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1235] 10.0.0.31 () {32 vars in 669 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1236] 10.0.0.31 () {32 vars in 659 bytes} [Tue May 26 22:21:16 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: 687/1237] 10.0.0.31 () {32 vars in 697 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1238] 10.0.0.31 () {32 vars in 697 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1239] 10.0.0.31 () {32 vars in 675 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:16.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-94e72113-a4e5-47a6-a7c7-8ca8b324e4b3 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 4918607c-c57d-40ef-947b-b3c6551558d5 [pid: 7|app: 0|req: 690/1240] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:16.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94e72113-a4e5-47a6-a7c7-8ca8b324e4b3 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 4918607c-c57d-40ef-947b-b3c6551558d5 [pid: 7|app: 0|req: 691/1241] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1242] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1243] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1244] 10.0.0.31 () {32 vars in 705 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1245] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1246] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1247] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1248] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1249] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:16 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: 700/1250] 10.0.0.31 () {32 vars in 703 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1251] 10.0.0.31 () {32 vars in 665 bytes} [Tue May 26 22:21:16 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1252] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1253] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21:17 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: 704/1254] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 26 22:21:17 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: 705/1255] 10.0.0.31 () {32 vars in 689 bytes} [Tue May 26 22:21:17 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: 706/1256] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 26 22:21:17 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: 707/1257] 10.0.0.31 () {32 vars in 683 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1258] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1259] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1260] 10.0.0.31 () {32 vars in 701 bytes} [Tue May 26 22:21:17 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: 711/1261] 10.0.0.31 () {32 vars in 711 bytes} [Tue May 26 22:21:17 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: 712/1262] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:17 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: 713/1263] 10.0.0.31 () {32 vars in 713 bytes} [Tue May 26 22:21:17 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: 714/1264] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:21:17 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: 715/1265] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 26 22:21:17 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: 716/1266] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:21:17 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: 717/1267] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 26 22:21:17 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: 718/1268] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1269] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:21:17 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: 720/1270] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 26 22:21:17 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: 721/1271] 10.0.0.31 () {32 vars in 667 bytes} [Tue May 26 22:21:17 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: 722/1272] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 26 22:21:17 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: 723/1273] 10.0.0.31 () {32 vars in 703 bytes} [Tue May 26 22:21:17 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: 724/1274] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:17 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) 2026-05-26 22:21:17.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-94e72113-a4e5-47a6-a7c7-8ca8b324e4b3 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 4ff4a1bc-2c1a-4084-b192-c0283d594b92 2026-05-26 22:21:17.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94e72113-a4e5-47a6-a7c7-8ca8b324e4b3 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 4ff4a1bc-2c1a-4084-b192-c0283d594b92 [pid: 7|app: 0|req: 725/1275] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:17 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: 726/1276] 10.0.0.31 () {32 vars in 681 bytes} [Tue May 26 22:21:17 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: 727/1277] 10.0.0.31 () {32 vars in 703 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1278] 10.0.0.31 () {32 vars in 693 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1279] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:17 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: 730/1280] 10.0.0.31 () {32 vars in 695 bytes} [Tue May 26 22:21:17 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: 731/1281] 10.0.0.31 () {32 vars in 677 bytes} [Tue May 26 22:21:17 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: 732/1282] 10.0.0.31 () {32 vars in 687 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1283] 10.0.0.31 () {32 vars in 699 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1284] 10.0.0.31 () {32 vars in 663 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1285] 10.0.0.31 () {32 vars in 679 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1286] 10.0.0.31 () {32 vars in 675 bytes} [Tue May 26 22:21:17 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: 737/1287] 10.0.0.31 () {32 vars in 691 bytes} [Tue May 26 22:21:17 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: 738/1288] 10.0.0.31 () {32 vars in 675 bytes} [Tue May 26 22:21:17 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: 739/1289] 10.0.0.31 () {32 vars in 665 bytes} [Tue May 26 22:21:17 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: 740/1290] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1291] 10.0.0.31 () {32 vars in 673 bytes} [Tue May 26 22:21:17 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: 742/1292] 10.0.0.31 () {32 vars in 685 bytes} [Tue May 26 22:21:17 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) 2026-05-26 22:21:17.571 8 INFO neutron.services.segments.plugin [-] Segment b79263f4-43f3-4bbc-8574-a04dd22a0724 resource provider aggregate not found 2026-05-26 22:21:17.584 8 INFO neutron.services.segments.plugin [-] Segment b79263f4-43f3-4bbc-8574-a04dd22a0724 resource provider aggregate not found 2026-05-26 22:21:17.599 8 INFO neutron.services.segments.plugin [-] Segment b79263f4-43f3-4bbc-8574-a04dd22a0724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b79263f4-43f3-4bbc-8574-a04dd22a0724 found for delete ", "request_id": "req-8bb6bf65-84ef-4287-80e1-0acb9a855282"}]} 2026-05-26 22:21:17.603 8 INFO neutron.services.segments.plugin [-] Segment b79263f4-43f3-4bbc-8574-a04dd22a0724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b79263f4-43f3-4bbc-8574-a04dd22a0724 found for delete ", "request_id": "req-a1fc44d5-6c80-477a-a544-53a46ce1a8b5"}]} 2026-05-26 22:21:17.607 8 INFO neutron.db.l3_hamode_db [None req-94e72113-a4e5-47a6-a7c7-8ca8b324e4b3 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 310a4ab4-3601-452e-b400-a777bdbfb176 was deleted as no HA routers are present in tenant a497d9dce4f349ca8df8fbb51aeffa8e. [pid: 8|app: 0|req: 551/1293] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:16 2026] DELETE /v2.0/routers/327ddc29-c577-4b38-8304-871ea1262b22 => 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: 743/1294] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:17 2026] DELETE /v2.0/subnets/2c76490e-ac75-4b20-9b81-99cc63bd6407 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:17.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ad6322e-c0e2-4b5c-af98-e55491434539 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 3f98502d-70c0-4574-a434-9e4fa433f778 2026-05-26 22:21:17.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ad6322e-c0e2-4b5c-af98-e55491434539 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 3f98502d-70c0-4574-a434-9e4fa433f778 [pid: 8|app: 0|req: 552/1295] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:17 2026] DELETE /v2.0/networks/2d253273-b7a8-4390-95ae-369d5f8952ae => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1296] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:18 2026] GET /v2.0/security-groups?tenant_id=a497d9dce4f349ca8df8fbb51aeffa8e&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1297] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:17 2026] GET /v2.0/security-groups?tenant_id=65a03007665d42eaa002b159484a21a9&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1298] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:18 2026] DELETE /v2.0/security-groups/0e365ca4-43b4-4560-8e0f-88059fbb7dee => 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: 745/1299] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:18 2026] DELETE /v2.0/security-groups/dc74ac65-bd13-4f2f-b3ab-254a467606e4 => 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: 555/1300] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:18 2026] GET /v2.0/security-groups?tenant_id=8c8d8604dc82438d9089748e1ef70d40&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1301] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:19 2026] DELETE /v2.0/security-groups/095cf315-9f34-4703-9cb6-ef0f93ab9ce7 => 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: 556/1302] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:19 2026] GET /v2.0/security-groups?tenant_id=728931059c4a4af99008cff6d6012925&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:19.621 8 INFO neutron.services.segments.plugin [-] Segment 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 resource provider aggregate not found 2026-05-26 22:21:19.625 8 INFO neutron.services.segments.plugin [-] Segment 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 resource provider aggregate not found 2026-05-26 22:21:19.637 8 INFO neutron.services.segments.plugin [-] Segment 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 found for delete ", "request_id": "req-2f6ea685-7038-44e9-8131-57e55ca38134"}]} 2026-05-26 22:21:19.637 8 INFO neutron.services.segments.plugin [-] Segment 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 635bccb1-70f2-4e0d-8560-4ebfadb8b8a7 found for delete ", "request_id": "req-64a42c4b-e1c6-453b-a1c6-81c97a303737"}]} [pid: 7|app: 0|req: 747/1303] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:19 2026] DELETE /v2.0/security-groups/5a9e66f1-44b5-4900-8ad1-c39baa08868d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1304] 10.0.0.200 () {32 vars in 800 bytes} [Tue May 26 22:21:20 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-26 22:21:20.311 8 INFO neutron.db.segments_db [None req-1cf7573c-b58e-4a31-9aef-d0407be9c17a e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Added segment c8fdc95e-1cc4-43e7-8afd-40ee44dee138 of type vxlan for network 4f3052df-c093-4fd2-9242-dc3552549c5c 2026-05-26 22:21:20.402 8 INFO neutron.db.segments_db [None req-1cf7573c-b58e-4a31-9aef-d0407be9c17a e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Added segment 478b2de5-325e-49b8-8090-0d337418a000 of type vxlan for network e2142be6-a8fe-4cc4-8443-03b29ae33be4 [pid: 7|app: 0|req: 749/1305] 10.0.0.200 () {30 vars in 723 bytes} [Tue May 26 22:21:20 2026] GET /v2.0/quotas/e16c425822f0453cbcbf3e2ec98cae85/details => generated 847 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1306] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:20 2026] POST /v2.0/networks => generated 1245 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1307] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:20 2026] GET /v2.0/networks => generated 1844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1308] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:20 2026] DELETE /v2.0/networks/4f3052df-c093-4fd2-9242-dc3552549c5c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:20.887 7 INFO neutron.services.segments.plugin [-] Segment 478b2de5-325e-49b8-8090-0d337418a000 resource provider aggregate not found 2026-05-26 22:21:20.892 7 INFO neutron.services.segments.plugin [-] Segment 478b2de5-325e-49b8-8090-0d337418a000 resource provider aggregate not found 2026-05-26 22:21:20.914 7 INFO neutron.services.segments.plugin [-] Segment 478b2de5-325e-49b8-8090-0d337418a000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 478b2de5-325e-49b8-8090-0d337418a000 found for delete ", "request_id": "req-766c1468-0222-4034-a869-7f11621d88bf"}]} 2026-05-26 22:21:20.915 7 INFO neutron.services.segments.plugin [-] Segment 478b2de5-325e-49b8-8090-0d337418a000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 478b2de5-325e-49b8-8090-0d337418a000 found for delete ", "request_id": "req-2cf54d9b-7fd8-4883-80cf-42431f7f7dff"}]} [pid: 7|app: 0|req: 751/1309] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:20 2026] DELETE /v2.0/networks/e2142be6-a8fe-4cc4-8443-03b29ae33be4 => 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: 559/1310] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:20 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:21.032 7 INFO neutron.db.segments_db [None req-b6e7a2a6-3ed9-4250-b387-d4fb385c5125 e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Added segment f1cbb850-00f7-4ad8-b301-e8d85c0a4573 of type vxlan for network b3a27173-0daa-4087-98b8-2fddc1caa9d6 [pid: 7|app: 0|req: 752/1311] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:20 2026] POST /v2.0/networks => generated 649 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:21.219 8 INFO neutron.db.segments_db [None req-beb1e64f-9615-47be-84f3-cdfd077b403b e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Added segment 6ed6ef01-0893-40de-a9b5-13e47302ef64 of type vxlan for network a60e8317-f217-47a0-a97f-b7a9294ef10d [pid: 8|app: 0|req: 560/1312] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:21 2026] POST /v2.0/networks => generated 650 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1313] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/security-groups?tenant_id=4b2d96b7037d45ae8c64abb41ce39ec7&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:21.662 8 INFO neutron.services.segments.plugin [-] Segment c8fdc95e-1cc4-43e7-8afd-40ee44dee138 resource provider aggregate not found 2026-05-26 22:21:21.665 8 INFO neutron.services.segments.plugin [-] Segment c8fdc95e-1cc4-43e7-8afd-40ee44dee138 resource provider aggregate not found [pid: 7|app: 0|req: 754/1314] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:21 2026] DELETE /v2.0/security-groups/25c99aef-4d4e-43d3-be80-dbecdbbc2732 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:21.682 8 INFO neutron.services.segments.plugin [-] Segment c8fdc95e-1cc4-43e7-8afd-40ee44dee138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8fdc95e-1cc4-43e7-8afd-40ee44dee138 found for delete ", "request_id": "req-73893a29-e437-48a4-b57b-bb38468e854b"}]} 2026-05-26 22:21:21.683 8 INFO neutron.services.segments.plugin [-] Segment c8fdc95e-1cc4-43e7-8afd-40ee44dee138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8fdc95e-1cc4-43e7-8afd-40ee44dee138 found for delete ", "request_id": "req-3cef2ad5-4ca0-4842-8d6a-633accef4cdb"}]} [pid: 8|app: 0|req: 561/1315] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:21 2026] POST /v2.0/ports => generated 1505 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1316] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:21:21 2026] GET /v2.0/ports => generated 1505 bytes in 124 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-26 22:21:22.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-e740e1fb-8910-4ccf-adaf-67f4e2f0c02d e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] TaaS: Handle Delete Port: 0bdf0612-85c2-45e5-9649-2b7e1a16de31 2026-05-26 22:21:22.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e740e1fb-8910-4ccf-adaf-67f4e2f0c02d e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Tap Mirror: Handle Delete Port: 0bdf0612-85c2-45e5-9649-2b7e1a16de31 [pid: 8|app: 0|req: 562/1317] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:22 2026] DELETE /v2.0/ports/0bdf0612-85c2-45e5-9649-2b7e1a16de31 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:22.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-b903bbbe-1c03-42e9-b183-5164b7653bef e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] TaaS: Handle Delete Port: 39a2a272-f385-4cca-81a9-95e011e9616d 2026-05-26 22:21:22.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b903bbbe-1c03-42e9-b183-5164b7653bef e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Tap Mirror: Handle Delete Port: 39a2a272-f385-4cca-81a9-95e011e9616d [pid: 7|app: 0|req: 756/1318] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:22 2026] DELETE /v2.0/ports/39a2a272-f385-4cca-81a9-95e011e9616d => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1319] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:21:22 2026] GET /v2.0/ports => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:22.515 7 INFO neutron.db.segments_db [None req-017a26e5-b8ab-4daf-9633-34c553086540 e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Added segment 7583e3e4-fbfa-4c27-8227-28da537f8d11 of type vxlan for network 28ee6f8b-a6f4-4097-9271-2f42d6656fb0 [pid: 7|app: 0|req: 757/1320] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:22 2026] POST /v2.0/networks => generated 650 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:22.669 8 INFO neutron.db.segments_db [None req-bc725128-097c-4372-8b40-1fc42c766cd7 e9f565c1c7974af39d574d73bc1fbc7b 34e68736e6d24fd3b0b347c80083bf2c - - default default] Added segment fa047953-870e-4924-b39c-6c56eb30847b of type vxlan for network abfb27c7-8fc5-483a-b169-690ed00b7971 [pid: 8|app: 0|req: 564/1321] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:22 2026] POST /v2.0/networks => generated 649 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1322] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:22 2026] POST /v2.0/subnets => generated 1273 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1323] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/subnets => generated 1909 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1324] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/subnets/9fced8b2-62e7-4cc4-8cb5-887de22f65ac => 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: 566/1325] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/subnets/52dbfba7-1a73-402d-82fc-be6743ca92ba => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1326] 10.0.0.200 () {32 vars in 800 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1327] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:23.754 8 INFO neutron.services.segments.plugin [-] Segment fa047953-870e-4924-b39c-6c56eb30847b resource provider aggregate not found 2026-05-26 22:21:23.763 8 INFO neutron.services.segments.plugin [-] Segment fa047953-870e-4924-b39c-6c56eb30847b resource provider aggregate not found 2026-05-26 22:21:23.778 8 INFO neutron.services.segments.plugin [-] Segment fa047953-870e-4924-b39c-6c56eb30847b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa047953-870e-4924-b39c-6c56eb30847b found for delete ", "request_id": "req-178107b8-6ecc-4462-9ab0-bcab0811b0e5"}]} 2026-05-26 22:21:23.781 8 INFO neutron.services.segments.plugin [-] Segment fa047953-870e-4924-b39c-6c56eb30847b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa047953-870e-4924-b39c-6c56eb30847b found for delete ", "request_id": "req-28d87ed6-f8d9-4555-b242-a7fe1fb08f2c"}]} [pid: 8|app: 0|req: 568/1328] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/networks/abfb27c7-8fc5-483a-b169-690ed00b7971 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1329] 10.0.0.200 () {30 vars in 723 bytes} [Tue May 26 22:21:23 2026] GET /v2.0/quotas/e16c425822f0453cbcbf3e2ec98cae85/details => generated 847 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1330] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/networks/28ee6f8b-a6f4-4097-9271-2f42d6656fb0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:24.030 7 INFO neutron.services.segments.plugin [-] Segment 6ed6ef01-0893-40de-a9b5-13e47302ef64 resource provider aggregate not found 2026-05-26 22:21:24.030 7 INFO neutron.services.segments.plugin [-] Segment 6ed6ef01-0893-40de-a9b5-13e47302ef64 resource provider aggregate not found 2026-05-26 22:21:24.049 7 INFO neutron.services.segments.plugin [-] Segment 6ed6ef01-0893-40de-a9b5-13e47302ef64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed6ef01-0893-40de-a9b5-13e47302ef64 found for delete ", "request_id": "req-05983b7e-ca7f-48e5-b39b-01bba93b278b"}]} 2026-05-26 22:21:24.053 7 INFO neutron.services.segments.plugin [-] Segment 6ed6ef01-0893-40de-a9b5-13e47302ef64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed6ef01-0893-40de-a9b5-13e47302ef64 found for delete ", "request_id": "req-b0d4cbbe-0231-4471-b22f-0c7a73f6f644"}]} [pid: 7|app: 0|req: 762/1331] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:23 2026] DELETE /v2.0/networks/a60e8317-f217-47a0-a97f-b7a9294ef10d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1332] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:24 2026] DELETE /v2.0/networks/b3a27173-0daa-4087-98b8-2fddc1caa9d6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1333] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:24 2026] GET /v2.0/security-groups?tenant_id=34e68736e6d24fd3b0b347c80083bf2c&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1334] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:25 2026] DELETE /v2.0/security-groups/edc553fa-5a04-42bf-9cac-2f96e312dfd7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:25.802 8 INFO neutron.services.segments.plugin [-] Segment 7583e3e4-fbfa-4c27-8227-28da537f8d11 resource provider aggregate not found 2026-05-26 22:21:25.805 8 INFO neutron.services.segments.plugin [-] Segment 7583e3e4-fbfa-4c27-8227-28da537f8d11 resource provider aggregate not found 2026-05-26 22:21:25.825 8 INFO neutron.services.segments.plugin [-] Segment 7583e3e4-fbfa-4c27-8227-28da537f8d11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7583e3e4-fbfa-4c27-8227-28da537f8d11 found for delete ", "request_id": "req-2cbed844-0f87-4045-8f4b-f048208dcc58"}]} 2026-05-26 22:21:25.829 8 INFO neutron.services.segments.plugin [-] Segment 7583e3e4-fbfa-4c27-8227-28da537f8d11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7583e3e4-fbfa-4c27-8227-28da537f8d11 found for delete ", "request_id": "req-e3d57c5b-1510-4dc9-a10a-3ed219ad53b6"}]} 2026-05-26 22:21:25.845 8 INFO neutron.services.segments.plugin [-] Segment f1cbb850-00f7-4ad8-b301-e8d85c0a4573 resource provider aggregate not found 2026-05-26 22:21:25.851 8 INFO neutron.services.segments.plugin [-] Segment f1cbb850-00f7-4ad8-b301-e8d85c0a4573 resource provider aggregate not found 2026-05-26 22:21:25.866 8 INFO neutron.services.segments.plugin [-] Segment f1cbb850-00f7-4ad8-b301-e8d85c0a4573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1cbb850-00f7-4ad8-b301-e8d85c0a4573 found for delete ", "request_id": "req-f4ddf06e-9f6d-41d4-acbc-bebf2b2fa778"}]} 2026-05-26 22:21:25.872 8 INFO neutron.services.segments.plugin [-] Segment f1cbb850-00f7-4ad8-b301-e8d85c0a4573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1cbb850-00f7-4ad8-b301-e8d85c0a4573 found for delete ", "request_id": "req-0987f24f-ef1c-4a53-94ed-c8e8faf0950c"}]} 2026-05-26 22:21:25.980 7 WARNING keystonemiddleware.audit [None req-6b6b5802-567d-4fea-943b-31b5b2c57e86 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Skipping service tempest-service-960978534 as it have no endpoints. [pid: 7|app: 0|req: 764/1335] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:25 2026] GET /v2.0/security-groups?tenant_id=8f4d94e08a9040ffb5336ccb570ca40c&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:26.126 8 WARNING keystonemiddleware.audit [None req-90fefe24-d618-4043-9da1-1a042bba2447 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Skipping service tempest-service-960978534 as it have no endpoints. [pid: 8|app: 0|req: 572/1336] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:26 2026] DELETE /v2.0/security-groups/3b6d6ac2-b286-4a73-bfb3-e4c97311e82c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:26.368 7 WARNING keystonemiddleware.audit [None req-dcc8e5a4-dbf9-430a-8fd0-4f8d9c24d797 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Skipping service tempest-service-960978534 as it have no endpoints. [pid: 7|app: 0|req: 765/1337] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:26 2026] GET /v2.0/security-groups?tenant_id=deb040be62fd4e22b3e549ab3345b652&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:26.520 8 WARNING keystonemiddleware.audit [None req-14557cbf-491b-44fb-a48c-3e87678afccb 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Skipping service tempest-service-960978534 as it have no endpoints. [pid: 8|app: 0|req: 573/1338] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:26 2026] DELETE /v2.0/security-groups/c1b5e2af-043d-41a1-b57f-f49ea9b19d8e => 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: 766/1339] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:26 2026] GET /v2.0/security-groups?tenant_id=e16c425822f0453cbcbf3e2ec98cae85&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:27.192 8 INFO neutron.db.segments_db [None req-7dee8545-1ce1-4fdd-8c5a-3970eeb5b1e5 b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] Added segment 4e115cce-6654-40e3-aa64-6282bf0c4386 of type vxlan for network cd81adfe-8257-4112-8a1a-c6f68feec90b [pid: 7|app: 0|req: 767/1340] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/security-groups?tenant_id=391959b3775b430fb8ee94bf7fc58758&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1341] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:27 2026] POST /v2.0/networks => generated 648 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1342] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/security-groups/a2b1c60f-b397-4636-af35-7a862a43df36 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1343] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/security-groups/f8ba42f2-88a8-4fb5-a58d-11fa1b7ea20a => 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: 769/1344] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:27 2026] GET /v2.0/security-groups?tenant_id=5c51f014061b42eda105f068ae3d77f4&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1345] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:27 2026] DELETE /v2.0/security-groups/cf8589c7-1ff6-46fd-9ff9-ed732daa7a63 => 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: 770/1346] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:27 2026] POST /v2.0/subnets => generated 673 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:28.324 8 INFO neutron.db.segments_db [None req-e6880ab6-1b96-4064-82ec-9114f467ebf6 b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] Added segment 5625ae47-4582-4f2d-ae5b-4f9f584a83cd of type vxlan for network 426b649d-211e-4559-9217-dc621e2bd779 [pid: 8|app: 0|req: 577/1347] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:28 2026] POST /v2.0/networks => generated 647 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1348] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 26 22:21:28 2026] PUT /v2.0/networks/426b649d-211e-4559-9217-dc621e2bd779 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1349] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:28 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: 772/1350] 10.0.0.31 () {34 vars in 739 bytes} [Tue May 26 22:21:28 2026] PUT /v2.0/subnets/9c88b374-bbd5-4c6c-9292-171418e04af5 => generated 656 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:29.081 8 INFO neutron.services.segments.plugin [-] Segment 5625ae47-4582-4f2d-ae5b-4f9f584a83cd resource provider aggregate not found 2026-05-26 22:21:29.084 8 INFO neutron.services.segments.plugin [-] Segment 5625ae47-4582-4f2d-ae5b-4f9f584a83cd resource provider aggregate not found 2026-05-26 22:21:29.100 8 INFO neutron.services.segments.plugin [-] Segment 5625ae47-4582-4f2d-ae5b-4f9f584a83cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5625ae47-4582-4f2d-ae5b-4f9f584a83cd found for delete ", "request_id": "req-019371ab-6b30-4597-8c67-332de8701324"}]} 2026-05-26 22:21:29.101 8 INFO neutron.services.segments.plugin [-] Segment 5625ae47-4582-4f2d-ae5b-4f9f584a83cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5625ae47-4582-4f2d-ae5b-4f9f584a83cd found for delete ", "request_id": "req-588b857a-66ac-4801-ac02-1ffc5c18e5fd"}]} [pid: 8|app: 0|req: 579/1351] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:28 2026] DELETE /v2.0/networks/426b649d-211e-4559-9217-dc621e2bd779 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:29.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e879f73-6d13-4d6f-82b1-911ab2721188 b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 582/1354] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/networks/426b649d-211e-4559-9217-dc621e2bd779 => 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: 773/1355] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:28 2026] GET /v2.0/security-groups?tenant_id=6748915ac6da4c4ca55825ef3cc89cc6&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1356] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1357] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/subnets?network_id=e1d9a340-8e54-4758-a175-cc614d863288 => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1358] 10.0.0.31 () {32 vars in 651 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1359] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/security-groups/2e847687-5292-478d-a794-bde6b6ad491d => 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: 586/1360] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/networks => generated 1313 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1361] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/subnets => generated 1312 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1362] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/networks/cd81adfe-8257-4112-8a1a-c6f68feec90b => 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: 776/1363] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:21:29 2026] GET /v2.0/subnets/2648a0ce-04b2-4e9d-9475-25b42b1f954d => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:29.469 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c18db762-d07a-4598-a77e-83198e24b563 b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1364] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/subnets/9c88b374-bbd5-4c6c-9292-171418e04af5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:29.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7d85e1a-0907-4fb7-95a5-40911dff0beb b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1365] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/networks/426b649d-211e-4559-9217-dc621e2bd779 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1366] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/subnets/2648a0ce-04b2-4e9d-9475-25b42b1f954d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:29.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdd1cef0-d61f-4209-8f1f-1e7f78645b49 b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] TaaS: Handle Delete Port: 3b2f999f-1f67-44d1-835b-c3f290289377 2026-05-26 22:21:29.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdd1cef0-d61f-4209-8f1f-1e7f78645b49 b13868d32a95463a8c1ec513fd70bb7a 956724a7a9a14f2a91953d5b20d8a066 - - default default] Tap Mirror: Handle Delete Port: 3b2f999f-1f67-44d1-835b-c3f290289377 2026-05-26 22:21:29.975 7 INFO neutron.services.segments.plugin [-] Segment 4e115cce-6654-40e3-aa64-6282bf0c4386 resource provider aggregate not found 2026-05-26 22:21:29.979 7 INFO neutron.services.segments.plugin [-] Segment 4e115cce-6654-40e3-aa64-6282bf0c4386 resource provider aggregate not found 2026-05-26 22:21:29.994 7 INFO neutron.services.segments.plugin [-] Segment 4e115cce-6654-40e3-aa64-6282bf0c4386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e115cce-6654-40e3-aa64-6282bf0c4386 found for delete ", "request_id": "req-745b65cb-84f8-4ffa-b897-ac273efb5e8c"}]} 2026-05-26 22:21:29.996 7 INFO neutron.services.segments.plugin [-] Segment 4e115cce-6654-40e3-aa64-6282bf0c4386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e115cce-6654-40e3-aa64-6282bf0c4386 found for delete ", "request_id": "req-fc95f58c-7bd9-4c3b-a5f8-002107def11d"}]} [pid: 7|app: 0|req: 778/1367] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:29 2026] DELETE /v2.0/networks/cd81adfe-8257-4112-8a1a-c6f68feec90b => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1368] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:30 2026] GET /v2.0/security-groups?tenant_id=956724a7a9a14f2a91953d5b20d8a066&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1369] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:30 2026] DELETE /v2.0/security-groups/1ff70dbb-0d82-46e1-a945-f88bb5179f6f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:30.804 8 INFO neutron.db.segments_db [None req-9c7b97a3-c38f-4f57-9c83-83cd3a931925 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Added segment e7bd5059-080a-4305-8357-f8b57cc2d159 of type vxlan for network 3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 [pid: 8|app: 0|req: 590/1370] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:21:30 2026] POST /v2.0/networks => generated 632 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:30.967 7 INFO neutron.db.segments_db [None req-8817fc8c-7348-4159-bdf8-923551de667d 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Added segment 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 of type vxlan for network cdbfa88f-7672-487b-9e2a-1c0c6b7673f2 2026-05-26 22:21:31.230 7 INFO neutron.db.l3_hamode_db [None req-8817fc8c-7348-4159-bdf8-923551de667d 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:31.630 8 INFO neutron.db.segments_db [None req-39abfab0-05e8-49cb-87dd-e94dd2966f76 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] Added segment 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf of type vxlan for network 35c6d406-f6fc-41a9-92b5-974ba96197e1 [pid: 8|app: 0|req: 591/1371] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:31 2026] POST /v2.0/networks => generated 644 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:31.934 7 INFO neutron.db.l3_hamode_db [None req-8817fc8c-7348-4159-bdf8-923551de667d 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 592/1372] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:31 2026] POST /v2.0/subnets => generated 641 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:32.042 8 INFO neutron.db.segments_db [None req-57563da6-16f9-4924-a995-9f63b9678edf 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] Added segment 9439f808-f723-4156-a91c-097044101b89 of type vxlan for network 24f29ef1-fcbe-46f3-a9f0-e1bdb8ad000f [pid: 8|app: 0|req: 593/1373] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:31 2026] POST /v2.0/networks => generated 644 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1374] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:32 2026] GET /v2.0/security-groups?tenant_id=a438b369537e4bca90ba31e5a6150458&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1375] 10.0.0.31 () {34 vars in 741 bytes} [Tue May 26 22:21:32 2026] PUT /v2.0/networks/24f29ef1-fcbe-46f3-a9f0-e1bdb8ad000f => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1376] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:32 2026] DELETE /v2.0/security-groups/208de63d-ee29-40bd-9ba2-5ea521f7740b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1377] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:30 2026] POST /v2.0/routers => generated 695 bytes in 1825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1378] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:32 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1379] 10.0.0.31 () {32 vars in 774 bytes} [Tue May 26 22:21:32 2026] GET /v2.0/subnets?project_id=b8b6e7dc8f574377af5c4ed847b02278&cidr=10.100.0.0%2F28 => generated 14 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1380] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:32 2026] GET /v2.0/security-groups?tenant_id=4d46d71bb6434227ab404d11b19c1494&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:33.186 8 INFO neutron.db.segments_db [None req-931dda6b-bc2a-4135-9ae6-76251aa7aa5f 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Added segment cc683c9c-905e-44e1-8104-ee4dff4fd559 of type vxlan for network c2c97824-a343-4eaf-9e30-2d91ef9937a1 [pid: 7|app: 0|req: 784/1381] 10.0.0.31 () {34 vars in 739 bytes} [Tue May 26 22:21:33 2026] PUT /v2.0/subnets/cce4c82b-3b53-4ba0-b069-601c3d5ef31c => generated 636 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1382] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:21:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1383] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:32 2026] POST /v2.0/networks => generated 644 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1384] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:33 2026] DELETE /v2.0/security-groups/f8786e96-c68e-44e3-b504-b70dcc01b02a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1385] 10.0.0.31 () {32 vars in 782 bytes} [Tue May 26 22:21:33 2026] GET /v2.0/subnets?network_id=e1d9a340-8e54-4758-a175-cc614d863288&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:33.479 8 INFO neutron.services.segments.plugin [-] Segment 9439f808-f723-4156-a91c-097044101b89 resource provider aggregate not found 2026-05-26 22:21:33.489 8 INFO neutron.services.segments.plugin [-] Segment 9439f808-f723-4156-a91c-097044101b89 resource provider aggregate not found 2026-05-26 22:21:33.497 8 INFO neutron.services.segments.plugin [-] Segment 9439f808-f723-4156-a91c-097044101b89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9439f808-f723-4156-a91c-097044101b89 found for delete ", "request_id": "req-8ba7bd66-b70a-41b7-b4c4-dd3d64595228"}]} [pid: 8|app: 0|req: 599/1386] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:33 2026] DELETE /v2.0/networks/24f29ef1-fcbe-46f3-a9f0-e1bdb8ad000f => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:33.512 8 INFO neutron.services.segments.plugin [-] Segment 9439f808-f723-4156-a91c-097044101b89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9439f808-f723-4156-a91c-097044101b89 found for delete ", "request_id": "req-5f5e22c7-2f26-4528-92f1-c2e0ca33b2de"}]} [pid: 7|app: 0|req: 788/1387] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:33 2026] POST /v2.0/ports => generated 775 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:21:33.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93d0b1fb-1635-4f66-a2f8-52e9c97882c8 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1388] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:33 2026] DELETE /v2.0/networks/24f29ef1-fcbe-46f3-a9f0-e1bdb8ad000f => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1389] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:33 2026] POST /v2.0/subnets => generated 656 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:33.785 7 INFO neutron.db.segments_db [None req-d45fc5ff-37ca-40e2-89fc-28a77e2e653b 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Added segment 7fe70de3-98c4-47ec-b662-39cc8c365944 of type vxlan for network 06f82843-9e7d-4895-a3e3-192c676dce1a [pid: 8|app: 0|req: 601/1390] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:21:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1391] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:33 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1392] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:21:33 2026] GET /v2.0/subnets?network_id=e1d9a340-8e54-4758-a175-cc614d863288 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1393] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:33 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: 7|app: 0|req: 793/1394] 10.0.0.31 () {32 vars in 651 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1395] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:34 2026] POST /v2.0/ports => generated 949 bytes in 336 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: 795/1396] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/networks => generated 1309 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:34.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fd97a79-d078-429f-a721-ac39740b9c5d 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] TaaS: Handle Delete Port: b84a0bd4-56d4-4662-8112-cb70774d199f 2026-05-26 22:21:34.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fd97a79-d078-429f-a721-ac39740b9c5d 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Tap Mirror: Handle Delete Port: b84a0bd4-56d4-4662-8112-cb70774d199f [pid: 7|app: 0|req: 796/1397] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:34 2026] DELETE /v2.0/ports/b84a0bd4-56d4-4662-8112-cb70774d199f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1398] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:34.792 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f65c9ae6-d59c-49f4-8b50-1d7f509430c1 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 798/1399] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:34 2026] DELETE /v2.0/ports/b84a0bd4-56d4-4662-8112-cb70774d199f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1400] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/networks/35c6d406-f6fc-41a9-92b5-974ba96197e1 => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:34.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-daaefb22-6d72-4eee-8b9f-2c557a165f1b 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1401] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/ports/b84a0bd4-56d4-4662-8112-cb70774d199f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1402] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:21:34 2026] GET /v2.0/subnets/5a93dc42-f161-4282-a664-442eb768a7fe => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1403] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:34 2026] DELETE /v2.0/subnets/0e33f3fe-8bf4-4916-8df3-9bae85ea4926 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:35.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07bb2168-f435-48c5-83a4-63806c94bdcb 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1404] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/subnets/cce4c82b-3b53-4ba0-b069-601c3d5ef31c => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:35.199 7 INFO neutron.services.segments.plugin [-] Segment 7fe70de3-98c4-47ec-b662-39cc8c365944 resource provider aggregate not found 2026-05-26 22:21:35.202 7 INFO neutron.services.segments.plugin [-] Segment 7fe70de3-98c4-47ec-b662-39cc8c365944 resource provider aggregate not found 2026-05-26 22:21:35.227 7 INFO neutron.services.segments.plugin [-] Segment 7fe70de3-98c4-47ec-b662-39cc8c365944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fe70de3-98c4-47ec-b662-39cc8c365944 found for delete ", "request_id": "req-0e99b0c1-f916-4759-88ae-2a288d9b5e4f"}]} 2026-05-26 22:21:35.227 7 INFO neutron.services.segments.plugin [-] Segment 7fe70de3-98c4-47ec-b662-39cc8c365944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fe70de3-98c4-47ec-b662-39cc8c365944 found for delete ", "request_id": "req-fb2e5962-0274-444f-8bcc-996d60addbc1"}]} [pid: 8|app: 0|req: 602/1405] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:33 2026] PUT /v2.0/routers/5afed86b-d404-4b89-9922-7fa329799293/add_router_interface => generated 309 bytes in 1437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1406] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/networks/06f82843-9e7d-4895-a3e3-192c676dce1a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:35.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cbc70211-3942-4f1d-9bf2-e0c48198c1f0 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 603/1407] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/networks/24f29ef1-fcbe-46f3-a9f0-e1bdb8ad000f => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1408] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/networks => generated 5076 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:35.390 8 INFO neutron.db.segments_db [None req-7bae48f7-d6ab-4491-8dbd-cd8b992f5c4c 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Added segment 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b of type vxlan for network b41633e6-0bd2-499d-989d-c37942be4c65 [pid: 8|app: 0|req: 605/1409] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:35 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:35.592 7 INFO neutron.db.segments_db [None req-7c802a68-29a1-4f55-88a2-24380b9761f1 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Added segment 44f36b1d-383d-4690-ba9a-0033a3bad3c0 of type vxlan for network 5e8ccf5d-3136-41e7-8a38-0ab9a1d4ad48 [pid: 8|app: 0|req: 606/1410] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/subnets/5a93dc42-f161-4282-a664-442eb768a7fe => 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: 607/1411] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/subnets => generated 2594 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1412] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:35 2026] POST /v2.0/networks => generated 650 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:35.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-b69d5964-3c0f-4718-9904-82d32cce5c05 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] TaaS: Handle Delete Port: dd5b1a84-e0ed-402b-928b-6ef1d3e4f19d 2026-05-26 22:21:35.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b69d5964-3c0f-4718-9904-82d32cce5c05 823b7833952940e68bdbac525fa66287 d1259d97f610440082f15ef1aa1db84e - - default default] Tap Mirror: Handle Delete Port: dd5b1a84-e0ed-402b-928b-6ef1d3e4f19d [pid: 8|app: 0|req: 608/1413] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:35 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1414] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:35 2026] DELETE /v2.0/networks/35c6d406-f6fc-41a9-92b5-974ba96197e1 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1415] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:21:35 2026] GET /v2.0/routers => generated 738 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1416] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:36 2026] POST /v2.0/subnets => generated 627 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1417] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:36 2026] POST /v2.0/ports => generated 912 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1418] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:21:36 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:21:36.433 8 INFO neutron.db.segments_db [None req-e4d70982-0ae6-4e4d-940c-c8b45c28461e ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Added segment a96e0c97-67c9-4934-8e06-1fca6714678b of type vxlan for network 2e9489b7-28f1-43af-a5e4-311cab5884f6 2026-05-26 22:21:36.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ca57169-c295-4c8a-bbf4-f2a274dbd8ce 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] TaaS: Handle Delete Port: 94c356c8-9cf0-4a16-a947-9ae849993f72 2026-05-26 22:21:36.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca57169-c295-4c8a-bbf4-f2a274dbd8ce 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Tap Mirror: Handle Delete Port: 94c356c8-9cf0-4a16-a947-9ae849993f72 2026-05-26 22:21:36.662 8 INFO neutron.db.l3_hamode_db [None req-e4d70982-0ae6-4e4d-940c-c8b45c28461e ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 809/1419] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:36 2026] DELETE /v2.0/ports/94c356c8-9cf0-4a16-a947-9ae849993f72 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1420] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:21:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1421] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/security-groups?tenant_id=d1259d97f610440082f15ef1aa1db84e&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:36.984 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfdd8f7c-6ef5-416e-970a-6370922e2d28 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 812/1422] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:36 2026] GET /v2.0/ports/94c356c8-9cf0-4a16-a947-9ae849993f72 => 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: 813/1423] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:21:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1424] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:37 2026] DELETE /v2.0/security-groups/43c4f3fb-e1e8-4db7-be74-bdf80d81ede9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:37.261 7 INFO neutron.services.segments.plugin [-] Segment 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf resource provider aggregate not found 2026-05-26 22:21:37.267 7 INFO neutron.services.segments.plugin [-] Segment 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf resource provider aggregate not found 2026-05-26 22:21:37.278 7 INFO neutron.services.segments.plugin [-] Segment 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf found for delete ", "request_id": "req-403a7ffa-af97-4f81-a152-b9f64c1a02db"}]} 2026-05-26 22:21:37.287 7 INFO neutron.services.segments.plugin [-] Segment 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 514bd394-fbe2-4c4a-bacd-c2ce0cc9ddbf found for delete ", "request_id": "req-753e56a9-3c74-4090-b761-94690ecfbc74"}]} 2026-05-26 22:21:37.365 8 INFO neutron.db.l3_hamode_db [None req-e4d70982-0ae6-4e4d-940c-c8b45c28461e ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 815/1425] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:37 2026] DELETE /v2.0/subnets/350e12d4-6cfc-47e7-9770-1e2b8a81bea9 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1426] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:21:37 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) [pid: 7|app: 0|req: 817/1427] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:37 2026] DELETE /v2.0/networks/b41633e6-0bd2-499d-989d-c37942be4c65 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1428] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:21:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1429] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:37 2026] POST /v2.0/ports => generated 774 bytes in 286 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-26 22:21:38.088 7 INFO neutron.db.securitygroups_db [None req-9bd57cff-4aea-4846-aa41-eba36b4691f3 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Project b8b6e7dc8f574377af5c4ed847b02278 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: 820/1430] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:21:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1431] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:36 2026] POST /v2.0/routers => generated 694 bytes in 1899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:38.340 8 INFO neutron.db.securitygroups_db [None req-d00ae15c-285f-4ad1-94e9-11147fc36835 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Project b8b6e7dc8f574377af5c4ed847b02278 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: 821/1432] 10.0.0.31 () {34 vars in 735 bytes} [Tue May 26 22:21:38 2026] PUT /v2.0/ports/0d39b693-598b-4a5e-950a-872a13c39d56 => generated 752 bytes in 155 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: 612/1433] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:21:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:38.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-12cc3d54-ca54-4ce0-94df-4d25ccb8c9d0 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] TaaS: Handle Delete Port: 0d39b693-598b-4a5e-950a-872a13c39d56 2026-05-26 22:21:38.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12cc3d54-ca54-4ce0-94df-4d25ccb8c9d0 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Tap Mirror: Handle Delete Port: 0d39b693-598b-4a5e-950a-872a13c39d56 [pid: 8|app: 0|req: 613/1434] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:38 2026] DELETE /v2.0/ports/0d39b693-598b-4a5e-950a-872a13c39d56 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1435] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/ports => generated 778 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:38.766 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18e9c377-b361-426c-b42d-092c30f909fe 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 615/1436] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/ports/0d39b693-598b-4a5e-950a-872a13c39d56 => 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: 616/1437] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/ports => generated 778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1438] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:38 2026] GET /v2.0/networks => generated 1297 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1439] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/ports/832d35e2-e4a2-4948-a454-e4a378543079 => generated 775 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:39.089 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4731b5a-85e3-4a15-841f-a01b8239b980 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1440] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:39 2026] DELETE /v2.0/ports/94c356c8-9cf0-4a16-a947-9ae849993f72 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:39.117 8 INFO neutron.pecan_wsgi.hooks.translation [None req-941f4032-efad-4c46-9b7b-519ffb9887cc 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1441] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:39 2026] DELETE /v2.0/subnets/350e12d4-6cfc-47e7-9770-1e2b8a81bea9 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1442] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1622223558&fields=id&tenant_id=b8b6e7dc8f574377af5c4ed847b02278 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:39.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abdd5342-6dc0-4c9d-a1c9-56db2f1bc304 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 622/1443] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:39 2026] DELETE /v2.0/subnets/0e33f3fe-8bf4-4916-8df3-9bae85ea4926 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1444] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:39.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd3dcb79-2416-419b-a959-6990df5014c5 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] TaaS: Handle Delete Port: 832d35e2-e4a2-4948-a454-e4a378543079 2026-05-26 22:21:39.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd3dcb79-2416-419b-a959-6990df5014c5 003055ae00f2465cb53ca15a1f8f1160 2d16628378cd435b9ef16fde961b023c - - default default] Tap Mirror: Handle Delete Port: 832d35e2-e4a2-4948-a454-e4a378543079 2026-05-26 22:21:39.297 7 INFO neutron.services.segments.plugin [-] Segment 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b resource provider aggregate not found 2026-05-26 22:21:39.322 7 INFO neutron.services.segments.plugin [-] Segment 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b resource provider aggregate not found 2026-05-26 22:21:39.323 7 INFO neutron.services.segments.plugin [-] Segment 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b found for delete ", "request_id": "req-a04c5f35-2622-4650-99de-9f7f7f9b35a2"}]} 2026-05-26 22:21:39.342 7 INFO neutron.services.segments.plugin [-] Segment 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ac88e5f-e5ca-4ed6-8ffb-e4d02c6ad59b found for delete ", "request_id": "req-69b2de0f-27f7-486d-96ab-08ede7ad9e34"}]} [pid: 8|app: 0|req: 624/1445] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:39 2026] DELETE /v2.0/ports/832d35e2-e4a2-4948-a454-e4a378543079 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1446] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/quotas/b8b6e7dc8f574377af5c4ed847b02278 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:39.505 8 INFO neutron.services.segments.plugin [-] Segment cc683c9c-905e-44e1-8104-ee4dff4fd559 resource provider aggregate not found 2026-05-26 22:21:39.512 8 INFO neutron.services.segments.plugin [-] Segment cc683c9c-905e-44e1-8104-ee4dff4fd559 resource provider aggregate not found 2026-05-26 22:21:39.524 8 INFO neutron.services.segments.plugin [-] Segment cc683c9c-905e-44e1-8104-ee4dff4fd559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc683c9c-905e-44e1-8104-ee4dff4fd559 found for delete ", "request_id": "req-1f699906-5af4-41b1-9e35-e49242dca1ed"}]} 2026-05-26 22:21:39.532 8 INFO neutron.services.segments.plugin [-] Segment cc683c9c-905e-44e1-8104-ee4dff4fd559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc683c9c-905e-44e1-8104-ee4dff4fd559 found for delete ", "request_id": "req-930b9fca-5ddb-4b68-a86e-014fb8bf9778"}]} [pid: 8|app: 0|req: 626/1447] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:39 2026] DELETE /v2.0/networks/c2c97824-a343-4eaf-9e30-2d91ef9937a1 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1448] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1449] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 629/1450] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 822/1451] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:38 2026] PUT /v2.0/routers/bd7eeae9-4776-4e4f-a837-ac7921d781e1/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1452] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:39 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 824/1453] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:40 2026] GET /v2.0/security-groups?tenant_id=2d16628378cd435b9ef16fde961b023c&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1454] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:39 2026] POST /v2.0/ports => generated 959 bytes in 433 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: 825/1455] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:40 2026] DELETE /v2.0/security-groups/2472aa99-c8b7-4412-9d15-5b435b982806 => 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: 631/1456] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:40 2026] POST /v2.0/ports => generated 959 bytes in 376 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: 632/1457] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:40 2026] GET /v2.0/security-groups?tenant_id=53b3251800ae4bd9b4d8a01c6779fe2b&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1458] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:40 2026] DELETE /v2.0/security-groups/f8b84108-1640-48c3-a599-2d694a83e77b => 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: 634/1459] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:40 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:41.280 7 INFO neutron.db.l3_db [None req-b49c8d50-4c80-4d3e-bb63-ddb1462a3b80 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Floating IP 2bee372a-1f4e-4f71-a406-8f0739954d23 associated. External IP: 10.96.250.210, port: b8a6785a-1bef-414e-821a-c2d6a4828796. [pid: 7|app: 0|req: 826/1460] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 26 22:21:40 2026] POST /v2.0/floatingips => generated 843 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:42.151 8 INFO neutron.db.l3_db [None req-4b205424-4a69-42b1-9702-5696bd73e9c2 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Floating IP 2bee372a-1f4e-4f71-a406-8f0739954d23 disassociated. External IP: 10.96.250.210, port: b8a6785a-1bef-414e-821a-c2d6a4828796. 2026-05-26 22:21:42.345 7 INFO neutron.db.segments_db [None req-1c5b550f-0f0f-461b-8874-c0cfcd4298d5 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 of type vxlan for network 216c6d2b-73c6-445a-8fc2-e3d256400668 [pid: 7|app: 0|req: 827/1461] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:41 2026] POST /v2.0/networks => generated 630 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1462] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:42 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 635/1463] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:21:41 2026] PUT /v2.0/floatingips/2bee372a-1f4e-4f71-a406-8f0739954d23 => generated 552 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:42.495 7 INFO neutron.db.segments_db [None req-8448f3df-9616-46d7-83cb-5a62eedafaed 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 01e516f5-892c-47fb-88ae-d2e1df36fee0 of type vxlan for network be4d4167-c2cb-4ff3-a017-b9323151aee8 2026-05-26 22:21:42.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-77dc75ff-2b2c-4360-8ac4-6a4acb2b2287 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: 3c67f8b1-c46c-4822-94cf-c9bf69c43c2a 2026-05-26 22:21:42.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77dc75ff-2b2c-4360-8ac4-6a4acb2b2287 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: 3c67f8b1-c46c-4822-94cf-c9bf69c43c2a [pid: 7|app: 0|req: 829/1464] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:42 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: 8|app: 0|req: 636/1465] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:21:42 2026] DELETE /v2.0/floatingips/2bee372a-1f4e-4f71-a406-8f0739954d23 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1466] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:42 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1467] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:42 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:43.120 7 INFO neutron.db.segments_db [None req-55e0233b-2d74-41d9-95a2-990748e70130 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 8fbc9bae-3cac-48da-8d16-975c174a8bbe of type vxlan for network 1a102fef-401c-40a5-9c4b-c42301e5babf 2026-05-26 22:21:43.375 7 INFO neutron.db.l3_hamode_db [None req-55e0233b-2d74-41d9-95a2-990748e70130 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:43.433 8 INFO neutron.db.l3_db [None req-ddb2fe70-68c6-4ce1-83a6-3316d6260b14 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Floating IP aa1dd37f-99b9-4742-81eb-12872ad14167 associated. External IP: 10.96.250.213, port: 1d19729a-108e-4bd3-bb24-6d41bde99d4b. 2026-05-26 22:21:43.507 7 INFO neutron.db.l3_hamode_db [None req-55e0233b-2d74-41d9-95a2-990748e70130 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 637/1468] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 26 22:21:42 2026] POST /v2.0/floatingips => generated 843 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1469] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 639/1470] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/floatingips/aa1dd37f-99b9-4742-81eb-12872ad14167 => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1471] 10.0.0.31 () {32 vars in 653 bytes} [Tue May 26 22:21:43 2026] GET /v2.0/floatingips => generated 846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1472] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:43 2026] POST /v2.0/routers => generated 506 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1475] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:44.325 8 INFO neutron.db.l3_db [None req-42fde30d-5ba2-4ef6-b307-19c4047a1496 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Floating IP aa1dd37f-99b9-4742-81eb-12872ad14167 associated. External IP: 10.96.250.213, port: 1d19729a-108e-4bd3-bb24-6d41bde99d4b. [pid: 8|app: 0|req: 641/1476] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:21:43 2026] PUT /v2.0/floatingips/aa1dd37f-99b9-4742-81eb-12872ad14167 => generated 843 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1477] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:21:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8b6e7dc8f574377af5c4ed847b02278 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1478] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:44 2026] PUT /v2.0/routers/b9e8fe42-6a98-4f71-b565-d6d42bda89d2/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1479] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/security-groups?tenant_id=95ef6f67ac654f4a88b36a8f9cfb1c5e&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1480] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:45.373 8 INFO neutron.db.l3_db [None req-239ad0b2-0282-4999-80b7-c4c2267695e4 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Floating IP aa1dd37f-99b9-4742-81eb-12872ad14167 disassociated. External IP: 10.96.250.213, port: b8a6785a-1bef-414e-821a-c2d6a4828796. [pid: 8|app: 0|req: 644/1481] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:21:45 2026] PUT /v2.0/floatingips/aa1dd37f-99b9-4742-81eb-12872ad14167 => generated 552 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1482] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:21:45 2026] POST /v2.0/ports => generated 954 bytes in 392 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: 645/1483] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:45 2026] GET /v2.0/ports/f904308d-0b5c-4962-9464-a0a674f7d531 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1484] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:45 2026] DELETE /v2.0/security-groups/b812b6f4-6dd5-43e3-a337-f6559c41cf45 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:45.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b5cdc4-500c-4f27-9aff-91cc73efd1e4 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: 28e2ac7e-2f02-4502-b8bf-8fc1b544e990 2026-05-26 22:21:45.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b5cdc4-500c-4f27-9aff-91cc73efd1e4 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: 28e2ac7e-2f02-4502-b8bf-8fc1b544e990 [pid: 8|app: 0|req: 646/1485] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:21:45 2026] DELETE /v2.0/floatingips/aa1dd37f-99b9-4742-81eb-12872ad14167 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1486] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:21:45 2026] PUT /v2.0/ports/25aa069f-4eb6-4390-9f7f-79ea0f29673c => generated 1235 bytes in 383 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-26 22:21:46.169 7 INFO neutron.api.v2.resource [None req-33c89b4f-2136-4c59-a507-aba77f872370 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 841/1487] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:21:46 2026] DELETE /v2.0/floatingips/aa1dd37f-99b9-4742-81eb-12872ad14167 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:21:46.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b710fdd5-82f6-4483-887d-ea8e82941899'] response: {'name': 'network-changed', 'server_uuid': 'd8588558-7c28-4c87-8f37-a7dc08e71835', 'tag': '25aa069f-4eb6-4390-9f7f-79ea0f29673c', 'status': 'completed', 'code': 200} 2026-05-26 22:21:46.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-7232e52e-845d-4b14-a7bc-072869b1347b ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: b8a6785a-1bef-414e-821a-c2d6a4828796 2026-05-26 22:21:46.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7232e52e-845d-4b14-a7bc-072869b1347b ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: b8a6785a-1bef-414e-821a-c2d6a4828796 [pid: 7|app: 0|req: 842/1488] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:46 2026] DELETE /v2.0/ports/b8a6785a-1bef-414e-821a-c2d6a4828796 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1489] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:46.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-64c51594-13ac-49d7-bb64-d3c77f5c89b2 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: 1d19729a-108e-4bd3-bb24-6d41bde99d4b 2026-05-26 22:21:46.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64c51594-13ac-49d7-bb64-d3c77f5c89b2 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: 1d19729a-108e-4bd3-bb24-6d41bde99d4b [pid: 7|app: 0|req: 844/1490] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:46 2026] DELETE /v2.0/ports/1d19729a-108e-4bd3-bb24-6d41bde99d4b => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1491] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&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: 846/1492] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1493] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/ports?device_id=bd7eeae9-4776-4e4f-a837-ac7921d781e1 => generated 958 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1494] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:21:46 2026] GET /v2.0/networks?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&shared=False => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1495] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:45 2026] PUT /v2.0/routers/b9e8fe42-6a98-4f71-b565-d6d42bda89d2/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1496] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1497] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/ports/97c8518e-8e44-4a3c-a539-dea69c3f5416 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:47.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a2b409b-98c4-4729-86a6-42207de3fc89 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: a8cd6f9c-0210-4567-88ba-68c55328e29c 2026-05-26 22:21:47.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a2b409b-98c4-4729-86a6-42207de3fc89 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: a8cd6f9c-0210-4567-88ba-68c55328e29c 2026-05-26 22:21:47.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-2395dcc1-6709-419b-9fd2-9f6243e5f938 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 97c8518e-8e44-4a3c-a539-dea69c3f5416 2026-05-26 22:21:47.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2395dcc1-6709-419b-9fd2-9f6243e5f938 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 97c8518e-8e44-4a3c-a539-dea69c3f5416 [pid: 7|app: 0|req: 849/1498] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:46 2026] PUT /v2.0/routers/bd7eeae9-4776-4e4f-a837-ac7921d781e1/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1499] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:47 2026] PUT /v2.0/routers/b9e8fe42-6a98-4f71-b565-d6d42bda89d2/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:47.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cfa1aa8-07d5-4b06-8c67-5c3cf812c973 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: f97436b7-c15e-4435-b8c0-215f04b144ea 2026-05-26 22:21:48.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cfa1aa8-07d5-4b06-8c67-5c3cf812c973 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: f97436b7-c15e-4435-b8c0-215f04b144ea [pid: 8|app: 0|req: 651/1500] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:47 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:48.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cfa1aa8-07d5-4b06-8c67-5c3cf812c973 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] TaaS: Handle Delete Port: 72a39fbf-25a7-4116-8858-ab41964b9780 2026-05-26 22:21:48.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cfa1aa8-07d5-4b06-8c67-5c3cf812c973 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] Tap Mirror: Handle Delete Port: 72a39fbf-25a7-4116-8858-ab41964b9780 [pid: 8|app: 0|req: 652/1501] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/security-groups?tenant_id=555fadcfd87d4deab931ef41d0597fec&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:48.593 7 INFO neutron.services.segments.plugin [-] Segment a96e0c97-67c9-4934-8e06-1fca6714678b resource provider aggregate not found 2026-05-26 22:21:48.604 7 INFO neutron.services.segments.plugin [-] Segment a96e0c97-67c9-4934-8e06-1fca6714678b resource provider aggregate not found 2026-05-26 22:21:48.616 7 INFO neutron.services.segments.plugin [-] Segment a96e0c97-67c9-4934-8e06-1fca6714678b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a96e0c97-67c9-4934-8e06-1fca6714678b found for delete ", "request_id": "req-6bd02fe3-ff14-4ce0-9dd4-b9b21be87a7f"}]} 2026-05-26 22:21:48.625 7 INFO neutron.services.segments.plugin [-] Segment a96e0c97-67c9-4934-8e06-1fca6714678b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a96e0c97-67c9-4934-8e06-1fca6714678b found for delete ", "request_id": "req-3ba9e205-1187-4273-bee0-0f98365781a0"}]} 2026-05-26 22:21:48.637 7 INFO neutron.db.l3_hamode_db [None req-0cfa1aa8-07d5-4b06-8c67-5c3cf812c973 ae9966e8d9be47b9ba07c065f0615f27 e2a60edbbd194d6ba82d50b2302b9ef4 - - default default] HA network 2e9489b7-28f1-43af-a5e4-311cab5884f6 was deleted as no HA routers are present in tenant e2a60edbbd194d6ba82d50b2302b9ef4. [pid: 7|app: 0|req: 850/1502] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:47 2026] DELETE /v2.0/routers/bd7eeae9-4776-4e4f-a837-ac7921d781e1 => generated 0 bytes in 851 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1503] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&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-26 22:21:48.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-f93110e1-885a-4fa6-bb09-72f026e4d701 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: f904308d-0b5c-4962-9464-a0a674f7d531 2026-05-26 22:21:48.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f93110e1-885a-4fa6-bb09-72f026e4d701 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: f904308d-0b5c-4962-9464-a0a674f7d531 [pid: 7|app: 0|req: 852/1504] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 853/1505] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:48 2026] DELETE /v2.0/security-groups/8621b179-a436-4b0b-a36a-a93eda83b692 => 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: 854/1506] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:48 2026] DELETE /v2.0/subnets/173e8e34-7bf6-4b79-a49e-3fb891d1d067 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1507] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:21:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=25aa069f-4eb6-4390-9f7f-79ea0f29673c => 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: 856/1508] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:48 2026] DELETE /v2.0/networks/5e8ccf5d-3136-41e7-8a38-0ab9a1d4ad48 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1509] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/subnets?id=e65e4990-86bf-444e-af0e-c8305fb0031a => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1510] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/ports?network_id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1&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: 653/1511] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:48 2026] PUT /v2.0/routers/b9e8fe42-6a98-4f71-b565-d6d42bda89d2/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1512] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 654/1513] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/ports?device_id=b9e8fe42-6a98-4f71-b565-d6d42bda89d2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1514] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:49.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c32e198-b36b-4d7f-a9e4-e3c3f619ccdc 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 6a7e9dd2-0313-422e-946e-1e85aa0e901f 2026-05-26 22:21:49.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c32e198-b36b-4d7f-a9e4-e3c3f619ccdc 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 6a7e9dd2-0313-422e-946e-1e85aa0e901f 2026-05-26 22:21:49.691 8 INFO neutron.services.segments.plugin [-] Segment 8fbc9bae-3cac-48da-8d16-975c174a8bbe resource provider aggregate not found 2026-05-26 22:21:49.698 8 INFO neutron.services.segments.plugin [-] Segment 8fbc9bae-3cac-48da-8d16-975c174a8bbe resource provider aggregate not found [pid: 7|app: 0|req: 861/1515] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/security-groups?tenant_id=e2a60edbbd194d6ba82d50b2302b9ef4&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:49.716 8 INFO neutron.services.segments.plugin [-] Segment 8fbc9bae-3cac-48da-8d16-975c174a8bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbc9bae-3cac-48da-8d16-975c174a8bbe found for delete ", "request_id": "req-2b830b6d-ebd3-4c18-813f-b017bf31e412"}]} 2026-05-26 22:21:49.717 8 INFO neutron.services.segments.plugin [-] Segment 8fbc9bae-3cac-48da-8d16-975c174a8bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbc9bae-3cac-48da-8d16-975c174a8bbe found for delete ", "request_id": "req-cdb88659-0840-404f-aba9-0a5aed5bb727"}]} 2026-05-26 22:21:49.724 8 INFO neutron.db.l3_hamode_db [None req-9c32e198-b36b-4d7f-a9e4-e3c3f619ccdc 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] HA network 1a102fef-401c-40a5-9c4b-c42301e5babf was deleted as no HA routers are present in tenant eddf7e0094c24b9485ee77ab16b35867. [pid: 8|app: 0|req: 655/1516] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/routers/b9e8fe42-6a98-4f71-b565-d6d42bda89d2 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1517] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/security-groups/6d374355-78ef-4513-8fc2-53b2df9a804a => 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: 863/1518] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 656/1519] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/subnets/9d9cf0b2-54e2-4a93-bba0-0ec712b8737c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1520] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:49 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&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: 657/1521] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:49 2026] DELETE /v2.0/subnets/37237d02-f07a-468b-8f59-4a8918f7f7af => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1522] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:50 2026] DELETE /v2.0/networks/be4d4167-c2cb-4ff3-a017-b9323151aee8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:50.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbc54b60-1c80-4ce4-b724-1a3ed299ce1f 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 5bbd33cd-0667-4377-a4ba-c081947ce320 2026-05-26 22:21:50.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbc54b60-1c80-4ce4-b724-1a3ed299ce1f 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 5bbd33cd-0667-4377-a4ba-c081947ce320 [pid: 8|app: 0|req: 658/1523] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:50 2026] DELETE /v2.0/networks/216c6d2b-73c6-445a-8fc2-e3d256400668 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:50.566 8 INFO neutron.db.segments_db [None req-eba2ab10-0d99-4518-b65e-084acee2fe77 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 7f15a846-d001-48ef-9242-78417b17877b of type vxlan for network 25292cf1-5e13-433a-8931-cf6da9b0a7f3 2026-05-26 22:21:50.642 7 INFO neutron.services.segments.plugin [-] Segment 44f36b1d-383d-4690-ba9a-0033a3bad3c0 resource provider aggregate not found 2026-05-26 22:21:50.644 7 INFO neutron.services.segments.plugin [-] Segment 44f36b1d-383d-4690-ba9a-0033a3bad3c0 resource provider aggregate not found [pid: 8|app: 0|req: 659/1524] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:50 2026] POST /v2.0/networks => generated 630 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:50.661 7 INFO neutron.services.segments.plugin [-] Segment 44f36b1d-383d-4690-ba9a-0033a3bad3c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f36b1d-383d-4690-ba9a-0033a3bad3c0 found for delete ", "request_id": "req-296bb00f-b242-4e41-84d8-e8425443b357"}]} 2026-05-26 22:21:50.667 7 INFO neutron.services.segments.plugin [-] Segment 44f36b1d-383d-4690-ba9a-0033a3bad3c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f36b1d-383d-4690-ba9a-0033a3bad3c0 found for delete ", "request_id": "req-a661eb57-018e-4a25-bc04-bb3ab096e683"}]} 2026-05-26 22:21:50.674 7 INFO neutron.services.segments.plugin [-] Segment 01e516f5-892c-47fb-88ae-d2e1df36fee0 resource provider aggregate not found 2026-05-26 22:21:50.686 7 INFO neutron.services.segments.plugin [-] Segment 01e516f5-892c-47fb-88ae-d2e1df36fee0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01e516f5-892c-47fb-88ae-d2e1df36fee0 found for delete ", "request_id": "req-1b0d92fa-11a0-40ed-9fe6-688513cce11a"}]} 2026-05-26 22:21:50.690 7 INFO neutron.services.segments.plugin [-] Segment 01e516f5-892c-47fb-88ae-d2e1df36fee0 resource provider aggregate not found 2026-05-26 22:21:50.710 7 INFO neutron.services.segments.plugin [-] Segment 01e516f5-892c-47fb-88ae-d2e1df36fee0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01e516f5-892c-47fb-88ae-d2e1df36fee0 found for delete ", "request_id": "req-0d25ccd7-a88a-4cea-9306-8a33da51c91b"}]} 2026-05-26 22:21:50.771 7 INFO neutron.db.segments_db [None req-17c3fc85-fc14-4dd4-a40e-fb642b49a915 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment fc2f0b38-684f-4332-ba53-00576c8b37ca of type vxlan for network 6c49ca01-e346-40a7-8898-284f1189b96d [pid: 7|app: 0|req: 866/1525] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:21:50 2026] POST /v2.0/networks => generated 741 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1526] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:50 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:50.959 8 INFO neutron.db.segments_db [None req-8593b083-ca01-4f62-a291-43c68cb7d564 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment f720bf68-f343-4032-b7d3-a6f106c33bee of type vxlan for network 4f0cc4f0-c45d-4e46-bf7c-5201f8bf38fc [pid: 7|app: 0|req: 867/1527] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:50 2026] POST /v2.0/subnets => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1528] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:51 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:51.132 7 INFO neutron.db.segments_db [None req-1da3c13a-57d5-4aa6-a4f5-33014c84c7b8 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment bb11a317-dd8b-49fb-9343-e0bf3f57b831 of type vxlan for network 135c52bc-60b4-4e2a-8cf9-2341cd7ecd44 2026-05-26 22:21:51.168 8 INFO neutron.db.l3_hamode_db [None req-8593b083-ca01-4f62-a291-43c68cb7d564 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:51.290 8 INFO neutron.db.l3_hamode_db [None req-8593b083-ca01-4f62-a291-43c68cb7d564 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:51.387 7 INFO neutron.db.l3_hamode_db [None req-1da3c13a-57d5-4aa6-a4f5-33014c84c7b8 861179ecdd864c19a5063cdf3996161a f2ce989f53024523a8f4ff1ff14efffa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:51.755 8 INFO neutron.services.segments.plugin [-] Segment 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 resource provider aggregate not found 2026-05-26 22:21:51.756 8 INFO neutron.services.segments.plugin [-] Segment 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 resource provider aggregate not found 2026-05-26 22:21:51.776 8 INFO neutron.services.segments.plugin [-] Segment 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 found for delete ", "request_id": "req-ccb11712-3d1b-4296-a0c8-bfeb0c1c96e8"}]} 2026-05-26 22:21:51.783 8 INFO neutron.services.segments.plugin [-] Segment 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08dc7cb6-5e04-41b1-98f1-b9b25fa3b2f0 found for delete ", "request_id": "req-b1384fa8-0ce9-4c25-923e-5dee370898dc"}]} [pid: 8|app: 0|req: 661/1529] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:50 2026] POST /v2.0/routers => generated 506 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1530] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:51 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:52.152 7 INFO neutron.db.l3_hamode_db [None req-1da3c13a-57d5-4aa6-a4f5-33014c84c7b8 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:52.229 8 INFO neutron.db.segments_db [None req-160e69ce-75a5-49ff-b386-06fef41dac3e 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Added segment 4c133139-9a72-475c-9664-a5680851732e of type vxlan for network 56af0349-4832-4215-8263-ffc5d2523a98 2026-05-26 22:21:52.291 8 INFO neutron.db.segments_db [None req-160e69ce-75a5-49ff-b386-06fef41dac3e 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Added segment 154227e6-9889-49e6-ace1-b602d474c085 of type vxlan for network 1ce6c80a-1fa7-4af7-bc84-74ed7f1413c2 [pid: 8|app: 0|req: 663/1531] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:51 2026] POST /v2.0/networks => generated 1244 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1532] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:52 2026] POST /v2.0/ports => generated 952 bytes in 334 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: 665/1533] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:52 2026] GET /v2.0/networks => generated 1843 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1534] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:51 2026] POST /v2.0/routers => generated 728 bytes in 2306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:53.537 7 INFO neutron.services.segments.plugin [-] Segment 4c133139-9a72-475c-9664-a5680851732e resource provider aggregate not found 2026-05-26 22:21:53.540 7 INFO neutron.services.segments.plugin [-] Segment 4c133139-9a72-475c-9664-a5680851732e resource provider aggregate not found 2026-05-26 22:21:53.553 7 INFO neutron.services.segments.plugin [-] Segment 4c133139-9a72-475c-9664-a5680851732e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c133139-9a72-475c-9664-a5680851732e found for delete ", "request_id": "req-e0757b3b-853d-45d6-9947-f66f9fc4c562"}]} 2026-05-26 22:21:53.554 7 INFO neutron.services.segments.plugin [-] Segment 4c133139-9a72-475c-9664-a5680851732e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c133139-9a72-475c-9664-a5680851732e found for delete ", "request_id": "req-adbcc122-8cc1-471b-be2f-ff6dddfe5f2d"}]} [pid: 7|app: 0|req: 870/1535] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:53 2026] DELETE /v2.0/networks/56af0349-4832-4215-8263-ffc5d2523a98 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1536] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:53 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1537] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:52 2026] PUT /v2.0/routers/29cdd979-e81a-411e-b122-e9226e95ab01/add_router_interface => generated 309 bytes in 1154 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-26 22:21:54.087 8 INFO neutron.services.segments.plugin [-] Segment 154227e6-9889-49e6-ace1-b602d474c085 resource provider aggregate not found 2026-05-26 22:21:54.097 8 INFO neutron.services.segments.plugin [-] Segment 154227e6-9889-49e6-ace1-b602d474c085 resource provider aggregate not found 2026-05-26 22:21:54.116 8 INFO neutron.services.segments.plugin [-] Segment 154227e6-9889-49e6-ace1-b602d474c085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 154227e6-9889-49e6-ace1-b602d474c085 found for delete ", "request_id": "req-20dc900a-feaa-4410-9440-c2c01c455ec1"}]} 2026-05-26 22:21:54.117 8 INFO neutron.services.segments.plugin [-] Segment 154227e6-9889-49e6-ace1-b602d474c085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 154227e6-9889-49e6-ace1-b602d474c085 found for delete ", "request_id": "req-ccc1f39b-89a8-4ac3-8c94-392d55af9df5"}]} [pid: 8|app: 0|req: 667/1538] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:53 2026] DELETE /v2.0/networks/1ce6c80a-1fa7-4af7-bc84-74ed7f1413c2 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1539] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&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: 669/1540] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/ports/9f529e77-118d-4810-99e6-66a58467ff45 => generated 1026 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1541] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:21:54 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:54.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbb4811e-2f4c-44ec-8c1c-7fbdd6f24986 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 9f529e77-118d-4810-99e6-66a58467ff45 2026-05-26 22:21:54.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbb4811e-2f4c-44ec-8c1c-7fbdd6f24986 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 9f529e77-118d-4810-99e6-66a58467ff45 [pid: 7|app: 0|req: 872/1542] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:53 2026] PUT /v2.0/routers/7737b44a-8a97-49e8-a101-c5cb4b4f72ac/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:54.934 7 INFO neutron.db.segments_db [None req-0a9913f9-f807-4d28-832b-45c0a6113562 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Added segment 64f7afca-a028-4943-8c1e-a0dcc9210ee8 of type vxlan for network a87ed1eb-990f-49c3-b782-19db82c7e4b5 [pid: 7|app: 0|req: 873/1543] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:54 2026] POST /v2.0/networks => generated 653 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1544] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:54 2026] PUT /v2.0/routers/29cdd979-e81a-411e-b122-e9226e95ab01/remove_router_interface => generated 309 bytes in 864 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-26 22:21:55.121 7 INFO neutron.db.segments_db [None req-d414c2d7-3fee-437e-9a3a-fce84dfb9b8b 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Added segment 3b9d7e87-1b81-416c-99f3-4b450899e152 of type vxlan for network 5feb5504-6b43-4bc0-9d46-4fcf4ed4dde5 [pid: 7|app: 0|req: 874/1545] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:55 2026] POST /v2.0/networks => generated 654 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:55.215 8 INFO neutron.api.v2.resource [None req-0dff5b68-c8fa-4265-b9b9-c9d8f4fa12d2 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1546] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:21:55 2026] PUT /v2.0/routers/29cdd979-e81a-411e-b122-e9226e95ab01/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1547] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:21:55 2026] GET /v2.0/ports?device_id=29cdd979-e81a-411e-b122-e9226e95ab01 => 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: 674/1548] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:55 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:55.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-be59dd72-5577-4ab7-87de-fc9a5023a11f 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 2f2ebd6f-3c4f-4334-8f99-daa05f698c6c 2026-05-26 22:21:55.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be59dd72-5577-4ab7-87de-fc9a5023a11f 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 2f2ebd6f-3c4f-4334-8f99-daa05f698c6c [pid: 7|app: 0|req: 875/1549] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:21:55 2026] POST /v2.0/ports => generated 1506 bytes in 656 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: 876/1550] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:55 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&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: 877/1551] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:21:55 2026] GET /v2.0/ports => generated 1506 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:55.976 8 INFO neutron.db.l3_hamode_db [None req-be59dd72-5577-4ab7-87de-fc9a5023a11f 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] HA network 4f0cc4f0-c45d-4e46-bf7c-5201f8bf38fc was deleted as no HA routers are present in tenant eddf7e0094c24b9485ee77ab16b35867. [pid: 8|app: 0|req: 675/1552] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/routers/29cdd979-e81a-411e-b122-e9226e95ab01 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:21:56.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-f917591e-f6ab-4b18-8989-adc2440b8869 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] TaaS: Handle Delete Port: fa97d0f9-ffb3-4b46-afe9-8028bf3a3c86 2026-05-26 22:21:56.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f917591e-f6ab-4b18-8989-adc2440b8869 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Tap Mirror: Handle Delete Port: fa97d0f9-ffb3-4b46-afe9-8028bf3a3c86 [pid: 7|app: 0|req: 878/1553] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/ports/fa97d0f9-ffb3-4b46-afe9-8028bf3a3c86 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:56.140 8 INFO neutron.services.segments.plugin [-] Segment f720bf68-f343-4032-b7d3-a6f106c33bee resource provider aggregate not found 2026-05-26 22:21:56.144 8 INFO neutron.services.segments.plugin [-] Segment f720bf68-f343-4032-b7d3-a6f106c33bee resource provider aggregate not found 2026-05-26 22:21:56.159 8 INFO neutron.services.segments.plugin [-] Segment f720bf68-f343-4032-b7d3-a6f106c33bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f720bf68-f343-4032-b7d3-a6f106c33bee found for delete ", "request_id": "req-a4551440-35df-436b-8fdb-2300d14f9eb4"}]} 2026-05-26 22:21:56.160 8 INFO neutron.services.segments.plugin [-] Segment f720bf68-f343-4032-b7d3-a6f106c33bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f720bf68-f343-4032-b7d3-a6f106c33bee found for delete ", "request_id": "req-dbb7390a-b1e2-4620-8e38-1d09629f88ec"}]} [pid: 8|app: 0|req: 676/1554] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:21:55 2026] DELETE /v2.0/subnets/0de9e507-8b26-4d52-9687-0812c1491184 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1555] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:21:56.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a3e0e22-7ff6-46e4-9674-9ae712f183d3 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] TaaS: Handle Delete Port: 40106c94-f24e-42a0-b778-534652629c4e 2026-05-26 22:21:56.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a3e0e22-7ff6-46e4-9674-9ae712f183d3 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Tap Mirror: Handle Delete Port: 40106c94-f24e-42a0-b778-534652629c4e 2026-05-26 22:21:56.362 8 INFO neutron.db.segments_db [None req-518eaf19-26b8-4215-83d3-e6c5bb7a47dc 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 9fc2a78f-4c16-4dbc-8564-339e182ea1fd of type vxlan for network 21341bd2-75c4-41f5-8c12-26305dc572de [pid: 7|app: 0|req: 880/1556] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:21:56 2026] DELETE /v2.0/ports/40106c94-f24e-42a0-b778-534652629c4e => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1557] 10.0.0.31 () {34 vars in 669 bytes} [Tue May 26 22:21:56 2026] POST /v2.0/networks => generated 739 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1558] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1559] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:21:56.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd4fd1d3-6e09-456d-96fa-c14d803624f4 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 90332536-b1d6-4116-983b-16fb48db28d1 2026-05-26 22:21:56.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd4fd1d3-6e09-456d-96fa-c14d803624f4 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 90332536-b1d6-4116-983b-16fb48db28d1 [pid: 8|app: 0|req: 680/1560] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:56 2026] POST /v2.0/subnets => generated 687 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:56.739 7 INFO neutron.services.segments.plugin [-] Segment 7f15a846-d001-48ef-9242-78417b17877b resource provider aggregate not found [pid: 8|app: 0|req: 681/1561] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:21:56 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:21:56.755 7 INFO neutron.services.segments.plugin [-] Segment 7f15a846-d001-48ef-9242-78417b17877b resource provider aggregate not found 2026-05-26 22:21:56.760 7 INFO neutron.services.segments.plugin [-] Segment 7f15a846-d001-48ef-9242-78417b17877b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f15a846-d001-48ef-9242-78417b17877b found for delete ", "request_id": "req-f950d97d-c6db-4d6f-a112-929789e603da"}]} [pid: 7|app: 0|req: 881/1562] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:21:56 2026] DELETE /v2.0/networks/25292cf1-5e13-433a-8931-cf6da9b0a7f3 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:21:56.780 7 INFO neutron.services.segments.plugin [-] Segment 7f15a846-d001-48ef-9242-78417b17877b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f15a846-d001-48ef-9242-78417b17877b found for delete ", "request_id": "req-8dca6220-c0aa-4d05-9ec6-48331fe95f9f"}]} 2026-05-26 22:21:56.796 8 INFO neutron.db.segments_db [None req-9adf5bb8-8b05-4dae-9911-d79a88b2d545 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Added segment 2a6db768-8588-42d6-b1cd-8d1ab9874293 of type vxlan for network 75c9c12e-a93e-48b9-a5ec-df5bc032456c 2026-05-26 22:21:56.815 7 INFO neutron.db.segments_db [None req-4458b2f1-4e72-48f5-8f69-7c585ab87b0c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Added segment 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 of type vxlan for network a2361ba4-a6ca-454a-9916-2490f9e621b9 [pid: 8|app: 0|req: 682/1563] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:56 2026] POST /v2.0/networks => generated 654 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:57.040 7 INFO neutron.db.l3_hamode_db [None req-4458b2f1-4e72-48f5-8f69-7c585ab87b0c 861179ecdd864c19a5063cdf3996161a a1072c263f104e658291f6f749f84a45 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:57.522 8 INFO neutron.db.l3_db [None req-602b086c-0e73-4f1c-94e9-fd4ae2eb9fe1 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Floating IP ab850d25-3910-407b-b456-fb29a1193e35 associated. External IP: 10.96.250.219, port: 25aa069f-4eb6-4390-9f7f-79ea0f29673c. 2026-05-26 22:21:57.802 7 INFO neutron.db.l3_hamode_db [None req-4458b2f1-4e72-48f5-8f69-7c585ab87b0c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 683/1564] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 26 22:21:56 2026] POST /v2.0/floatingips => generated 855 bytes in 943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:57.844 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-323feaba-80b2-4d0b-abfc-cfccda776beb'] response: {'name': 'network-changed', 'server_uuid': 'd8588558-7c28-4c87-8f37-a7dc08e71835', 'tag': '25aa069f-4eb6-4390-9f7f-79ea0f29673c', 'status': 'completed', 'code': 200} 2026-05-26 22:21:57.857 8 INFO neutron.db.segments_db [None req-4792ddc8-1a8e-46fa-a980-8e00100a939f 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 062efe35-79aa-4b66-9809-330dfb6c8103 of type vxlan for network 0656c481-2b4e-4b85-b2ae-5283a8ddb02d [pid: 8|app: 0|req: 684/1565] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:57 2026] POST /v2.0/networks => generated 629 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:21:57.998 8 INFO neutron.db.segments_db [None req-4262e981-8d38-4f4f-b8b3-139a95871100 81a63d83ff1844c3ba82c673df4b2d5d 83477d095ff5453b8024da39de50fba5 - - default default] Added segment 7fc82697-90d3-4656-ae4c-ac6604514810 of type vxlan for network 138b2b57-f591-4824-8714-2819ca9bd0a6 [pid: 8|app: 0|req: 685/1566] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:21:57 2026] POST /v2.0/networks => generated 654 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1567] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:21:58 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1568] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:58 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1569] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:21:58 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1570] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:56 2026] POST /v2.0/routers => generated 727 bytes in 1908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1571] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:21:58 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1572] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:58 2026] POST /v2.0/subnets => generated 1324 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:21:59.480 8 INFO neutron.db.segments_db [None req-510ddf37-8197-43da-8e07-63b3809b2aaa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 5443fe9b-d97f-48aa-8b01-55c2b75adb52 of type vxlan for network 6b5a442a-8932-4e94-9eb8-00e524da4535 2026-05-26 22:21:59.781 8 INFO neutron.db.l3_hamode_db [None req-510ddf37-8197-43da-8e07-63b3809b2aaa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:21:59.937 8 INFO neutron.db.l3_hamode_db [None req-510ddf37-8197-43da-8e07-63b3809b2aaa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 885/1573] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:21:59 2026] PUT /v2.0/routers/ec9f776d-63f2-49ef-999a-4810321d50b9/add_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1574] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=25aa069f-4eb6-4390-9f7f-79ea0f29673c => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1577] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/subnets => generated 1960 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1578] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1579] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/subnets?id=e65e4990-86bf-444e-af0e-c8305fb0031a => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1580] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:21:58 2026] POST /v2.0/routers => generated 507 bytes in 2117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1581] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:00 2026] DELETE /v2.0/subnets/a521ede3-843b-4606-864d-7f3fa936ba09 => 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: 690/1582] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/ports?network_id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1&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: 691/1583] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:00 2026] DELETE /v2.0/subnets/d5473302-3a3f-436b-829a-66d85b780d0d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1584] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1585] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/subnets => 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: 694/1586] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:22:00 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:00.930 8 INFO neutron.services.segments.plugin [-] Segment 7fc82697-90d3-4656-ae4c-ac6604514810 resource provider aggregate not found 2026-05-26 22:22:00.943 8 INFO neutron.services.segments.plugin [-] Segment 7fc82697-90d3-4656-ae4c-ac6604514810 resource provider aggregate not found 2026-05-26 22:22:00.953 8 INFO neutron.services.segments.plugin [-] Segment 7fc82697-90d3-4656-ae4c-ac6604514810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc82697-90d3-4656-ae4c-ac6604514810 found for delete ", "request_id": "req-735a4bd4-072f-43fc-9a6c-73d9ec936063"}]} 2026-05-26 22:22:00.968 8 INFO neutron.services.segments.plugin [-] Segment 7fc82697-90d3-4656-ae4c-ac6604514810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc82697-90d3-4656-ae4c-ac6604514810 found for delete ", "request_id": "req-150c763a-c15f-447c-aef1-9b06b91bb1a9"}]} [pid: 8|app: 0|req: 695/1587] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:00 2026] DELETE /v2.0/networks/138b2b57-f591-4824-8714-2819ca9bd0a6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1588] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:00 2026] DELETE /v2.0/networks/75c9c12e-a93e-48b9-a5ec-df5bc032456c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1589] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:22:01 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: 698/1590] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:01 2026] DELETE /v2.0/networks/5feb5504-6b43-4bc0-9d46-4fcf4ed4dde5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1591] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1592] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:01 2026] DELETE /v2.0/networks/a87ed1eb-990f-49c3-b782-19db82c7e4b5 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1593] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1594] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:22:00 2026] PUT /v2.0/routers/d76ea2b7-04b7-455a-93b7-92f31fc667e3/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1595] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1596] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:01 2026] GET /v2.0/ports/a4b9957b-bd3b-4e30-bed9-6a07d7cea7d1 => generated 955 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1597] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:02.065 8 INFO neutron.db.securitygroups_db [None req-d4cdee63-4d1d-44d6-8add-e7190435eb8f 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] Project f2ce989f53024523a8f4ff1ff14efffa 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: 704/1598] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:02.190 8 INFO neutron.db.securitygroups_db [None req-053b7ded-ca6e-4072-8d5b-7642318c1a61 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] Project f2ce989f53024523a8f4ff1ff14efffa added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 705/1599] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:02.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f547cdc-407f-4472-8547-6a801ee238aa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: a4b9957b-bd3b-4e30-bed9-6a07d7cea7d1 2026-05-26 22:22:02.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f547cdc-407f-4472-8547-6a801ee238aa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: a4b9957b-bd3b-4e30-bed9-6a07d7cea7d1 [pid: 8|app: 0|req: 706/1600] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:02 2026] GET /v2.0/security-groups?tenant_id=83477d095ff5453b8024da39de50fba5&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1601] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:02 2026] DELETE /v2.0/security-groups/bd9c531f-bcc1-4a55-9025-0d3ca279f39e => 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: 895/1602] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:01 2026] PUT /v2.0/routers/d76ea2b7-04b7-455a-93b7-92f31fc667e3/remove_router_interface => generated 309 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1603] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:02 2026] GET /v2.0/ports?device_id=d76ea2b7-04b7-455a-93b7-92f31fc667e3 => 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: 708/1604] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:22:02 2026] POST /v2.0/security-groups => generated 1661 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:22:02.977 8 INFO neutron.services.segments.plugin [-] Segment 2a6db768-8588-42d6-b1cd-8d1ab9874293 resource provider aggregate not found 2026-05-26 22:22:02.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-7781fd70-6969-49ce-9dc6-735de4196ac5 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: be7cecf3-e6f3-4d18-953d-d7899f79f8bf 2026-05-26 22:22:02.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7781fd70-6969-49ce-9dc6-735de4196ac5 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: be7cecf3-e6f3-4d18-953d-d7899f79f8bf 2026-05-26 22:22:03.003 8 INFO neutron.services.segments.plugin [-] Segment 2a6db768-8588-42d6-b1cd-8d1ab9874293 resource provider aggregate not found 2026-05-26 22:22:03.004 8 INFO neutron.services.segments.plugin [-] Segment 2a6db768-8588-42d6-b1cd-8d1ab9874293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a6db768-8588-42d6-b1cd-8d1ab9874293 found for delete ", "request_id": "req-89821fe3-95a6-494b-8d61-f3ec5311d76c"}]} 2026-05-26 22:22:03.029 8 INFO neutron.services.segments.plugin [-] Segment 3b9d7e87-1b81-416c-99f3-4b450899e152 resource provider aggregate not found 2026-05-26 22:22:03.036 8 INFO neutron.services.segments.plugin [-] Segment 2a6db768-8588-42d6-b1cd-8d1ab9874293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a6db768-8588-42d6-b1cd-8d1ab9874293 found for delete ", "request_id": "req-f8dadef0-c900-4fe4-ae58-6417d05fc292"}]} [pid: 8|app: 0|req: 709/1605] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:03.057 8 INFO neutron.services.segments.plugin [-] Segment 3b9d7e87-1b81-416c-99f3-4b450899e152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b9d7e87-1b81-416c-99f3-4b450899e152 found for delete ", "request_id": "req-87dc735c-f2a4-49c9-a232-ccb6b7601a1c"}]} 2026-05-26 22:22:03.064 8 INFO neutron.services.segments.plugin [-] Segment 3b9d7e87-1b81-416c-99f3-4b450899e152 resource provider aggregate not found 2026-05-26 22:22:03.094 8 INFO neutron.services.segments.plugin [-] Segment 64f7afca-a028-4943-8c1e-a0dcc9210ee8 resource provider aggregate not found 2026-05-26 22:22:03.104 8 INFO neutron.services.segments.plugin [-] Segment 3b9d7e87-1b81-416c-99f3-4b450899e152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b9d7e87-1b81-416c-99f3-4b450899e152 found for delete ", "request_id": "req-0556f2eb-deeb-4985-a2d4-6a5bc77932ae"}]} 2026-05-26 22:22:03.126 8 INFO neutron.services.segments.plugin [-] Segment 64f7afca-a028-4943-8c1e-a0dcc9210ee8 resource provider aggregate not found 2026-05-26 22:22:03.134 8 INFO neutron.services.segments.plugin [-] Segment 64f7afca-a028-4943-8c1e-a0dcc9210ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f7afca-a028-4943-8c1e-a0dcc9210ee8 found for delete ", "request_id": "req-7237839c-3938-4512-9414-d78d463adc13"}]} 2026-05-26 22:22:03.145 8 INFO neutron.services.segments.plugin [-] Segment 64f7afca-a028-4943-8c1e-a0dcc9210ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f7afca-a028-4943-8c1e-a0dcc9210ee8 found for delete ", "request_id": "req-c0980fc5-16b7-48f3-bed3-31c09e538f46"}]} [pid: 8|app: 0|req: 710/1606] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:03.339 7 INFO neutron.services.segments.plugin [-] Segment 5443fe9b-d97f-48aa-8b01-55c2b75adb52 resource provider aggregate not found 2026-05-26 22:22:03.355 7 INFO neutron.db.l3_hamode_db [None req-7781fd70-6969-49ce-9dc6-735de4196ac5 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] HA network 6b5a442a-8932-4e94-9eb8-00e524da4535 was deleted as no HA routers are present in tenant eddf7e0094c24b9485ee77ab16b35867. 2026-05-26 22:22:03.359 7 INFO neutron.services.segments.plugin [-] Segment 5443fe9b-d97f-48aa-8b01-55c2b75adb52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5443fe9b-d97f-48aa-8b01-55c2b75adb52 found for delete ", "request_id": "req-d25f6d34-bdd3-4932-963f-be260fb2ee67"}]} 2026-05-26 22:22:03.366 7 INFO neutron.services.segments.plugin [-] Segment 5443fe9b-d97f-48aa-8b01-55c2b75adb52 resource provider aggregate not found [pid: 7|app: 0|req: 897/1607] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:02 2026] DELETE /v2.0/routers/d76ea2b7-04b7-455a-93b7-92f31fc667e3 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:03.427 7 INFO neutron.services.segments.plugin [-] Segment 5443fe9b-d97f-48aa-8b01-55c2b75adb52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5443fe9b-d97f-48aa-8b01-55c2b75adb52 found for delete ", "request_id": "req-65fa30b0-2ab0-4278-b861-5a70579ad56a"}]} [pid: 7|app: 0|req: 898/1608] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:03 2026] DELETE /v2.0/subnets/fe3fce2b-2b40-4191-9362-1a538aa1709b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1609] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:03 2026] DELETE /v2.0/networks/0656c481-2b4e-4b85-b2ae-5283a8ddb02d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:03.645 7 INFO neutron.db.segments_db [None req-c3796ed5-5da7-41bc-8822-c3d44e5e5d0b 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Added segment 037fb13e-34a0-433d-b9e4-150147469013 of type vxlan for network d241d435-81f9-4f0a-8fed-363bdba729fc [pid: 8|app: 0|req: 711/1610] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:03 2026] POST /v2.0/floatingips => generated 552 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1611] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:22:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1612765553&fields=id&tenant_id=f2ce989f53024523a8f4ff1ff14efffa => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1612] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:22:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1163654482&fields=id&tenant_id=f2ce989f53024523a8f4ff1ff14efffa => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:03.937 7 INFO neutron.db.l3_hamode_db [None req-c3796ed5-5da7-41bc-8822-c3d44e5e5d0b 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 714/1613] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:22:03 2026] GET /v2.0/networks?id=6c49ca01-e346-40a7-8898-284f1189b96d => generated 673 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1614] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:22:03 2026] GET /v2.0/quotas/f2ce989f53024523a8f4ff1ff14efffa => 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: 716/1615] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:22:03 2026] GET /v2.0/ports?tenant_id=f2ce989f53024523a8f4ff1ff14efffa&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1616] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d?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: 718/1617] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d?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: 719/1618] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:04 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:04.704 7 INFO neutron.db.l3_hamode_db [None req-c3796ed5-5da7-41bc-8822-c3d44e5e5d0b 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:22:04.748 8 INFO neutron.db.segments_db [None req-d43628fa-8655-47c6-a3d6-ee28090a80b0 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Added segment 84edd1a7-4614-47c1-9767-b8592c881f7b of type vxlan for network d52d90ab-c36a-4394-9465-6f0d79f3af64 [pid: 8|app: 0|req: 720/1619] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:04 2026] POST /v2.0/networks => generated 648 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1620] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:22:04 2026] POST /v2.0/ports => generated 778 bytes in 292 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: 722/1621] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:05.237 8 INFO neutron.db.segments_db [None req-af38a19e-febd-4e1a-b2b4-01df24cb78fb ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Added segment 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d of type vxlan for network a3a372f0-6c39-4715-8cba-c4614541b921 [pid: 8|app: 0|req: 723/1622] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:05 2026] POST /v2.0/networks => generated 636 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1623] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:05.382 7 INFO neutron.services.segments.plugin [-] Segment 062efe35-79aa-4b66-9809-330dfb6c8103 resource provider aggregate not found 2026-05-26 22:22:05.399 7 INFO neutron.services.segments.plugin [-] Segment 062efe35-79aa-4b66-9809-330dfb6c8103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 062efe35-79aa-4b66-9809-330dfb6c8103 found for delete ", "request_id": "req-f2ca3223-b004-4cbe-8ff5-45ca1f1fb90f"}]} 2026-05-26 22:22:05.457 7 INFO neutron.services.segments.plugin [-] Segment 062efe35-79aa-4b66-9809-330dfb6c8103 resource provider aggregate not found 2026-05-26 22:22:05.477 7 INFO neutron.services.segments.plugin [-] Segment 062efe35-79aa-4b66-9809-330dfb6c8103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 062efe35-79aa-4b66-9809-330dfb6c8103 found for delete ", "request_id": "req-cc3d67e6-864b-4332-99d5-93dceaf97d75"}]} [pid: 7|app: 0|req: 900/1624] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:03 2026] POST /v2.0/routers => generated 687 bytes in 1958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1625] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => 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: 725/1626] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:05 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1627] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/routers/d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => generated 693 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1628] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:22:05 2026] GET /v2.0/routers => generated 696 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1629] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:22:05 2026] POST /v2.0/ports => generated 962 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:06.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f6bda26-b921-4575-9860-a75159ca822a ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] TaaS: Handle Delete Port: 00ca3913-a452-4eb1-aff2-26857353df6b 2026-05-26 22:22:06.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f6bda26-b921-4575-9860-a75159ca822a ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Tap Mirror: Handle Delete Port: 00ca3913-a452-4eb1-aff2-26857353df6b [pid: 8|app: 0|req: 727/1630] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:22:05 2026] DELETE /v2.0/ports/00ca3913-a452-4eb1-aff2-26857353df6b => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1631] 10.0.0.31 () {34 vars in 739 bytes} [Tue May 26 22:22:05 2026] PUT /v2.0/routers/d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => generated 700 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:06.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10d11665-0448-4bf2-9677-e75eabdc5dfa ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 728/1632] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:22:06 2026] DELETE /v2.0/ports/00ca3913-a452-4eb1-aff2-26857353df6b => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:06.229 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffa9fa7d-21f0-40dd-ae59-e1f09cfc9255 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1633] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:06 2026] GET /v2.0/ports/00ca3913-a452-4eb1-aff2-26857353df6b => 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: 905/1634] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:22:06 2026] GET /v2.0/routers/d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => generated 700 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1635] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:06 2026] GET /v2.0/ports?device_id=d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => 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: 730/1636] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:06 2026] DELETE /v2.0/subnets/f8dd723f-f4a8-4bdd-a1a7-edded68da201 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:06.492 8 INFO neutron.services.segments.plugin [-] Segment 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d resource provider aggregate not found 2026-05-26 22:22:06.495 8 INFO neutron.services.segments.plugin [-] Segment 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d resource provider aggregate not found 2026-05-26 22:22:06.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-146be3c3-9143-4673-92fb-874e2550df87 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 741157df-6780-47b4-b2f4-6f73a93871a1 2026-05-26 22:22:06.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-146be3c3-9143-4673-92fb-874e2550df87 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 741157df-6780-47b4-b2f4-6f73a93871a1 2026-05-26 22:22:06.515 8 INFO neutron.services.segments.plugin [-] Segment 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d found for delete ", "request_id": "req-fba40ce1-3e08-436a-bd94-df16b7905687"}]} 2026-05-26 22:22:06.515 8 INFO neutron.services.segments.plugin [-] Segment 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ecdc7dd-075b-4e00-8c99-22c3b06dca4d found for delete ", "request_id": "req-819e9845-779e-45e5-bb81-99e5a490d7c1"}]} [pid: 8|app: 0|req: 731/1637] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:06 2026] DELETE /v2.0/networks/a3a372f0-6c39-4715-8cba-c4614541b921 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:06.586 8 INFO neutron.db.segments_db [None req-8f101faa-7c68-4802-8e40-8bb5ef836f7d ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Added segment 760e9388-06ba-4ad0-8b6d-68d75005a74b of type vxlan for network ff75a077-9880-4c81-bd12-06aac3082b1a [pid: 8|app: 0|req: 732/1638] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:06 2026] POST /v2.0/networks => generated 636 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1639] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:06 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:06.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-146be3c3-9143-4673-92fb-874e2550df87 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] TaaS: Handle Delete Port: 91afc37f-6da8-4ddb-a0d7-4826db1ae57e 2026-05-26 22:22:06.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-146be3c3-9143-4673-92fb-874e2550df87 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] Tap Mirror: Handle Delete Port: 91afc37f-6da8-4ddb-a0d7-4826db1ae57e [pid: 8|app: 0|req: 734/1640] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:06 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:07.088 7 INFO neutron.db.l3_hamode_db [None req-146be3c3-9143-4673-92fb-874e2550df87 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] HA network d241d435-81f9-4f0a-8fed-363bdba729fc was deleted as no HA routers are present in tenant eddf7e0094c24b9485ee77ab16b35867. [pid: 7|app: 0|req: 907/1641] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:06 2026] DELETE /v2.0/routers/d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => generated 0 bytes in 789 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1642] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/ports?device_id=d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:07.154 7 INFO neutron.api.v2.resource [None req-df539536-1a7e-4085-8495-21d7c9e070aa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1643] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/routers/d50bf1fb-abeb-41ee-beb5-975a1bcb15f2 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1644] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/ports?device_id=d76ea2b7-04b7-455a-93b7-92f31fc667e3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:07.198 7 INFO neutron.api.v2.resource [None req-d495bb55-5ff8-4bdc-9792-a9120966fd15 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 911/1645] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/routers/d76ea2b7-04b7-455a-93b7-92f31fc667e3 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:07.212 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd5b4d89-d78a-47f6-a7eb-08bd1394ca7b 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1646] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/subnets/fe3fce2b-2b40-4191-9362-1a538aa1709b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1647] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:22:06 2026] POST /v2.0/ports => generated 928 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1648] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/ports?device_id=29cdd979-e81a-411e-b122-e9226e95ab01 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:07.262 8 INFO neutron.api.v2.resource [None req-28b5d2b4-f5f8-4016-9ab5-70038a105664 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1649] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/routers/29cdd979-e81a-411e-b122-e9226e95ab01 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:07.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-faa391bc-85fd-455d-a9a9-fe4fccb85c56 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1650] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/subnets/0de9e507-8b26-4d52-9687-0812c1491184 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1651] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/ports?device_id=b9e8fe42-6a98-4f71-b565-d6d42bda89d2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:07.316 8 INFO neutron.api.v2.resource [None req-61166d68-2b32-430d-b081-28633d4c9514 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1652] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/routers/b9e8fe42-6a98-4f71-b565-d6d42bda89d2 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:07.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bad81b53-c526-4c2d-93a0-86bba487c0aa 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1653] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/subnets/9d9cf0b2-54e2-4a93-bba0-0ec712b8737c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:07.349 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74413d7c-d17f-44ae-b07b-ff0fc3fcb31e 8ff2f2feeeac4a158e8d3b755dd9f43f eddf7e0094c24b9485ee77ab16b35867 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 741/1654] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/subnets/37237d02-f07a-468b-8f59-4a8918f7f7af => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:07.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd6696ef-6f48-45e5-b3e5-4488ab953da8 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] TaaS: Handle Delete Port: 2cdc351b-caf4-4f26-9981-5b11f6c359d4 2026-05-26 22:22:07.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd6696ef-6f48-45e5-b3e5-4488ab953da8 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Tap Mirror: Handle Delete Port: 2cdc351b-caf4-4f26-9981-5b11f6c359d4 2026-05-26 22:22:07.419 7 INFO neutron.services.segments.plugin [-] Segment 037fb13e-34a0-433d-b9e4-150147469013 resource provider aggregate not found 2026-05-26 22:22:07.441 7 INFO neutron.services.segments.plugin [-] Segment 037fb13e-34a0-433d-b9e4-150147469013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 037fb13e-34a0-433d-b9e4-150147469013 found for delete ", "request_id": "req-d0ea285e-bf93-40e6-aca3-df6d7d44f659"}]} 2026-05-26 22:22:07.505 7 INFO neutron.services.segments.plugin [-] Segment 037fb13e-34a0-433d-b9e4-150147469013 resource provider aggregate not found 2026-05-26 22:22:07.527 7 INFO neutron.services.segments.plugin [-] Segment 037fb13e-34a0-433d-b9e4-150147469013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 037fb13e-34a0-433d-b9e4-150147469013 found for delete ", "request_id": "req-f2a16f56-6d37-416c-92ba-aabc5c23e4a2"}]} [pid: 7|app: 0|req: 914/1655] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/ports/2cdc351b-caf4-4f26-9981-5b11f6c359d4 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:07.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7eb7c8e-8f49-4d86-9870-4b5215319c55 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1656] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/ports/2cdc351b-caf4-4f26-9981-5b11f6c359d4 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1657] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/subnets/ff53aa66-476e-4fc6-9c57-4d97fa61854b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1658] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => 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: 743/1659] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/networks/ff75a077-9880-4c81-bd12-06aac3082b1a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1660] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:07 2026] GET /v2.0/security-groups?tenant_id=eddf7e0094c24b9485ee77ab16b35867&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1661] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:22:07 2026] POST /v2.0/ports => generated 779 bytes in 197 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: 918/1662] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:07 2026] DELETE /v2.0/security-groups/95d1fad3-dff2-4a07-a7cf-6d7940257924 => 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: 745/1663] 10.0.0.31 () {34 vars in 735 bytes} [Tue May 26 22:22:08 2026] PUT /v2.0/ports/49d57b20-a30c-499d-8c36-47cdcac9d638 => generated 752 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:08.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-92c2e676-21de-4117-8828-b9023754a5f2 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] TaaS: Handle Delete Port: 49d57b20-a30c-499d-8c36-47cdcac9d638 2026-05-26 22:22:08.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c2e676-21de-4117-8828-b9023754a5f2 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Tap Mirror: Handle Delete Port: 49d57b20-a30c-499d-8c36-47cdcac9d638 [pid: 7|app: 0|req: 919/1664] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/ports/49d57b20-a30c-499d-8c36-47cdcac9d638 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 746/1665] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/ports => generated 781 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:08.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69e33878-82fa-4a4f-852c-c2fac49c0d24 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 920/1666] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/ports/49d57b20-a30c-499d-8c36-47cdcac9d638 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:08.543 8 INFO neutron.services.segments.plugin [-] Segment 760e9388-06ba-4ad0-8b6d-68d75005a74b resource provider aggregate not found 2026-05-26 22:22:08.548 8 INFO neutron.services.segments.plugin [-] Segment 760e9388-06ba-4ad0-8b6d-68d75005a74b resource provider aggregate not found 2026-05-26 22:22:08.575 8 INFO neutron.services.segments.plugin [-] Segment 760e9388-06ba-4ad0-8b6d-68d75005a74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760e9388-06ba-4ad0-8b6d-68d75005a74b found for delete ", "request_id": "req-72b02228-67ca-4eab-a640-d7cc66238be6"}]} 2026-05-26 22:22:08.577 8 INFO neutron.services.segments.plugin [-] Segment 760e9388-06ba-4ad0-8b6d-68d75005a74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760e9388-06ba-4ad0-8b6d-68d75005a74b found for delete ", "request_id": "req-ef1abcae-cc31-4162-a033-62d3fce0c636"}]} [pid: 8|app: 0|req: 747/1667] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/ports => generated 781 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1668] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/ports/b8298418-09c9-49d3-b30f-4cab3521be1c => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:08.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cbd976b-471c-4ad1-88a3-b11ceb153481 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1669] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/ports/2cdc351b-caf4-4f26-9981-5b11f6c359d4 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:08.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5991e344-27bd-433e-8683-ed1d5b0dd72c ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 923/1670] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/subnets/ff53aa66-476e-4fc6-9c57-4d97fa61854b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:08.697 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed66dbdb-8d07-4059-8454-df18c02ee448 ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1671] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/subnets/f8dd723f-f4a8-4bdd-a1a7-edded68da201 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1672] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/networks?id=6c49ca01-e346-40a7-8898-284f1189b96d => generated 673 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1673] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f2ce989f53024523a8f4ff1ff14efffa => generated 274 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:08.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-f82c5bba-ea25-4dd5-ab97-c0ee15a0952e ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] TaaS: Handle Delete Port: b8298418-09c9-49d3-b30f-4cab3521be1c 2026-05-26 22:22:08.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f82c5bba-ea25-4dd5-ab97-c0ee15a0952e ae9fc5e9a94647728996a7e4669b19be 97d826753c1749d18b079dfaabcfa3ab - - default default] Tap Mirror: Handle Delete Port: b8298418-09c9-49d3-b30f-4cab3521be1c [pid: 7|app: 0|req: 925/1674] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/ports/b8298418-09c9-49d3-b30f-4cab3521be1c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1675] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:08 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1676] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:08 2026] DELETE /v2.0/networks/d52d90ab-c36a-4394-9465-6f0d79f3af64 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1677] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:22:08 2026] POST /v2.0/ports => generated 993 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:09.458 7 INFO neutron.services.segments.plugin [-] Segment 84edd1a7-4614-47c1-9767-b8592c881f7b resource provider aggregate not found 2026-05-26 22:22:09.476 7 INFO neutron.services.segments.plugin [-] Segment 84edd1a7-4614-47c1-9767-b8592c881f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84edd1a7-4614-47c1-9767-b8592c881f7b found for delete ", "request_id": "req-6855fc4f-64e9-4694-95f7-fe8ddb4c1c7e"}]} [pid: 7|app: 0|req: 928/1678] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:22:09 2026] PUT /v2.0/ports/e4ca7837-d49a-4211-9648-6a2b73ebbc40 => generated 1274 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:09.533 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19d8dfbb-f5d4-499c-9274-85e67e38f2e0'] response: {'name': 'network-changed', 'server_uuid': 'd6199e98-1e89-4e07-afe2-44a4c43ff6f8', 'tag': 'e4ca7837-d49a-4211-9648-6a2b73ebbc40', 'status': 'completed', 'code': 200} 2026-05-26 22:22:09.546 7 INFO neutron.services.segments.plugin [-] Segment 84edd1a7-4614-47c1-9767-b8592c881f7b resource provider aggregate not found 2026-05-26 22:22:09.566 7 INFO neutron.services.segments.plugin [-] Segment 84edd1a7-4614-47c1-9767-b8592c881f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84edd1a7-4614-47c1-9767-b8592c881f7b found for delete ", "request_id": "req-a396be16-b41e-437f-b735-00dd4639c6aa"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 751/1679] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:09 2026] GET /v2.0/security-groups?tenant_id=97d826753c1749d18b079dfaabcfa3ab&name=default => generated 2925 bytes in 194 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: 752/1680] 10.0.0.31 () {32 vars in 621 bytes} [Tue May 26 22:22:09 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: 929/1681] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:09 2026] DELETE /v2.0/security-groups/389fd674-70d4-4dc3-94dd-c3d5175ee968 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1682] 10.0.0.31 () {32 vars in 631 bytes} [Tue May 26 22:22:09 2026] GET /v2.0/ => generated 632 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1683] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:09 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1684] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1685] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/ports?tenant_id=f2ce989f53024523a8f4ff1ff14efffa&device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1277 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1686] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/networks?tenant_id=f2ce989f53024523a8f4ff1ff14efffa&shared=False => generated 769 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1687] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:22:10 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: 756/1688] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:10 2026] GET /v2.0/security-groups?tenant_id=056b733921864d42b72df6be96737e43&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1689] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:10 2026] DELETE /v2.0/security-groups/c99cc94c-e980-47d1-9ec0-c8f581f2bb81 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1690] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1691] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1692] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/ports?tenant_id=f2ce989f53024523a8f4ff1ff14efffa&device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1693] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e4ca7837-d49a-4211-9648-6a2b73ebbc40 => 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: 759/1694] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/subnets?id=462aca07-8cfd-416d-943c-f3a2b52fd239 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1695] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/ports?network_id=6c49ca01-e346-40a7-8898-284f1189b96d&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: 760/1696] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d?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: 937/1697] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:22:11 2026] GET /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d?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) 2026-05-26 22:22:11.837 8 INFO neutron.db.segments_db [None req-6fba4bc8-5c2c-4ca7-a869-6b4d14b17e2f e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment 2451d22a-fbb7-4119-b382-95840eccfde4 of type vxlan for network 257134bb-a4e3-444e-b420-79fdd5f91bd3 [pid: 8|app: 0|req: 761/1698] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:11 2026] POST /v2.0/networks => generated 634 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:11.984 7 INFO neutron.db.segments_db [None req-c36d8b97-22e8-4d32-acce-49e06e13abd0 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment 9479ba0b-60ff-4976-97f5-bea4c6529172 of type vxlan for network d2336696-e056-4d8a-80ea-9a119a5b719b [pid: 7|app: 0|req: 938/1699] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:11 2026] POST /v2.0/networks => generated 633 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1700] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1701] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:12 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1702] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:12 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1703] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/subnets => generated 655 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:12.608 7 INFO neutron.db.segments_db [None req-d24e4709-5315-4e11-9248-82e8bfa2e351 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment 66eb4c16-5420-47e6-8798-50786bb99534 of type vxlan for network 50759bf2-5262-40fa-bfa0-edd758d64666 2026-05-26 22:22:12.863 7 INFO neutron.db.l3_hamode_db [None req-d24e4709-5315-4e11-9248-82e8bfa2e351 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:22:12.983 7 INFO neutron.db.l3_hamode_db [None req-d24e4709-5315-4e11-9248-82e8bfa2e351 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 764/1704] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1705] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:13 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1706] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:12 2026] POST /v2.0/routers => generated 510 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1709] 10.0.0.31 () {32 vars in 824 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/ports?project_id=b8b6e7dc8f574377af5c4ed847b02278&network_id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 3691 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1710] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:22:13 2026] PUT /v2.0/routers/710da0fb-117c-47a6-8218-2730d6e7ab47/add_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1711] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1712] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1713] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1714] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/ports/15b9a7d7-625f-4f13-831d-5062e445caad => generated 959 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1715] 199.204.45.169 () {34 vars in 1123 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1716] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/subnets?network_id=e1d9a340-8e54-4758-a175-cc614d863288 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1717] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:14 2026] GET /v2.0/security-groups?tenant_id=456f1dc8cb504ad8b69225bea9a0d8c0&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:15.290 8 INFO neutron.db.l3_db [None req-28e0bb61-4a45-40d1-a21b-cc415ca58211 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Floating IP ab850d25-3910-407b-b456-fb29a1193e35 disassociated. External IP: 10.96.250.219, port: 25aa069f-4eb6-4390-9f7f-79ea0f29673c. [pid: 8|app: 0|req: 772/1718] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:22:15 2026] PUT /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 554 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:15.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5df5788c-36d7-4d2c-bd73-99df35570355'] response: {'name': 'network-changed', 'server_uuid': 'd8588558-7c28-4c87-8f37-a7dc08e71835', 'tag': '25aa069f-4eb6-4390-9f7f-79ea0f29673c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 773/1719] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:15 2026] DELETE /v2.0/security-groups/a506fc4b-7f83-419e-87ac-e8bbee8bd3b4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1720] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1721] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:22:14 2026] PUT /v2.0/routers/710da0fb-117c-47a6-8218-2730d6e7ab47/add_router_interface => generated 309 bytes in 1083 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1722] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1723] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/ports/2eeb7549-7199-421b-80d5-5814a1f22d22 => generated 967 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1724] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1725] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:15 2026] GET /v2.0/security-groups?tenant_id=83e97054c67e4130a604d9df744c745c&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1726] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:16 2026] DELETE /v2.0/security-groups/fb6baf1d-160f-4b41-84dc-d293391c8dd8 => 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: 779/1727] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:16.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b8d7c72-3fa4-4d2a-8db6-07a9c092deda e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 2eeb7549-7199-421b-80d5-5814a1f22d22 2026-05-26 22:22:16.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b8d7c72-3fa4-4d2a-8db6-07a9c092deda e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 2eeb7549-7199-421b-80d5-5814a1f22d22 [pid: 8|app: 0|req: 780/1728] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1729] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=25aa069f-4eb6-4390-9f7f-79ea0f29673c => 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: 782/1730] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/subnets?id=e65e4990-86bf-444e-af0e-c8305fb0031a => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1731] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/ports?network_id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1732] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 785/1733] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 949/1734] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:15 2026] PUT /v2.0/routers/710da0fb-117c-47a6-8218-2730d6e7ab47/remove_router_interface => generated 309 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1735] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:16.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-06639990-7c2e-4075-8d3c-ce6aa6b3ab24 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 15b9a7d7-625f-4f13-831d-5062e445caad 2026-05-26 22:22:16.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06639990-7c2e-4075-8d3c-ce6aa6b3ab24 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 15b9a7d7-625f-4f13-831d-5062e445caad [pid: 7|app: 0|req: 951/1736] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:16 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1737] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:17 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1738] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:16 2026] PUT /v2.0/routers/710da0fb-117c-47a6-8218-2730d6e7ab47/remove_router_interface => generated 309 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1739] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:17 2026] GET /v2.0/ports?device_id=710da0fb-117c-47a6-8218-2730d6e7ab47 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:17.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d5acf48-12e7-486b-9b16-0207bf03901c e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 9742a31a-625c-4b47-9130-cd5a6358cdfd 2026-05-26 22:22:17.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d5acf48-12e7-486b-9b16-0207bf03901c e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 9742a31a-625c-4b47-9130-cd5a6358cdfd [pid: 7|app: 0|req: 953/1740] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:17 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:17.882 8 INFO neutron.services.segments.plugin [-] Segment 66eb4c16-5420-47e6-8798-50786bb99534 resource provider aggregate not found 2026-05-26 22:22:17.890 8 INFO neutron.services.segments.plugin [-] Segment 66eb4c16-5420-47e6-8798-50786bb99534 resource provider aggregate not found 2026-05-26 22:22:17.912 8 INFO neutron.services.segments.plugin [-] Segment 66eb4c16-5420-47e6-8798-50786bb99534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66eb4c16-5420-47e6-8798-50786bb99534 found for delete ", "request_id": "req-32433dae-3373-41a8-ae40-4d2a1e28d19a"}]} 2026-05-26 22:22:17.914 8 INFO neutron.services.segments.plugin [-] Segment 66eb4c16-5420-47e6-8798-50786bb99534 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66eb4c16-5420-47e6-8798-50786bb99534 found for delete ", "request_id": "req-8ae4db89-77f9-4e08-817a-dd6655110c1e"}]} 2026-05-26 22:22:17.920 8 INFO neutron.db.l3_hamode_db [None req-0d5acf48-12e7-486b-9b16-0207bf03901c e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] HA network 50759bf2-5262-40fa-bfa0-edd758d64666 was deleted as no HA routers are present in tenant fb7ab5c3a4684defb2f5c8f90ff1da29. [pid: 8|app: 0|req: 788/1741] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:17 2026] DELETE /v2.0/routers/710da0fb-117c-47a6-8218-2730d6e7ab47 => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:17.937 7 INFO neutron.db.l3_db [None req-5b829500-f7ae-40bd-9e32-547e1a243af9 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] Floating IP 7aad5492-3155-4127-8007-cb26e653e58b associated. External IP: 10.96.250.202, port: e4ca7837-d49a-4211-9648-6a2b73ebbc40. [pid: 8|app: 0|req: 789/1742] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:17 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1743] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:17 2026] DELETE /v2.0/subnets/ceab4913-0fb0-45a5-9831-ae29f60b9c4d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1744] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:18 2026] DELETE /v2.0/subnets/ed563c92-ce06-4d8b-9ced-acae9954d3b7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1745] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:22:17 2026] PUT /v2.0/floatingips/7aad5492-3155-4127-8007-cb26e653e58b => generated 855 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:18.295 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b33cb4bb-ce21-4d83-9aac-68d0347f2bd1'] response: {'name': 'network-changed', 'server_uuid': 'd6199e98-1e89-4e07-afe2-44a4c43ff6f8', 'tag': 'e4ca7837-d49a-4211-9648-6a2b73ebbc40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 792/1746] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:18 2026] DELETE /v2.0/networks/d2336696-e056-4d8a-80ea-9a119a5b719b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:18.543 7 INFO neutron.services.segments.plugin [-] Segment 2451d22a-fbb7-4119-b382-95840eccfde4 resource provider aggregate not found 2026-05-26 22:22:18.546 7 INFO neutron.services.segments.plugin [-] Segment 2451d22a-fbb7-4119-b382-95840eccfde4 resource provider aggregate not found 2026-05-26 22:22:18.561 7 INFO neutron.services.segments.plugin [-] Segment 2451d22a-fbb7-4119-b382-95840eccfde4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2451d22a-fbb7-4119-b382-95840eccfde4 found for delete ", "request_id": "req-d075619a-b7fa-43c8-9daa-c8b3b1d7a0f2"}]} 2026-05-26 22:22:18.563 7 INFO neutron.services.segments.plugin [-] Segment 2451d22a-fbb7-4119-b382-95840eccfde4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2451d22a-fbb7-4119-b382-95840eccfde4 found for delete ", "request_id": "req-ab4046c4-4514-453f-84a5-3ebb4ea78810"}]} [pid: 7|app: 0|req: 955/1747] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:18 2026] DELETE /v2.0/networks/257134bb-a4e3-444e-b420-79fdd5f91bd3 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:18.659 8 INFO neutron.db.segments_db [None req-8a1e8959-013f-4a20-b506-ed231af49f00 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment f5883b52-3b10-402f-b64e-61323684c3a8 of type vxlan for network 13b25c34-2529-4100-a55d-36af4284cddc [pid: 8|app: 0|req: 793/1748] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:18 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: 8|app: 0|req: 794/1749] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:18 2026] GET /v2.0/ports?tenant_id=f2ce989f53024523a8f4ff1ff14efffa&device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1750] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:22:18 2026] GET /v2.0/networks?id=6c49ca01-e346-40a7-8898-284f1189b96d => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1751] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:22:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e4ca7837-d49a-4211-9648-6a2b73ebbc40 => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1752] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:22:18 2026] GET /v2.0/subnets?id=462aca07-8cfd-416d-943c-f3a2b52fd239 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1753] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:18 2026] POST /v2.0/subnets => generated 646 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1754] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:22:19 2026] GET /v2.0/ports?network_id=6c49ca01-e346-40a7-8898-284f1189b96d&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: 799/1755] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:22:19 2026] GET /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:19.151 8 INFO neutron.db.segments_db [None req-ae30a62e-a293-405c-aac7-55fb04de43e6 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment 8bc6f320-c99f-4632-8831-9e5d7c1a226a of type vxlan for network c67603a9-e3ca-4ce9-b549-9f1a8ed1ebc3 [pid: 7|app: 0|req: 957/1756] 10.0.0.31 () {34 vars in 683 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-groups => generated 1675 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1757] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:22:19 2026] GET /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d?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: 959/1758] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:19.401 8 INFO neutron.db.l3_hamode_db [None req-ae30a62e-a293-405c-aac7-55fb04de43e6 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 960/1759] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:19.522 8 INFO neutron.db.l3_hamode_db [None req-ae30a62e-a293-405c-aac7-55fb04de43e6 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 961/1760] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1761] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:19.726 7 INFO neutron.db.securitygroups_db [None req-cbdd61c9-75a6-4a47-9787-0be45a8802da 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Project b8b6e7dc8f574377af5c4ed847b02278 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: 963/1762] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:19.840 7 INFO neutron.db.securitygroups_db [None req-b59ddab1-2541-479c-933e-68f0b075f34c 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Project b8b6e7dc8f574377af5c4ed847b02278 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-26 22:22:19.940 8 INFO neutron.services.segments.plugin [-] Segment 9479ba0b-60ff-4976-97f5-bea4c6529172 resource provider aggregate not found 2026-05-26 22:22:19.943 8 INFO neutron.services.segments.plugin [-] Segment 9479ba0b-60ff-4976-97f5-bea4c6529172 resource provider aggregate not found [pid: 7|app: 0|req: 964/1763] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:19.970 8 INFO neutron.services.segments.plugin [-] Segment 9479ba0b-60ff-4976-97f5-bea4c6529172 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9479ba0b-60ff-4976-97f5-bea4c6529172 found for delete ", "request_id": "req-e731f5dd-f090-4673-9edd-b482cc964d3f"}]} 2026-05-26 22:22:19.979 8 INFO neutron.services.segments.plugin [-] Segment 9479ba0b-60ff-4976-97f5-bea4c6529172 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9479ba0b-60ff-4976-97f5-bea4c6529172 found for delete ", "request_id": "req-cfb24e01-31ef-4115-be32-9dd3c1d5bb98"}]} [pid: 8|app: 0|req: 800/1764] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:19 2026] POST /v2.0/routers => generated 511 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1765] 10.0.0.31 () {34 vars in 663 bytes} [Tue May 26 22:22:20 2026] POST /v2.0/ports => generated 963 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 801/1766] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/networks => generated 1297 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1767] 10.0.0.252 () {34 vars in 1099 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1464777679&fields=id&tenant_id=b8b6e7dc8f574377af5c4ed847b02278 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1768] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1769] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/quotas/b8b6e7dc8f574377af5c4ed847b02278 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1770] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1771] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 807/1772] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:22:20 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 808/1773] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:21 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1774] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:22:20 2026] PUT /v2.0/routers/e3a57150-373d-43e7-9fe8-1c8b988be425/add_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1775] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:21 2026] GET /v2.0/ports/e4eae062-63a6-4295-8c14-2b1ace63abe7 => generated 1037 bytes in 78 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-26 22:22:21.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2430bc9-7859-4cd9-a25d-9c5ba67acd4f e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: e4eae062-63a6-4295-8c14-2b1ace63abe7 2026-05-26 22:22:21.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2430bc9-7859-4cd9-a25d-9c5ba67acd4f e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: e4eae062-63a6-4295-8c14-2b1ace63abe7 [pid: 8|app: 0|req: 810/1776] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:22 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 967/1777] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:21 2026] PUT /v2.0/routers/e3a57150-373d-43e7-9fe8-1c8b988be425/remove_router_interface => generated 309 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:22.276 8 INFO neutron.api.v2.resource [None req-8c20983b-2895-497f-b237-982775c53c26 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1778] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:22 2026] PUT /v2.0/routers/e3a57150-373d-43e7-9fe8-1c8b988be425/remove_router_interface => generated 197 bytes in 113 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: 968/1779] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:22 2026] GET /v2.0/ports?device_id=e3a57150-373d-43e7-9fe8-1c8b988be425 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:22.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-94904988-07e3-4f6c-aed2-ac588cd4c2dd e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 5a502894-45c6-4d15-aace-2d0d3de22af8 2026-05-26 22:22:22.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94904988-07e3-4f6c-aed2-ac588cd4c2dd e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 5a502894-45c6-4d15-aace-2d0d3de22af8 2026-05-26 22:22:22.791 8 INFO neutron.services.segments.plugin [-] Segment 8bc6f320-c99f-4632-8831-9e5d7c1a226a resource provider aggregate not found 2026-05-26 22:22:22.802 8 INFO neutron.services.segments.plugin [-] Segment 8bc6f320-c99f-4632-8831-9e5d7c1a226a resource provider aggregate not found 2026-05-26 22:22:22.820 8 INFO neutron.services.segments.plugin [-] Segment 8bc6f320-c99f-4632-8831-9e5d7c1a226a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc6f320-c99f-4632-8831-9e5d7c1a226a found for delete ", "request_id": "req-8fe09d5b-5749-4e6a-bd86-1150ddd69c8a"}]} 2026-05-26 22:22:22.821 8 INFO neutron.services.segments.plugin [-] Segment 8bc6f320-c99f-4632-8831-9e5d7c1a226a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bc6f320-c99f-4632-8831-9e5d7c1a226a found for delete ", "request_id": "req-f3b2a3da-dc6f-4085-b128-4d0d7ac42934"}]} 2026-05-26 22:22:22.827 8 INFO neutron.db.l3_hamode_db [None req-94904988-07e3-4f6c-aed2-ac588cd4c2dd e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] HA network c67603a9-e3ca-4ce9-b549-9f1a8ed1ebc3 was deleted as no HA routers are present in tenant fb7ab5c3a4684defb2f5c8f90ff1da29. [pid: 8|app: 0|req: 812/1780] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:22 2026] DELETE /v2.0/routers/e3a57150-373d-43e7-9fe8-1c8b988be425 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1781] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:22 2026] DELETE /v2.0/subnets/5a3ad7fd-a61c-42c5-9d41-23f978374a35 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1782] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:22 2026] DELETE /v2.0/networks/13b25c34-2529-4100-a55d-36af4284cddc => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:23.132 7 INFO neutron.db.segments_db [None req-90689e66-0ffd-4605-a322-9610b257981d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment ab92ee24-4999-42e6-bd56-2a5d0221f4a5 of type vxlan for network 7a1296ad-3c2d-406b-a9cf-a02b1b19c447 [pid: 7|app: 0|req: 970/1783] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:23 2026] POST /v2.0/networks => generated 634 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1784] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:23 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 814/1785] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:23 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:23.525 7 INFO neutron.db.segments_db [None req-b5d7b95b-a042-4d74-93de-0cb9b1c4fff1 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment 32b322d8-9e9f-4337-8dce-fb7869710939 of type vxlan for network 3da462f6-fb63-4210-b7b0-7e6870dc7914 2026-05-26 22:22:23.735 7 INFO neutron.db.l3_hamode_db [None req-b5d7b95b-a042-4d74-93de-0cb9b1c4fff1 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:22:23.865 7 INFO neutron.db.l3_hamode_db [None req-b5d7b95b-a042-4d74-93de-0cb9b1c4fff1 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 815/1786] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:24 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 972/1787] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:23 2026] POST /v2.0/routers => generated 511 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:24.859 8 INFO neutron.services.segments.plugin [-] Segment f5883b52-3b10-402f-b64e-61323684c3a8 resource provider aggregate not found 2026-05-26 22:22:24.864 8 INFO neutron.services.segments.plugin [-] Segment f5883b52-3b10-402f-b64e-61323684c3a8 resource provider aggregate not found 2026-05-26 22:22:24.890 8 INFO neutron.services.segments.plugin [-] Segment f5883b52-3b10-402f-b64e-61323684c3a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5883b52-3b10-402f-b64e-61323684c3a8 found for delete ", "request_id": "req-b7d95743-2879-47b2-9abc-3dc9f07f7208"}]} 2026-05-26 22:22:24.891 8 INFO neutron.services.segments.plugin [-] Segment f5883b52-3b10-402f-b64e-61323684c3a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5883b52-3b10-402f-b64e-61323684c3a8 found for delete ", "request_id": "req-5887fc2e-364e-4eaf-9d37-26c5b800ddec"}]} [pid: 7|app: 0|req: 973/1788] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:22:25 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1789] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:25 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1790] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:22:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8b6e7dc8f574377af5c4ed847b02278 => generated 274 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1791] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:22:24 2026] PUT /v2.0/routers/fdd6e83b-985a-46c5-891c-fcdff8982f01/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1792] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:22:25 2026] GET /v2.0/ports/9cf79cf0-38c4-432e-924e-6b06b69e281e => generated 959 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1793] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:22:25 2026] POST /v2.0/ports => generated 954 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:22:25.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-d20fd74c-0585-4973-8600-2963a585a3cf e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 9cf79cf0-38c4-432e-924e-6b06b69e281e 2026-05-26 22:22:25.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d20fd74c-0585-4973-8600-2963a585a3cf e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 9cf79cf0-38c4-432e-924e-6b06b69e281e [pid: 7|app: 0|req: 977/1794] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:22:25 2026] PUT /v2.0/ports/e45794c5-75cf-49f7-a330-cf1886dcce80 => generated 1235 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:26.215 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab712133-5e55-4f40-a470-ded95103d662'] response: {'name': 'network-changed', 'server_uuid': 'b3896855-9d73-44ab-a6b4-7f91fda8756b', 'tag': 'e45794c5-75cf-49f7-a330-cf1886dcce80', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 818/1795] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:25 2026] PUT /v2.0/routers/fdd6e83b-985a-46c5-891c-fcdff8982f01/remove_router_interface => generated 309 bytes in 737 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: 978/1796] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/ports?device_id=fdd6e83b-985a-46c5-891c-fcdff8982f01 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1797] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:26.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-df52fe4f-09a0-4d75-8fec-50f6fc65f94d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: a5197055-9c3b-4a5b-b507-5f25a0754d4b 2026-05-26 22:22:26.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df52fe4f-09a0-4d75-8fec-50f6fc65f94d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: a5197055-9c3b-4a5b-b507-5f25a0754d4b [pid: 7|app: 0|req: 980/1798] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1799] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&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: 982/1800] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1801] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1279 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1802] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:26.932 8 INFO neutron.services.segments.plugin [-] Segment 32b322d8-9e9f-4337-8dce-fb7869710939 resource provider aggregate not found 2026-05-26 22:22:26.945 8 INFO neutron.services.segments.plugin [-] Segment 32b322d8-9e9f-4337-8dce-fb7869710939 resource provider aggregate not found 2026-05-26 22:22:26.952 8 INFO neutron.services.segments.plugin [-] Segment 32b322d8-9e9f-4337-8dce-fb7869710939 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32b322d8-9e9f-4337-8dce-fb7869710939 found for delete ", "request_id": "req-c8cf92f0-b3d6-4751-9576-fe1c2fcfb549"}]} 2026-05-26 22:22:26.966 8 INFO neutron.db.l3_hamode_db [None req-df52fe4f-09a0-4d75-8fec-50f6fc65f94d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] HA network 3da462f6-fb63-4210-b7b0-7e6870dc7914 was deleted as no HA routers are present in tenant fb7ab5c3a4684defb2f5c8f90ff1da29. [pid: 8|app: 0|req: 819/1803] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:26 2026] DELETE /v2.0/routers/fdd6e83b-985a-46c5-891c-fcdff8982f01 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:26.978 8 INFO neutron.services.segments.plugin [-] Segment 32b322d8-9e9f-4337-8dce-fb7869710939 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32b322d8-9e9f-4337-8dce-fb7869710939 found for delete ", "request_id": "req-76e1846f-6422-4e32-be82-1867136e06f4"}]} [pid: 7|app: 0|req: 985/1804] 10.0.0.31 () {32 vars in 856 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/floatingips?floating_network_id=e1d9a340-8e54-4758-a175-cc614d863288&port_id=e4ca7837-d49a-4211-9648-6a2b73ebbc40 => generated 860 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1805] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:22:26 2026] GET /v2.0/networks?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1806] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1807] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/subnets/387c7139-ccb7-4df8-b5c1-85517cdb66ea => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1808] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:27 2026] DELETE /v2.0/networks/7a1296ad-3c2d-406b-a9cf-a02b1b19c447 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:27.345 7 INFO neutron.db.segments_db [None req-90d38f03-297c-4f07-82ae-4afe9b1b5f63 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Added segment 545fd6e1-22a7-4d63-99a1-21f92afbd01b of type vxlan for network afa77efc-7014-49bd-b7fc-62edb868c616 2026-05-26 22:22:27.640 7 INFO neutron.db.l3_hamode_db [None req-90d38f03-297c-4f07-82ae-4afe9b1b5f63 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 823/1809] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1810] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1811] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1812] 10.0.0.26 () {34 vars in 1118 bytes} [Tue May 26 22:22:27 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1813] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1814] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e45794c5-75cf-49f7-a330-cf1886dcce80 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1815] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/subnets?id=e65e4990-86bf-444e-af0e-c8305fb0031a => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1816] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/ports?network_id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1817] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 832/1818] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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-26 22:22:28.420 7 INFO neutron.db.l3_hamode_db [None req-90d38f03-297c-4f07-82ae-4afe9b1b5f63 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 833/1819] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1820] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:28 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:28.969 8 INFO neutron.services.segments.plugin [-] Segment ab92ee24-4999-42e6-bd56-2a5d0221f4a5 resource provider aggregate not found 2026-05-26 22:22:29.006 8 INFO neutron.services.segments.plugin [-] Segment ab92ee24-4999-42e6-bd56-2a5d0221f4a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab92ee24-4999-42e6-bd56-2a5d0221f4a5 found for delete ", "request_id": "req-ec910298-37a7-4eea-9548-b118e94017d8"}]} 2026-05-26 22:22:29.007 8 INFO neutron.services.segments.plugin [-] Segment ab92ee24-4999-42e6-bd56-2a5d0221f4a5 resource provider aggregate not found 2026-05-26 22:22:29.032 8 INFO neutron.services.segments.plugin [-] Segment ab92ee24-4999-42e6-bd56-2a5d0221f4a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab92ee24-4999-42e6-bd56-2a5d0221f4a5 found for delete ", "request_id": "req-08bd62d9-7186-40b1-b08e-cee1aabd2246"}]} [pid: 7|app: 0|req: 987/1823] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:27 2026] POST /v2.0/routers => generated 692 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1824] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:22:29 2026] GET /v2.0/routers/3830640b-1ad4-4bef-8c87-492d98c797d8 => generated 698 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1825] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:22:29 2026] GET /v2.0/routers => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1826] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:29 2026] GET /v2.0/security-groups?tenant_id=c56211e05a5943debb17a0da82a20aee&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1827] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:29 2026] DELETE /v2.0/security-groups/e9de54cf-3f21-4eed-9bc7-95814958b75d => 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: 838/1828] 10.0.0.31 () {34 vars in 739 bytes} [Tue May 26 22:22:29 2026] PUT /v2.0/routers/3830640b-1ad4-4bef-8c87-492d98c797d8 => generated 705 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1829] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:22:29 2026] GET /v2.0/routers/3830640b-1ad4-4bef-8c87-492d98c797d8 => generated 705 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1830] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:29 2026] GET /v2.0/ports?device_id=3830640b-1ad4-4bef-8c87-492d98c797d8 => 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: 840/1831] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1832] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:30.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fd4af81-ba3a-4b46-948f-54dc626add4d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 956cb0ed-17bb-4b6a-8d9d-7b37bba54adf 2026-05-26 22:22:30.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fd4af81-ba3a-4b46-948f-54dc626add4d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 956cb0ed-17bb-4b6a-8d9d-7b37bba54adf 2026-05-26 22:22:30.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fd4af81-ba3a-4b46-948f-54dc626add4d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] TaaS: Handle Delete Port: 80765d5f-2a75-401a-a034-d22e66368431 2026-05-26 22:22:30.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fd4af81-ba3a-4b46-948f-54dc626add4d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] Tap Mirror: Handle Delete Port: 80765d5f-2a75-401a-a034-d22e66368431 [pid: 8|app: 0|req: 842/1833] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1834] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:30.776 7 INFO neutron.services.segments.plugin [-] Segment 545fd6e1-22a7-4d63-99a1-21f92afbd01b resource provider aggregate not found 2026-05-26 22:22:30.782 7 INFO neutron.services.segments.plugin [-] Segment 545fd6e1-22a7-4d63-99a1-21f92afbd01b resource provider aggregate not found 2026-05-26 22:22:30.799 7 INFO neutron.services.segments.plugin [-] Segment 545fd6e1-22a7-4d63-99a1-21f92afbd01b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545fd6e1-22a7-4d63-99a1-21f92afbd01b found for delete ", "request_id": "req-061a3081-266f-4803-8323-329a0da10d1e"}]} 2026-05-26 22:22:30.801 7 INFO neutron.services.segments.plugin [-] Segment 545fd6e1-22a7-4d63-99a1-21f92afbd01b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545fd6e1-22a7-4d63-99a1-21f92afbd01b found for delete ", "request_id": "req-0838df3d-ee13-41ca-80fd-b861f23dc6b2"}]} 2026-05-26 22:22:30.812 7 INFO neutron.db.l3_hamode_db [None req-6fd4af81-ba3a-4b46-948f-54dc626add4d e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] HA network afa77efc-7014-49bd-b7fc-62edb868c616 was deleted as no HA routers are present in tenant fb7ab5c3a4684defb2f5c8f90ff1da29. [pid: 7|app: 0|req: 992/1835] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:29 2026] DELETE /v2.0/routers/3830640b-1ad4-4bef-8c87-492d98c797d8 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1836] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/ports?device_id=3830640b-1ad4-4bef-8c87-492d98c797d8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:30.870 7 INFO neutron.api.v2.resource [None req-cac16769-b286-4e3c-98ee-001826b7bf3e e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/1837] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:30 2026] DELETE /v2.0/routers/3830640b-1ad4-4bef-8c87-492d98c797d8 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1838] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/ports?device_id=fdd6e83b-985a-46c5-891c-fcdff8982f01 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:30.930 7 INFO neutron.api.v2.resource [None req-04455899-d27e-458d-ac48-462c002df777 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/1839] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:30 2026] DELETE /v2.0/routers/fdd6e83b-985a-46c5-891c-fcdff8982f01 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:30.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5268c815-a8b4-4b97-97a6-25a2574048ed e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1840] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:30 2026] DELETE /v2.0/subnets/387c7139-ccb7-4df8-b5c1-85517cdb66ea => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1841] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:30 2026] GET /v2.0/ports?device_id=e3a57150-373d-43e7-9fe8-1c8b988be425 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:31.019 8 INFO neutron.api.v2.resource [None req-b8fafa03-38e0-4ccc-81b2-300b0e142770 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1842] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:31 2026] DELETE /v2.0/routers/e3a57150-373d-43e7-9fe8-1c8b988be425 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:31.039 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd350f16-0400-40b5-bc04-3b4e09a258da e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 996/1843] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:31 2026] DELETE /v2.0/subnets/5a3ad7fd-a61c-42c5-9d41-23f978374a35 => 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: 848/1844] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/ports?device_id=710da0fb-117c-47a6-8218-2730d6e7ab47 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:22:31.093 7 INFO neutron.api.v2.resource [None req-dd081d2a-ce60-48f0-b91a-d9a263e8e5cb e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/1845] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:31 2026] DELETE /v2.0/routers/710da0fb-117c-47a6-8218-2730d6e7ab47 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:31.116 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1d2341d-a7c7-4b39-9351-810a316786a0 e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1846] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:31 2026] DELETE /v2.0/subnets/ceab4913-0fb0-45a5-9831-ae29f60b9c4d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:31.136 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7cc17e79-81f1-4e99-b80c-906d53e8f47b e20d3788032f484995d89b98f8109a76 fb7ab5c3a4684defb2f5c8f90ff1da29 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/1847] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:31 2026] DELETE /v2.0/subnets/ed563c92-ce06-4d8b-9ced-acae9954d3b7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1848] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1849] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1850] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1851] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1852] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:31 2026] GET /v2.0/security-groups?tenant_id=fb7ab5c3a4684defb2f5c8f90ff1da29&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1853] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:31 2026] DELETE /v2.0/security-groups/dfba38c3-db2d-44a8-b5b7-7a8d375cf0ec => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1854] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:32 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1855] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:32 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1856] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:32 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1857] 10.0.0.252 () {34 vars in 1119 bytes} [Tue May 26 22:22:32 2026] GET /v2.0/security-groups?id=8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b&id=807c3288-7812-449f-b54f-d87f790f44eb&fields=id&fields=name => generated 207 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1858] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:22:32 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:33.051 7 INFO neutron_taas.services.taas.taas_plugin [req-c88bd38f-4404-4b7e-b1a9-d0a31b8fc2ad req-9f94b6a7-a0db-4026-a8be-00af0680024b 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] TaaS: Handle Delete Port: e4ca7837-d49a-4211-9648-6a2b73ebbc40 2026-05-26 22:22:33.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c88bd38f-4404-4b7e-b1a9-d0a31b8fc2ad req-9f94b6a7-a0db-4026-a8be-00af0680024b 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] Tap Mirror: Handle Delete Port: e4ca7837-d49a-4211-9648-6a2b73ebbc40 2026-05-26 22:22:33.172 7 INFO neutron.db.l3_db [req-c88bd38f-4404-4b7e-b1a9-d0a31b8fc2ad req-9f94b6a7-a0db-4026-a8be-00af0680024b 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] Floating IP 7aad5492-3155-4127-8007-cb26e653e58b disassociated. External IP: 10.96.250.202, port: e4ca7837-d49a-4211-9648-6a2b73ebbc40. [pid: 8|app: 0|req: 856/1859] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:33 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1860] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:22:32 2026] DELETE /v2.0/ports/e4ca7837-d49a-4211-9648-6a2b73ebbc40 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1861] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:33 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&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-26 22:22:33.668 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f501c86f-d5c6-4640-bda3-fb66eb27f1d3'] response: {'server_uuid': 'd6199e98-1e89-4e07-afe2-44a4c43ff6f8', 'name': 'network-vif-deleted', 'tag': 'e4ca7837-d49a-4211-9648-6a2b73ebbc40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1005/1862] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:33 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1863] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:22:33 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1864] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:22:33 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1865] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => 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: 1006/1866] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:33 2026] POST /v2.0/security-groups => generated 1625 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:22:34.363 8 INFO neutron.db.l3_db [None req-be96d683-aac6-43e5-8abf-912931ae681c 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Floating IP ab850d25-3910-407b-b456-fb29a1193e35 associated. External IP: 10.96.250.219, port: e45794c5-75cf-49f7-a330-cf1886dcce80. [pid: 7|app: 0|req: 1007/1867] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1868] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups => generated 4530 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1869] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:22:34 2026] PUT /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1870] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:22:34.742 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-826d6fcc-545c-472d-8f5b-d53de04935e3'] response: {'name': 'network-changed', 'server_uuid': 'b3896855-9d73-44ab-a6b4-7f91fda8756b', 'tag': 'e45794c5-75cf-49f7-a330-cf1886dcce80', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1010/1871] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1872] 10.0.0.31 () {34 vars in 756 bytes} [Tue May 26 22:22:34 2026] PUT /v2.0/security-groups/90ddbecd-a416-424f-9702-35298e2f8805 => generated 1663 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1873] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups/90ddbecd-a416-424f-9702-35298e2f8805 => generated 1663 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1874] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1875] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:34 2026] DELETE /v2.0/security-groups/90ddbecd-a416-424f-9702-35298e2f8805 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1876] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:22:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:34.993 8 INFO neutron.api.v2.resource [None req-0e5ab95e-756a-4bd0-9b60-8a15b003cbed 86d32d1b4f3344d491d1bb21a15745b1 2ab6b77c5ebe45bea12e35e6cc69e560 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1877] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:34 2026] DELETE /v2.0/security-groups/90ddbecd-a416-424f-9702-35298e2f8805 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1878] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:34 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1879] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1880] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:22:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1881] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => 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: 869/1882] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 26 22:22:35 2026] PUT /v2.0/security-groups/083543d4-6451-4131-84e0-e9839e2fd78e/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1883] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1884] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 26 22:22:35 2026] PUT /v2.0/security-groups/9ce224e9-0680-40f8-994d-b33ba3e24a97/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1885] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/ports?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 1016/1886] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-group-rules/d585e2c4-9e83-4379-971f-4145f25bbf02 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1887] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 26 22:22:35 2026] PUT /v2.0/security-groups/e8e1975a-f03b-49e1-80c2-dcf03ca22680/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1888] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/networks?id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1889] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1890] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 26 22:22:35 2026] PUT /v2.0/security-groups/2d59900e-46d6-49af-8ef7-c530e4c1fa02/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1891] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e45794c5-75cf-49f7-a330-cf1886dcce80 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1892] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-group-rules/d585e2c4-9e83-4379-971f-4145f25bbf02 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1893] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1894] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/subnets?id=e65e4990-86bf-444e-af0e-c8305fb0031a => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1895] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1896] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1897] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/ports?network_id=3d4e300a-fdfb-4260-b017-20ab8d1d2ad1&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: 8|app: 0|req: 877/1898] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1899] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1900] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1901] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1902] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1903] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1?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: 1024/1904] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-group-rules/fcbd200b-8712-46dd-be00-8c3d26c872ec => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1905] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1906] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 855 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1907] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1908] 10.0.0.31 () {32 vars in 696 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1909] 10.0.0.31 () {32 vars in 708 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1910] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-group-rules/fcbd200b-8712-46dd-be00-8c3d26c872ec => 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: 885/1911] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-groups/083543d4-6451-4131-84e0-e9839e2fd78e => 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: 1027/1912] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:22:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:36.026 8 INFO neutron.db.securitygroups_db [None req-fe44230a-175e-4752-8bdf-7174b7ff6761 86d32d1b4f3344d491d1bb21a15745b1 2ab6b77c5ebe45bea12e35e6cc69e560 - - default default] Project 2ab6b77c5ebe45bea12e35e6cc69e560 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: 886/1913] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:22:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1914] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:35 2026] DELETE /v2.0/security-groups/9ce224e9-0680-40f8-994d-b33ba3e24a97 => 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: 887/1915] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-group-rules/db410709-49a6-4f49-90f3-226e9fa7615e => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1916] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1917] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/e8e1975a-f03b-49e1-80c2-dcf03ca22680 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1918] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-group-rules/db410709-49a6-4f49-90f3-226e9fa7615e => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1919] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/2d59900e-46d6-49af-8ef7-c530e4c1fa02 => 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: 1031/1920] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/ports?device_id=d6199e98-1e89-4e07-afe2-44a4c43ff6f8 => 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: 890/1921] 10.0.0.31 () {32 vars in 671 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1922] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/7f58c9e5-f0e9-4224-81c0-d53dc215ac09 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1923] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:36 2026] DELETE /v2.0/security-groups/44002313-53a9-4ae9-9357-50199503175b => 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: 1033/1924] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1925] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:22:36 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: 1034/1926] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1927] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:36 2026] GET /v2.0/security-groups?tenant_id=2ab6b77c5ebe45bea12e35e6cc69e560&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1928] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/security-groups?tenant_id=7c4f7c23c24d40af8d45a158d830981b&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1929] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/67b7f2c6-2e5d-4b2c-93b7-f0f81a838858 => 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: 1036/1930] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/ec911ac8-c409-426e-b820-48745358bcfe => 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: 895/1931] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:37.555 8 INFO neutron.api.v2.resource [None req-b80ab735-9281-435b-9b8e-f445aadd2f06 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 896/1932] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/security-groups/8d1a1ed2-8666-46b9-a9f4-a1070ae8dd2b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1933] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/security-groups?tenant_id=de38fe99ce964887a6cd615adddc15a2&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:37.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-43ef1aef-4f6f-45c1-bed1-25e6240a964f 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] TaaS: Handle Delete Port: da3d498a-07b9-4b77-9e7f-70136b287830 2026-05-26 22:22:37.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43ef1aef-4f6f-45c1-bed1-25e6240a964f 1c1959230240442c8d605b1317acfe73 f2ce989f53024523a8f4ff1ff14efffa - - default default] Tap Mirror: Handle Delete Port: da3d498a-07b9-4b77-9e7f-70136b287830 [pid: 7|app: 0|req: 1038/1934] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/3710bc17-4f39-4244-8da5-7c5ac6f90934 => 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: 897/1935] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/floatingips/7aad5492-3155-4127-8007-cb26e653e58b => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1936] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:37 2026] GET /v2.0/security-groups?tenant_id=0ec72eb766e442f49f0cd5427695db1d&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1937] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/807c3288-7812-449f-b54f-d87f790f44eb => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1938] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:37 2026] DELETE /v2.0/security-groups/ca03c5d9-5266-4289-9d6c-915461d3a535 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:38.340 8 INFO neutron_taas.services.taas.taas_plugin [None req-97320707-2155-4b8b-b80c-5c2bb21a2411 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: b1fdcdf9-e37a-46f4-9d78-b961bc0fc955 2026-05-26 22:22:38.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97320707-2155-4b8b-b80c-5c2bb21a2411 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: b1fdcdf9-e37a-46f4-9d78-b961bc0fc955 [pid: 8|app: 0|req: 899/1939] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:37 2026] PUT /v2.0/routers/7737b44a-8a97-49e8-a101-c5cb4b4f72ac/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:39.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e7fd96f-9437-4496-9725-b29aafb79321 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 54313c92-ee57-4032-a808-bc206d55ca7e 2026-05-26 22:22:39.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e7fd96f-9437-4496-9725-b29aafb79321 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 54313c92-ee57-4032-a808-bc206d55ca7e [pid: 8|app: 0|req: 900/1940] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:39 2026] POST /v2.0/subnetpools => generated 547 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1941] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:39 2026] GET /v2.0/subnetpools/c3940413-b161-4a17-af35-b4ff705f129f => generated 547 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:39.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e7fd96f-9437-4496-9725-b29aafb79321 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 2cdee124-6bf6-40a3-9225-877fa82b8643 2026-05-26 22:22:39.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e7fd96f-9437-4496-9725-b29aafb79321 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 2cdee124-6bf6-40a3-9225-877fa82b8643 [pid: 8|app: 0|req: 902/1942] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:22:39 2026] PUT /v2.0/subnetpools/c3940413-b161-4a17-af35-b4ff705f129f => generated 501 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1943] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:39 2026] DELETE /v2.0/subnetpools/c3940413-b161-4a17-af35-b4ff705f129f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:39.518 8 INFO neutron.api.v2.resource [None req-dc34e557-4237-45a7-96b5-c15ab4de0f90 63428e1ac0274dbe97d4653ccfce5dbf 6f42189cfb8044058c110cdb83564abe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 904/1944] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:22:39 2026] GET /v2.0/subnetpools/c3940413-b161-4a17-af35-b4ff705f129f => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:39.532 8 INFO neutron.api.v2.resource [None req-e5e0673c-f2af-4cc4-970b-a457beede87c 63428e1ac0274dbe97d4653ccfce5dbf 6f42189cfb8044058c110cdb83564abe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 905/1945] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:39 2026] DELETE /v2.0/subnetpools/c3940413-b161-4a17-af35-b4ff705f129f => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:39.771 7 INFO neutron.services.segments.plugin [-] Segment bb11a317-dd8b-49fb-9343-e0bf3f57b831 resource provider aggregate not found 2026-05-26 22:22:39.780 7 INFO neutron.services.segments.plugin [-] Segment bb11a317-dd8b-49fb-9343-e0bf3f57b831 resource provider aggregate not found 2026-05-26 22:22:39.799 7 INFO neutron.services.segments.plugin [-] Segment bb11a317-dd8b-49fb-9343-e0bf3f57b831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb11a317-dd8b-49fb-9343-e0bf3f57b831 found for delete ", "request_id": "req-7dbe840b-841b-41ce-8d99-c8988bd0ead1"}]} 2026-05-26 22:22:39.799 7 INFO neutron.db.l3_hamode_db [None req-5e7fd96f-9437-4496-9725-b29aafb79321 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network 135c52bc-60b4-4e2a-8cf9-2341cd7ecd44 was deleted as no HA routers are present in tenant f2ce989f53024523a8f4ff1ff14efffa. [pid: 7|app: 0|req: 1041/1946] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:38 2026] DELETE /v2.0/routers/7737b44a-8a97-49e8-a101-c5cb4b4f72ac => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:39.807 7 INFO neutron.services.segments.plugin [-] Segment bb11a317-dd8b-49fb-9343-e0bf3f57b831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb11a317-dd8b-49fb-9343-e0bf3f57b831 found for delete ", "request_id": "req-6d5c42a0-828c-400a-926e-a0a429b425ad"}]} [pid: 8|app: 0|req: 906/1947] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:39 2026] DELETE /v2.0/subnets/462aca07-8cfd-416d-943c-f3a2b52fd239 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:40.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-920d6dd9-f202-4a9b-95cf-752155c051cb 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: a6a1ec74-84ed-4828-aa83-07dc08a6032f 2026-05-26 22:22:40.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-920d6dd9-f202-4a9b-95cf-752155c051cb 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: a6a1ec74-84ed-4828-aa83-07dc08a6032f [pid: 7|app: 0|req: 1042/1948] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:39 2026] DELETE /v2.0/networks/6c49ca01-e346-40a7-8898-284f1189b96d => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1949] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:40 2026] GET /v2.0/security-groups?tenant_id=6f42189cfb8044058c110cdb83564abe&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1950] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:40 2026] DELETE /v2.0/security-groups/f57da502-46fe-4510-9064-69f928be220b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:40.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c180386-017c-42bb-adf7-36cb686e0a2e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 585982e3-d52f-4141-97f8-55dc69bfca00 2026-05-26 22:22:40.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c180386-017c-42bb-adf7-36cb686e0a2e 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 585982e3-d52f-4141-97f8-55dc69bfca00 [pid: 7|app: 0|req: 1043/1951] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:22:40 2026] PUT /v2.0/routers/ec9f776d-63f2-49ef-999a-4810321d50b9/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:22:41.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-c38f5198-b29b-4196-a6b9-a91d843fbefa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 0312d151-fedf-46fd-ae5d-988420ec0a54 2026-05-26 22:22:41.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c38f5198-b29b-4196-a6b9-a91d843fbefa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 0312d151-fedf-46fd-ae5d-988420ec0a54 2026-05-26 22:22:41.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-c38f5198-b29b-4196-a6b9-a91d843fbefa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 2913a8a8-285a-498c-8b68-837be76ac8b1 2026-05-26 22:22:41.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c38f5198-b29b-4196-a6b9-a91d843fbefa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 2913a8a8-285a-498c-8b68-837be76ac8b1 2026-05-26 22:22:41.827 7 INFO neutron.services.segments.plugin [-] Segment fc2f0b38-684f-4332-ba53-00576c8b37ca resource provider aggregate not found 2026-05-26 22:22:41.843 7 INFO neutron.services.segments.plugin [-] Segment fc2f0b38-684f-4332-ba53-00576c8b37ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2f0b38-684f-4332-ba53-00576c8b37ca found for delete ", "request_id": "req-d7d28f83-44db-4a75-aaae-f17e7c560864"}]} 2026-05-26 22:22:41.860 7 INFO neutron.services.segments.plugin [-] Segment fc2f0b38-684f-4332-ba53-00576c8b37ca resource provider aggregate not found 2026-05-26 22:22:41.886 7 INFO neutron.services.segments.plugin [-] Segment fc2f0b38-684f-4332-ba53-00576c8b37ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2f0b38-684f-4332-ba53-00576c8b37ca found for delete ", "request_id": "req-00a1df93-f8f6-479c-9488-c6c95aa22be4"}]} 2026-05-26 22:22:42.831 8 INFO neutron.services.segments.plugin [-] Segment 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 resource provider aggregate not found 2026-05-26 22:22:42.845 8 INFO neutron.services.segments.plugin [-] Segment 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 resource provider aggregate not found 2026-05-26 22:22:42.852 8 INFO neutron.services.segments.plugin [-] Segment 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 found for delete ", "request_id": "req-935ff7f5-64fe-4d68-92e1-67573030cfd9"}]} 2026-05-26 22:22:42.861 8 INFO neutron.services.segments.plugin [-] Segment 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39aae6e4-1bae-4c7e-ad14-9b4cf3fea1d5 found for delete ", "request_id": "req-aa919d2e-af09-493c-9d93-9b4e7a089c94"}]} 2026-05-26 22:22:42.868 8 INFO neutron.db.l3_hamode_db [None req-c38f5198-b29b-4196-a6b9-a91d843fbefa 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] HA network a2361ba4-a6ca-454a-9916-2490f9e621b9 was deleted as no HA routers are present in tenant a1072c263f104e658291f6f749f84a45. [pid: 8|app: 0|req: 909/1952] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:41 2026] DELETE /v2.0/routers/ec9f776d-63f2-49ef-999a-4810321d50b9 => generated 0 bytes in 1740 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1953] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:42 2026] DELETE /v2.0/subnets/66f9a0a7-59c7-4d03-bf4e-593b8015daca => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:43.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ea0a810-4cfa-4de7-b374-d77916da953c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: da19694a-8293-49e2-963f-199227178d8b 2026-05-26 22:22:43.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ea0a810-4cfa-4de7-b374-d77916da953c 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: da19694a-8293-49e2-963f-199227178d8b [pid: 8|app: 0|req: 910/1954] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:43 2026] DELETE /v2.0/networks/21341bd2-75c4-41f5-8c12-26305dc572de => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1955] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/security-groups?tenant_id=f2ce989f53024523a8f4ff1ff14efffa&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1956] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:43 2026] DELETE /v2.0/security-groups/df4ec67d-6e2c-4de1-bcc2-44b437b436dd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1957] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:43 2026] GET /v2.0/security-groups?tenant_id=a1072c263f104e658291f6f749f84a45&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1960] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:43 2026] DELETE /v2.0/security-groups/4f279820-4e08-4262-9505-4dc2e69d5792 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:44.874 8 INFO neutron.services.segments.plugin [-] Segment 9fc2a78f-4c16-4dbc-8564-339e182ea1fd resource provider aggregate not found 2026-05-26 22:22:44.882 8 INFO neutron.services.segments.plugin [-] Segment 9fc2a78f-4c16-4dbc-8564-339e182ea1fd resource provider aggregate not found 2026-05-26 22:22:44.892 8 INFO neutron.services.segments.plugin [-] Segment 9fc2a78f-4c16-4dbc-8564-339e182ea1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fc2a78f-4c16-4dbc-8564-339e182ea1fd found for delete ", "request_id": "req-53c9ff92-5d00-40f3-b977-186c2cbf4504"}]} 2026-05-26 22:22:44.895 8 INFO neutron.services.segments.plugin [-] Segment 9fc2a78f-4c16-4dbc-8564-339e182ea1fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fc2a78f-4c16-4dbc-8564-339e182ea1fd found for delete ", "request_id": "req-257f9a29-d37a-4f65-a8d2-3adf005517b7"}]} [pid: 7|app: 0|req: 1049/1961] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:45 2026] GET /v2.0/security-groups?tenant_id=15316162610c46e4b3f94d235c8e5ca6&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1962] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:45 2026] DELETE /v2.0/security-groups/a77bbce9-67e3-48a6-8e19-61950bb0f24f => 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: 1050/1963] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:45 2026] GET /v2.0/security-groups?tenant_id=a5d341aeb0d941fda7be167719881ee1&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1964] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:46 2026] DELETE /v2.0/security-groups/753ec891-cd37-4122-8e36-cbe945ba5200 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:48.666 7 INFO neutron.db.segments_db [None req-f02b61fd-c36a-4818-b486-1b7323f4511a abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] Added segment 160dee40-9d2c-4b39-87b4-e6c52ca264f5 of type vxlan for network 7b02064c-3506-4b7f-9dfe-bd8fcc2fab63 [pid: 7|app: 0|req: 1051/1965] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:48 2026] POST /v2.0/networks => generated 725 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1966] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:48 2026] POST /v2.0/subnets => generated 644 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:48.955 7 WARNING neutron.api.v2.base [None req-17c1bd94-318b-4651-a8c8-0da8e0176e4d abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - 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-26 22:22:48.957 7 INFO neutron.api.v2.resource [None req-17c1bd94-318b-4651-a8c8-0da8e0176e4d abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1052/1967] 10.0.0.31 () {34 vars in 679 bytes} [Tue May 26 22:22:48 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-26 22:22:49.161 8 INFO neutron.services.segments.plugin [-] Segment 160dee40-9d2c-4b39-87b4-e6c52ca264f5 resource provider aggregate not found 2026-05-26 22:22:49.162 8 INFO neutron.services.segments.plugin [-] Segment 160dee40-9d2c-4b39-87b4-e6c52ca264f5 resource provider aggregate not found 2026-05-26 22:22:49.187 8 INFO neutron.services.segments.plugin [-] Segment 160dee40-9d2c-4b39-87b4-e6c52ca264f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 160dee40-9d2c-4b39-87b4-e6c52ca264f5 found for delete ", "request_id": "req-801d184b-cb0a-484c-b390-638e46742db0"}]} [pid: 8|app: 0|req: 916/1968] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:48 2026] DELETE /v2.0/networks/7b02064c-3506-4b7f-9dfe-bd8fcc2fab63 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:49.194 8 INFO neutron.services.segments.plugin [-] Segment 160dee40-9d2c-4b39-87b4-e6c52ca264f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 160dee40-9d2c-4b39-87b4-e6c52ca264f5 found for delete ", "request_id": "req-7a1ac5c5-ded6-4596-83a7-f2bcdd23b12c"}]} 2026-05-26 22:22:49.250 7 INFO neutron.db.segments_db [None req-471f03d0-eb23-408c-8dff-79c402428c8b abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] Added segment 8ef5fada-9b46-4751-a3d7-b8839a12d60d of type vxlan for network e966f104-ad58-44f4-a04d-97227be4d464 [pid: 7|app: 0|req: 1053/1969] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:49 2026] POST /v2.0/networks => generated 726 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1970] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:49 2026] POST /v2.0/subnets => generated 647 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:49.564 7 WARNING neutron.api.v2.base [None req-72d7d426-c0e6-4ae1-b6ab-07c5b30e5f5b abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - 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-26 22:22:49.564 7 INFO neutron.api.v2.resource [None req-72d7d426-c0e6-4ae1-b6ab-07c5b30e5f5b abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1054/1971] 10.0.0.31 () {34 vars in 679 bytes} [Tue May 26 22:22:49 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: 918/1972] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:49 2026] DELETE /v2.0/networks/e966f104-ad58-44f4-a04d-97227be4d464 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:49.856 7 INFO neutron.db.segments_db [None req-c2aa52c5-85ba-4481-ba17-4d856bab7cb8 abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] Added segment 5dddf7ea-0d93-4475-acf8-76f4b8020b0d of type vxlan for network 79a07090-ce5c-47e2-8767-43309c504f6f [pid: 7|app: 0|req: 1055/1973] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:49 2026] POST /v2.0/networks => generated 727 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1974] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:22:49 2026] POST /v2.0/subnets => generated 647 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1975] 10.0.0.31 () {34 vars in 679 bytes} [Tue May 26 22:22:50 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1976] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:22:50 2026] GET /v2.0/networks/79a07090-ce5c-47e2-8767-43309c504f6f => generated 655 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1977] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:50 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:51.211 8 INFO neutron.services.segments.plugin [-] Segment 8ef5fada-9b46-4751-a3d7-b8839a12d60d resource provider aggregate not found 2026-05-26 22:22:51.219 8 INFO neutron.services.segments.plugin [-] Segment 8ef5fada-9b46-4751-a3d7-b8839a12d60d resource provider aggregate not found 2026-05-26 22:22:51.228 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b5c2bcf-534e-491a-b9ee-375a9b59d564 5e9f659972b449eeaf94eca1652b59d2 11d05b28b954492383b1e93df262ea90 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1978] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:22:51 2026] GET /v2.0/networks/79a07090-ce5c-47e2-8767-43309c504f6f => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:51.232 8 INFO neutron.services.segments.plugin [-] Segment 8ef5fada-9b46-4751-a3d7-b8839a12d60d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ef5fada-9b46-4751-a3d7-b8839a12d60d found for delete ", "request_id": "req-243ffc76-18d9-4f5e-8487-ad6bf2e11a66"}]} 2026-05-26 22:22:51.241 8 INFO neutron.services.segments.plugin [-] Segment 8ef5fada-9b46-4751-a3d7-b8839a12d60d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ef5fada-9b46-4751-a3d7-b8839a12d60d found for delete ", "request_id": "req-0837791f-db33-4767-816f-410218deca8a"}]} [pid: 8|app: 0|req: 922/1979] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/networks/79a07090-ce5c-47e2-8767-43309c504f6f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:22:51.423 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04e147f7-cda7-4ebe-98ba-78d617e04fa5 abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1980] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/subnets/a799a7f6-1b3a-4241-a17c-080df03bdd58 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:51.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1fe77fe6-7904-4a67-bc48-d9b26dedd38e abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 924/1981] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/subnets/7da822be-f920-432f-9d5d-dbb3fab5e87e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:22:51.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d8da4d2-d5de-4451-aafe-4a8a299e2641 abbd390b0d494d4aaaf7d7f44902138f c4a2b30959854ee28fe910c5269b17ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1982] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:22:51 2026] DELETE /v2.0/subnets/4e817d8e-5fb8-455f-a7c1-71d674b6e66e => 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: 1058/1983] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:50 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1984] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:51 2026] POST /v2.0/floatingips => generated 552 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1985] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:51 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1986] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:52 2026] GET /v2.0/security-groups?tenant_id=36b42187fbbc42dbbe60db310f384dda&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1987] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:52 2026] DELETE /v2.0/security-groups/e4070272-673b-4dcf-9bae-7aa7df4218e0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1988] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:52 2026] GET /v2.0/security-groups?tenant_id=11d05b28b954492383b1e93df262ea90&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1989] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:52 2026] DELETE /v2.0/security-groups/5fc659d8-1f81-4685-a5a8-ec63150c7c59 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1990] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:22:52 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1991] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:22:52 2026] PUT /v2.0/floatingips/9e1e4676-db89-45e1-99e1-a2762499a020/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1992] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:53 2026] GET /v2.0/security-groups?tenant_id=c4a2b30959854ee28fe910c5269b17ba&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1993] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:22:53 2026] PUT /v2.0/floatingips/dd473487-fe6c-4bd6-b269-d8f53b00fadd/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: 933/1994] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:53 2026] DELETE /v2.0/security-groups/edbece8e-9479-4333-8d76-ff0339c00ba2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:53.261 8 INFO neutron.services.segments.plugin [-] Segment 5dddf7ea-0d93-4475-acf8-76f4b8020b0d resource provider aggregate not found 2026-05-26 22:22:53.269 8 INFO neutron.services.segments.plugin [-] Segment 5dddf7ea-0d93-4475-acf8-76f4b8020b0d resource provider aggregate not found 2026-05-26 22:22:53.275 8 INFO neutron.services.segments.plugin [-] Segment 5dddf7ea-0d93-4475-acf8-76f4b8020b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dddf7ea-0d93-4475-acf8-76f4b8020b0d found for delete ", "request_id": "req-aeb64b57-0b24-456c-848f-0fb134952008"}]} 2026-05-26 22:22:53.286 8 INFO neutron.services.segments.plugin [-] Segment 5dddf7ea-0d93-4475-acf8-76f4b8020b0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dddf7ea-0d93-4475-acf8-76f4b8020b0d found for delete ", "request_id": "req-ebe43414-9370-41c2-bbac-3a969fefb903"}]} [pid: 7|app: 0|req: 1062/1995] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:22:53 2026] PUT /v2.0/floatingips/253ca6a6-c303-4a03-9a19-c87ce943756d/tags => generated 34 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1996] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:22:53 2026] PUT /v2.0/floatingips/805e25e9-fa60-4efa-a069-2d20b59cec4a/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: 1063/1997] 10.0.0.31 () {32 vars in 670 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1998] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1999] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2000] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:22:54 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: 1065/2001] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2002] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2003] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2004] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 26 22:22:54 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:22:54.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-926193d3-314f-4158-9967-bc930a397af2 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] TaaS: Handle Delete Port: 7503adce-e9c9-4000-86c9-bc5d248737b5 2026-05-26 22:22:54.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-926193d3-314f-4158-9967-bc930a397af2 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] Tap Mirror: Handle Delete Port: 7503adce-e9c9-4000-86c9-bc5d248737b5 [pid: 7|app: 0|req: 1067/2005] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:54 2026] DELETE /v2.0/floatingips/9e1e4676-db89-45e1-99e1-a2762499a020 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:54.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3ffa906-f761-4498-9345-65832c761c8d 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] TaaS: Handle Delete Port: 2f6c450f-287f-4e4f-a0ef-3705c75c9e68 2026-05-26 22:22:54.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ffa906-f761-4498-9345-65832c761c8d 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] Tap Mirror: Handle Delete Port: 2f6c450f-287f-4e4f-a0ef-3705c75c9e68 [pid: 8|app: 0|req: 939/2006] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:54 2026] DELETE /v2.0/floatingips/dd473487-fe6c-4bd6-b269-d8f53b00fadd => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:55.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5d2da9f-d893-44c1-8829-3f31867aa4a9 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] TaaS: Handle Delete Port: 816771d9-2191-4c7d-923b-f984e8d6b422 2026-05-26 22:22:55.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d2da9f-d893-44c1-8829-3f31867aa4a9 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] Tap Mirror: Handle Delete Port: 816771d9-2191-4c7d-923b-f984e8d6b422 [pid: 7|app: 0|req: 1068/2007] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:55 2026] DELETE /v2.0/floatingips/253ca6a6-c303-4a03-9a19-c87ce943756d => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:55.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8c381c9-9bfd-4917-8227-ea6e327ea2db 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] TaaS: Handle Delete Port: 28f41236-adb1-4826-92cf-36d9eb3459b5 2026-05-26 22:22:55.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c381c9-9bfd-4917-8227-ea6e327ea2db 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] Tap Mirror: Handle Delete Port: 28f41236-adb1-4826-92cf-36d9eb3459b5 [pid: 8|app: 0|req: 940/2008] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:55 2026] DELETE /v2.0/floatingips/805e25e9-fa60-4efa-a069-2d20b59cec4a => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:55.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-19aeb72e-40d4-4108-8af4-07e06c451c70 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] TaaS: Handle Delete Port: 52f59467-56de-41d6-8c8b-e84414377738 2026-05-26 22:22:55.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19aeb72e-40d4-4108-8af4-07e06c451c70 36e6b8a1cdf740f6bd87f9b65d300c97 654f4e824d67455d8b580405e8834fff - - default default] Tap Mirror: Handle Delete Port: 52f59467-56de-41d6-8c8b-e84414377738 [pid: 7|app: 0|req: 1069/2009] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:22:55 2026] DELETE /v2.0/floatingips/bf99828b-c858-4375-a9d6-be8142f2356f => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2010] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:56 2026] GET /v2.0/security-groups?tenant_id=4882c3ea3b0e408fbdcbf02657ce3dc8&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2011] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2012] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&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/2013] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:57 2026] DELETE /v2.0/security-groups/3b42c794-83fe-4911-9919-dab5e0d40f52 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2014] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/security-groups?tenant_id=654f4e824d67455d8b580405e8834fff&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2015] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:57 2026] DELETE /v2.0/security-groups/9d922377-6345-4a79-91e8-95a5b666cad9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:22:57.686 8 INFO neutron.db.segments_db [None req-d6007843-6e2c-4f30-b3d4-96bbf77eb06c b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Added segment ebe997d2-b73c-4ab4-a21d-97965f0a701b of type vxlan for network 9de665d8-8af7-4997-8a46-722e4a257706 [pid: 8|app: 0|req: 945/2016] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:57 2026] POST /v2.0/networks => generated 632 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2017] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:22:57 2026] GET /v2.0/security-groups?tenant_id=1da18c39a09245a4ae0e4f8c8d734ecc&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2018] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:22:57 2026] DELETE /v2.0/security-groups/bf7661be-2909-4a15-a3bc-cd8ba5569c82 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2019] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:22:57 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:58.110 7 INFO neutron.db.segments_db [None req-535b0eb0-9de6-4d34-88eb-3305bbb91d15 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Added segment ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 of type vxlan for network a0158e3f-c098-4716-994f-88ada7f4b864 [pid: 7|app: 0|req: 1074/2020] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:58 2026] POST /v2.0/networks => generated 632 bytes in 143 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: 947/2021] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:22:58 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:58.565 7 INFO neutron.db.segments_db [None req-40d707bd-46d0-4c45-a197-f31f786aea67 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Added segment cc2efae8-43b1-4dca-98e4-b1bd626a04bc of type vxlan for network 33498e31-e23b-4bba-a2be-4fe799e84030 [pid: 7|app: 0|req: 1075/2022] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:58 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 948/2023] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:22:58 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:59.057 7 INFO neutron.db.segments_db [None req-f7a46a0e-9a5f-45bd-8b39-435508a13b9a b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Added segment 64798c3e-18c0-4da7-a0ee-67923ae60349 of type vxlan for network 556141f4-768e-4ee9-994d-21f4ab5b271c [pid: 7|app: 0|req: 1076/2026] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:58 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 951/2027] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:22:59 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:22:59.500 7 INFO neutron.db.segments_db [None req-05c40085-c5d5-4060-b431-0bf236befac9 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Added segment a145d40b-4f8f-4f0f-b746-851bce1dc02e of type vxlan for network bf70e7c6-08d4-4f9a-ba83-502a76e1147b [pid: 7|app: 0|req: 1077/2028] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:22:59 2026] POST /v2.0/networks => generated 631 bytes in 155 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: 952/2029] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:22:59 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2030] 10.0.0.31 () {34 vars in 745 bytes} [Tue May 26 22:22:59 2026] PUT /v2.0/ports/224262b2-b3c6-493a-97ca-69eef1ba1d78/tags => generated 17 bytes in 75 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: 953/2031] 10.0.0.31 () {34 vars in 745 bytes} [Tue May 26 22:23:00 2026] PUT /v2.0/ports/1dead131-890c-40d4-8b35-215a8a74b9ee/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1079/2032] 10.0.0.31 () {34 vars in 745 bytes} [Tue May 26 22:23:00 2026] PUT /v2.0/ports/1cf576ea-b924-4cd3-8a0b-f158600c23ae/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 954/2033] 10.0.0.31 () {34 vars in 745 bytes} [Tue May 26 22:23:00 2026] PUT /v2.0/ports/d93f02b5-b345-4a8e-a5b9-5fc4c2e24281/tags => generated 19 bytes in 77 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: 1080/2034] 10.0.0.31 () {32 vars in 658 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 133 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: 955/2035] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2036] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 26 22:23:00 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: 956/2037] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2038] 10.0.0.31 () {32 vars in 666 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2039] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2040] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 26 22:23:00 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2041] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 26 22:23:01 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:01.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9882ba5-91fd-4232-97a0-49b16d9ea2cd b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] TaaS: Handle Delete Port: 224262b2-b3c6-493a-97ca-69eef1ba1d78 2026-05-26 22:23:01.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9882ba5-91fd-4232-97a0-49b16d9ea2cd b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Tap Mirror: Handle Delete Port: 224262b2-b3c6-493a-97ca-69eef1ba1d78 [pid: 7|app: 0|req: 1084/2042] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:01 2026] DELETE /v2.0/ports/224262b2-b3c6-493a-97ca-69eef1ba1d78 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:01.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-89a18ba5-8aa3-44bd-a55b-fbab69475c0a b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] TaaS: Handle Delete Port: 1dead131-890c-40d4-8b35-215a8a74b9ee 2026-05-26 22:23:01.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89a18ba5-8aa3-44bd-a55b-fbab69475c0a b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Tap Mirror: Handle Delete Port: 1dead131-890c-40d4-8b35-215a8a74b9ee [pid: 8|app: 0|req: 959/2043] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:01 2026] DELETE /v2.0/ports/1dead131-890c-40d4-8b35-215a8a74b9ee => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:01.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd32718-6b36-4c42-9ef7-0bb3c3320161 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] TaaS: Handle Delete Port: 1cf576ea-b924-4cd3-8a0b-f158600c23ae 2026-05-26 22:23:01.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd32718-6b36-4c42-9ef7-0bb3c3320161 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Tap Mirror: Handle Delete Port: 1cf576ea-b924-4cd3-8a0b-f158600c23ae [pid: 7|app: 0|req: 1085/2044] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:01 2026] DELETE /v2.0/ports/1cf576ea-b924-4cd3-8a0b-f158600c23ae => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:01.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c6e08d1-698b-4e4f-94a8-2dc857ed30c0 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] TaaS: Handle Delete Port: d93f02b5-b345-4a8e-a5b9-5fc4c2e24281 2026-05-26 22:23:01.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c6e08d1-698b-4e4f-94a8-2dc857ed30c0 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Tap Mirror: Handle Delete Port: d93f02b5-b345-4a8e-a5b9-5fc4c2e24281 [pid: 8|app: 0|req: 960/2045] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:01 2026] DELETE /v2.0/ports/d93f02b5-b345-4a8e-a5b9-5fc4c2e24281 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:01.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-64dd78f3-ecd0-4a6c-84a7-d825541d4029 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] TaaS: Handle Delete Port: ea4d2eec-6796-40bc-83b9-934019d759f9 2026-05-26 22:23:01.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64dd78f3-ecd0-4a6c-84a7-d825541d4029 b8630640a5e844eba3ccb01ba867b537 bfa2a2b1bb9b482d977215659b46eae0 - - default default] Tap Mirror: Handle Delete Port: ea4d2eec-6796-40bc-83b9-934019d759f9 [pid: 7|app: 0|req: 1086/2046] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2047] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:01 2026] DELETE /v2.0/ports/ea4d2eec-6796-40bc-83b9-934019d759f9 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2048] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2049] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:02.207 8 INFO neutron.services.segments.plugin [-] Segment ebe997d2-b73c-4ab4-a21d-97965f0a701b resource provider aggregate not found 2026-05-26 22:23:02.214 8 INFO neutron.services.segments.plugin [-] Segment ebe997d2-b73c-4ab4-a21d-97965f0a701b resource provider aggregate not found [pid: 7|app: 0|req: 1089/2050] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:02.232 8 INFO neutron.services.segments.plugin [-] Segment ebe997d2-b73c-4ab4-a21d-97965f0a701b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe997d2-b73c-4ab4-a21d-97965f0a701b found for delete ", "request_id": "req-1c4ed070-954e-441e-b11a-d7fcc4f3ce77"}]} 2026-05-26 22:23:02.235 8 INFO neutron.services.segments.plugin [-] Segment ebe997d2-b73c-4ab4-a21d-97965f0a701b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe997d2-b73c-4ab4-a21d-97965f0a701b found for delete ", "request_id": "req-def153a7-77c2-48ed-a5a5-d3df9f1a5aca"}]} [pid: 8|app: 0|req: 962/2051] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/networks/9de665d8-8af7-4997-8a46-722e4a257706 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2052] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2053] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:02 2026] PUT /v2.0/subnetpools/cf1bf9da-c633-4922-984a-4c03202f5d85/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2054] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/networks/a0158e3f-c098-4716-994f-88ada7f4b864 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2055] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:02 2026] PUT /v2.0/subnetpools/d87630c3-00db-445a-8fc9-20fb5bada143/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: 1093/2056] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:02 2026] PUT /v2.0/subnetpools/ead43f86-b4c3-48f4-8f0d-3369b0fc3aa8/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2057] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/networks/33498e31-e23b-4bba-a2be-4fe799e84030 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2058] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:02 2026] PUT /v2.0/subnetpools/f36ff441-a693-4c29-8a81-a0060693ba2d/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2059] 10.0.0.31 () {32 vars in 670 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?tags=red => 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: 1096/2060] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2061] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2062] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2063] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/networks/556141f4-768e-4ee9-994d-21f4ab5b271c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2064] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2065] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2066] 10.0.0.31 () {32 vars in 688 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2067] 10.0.0.31 () {32 vars in 700 bytes} [Tue May 26 22:23:02 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2068] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/networks/bf70e7c6-08d4-4f9a-ba83-502a76e1147b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2069] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/subnetpools/cf1bf9da-c633-4922-984a-4c03202f5d85 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2070] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/subnetpools/d87630c3-00db-445a-8fc9-20fb5bada143 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2071] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/subnetpools/ead43f86-b4c3-48f4-8f0d-3369b0fc3aa8 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2072] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/subnetpools/f36ff441-a693-4c29-8a81-a0060693ba2d => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2073] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:02 2026] DELETE /v2.0/subnetpools/55eb7753-4066-4219-92e0-518d05b6e4e5 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2074] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/security-groups?tenant_id=bfa2a2b1bb9b482d977215659b46eae0&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2075] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/security-groups?tenant_id=b184ea4348634cd48e8f56d11c86903b&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2076] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:03 2026] DELETE /v2.0/security-groups/931bac5b-0aa4-4f60-950b-0b2ec59a232e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2077] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:03 2026] DELETE /v2.0/security-groups/43090606-d051-4921-9c93-5864c7173638 => 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: 971/2078] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:03 2026] GET /v2.0/security-groups?tenant_id=48642e2cf6884260bd0616c38b833a85&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2079] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/security-groups?tenant_id=c080224bf03b4bf582f99bc2b5e84616&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2080] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:04 2026] DELETE /v2.0/security-groups/f1cb19b7-9543-4ad8-8c3e-26fc69805570 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:04.256 8 INFO neutron.services.segments.plugin [-] Segment ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 resource provider aggregate not found 2026-05-26 22:23:04.267 8 INFO neutron.services.segments.plugin [-] Segment ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 resource provider aggregate not found 2026-05-26 22:23:04.284 8 INFO neutron.services.segments.plugin [-] Segment ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 found for delete ", "request_id": "req-85a9e3f2-05d2-440f-88e3-a46c55b28166"}]} 2026-05-26 22:23:04.288 8 INFO neutron.services.segments.plugin [-] Segment ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef9b74c9-5b8f-4300-85a8-c78ab1ef6156 found for delete ", "request_id": "req-19645fb6-d552-4805-a19d-b25214ac07b5"}]} 2026-05-26 22:23:04.303 8 INFO neutron.services.segments.plugin [-] Segment cc2efae8-43b1-4dca-98e4-b1bd626a04bc resource provider aggregate not found 2026-05-26 22:23:04.308 8 INFO neutron.services.segments.plugin [-] Segment cc2efae8-43b1-4dca-98e4-b1bd626a04bc resource provider aggregate not found 2026-05-26 22:23:04.316 8 INFO neutron.services.segments.plugin [-] Segment cc2efae8-43b1-4dca-98e4-b1bd626a04bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc2efae8-43b1-4dca-98e4-b1bd626a04bc found for delete ", "request_id": "req-3af267aa-0215-4f72-bf13-ee2c731edb17"}]} 2026-05-26 22:23:04.323 8 INFO neutron.services.segments.plugin [-] Segment cc2efae8-43b1-4dca-98e4-b1bd626a04bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc2efae8-43b1-4dca-98e4-b1bd626a04bc found for delete ", "request_id": "req-c3380d29-7b90-4a17-93c3-4a21c72224d9"}]} 2026-05-26 22:23:04.332 8 INFO neutron.services.segments.plugin [-] Segment 64798c3e-18c0-4da7-a0ee-67923ae60349 resource provider aggregate not found 2026-05-26 22:23:04.343 8 INFO neutron.services.segments.plugin [-] Segment 64798c3e-18c0-4da7-a0ee-67923ae60349 resource provider aggregate not found [pid: 8|app: 0|req: 973/2081] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:04 2026] DELETE /v2.0/security-groups/e51ebedf-e1df-4b71-846d-592e192421f4 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:04.349 8 INFO neutron.services.segments.plugin [-] Segment 64798c3e-18c0-4da7-a0ee-67923ae60349 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64798c3e-18c0-4da7-a0ee-67923ae60349 found for delete ", "request_id": "req-64af7d17-f075-43e5-a4d9-ad90a138f432"}]} 2026-05-26 22:23:04.365 8 INFO neutron.services.segments.plugin [-] Segment 64798c3e-18c0-4da7-a0ee-67923ae60349 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64798c3e-18c0-4da7-a0ee-67923ae60349 found for delete ", "request_id": "req-027b657c-1843-4b89-852e-dd022954855c"}]} 2026-05-26 22:23:04.366 8 INFO neutron.services.segments.plugin [-] Segment a145d40b-4f8f-4f0f-b746-851bce1dc02e resource provider aggregate not found 2026-05-26 22:23:04.383 8 INFO neutron.services.segments.plugin [-] Segment a145d40b-4f8f-4f0f-b746-851bce1dc02e resource provider aggregate not found 2026-05-26 22:23:04.388 8 INFO neutron.services.segments.plugin [-] Segment a145d40b-4f8f-4f0f-b746-851bce1dc02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a145d40b-4f8f-4f0f-b746-851bce1dc02e found for delete ", "request_id": "req-26eb8469-e040-4c3f-ba71-12dd7f328888"}]} 2026-05-26 22:23:04.400 8 INFO neutron.services.segments.plugin [-] Segment a145d40b-4f8f-4f0f-b746-851bce1dc02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a145d40b-4f8f-4f0f-b746-851bce1dc02e found for delete ", "request_id": "req-9cac9d85-4e7f-429e-a4bc-21869b071437"}]} [pid: 7|app: 0|req: 1109/2082] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/security-groups?tenant_id=c2df7ea47b3b4be09d1cdd71a00d548e&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2083] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:04 2026] DELETE /v2.0/security-groups/49f92fdc-9abb-40fe-9143-1dd84efeba27 => 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: 1110/2084] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:04 2026] GET /v2.0/security-groups?tenant_id=6f1d313d508b4fa4a66b19f9827513be&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2085] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:04 2026] DELETE /v2.0/security-groups/9d28bce1-698f-4399-85e8-3b88afba1453 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2086] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:06 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 976/2087] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:06 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&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: 1112/2088] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:07 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2089] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:07 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:08.095 7 INFO neutron.db.segments_db [None req-744a8d86-d73b-4489-92f7-8881e60aba30 ce7aa0610aa549d2b7873050eb77c1a4 b52c515e63794ea8af712ad30cef1c87 - - default default] Added segment b12b8353-a7a2-4411-a870-d219443c5889 of type vxlan for network 7238fdff-9bdf-409e-ba6c-76b688c79588 [pid: 7|app: 0|req: 1113/2090] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:07 2026] POST /v2.0/networks => generated 631 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2091] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:08 2026] PUT /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2092] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2093] 10.0.0.31 () {34 vars in 762 bytes} [Tue May 26 22:23:08 2026] PUT /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2094] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2095] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 26 22:23:08 2026] PUT /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2096] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2097] 10.0.0.31 () {34 vars in 780 bytes} [Tue May 26 22:23:08 2026] PUT /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/black.or.white => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2098] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 982/2099] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2100] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/security-groups?id=c498284a-3b46-403e-b901-e692a1b62b63&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: 983/2101] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:08 2026] PUT /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2102] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2103] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 1120/2104] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:08.865 7 INFO neutron.api.v2.resource [None req-36c966df-1ad3-4cf0-972c-bc61f1f4c7b3 ce7aa0610aa549d2b7873050eb77c1a4 b52c515e63794ea8af712ad30cef1c87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2105] 10.0.0.31 () {32 vars in 743 bytes} [Tue May 26 22:23:08 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:23:08.877 8 INFO neutron_taas.services.taas.taas_plugin [req-bf36079a-d57f-4926-ab99-71c07d4ab46e req-3c0c2c77-a81a-405c-a03b-7c494dcb2514 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: e45794c5-75cf-49f7-a330-cf1886dcce80 2026-05-26 22:23:08.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bf36079a-d57f-4926-ab99-71c07d4ab46e req-3c0c2c77-a81a-405c-a03b-7c494dcb2514 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: e45794c5-75cf-49f7-a330-cf1886dcce80 2026-05-26 22:23:09.018 8 INFO neutron.db.l3_db [req-bf36079a-d57f-4926-ab99-71c07d4ab46e req-3c0c2c77-a81a-405c-a03b-7c494dcb2514 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Floating IP ab850d25-3910-407b-b456-fb29a1193e35 disassociated. External IP: 10.96.250.219, port: e45794c5-75cf-49f7-a330-cf1886dcce80. 2026-05-26 22:23:09.162 7 INFO neutron.db.segments_db [None req-1b0af63b-7317-4030-b1fa-3d9705cacbe4 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] Added segment c03ffc86-832a-4be8-8159-98e9057ef573 of type vxlan for network d367f107-2f9a-4937-af81-2ae23233aef2 [pid: 7|app: 0|req: 1122/2106] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:08 2026] POST /v2.0/networks => generated 631 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2107] 10.0.0.31 () {32 vars in 742 bytes} [Tue May 26 22:23:09 2026] DELETE /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2108] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:23:08 2026] DELETE /v2.0/ports/e45794c5-75cf-49f7-a330-cf1886dcce80 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:09.400 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c3c96d5-c18a-4fd5-8c79-3290c487266b'] response: {'server_uuid': 'b3896855-9d73-44ab-a6b4-7f91fda8756b', 'name': 'network-vif-deleted', 'tag': 'e45794c5-75cf-49f7-a330-cf1886dcce80', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 986/2109] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:09 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:09.471 8 INFO neutron.api.v2.resource [None req-83a35606-8e77-4cca-9439-3f0dae2b8345 ce7aa0610aa549d2b7873050eb77c1a4 b52c515e63794ea8af712ad30cef1c87 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/2110] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 26 22:23:09 2026] DELETE /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2111] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:09 2026] DELETE /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2112] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:09 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: 8|app: 0|req: 989/2113] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:23:09 2026] GET /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:09.611 7 INFO neutron.db.segments_db [None req-5ac11625-81c9-4938-b60f-1378805d2d6f 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] Added segment bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 of type vxlan for network 065b693c-b247-4a82-8cc8-3fc54205e37e [pid: 7|app: 0|req: 1125/2114] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:09 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:09.714 8 INFO neutron.services.segments.plugin [-] Segment b12b8353-a7a2-4411-a870-d219443c5889 resource provider aggregate not found 2026-05-26 22:23:09.719 8 INFO neutron.services.segments.plugin [-] Segment b12b8353-a7a2-4411-a870-d219443c5889 resource provider aggregate not found 2026-05-26 22:23:09.732 8 INFO neutron.services.segments.plugin [-] Segment b12b8353-a7a2-4411-a870-d219443c5889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b12b8353-a7a2-4411-a870-d219443c5889 found for delete ", "request_id": "req-fc574f5e-d4e3-4bfd-a290-64cdee190b0c"}]} 2026-05-26 22:23:09.735 8 INFO neutron.services.segments.plugin [-] Segment b12b8353-a7a2-4411-a870-d219443c5889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b12b8353-a7a2-4411-a870-d219443c5889 found for delete ", "request_id": "req-79c7ea5e-1eaf-4452-9535-ef21160f9ed3"}]} [pid: 7|app: 0|req: 1126/2115] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:09 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 990/2116] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:09 2026] DELETE /v2.0/networks/7238fdff-9bdf-409e-ba6c-76b688c79588 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2117] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:09 2026] POST /v2.0/subnets => generated 629 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:10.135 8 INFO neutron.db.segments_db [None req-682f1d78-7420-4beb-b4cc-de72677ccc14 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] Added segment 4190edd7-ef6f-438d-bddd-5ea94d73d67e of type vxlan for network 02cd2a5f-8104-4f42-853a-43ace23db024 [pid: 8|app: 0|req: 991/2118] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:10 2026] POST /v2.0/networks => generated 631 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2119] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:10 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:10.553 8 INFO neutron.db.segments_db [None req-d11a6917-b947-4684-8730-01cf5a5f17bb 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] Added segment fa4afe79-1f9c-4c35-a160-7c8116ecf33f of type vxlan for network 0b9286e4-2931-4aa5-9722-3f16307fb55a [pid: 7|app: 0|req: 1129/2120] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/security-groups?tenant_id=b52c515e63794ea8af712ad30cef1c87&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2121] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:10 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2122] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:10 2026] DELETE /v2.0/security-groups/ee3259c9-8b95-437d-b7fb-cf8803cc1e29 => 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: 1131/2123] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 993/2124] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:10 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2125] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:10 2026] GET /v2.0/security-groups?tenant_id=13cf74967c874b82a0dd920be4430149&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:10.950 8 INFO neutron.db.segments_db [None req-7f78bcf4-c16c-44a8-81ce-f6930db79f9d 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] Added segment e990cacc-a7b9-4c6b-ab86-ede8af2838cf of type vxlan for network 4f1c3e30-84f0-4bbf-a178-6865cefc4fa5 [pid: 8|app: 0|req: 994/2126] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:10 2026] POST /v2.0/networks => generated 631 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2127] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:10 2026] DELETE /v2.0/security-groups/40a897c5-3853-4edf-bfc3-f8b7a65a6bc1 => 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: 995/2128] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:11 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2129] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:11 2026] PUT /v2.0/subnets/906c5f52-43c7-4758-975c-cd951d21e688/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2130] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:11 2026] PUT /v2.0/subnets/4cda08ab-7aae-40bc-a94c-510da7ff09a0/tags => generated 25 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2131] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:11 2026] PUT /v2.0/subnets/0ae31439-89e2-4240-91d4-0141480e6df4/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2132] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:11 2026] PUT /v2.0/subnets/bba1b5be-68b0-4059-bc22-d21898615912/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2133] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2134] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2135] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 26 22:23:11 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: 999/2136] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2137] 10.0.0.31 () {32 vars in 670 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2138] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/ports?device_id=b3896855-9d73-44ab-a6b4-7f91fda8756b => 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: 1000/2139] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2140] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:23:11 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2141] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:23:12 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2142] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/subnets/906c5f52-43c7-4758-975c-cd951d21e688 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2143] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/subnets/4cda08ab-7aae-40bc-a94c-510da7ff09a0 => 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: 1142/2144] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/subnets/0ae31439-89e2-4240-91d4-0141480e6df4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2145] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/subnets/bba1b5be-68b0-4059-bc22-d21898615912 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2146] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/subnets/23bd66c0-70ca-403a-9f0d-81f0c55fa445 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:12.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcf055b9-3c52-4200-9192-b42262c0472b 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] TaaS: Handle Delete Port: bcd8b7af-1edc-4668-b47a-54c615d6178a 2026-05-26 22:23:12.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcf055b9-3c52-4200-9192-b42262c0472b 94e34c6a4a4f46ca997315dc305fb993 b01bd631db174a4aa87de39cb3cfe9a1 - - default default] Tap Mirror: Handle Delete Port: bcd8b7af-1edc-4668-b47a-54c615d6178a 2026-05-26 22:23:13.007 8 INFO neutron.services.segments.plugin [-] Segment c03ffc86-832a-4be8-8159-98e9057ef573 resource provider aggregate not found 2026-05-26 22:23:13.021 8 INFO neutron.services.segments.plugin [-] Segment c03ffc86-832a-4be8-8159-98e9057ef573 resource provider aggregate not found 2026-05-26 22:23:13.042 8 INFO neutron.services.segments.plugin [-] Segment c03ffc86-832a-4be8-8159-98e9057ef573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03ffc86-832a-4be8-8159-98e9057ef573 found for delete ", "request_id": "req-41feb810-516c-4fae-a948-1d1c097315f2"}]} 2026-05-26 22:23:13.046 8 INFO neutron.services.segments.plugin [-] Segment c03ffc86-832a-4be8-8159-98e9057ef573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03ffc86-832a-4be8-8159-98e9057ef573 found for delete ", "request_id": "req-5a4df1e0-d92c-4a51-86c1-f3579a1a321c"}]} [pid: 8|app: 0|req: 1004/2147] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/networks/d367f107-2f9a-4937-af81-2ae23233aef2 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2148] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:12 2026] DELETE /v2.0/security-groups/c498284a-3b46-403e-b901-e692a1b62b63 => 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: 1005/2149] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:13 2026] DELETE /v2.0/networks/065b693c-b247-4a82-8cc8-3fc54205e37e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:13.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d096454-31e7-455f-96cd-ee441c33cd1c 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: bcf9ddc8-296e-4517-ab75-fb896945e5b5 2026-05-26 22:23:13.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d096454-31e7-455f-96cd-ee441c33cd1c 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: bcf9ddc8-296e-4517-ab75-fb896945e5b5 [pid: 8|app: 0|req: 1006/2150] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:13 2026] DELETE /v2.0/networks/02cd2a5f-8104-4f42-853a-43ace23db024 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2151] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:13 2026] DELETE /v2.0/floatingips/ab850d25-3910-407b-b456-fb29a1193e35 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2152] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:13 2026] DELETE /v2.0/networks/0b9286e4-2931-4aa5-9722-3f16307fb55a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:13.582 7 INFO neutron.services.segments.plugin [-] Segment e990cacc-a7b9-4c6b-ab86-ede8af2838cf resource provider aggregate not found 2026-05-26 22:23:13.588 7 INFO neutron.services.segments.plugin [-] Segment e990cacc-a7b9-4c6b-ab86-ede8af2838cf resource provider aggregate not found 2026-05-26 22:23:13.601 7 INFO neutron.services.segments.plugin [-] Segment e990cacc-a7b9-4c6b-ab86-ede8af2838cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e990cacc-a7b9-4c6b-ab86-ede8af2838cf found for delete ", "request_id": "req-ca5c03d1-5642-4af6-b4e1-678b910181d3"}]} 2026-05-26 22:23:13.606 7 INFO neutron.services.segments.plugin [-] Segment e990cacc-a7b9-4c6b-ab86-ede8af2838cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e990cacc-a7b9-4c6b-ab86-ede8af2838cf found for delete ", "request_id": "req-24217ed7-cadb-4fb7-bf2d-80ffbabbd0bc"}]} [pid: 7|app: 0|req: 1146/2153] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:13 2026] DELETE /v2.0/networks/4f1c3e30-84f0-4bbf-a178-6865cefc4fa5 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2154] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:13 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 1147/2155] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:13 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:14.495 8 INFO neutron.db.segments_db [None req-53b935c2-e72c-4721-a70d-046993bc6206 f4c2d1aeb29747de84206fdbebcb3395 3ddfd9a6d44548228067441472324420 - - default default] Added segment 8b929f64-4a00-4e65-b271-890ccc4b11a9 of type vxlan for network ab9932d9-cada-45e6-b4d5-ecd119ee8b07 [pid: 7|app: 0|req: 1149/2158] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:14 2026] GET /v2.0/security-groups?tenant_id=b01bd631db174a4aa87de39cb3cfe9a1&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2159] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:14 2026] POST /v2.0/networks => generated 632 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2160] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:14 2026] DELETE /v2.0/security-groups/746722c6-943c-4493-8830-e43381671bb7 => 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: 1151/2161] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:14 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2162] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:14 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2163] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:23:14 2026] POST /v2.0/ports => generated 743 bytes in 287 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: 1012/2164] 10.0.0.31 () {34 vars in 745 bytes} [Tue May 26 22:23:14 2026] PUT /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2165] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:14 2026] GET /v2.0/security-groups?tenant_id=eca579822f224b499280ce837d01b29c&name=default => generated 2925 bytes in 123 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: 1013/2166] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:14 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:23:15.070 8 INFO neutron.services.segments.plugin [-] Segment bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 resource provider aggregate not found 2026-05-26 22:23:15.074 8 INFO neutron.services.segments.plugin [-] Segment bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 resource provider aggregate not found [pid: 7|app: 0|req: 1154/2167] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:14 2026] DELETE /v2.0/security-groups/fcce6ce9-8c42-4dfb-a0b9-181171ce3ac0 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:15.085 8 INFO neutron.services.segments.plugin [-] Segment bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 found for delete ", "request_id": "req-2b10648d-5aba-479a-9a7d-bc8f93540e78"}]} 2026-05-26 22:23:15.097 8 INFO neutron.services.segments.plugin [-] Segment bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbb7b2d1-83bc-4982-9c10-cdbd9c8aba69 found for delete ", "request_id": "req-5245f711-dcab-480b-b505-d5069ab95c00"}]} 2026-05-26 22:23:15.101 8 INFO neutron.services.segments.plugin [-] Segment 4190edd7-ef6f-438d-bddd-5ea94d73d67e resource provider aggregate not found 2026-05-26 22:23:15.120 8 INFO neutron.services.segments.plugin [-] Segment 4190edd7-ef6f-438d-bddd-5ea94d73d67e resource provider aggregate not found 2026-05-26 22:23:15.124 8 INFO neutron.services.segments.plugin [-] Segment 4190edd7-ef6f-438d-bddd-5ea94d73d67e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4190edd7-ef6f-438d-bddd-5ea94d73d67e found for delete ", "request_id": "req-dc35b93a-f74d-4e66-98a7-80ec2c746348"}]} 2026-05-26 22:23:15.140 8 INFO neutron.services.segments.plugin [-] Segment 4190edd7-ef6f-438d-bddd-5ea94d73d67e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4190edd7-ef6f-438d-bddd-5ea94d73d67e found for delete ", "request_id": "req-d4d13c75-a80a-4178-9005-892fda10ce97"}]} 2026-05-26 22:23:15.146 8 INFO neutron.services.segments.plugin [-] Segment fa4afe79-1f9c-4c35-a160-7c8116ecf33f resource provider aggregate not found [pid: 8|app: 0|req: 1014/2168] 10.0.0.31 () {34 vars in 756 bytes} [Tue May 26 22:23:15 2026] PUT /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/green => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 22:23:15.167 8 INFO neutron.services.segments.plugin [-] Segment fa4afe79-1f9c-4c35-a160-7c8116ecf33f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4afe79-1f9c-4c35-a160-7c8116ecf33f found for delete ", "request_id": "req-d05663a4-befd-4ebd-9055-a514a6d6bab0"}]} 2026-05-26 22:23:15.168 8 INFO neutron.services.segments.plugin [-] Segment fa4afe79-1f9c-4c35-a160-7c8116ecf33f resource provider aggregate not found 2026-05-26 22:23:15.183 8 INFO neutron.services.segments.plugin [-] Segment fa4afe79-1f9c-4c35-a160-7c8116ecf33f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4afe79-1f9c-4c35-a160-7c8116ecf33f found for delete ", "request_id": "req-97e4ef42-af38-4e41-8ebc-93618e6fba69"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1155/2169] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 34 bytes in 77 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: 1156/2170] 10.0.0.31 () {34 vars in 752 bytes} [Tue May 26 22:23:15 2026] PUT /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/red => generated 4 bytes in 77 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: 1015/2171] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/security-groups?tenant_id=2a7d44036a604d12bd5c3bf22da97a0b&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2172] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1016/2173] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:15 2026] DELETE /v2.0/security-groups/4438bfe8-016d-4e25-9e43-a7112da96534 => 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: 1158/2174] 10.0.0.31 () {34 vars in 774 bytes} [Tue May 26 22:23:15 2026] PUT /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/black.or.white => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2175] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1159/2176] 10.0.0.31 () {34 vars in 745 bytes} [Tue May 26 22:23:15 2026] PUT /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 37 bytes in 79 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: 1018/2177] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/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, ' [pid: 7|app: 0|req: 1160/2178] 10.0.0.31 () {32 vars in 733 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:23:15.811 8 INFO neutron.api.v2.resource [None req-e0ab0d94-1547-40f8-ba1c-4f325efb427e f4c2d1aeb29747de84206fdbebcb3395 3ddfd9a6d44548228067441472324420 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2179] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1161/2180] 10.0.0.31 () {32 vars in 736 bytes} [Tue May 26 22:23:15 2026] DELETE /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1162/2181] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2182] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1163/2183] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:15 2026] GET /v2.0/security-groups?id=2f259b1a-95d9-425b-9060-bbf8d8b8a7c3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:16.005 8 INFO neutron.api.v2.resource [None req-1b6d17cd-106e-455b-806b-e56df4f0c61a f4c2d1aeb29747de84206fdbebcb3395 3ddfd9a6d44548228067441472324420 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2184] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:23:15 2026] DELETE /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags/green => generated 99 bytes in 60 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: 1164/2185] 10.0.0.31 () {32 vars in 728 bytes} [Tue May 26 22:23:16 2026] DELETE /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1022/2186] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:23:16 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2187] 10.0.0.31 () {32 vars in 725 bytes} [Tue May 26 22:23:16 2026] GET /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 22:23:16.226 8 INFO neutron_taas.services.taas.taas_plugin [req-c3ca777c-bc64-4d89-b3bc-28511f30c698 req-7eae18e8-01a8-4a71-a5ca-240d3431df50 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: 25aa069f-4eb6-4390-9f7f-79ea0f29673c 2026-05-26 22:23:16.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c3ca777c-bc64-4d89-b3bc-28511f30c698 req-7eae18e8-01a8-4a71-a5ca-240d3431df50 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: 25aa069f-4eb6-4390-9f7f-79ea0f29673c 2026-05-26 22:23:16.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-306d081f-ac16-4472-aa77-60051aac198c f4c2d1aeb29747de84206fdbebcb3395 3ddfd9a6d44548228067441472324420 - - default default] TaaS: Handle Delete Port: 392a5ac1-2c75-4c84-9f9d-d6ed114883be 2026-05-26 22:23:16.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-306d081f-ac16-4472-aa77-60051aac198c f4c2d1aeb29747de84206fdbebcb3395 3ddfd9a6d44548228067441472324420 - - default default] Tap Mirror: Handle Delete Port: 392a5ac1-2c75-4c84-9f9d-d6ed114883be [pid: 7|app: 0|req: 1166/2188] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:16 2026] DELETE /v2.0/ports/392a5ac1-2c75-4c84-9f9d-d6ed114883be => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2189] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:23:16 2026] DELETE /v2.0/ports/25aa069f-4eb6-4390-9f7f-79ea0f29673c => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:16.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-227eb4e2-19a5-40c7-be2d-f41602032ce8'] response: {'server_uuid': 'd8588558-7c28-4c87-8f37-a7dc08e71835', 'name': 'network-vif-deleted', 'tag': '25aa069f-4eb6-4390-9f7f-79ea0f29673c', 'status': 'completed', 'code': 200} 2026-05-26 22:23:16.453 7 INFO neutron.services.segments.plugin [-] Segment 8b929f64-4a00-4e65-b271-890ccc4b11a9 resource provider aggregate not found 2026-05-26 22:23:16.459 7 INFO neutron.services.segments.plugin [-] Segment 8b929f64-4a00-4e65-b271-890ccc4b11a9 resource provider aggregate not found 2026-05-26 22:23:16.473 7 INFO neutron.services.segments.plugin [-] Segment 8b929f64-4a00-4e65-b271-890ccc4b11a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b929f64-4a00-4e65-b271-890ccc4b11a9 found for delete ", "request_id": "req-2d9036f8-53ac-42a1-b902-6d4bbd05fcba"}]} 2026-05-26 22:23:16.475 7 INFO neutron.services.segments.plugin [-] Segment 8b929f64-4a00-4e65-b271-890ccc4b11a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b929f64-4a00-4e65-b271-890ccc4b11a9 found for delete ", "request_id": "req-73f56ee7-d1ed-430b-9729-55cb3af31148"}]} [pid: 7|app: 0|req: 1167/2190] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:16 2026] DELETE /v2.0/networks/ab9932d9-cada-45e6-b4d5-ecd119ee8b07 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2191] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 1168/2192] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/security-groups?tenant_id=3ddfd9a6d44548228067441472324420&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2193] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:17 2026] DELETE /v2.0/security-groups/1a1a3fbb-6c32-4974-bd86-b2084f12ab01 => 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: 1169/2194] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:17 2026] GET /v2.0/security-groups?tenant_id=e4c9873833dc47f8b80349dcff25db60&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2195] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:17 2026] DELETE /v2.0/security-groups/19e3e96a-5ee1-41b7-9f0e-fa08600462d7 => 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: 1170/2196] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:18 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => 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: 1027/2197] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:19 2026] GET /v2.0/ports?device_id=d8588558-7c28-4c87-8f37-a7dc08e71835 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:19.888 7 INFO neutron.db.segments_db [None req-e00ef999-2847-47aa-b89d-d480bdcbf2b7 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Added segment 2217c363-e2a3-4317-9a88-a9e7464ed1f6 of type vxlan for network 62cfff77-fff4-408f-bb64-538bb7956d83 [pid: 7|app: 0|req: 1171/2198] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:19 2026] POST /v2.0/networks => generated 632 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2199] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:23:19 2026] POST /v2.0/ports => generated 743 bytes in 306 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: 1172/2200] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 26 22:23:20 2026] POST /v2.0/trunks => generated 407 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2201] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:20 2026] DELETE /v2.0/security-groups/2f259b1a-95d9-425b-9060-bbf8d8b8a7c3 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:20.569 7 INFO neutron.db.segments_db [None req-031970fb-f07b-4078-b7e6-50a658bfeb54 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Added segment 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 of type vxlan for network 06255825-7c0e-4246-88c9-b1992277702c [pid: 7|app: 0|req: 1173/2202] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:20 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:20.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-d84714a5-9de4-4783-884f-97ca1dc866ac 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: 5688bea4-bf0f-4375-911c-6ae16034f950 2026-05-26 22:23:20.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84714a5-9de4-4783-884f-97ca1dc866ac 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: 5688bea4-bf0f-4375-911c-6ae16034f950 [pid: 7|app: 0|req: 1174/2203] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:23:20 2026] POST /v2.0/ports => generated 743 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: 1175/2204] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/trunks => generated 407 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:21.199 7 INFO neutron.db.segments_db [None req-13a5b264-ecd7-463e-baaa-edd714a7e17a ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Added segment 55500948-5476-4349-962c-16120ff0e2a3 of type vxlan for network fa48e43d-2c62-455f-ad8e-9ef0bb5f0178 [pid: 7|app: 0|req: 1176/2205] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/networks => generated 631 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2206] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:23:20 2026] PUT /v2.0/routers/5afed86b-d404-4b89-9922-7fa329799293/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2207] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/ports => generated 743 bytes in 287 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: 1031/2208] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:21 2026] DELETE /v2.0/subnets/e65e4990-86bf-444e-af0e-c8305fb0031a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2209] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:21.797 7 INFO neutron.db.segments_db [None req-f929bc7e-d6c5-4caa-85a9-b4f60a303957 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Added segment bdc307d2-9265-48cd-97dc-280cb1b7bda3 of type vxlan for network 0898409f-e7ca-4de4-99fb-3d708c20175b 2026-05-26 22:23:21.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3f84ee9-4379-4f7d-bced-177a7585efbd 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: b1ac163c-69c7-4031-86fa-e6e42a12960e 2026-05-26 22:23:21.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3f84ee9-4379-4f7d-bced-177a7585efbd 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: b1ac163c-69c7-4031-86fa-e6e42a12960e [pid: 7|app: 0|req: 1179/2210] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:22.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3f84ee9-4379-4f7d-bced-177a7585efbd 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: b273f169-7e23-4d79-89ae-6aaa7a831e94 2026-05-26 22:23:22.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3f84ee9-4379-4f7d-bced-177a7585efbd 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: b273f169-7e23-4d79-89ae-6aaa7a831e94 [pid: 7|app: 0|req: 1180/2211] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:23:21 2026] POST /v2.0/ports => generated 743 bytes in 333 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: 1181/2212] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 26 22:23:22 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:22.412 8 INFO neutron.services.segments.plugin [-] Segment 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 resource provider aggregate not found 2026-05-26 22:23:22.415 8 INFO neutron.services.segments.plugin [-] Segment 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 resource provider aggregate not found 2026-05-26 22:23:22.428 8 INFO neutron.services.segments.plugin [-] Segment 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 found for delete ", "request_id": "req-c717d489-3d5f-46e1-9e26-dd5f2ee8be7a"}]} 2026-05-26 22:23:22.438 8 INFO neutron.services.segments.plugin [-] Segment 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88d519ac-66cb-4e0b-9b11-aec7eb0726c8 found for delete ", "request_id": "req-65f0be6c-15f1-4d03-8548-5e87bfd2cd3d"}]} 2026-05-26 22:23:22.440 8 INFO neutron.db.l3_hamode_db [None req-d3f84ee9-4379-4f7d-bced-177a7585efbd 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] HA network cdbfa88f-7672-487b-9e2a-1c0c6b7673f2 was deleted as no HA routers are present in tenant b8b6e7dc8f574377af5c4ed847b02278. [pid: 8|app: 0|req: 1032/2213] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:21 2026] DELETE /v2.0/routers/5afed86b-d404-4b89-9922-7fa329799293 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:22.467 7 INFO neutron.db.segments_db [None req-3d364dfd-73be-4434-84bc-d5a32303af38 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Added segment d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d of type vxlan for network bb53f604-7d61-4275-b248-d7ddd1530017 2026-05-26 22:23:22.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-d118d9ab-0266-4587-a69a-19c7b56f3054 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] TaaS: Handle Delete Port: 08620004-343e-480b-9d6e-8e4e948ded0f 2026-05-26 22:23:22.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d118d9ab-0266-4587-a69a-19c7b56f3054 031929baca554c99a351063747ac5dc4 b8b6e7dc8f574377af5c4ed847b02278 - - default default] Tap Mirror: Handle Delete Port: 08620004-343e-480b-9d6e-8e4e948ded0f [pid: 7|app: 0|req: 1182/2214] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:22 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2215] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:22 2026] DELETE /v2.0/networks/3d4e300a-fdfb-4260-b017-20ab8d1d2ad1 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2216] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:23:22 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2217] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 26 22:23:22 2026] POST /v2.0/trunks => generated 407 bytes in 200 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: 1184/2218] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:23:23 2026] PUT /v2.0/trunks/0d91eee2-281b-4a9c-82d5-2dd1b0f9095e/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2219] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:23:23 2026] PUT /v2.0/trunks/26af22af-6bab-4918-8117-638a2743917a/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2220] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:23:23 2026] PUT /v2.0/trunks/2330e7d4-c6b2-411e-8f3f-e453528d346d/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2221] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:23:23 2026] PUT /v2.0/trunks/d48aa1c6-c955-4642-8a29-f146f4b74b9e/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2222] 10.0.0.31 () {32 vars in 660 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2223] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2224] 10.0.0.31 () {32 vars in 670 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2225] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2226] 10.0.0.31 () {32 vars in 668 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2227] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2228] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2229] 10.0.0.31 () {32 vars in 690 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2230] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks/0d91eee2-281b-4a9c-82d5-2dd1b0f9095e => 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: 1037/2231] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/security-groups?tenant_id=b8b6e7dc8f574377af5c4ed847b02278&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2232] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:23 2026] DELETE /v2.0/security-groups/9121bb0f-3ca0-4aea-a9a9-e83dd48ec321 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2233] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/ports/7e925cbf-5217-432a-97f1-8ec93b1e1d4c => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2234] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:23:23 2026] DELETE /v2.0/trunks/0d91eee2-281b-4a9c-82d5-2dd1b0f9095e => 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: 1196/2235] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks/26af22af-6bab-4918-8117-638a2743917a => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2236] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/ports/28173746-ce24-4c76-a02d-49e3192e7f92 => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2237] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/security-groups?tenant_id=46106177572a4205a376f21d96c866c6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2238] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:23:23 2026] DELETE /v2.0/trunks/26af22af-6bab-4918-8117-638a2743917a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2239] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/trunks/2330e7d4-c6b2-411e-8f3f-e453528d346d => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2240] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:23 2026] DELETE /v2.0/security-groups/09e61674-1f79-45c0-b13a-af4697e11c50 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2241] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:23:23 2026] GET /v2.0/ports/a4cda3b8-0de4-4847-9338-f837fe5c5a2d => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2242] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/trunks/2330e7d4-c6b2-411e-8f3f-e453528d346d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2243] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/trunks/d48aa1c6-c955-4642-8a29-f146f4b74b9e => 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: 1200/2244] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/ports/8e82f4ff-7b5d-4879-8722-a9256ee011fe => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2245] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/trunks/d48aa1c6-c955-4642-8a29-f146f4b74b9e => 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: 1201/2246] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/trunks/e82c7055-735a-41f4-aa35-3e39b0650b45 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2247] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:23:24 2026] GET /v2.0/ports/7833e9d2-4bdd-42f8-be93-55a455124e1b => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2248] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/trunks/e82c7055-735a-41f4-aa35-3e39b0650b45 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:24.457 8 INFO neutron.services.segments.plugin [-] Segment e7bd5059-080a-4305-8357-f8b57cc2d159 resource provider aggregate not found 2026-05-26 22:23:24.463 8 INFO neutron.services.segments.plugin [-] Segment e7bd5059-080a-4305-8357-f8b57cc2d159 resource provider aggregate not found 2026-05-26 22:23:24.472 8 INFO neutron.services.segments.plugin [-] Segment e7bd5059-080a-4305-8357-f8b57cc2d159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7bd5059-080a-4305-8357-f8b57cc2d159 found for delete ", "request_id": "req-414480ca-0bf1-4d23-9e77-ba13b80c554c"}]} 2026-05-26 22:23:24.480 8 INFO neutron.services.segments.plugin [-] Segment e7bd5059-080a-4305-8357-f8b57cc2d159 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7bd5059-080a-4305-8357-f8b57cc2d159 found for delete ", "request_id": "req-98694d70-e977-43b0-8127-0ef835ebd878"}]} 2026-05-26 22:23:24.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bdeb878-a88a-4ffa-be9d-3c7644217c9d ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] TaaS: Handle Delete Port: 7e925cbf-5217-432a-97f1-8ec93b1e1d4c 2026-05-26 22:23:24.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bdeb878-a88a-4ffa-be9d-3c7644217c9d ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Tap Mirror: Handle Delete Port: 7e925cbf-5217-432a-97f1-8ec93b1e1d4c [pid: 8|app: 0|req: 1047/2249] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/ports/7e925cbf-5217-432a-97f1-8ec93b1e1d4c => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:24.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-be2335a0-a98a-47c9-a32b-8ea37bf5fd47 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] TaaS: Handle Delete Port: 28173746-ce24-4c76-a02d-49e3192e7f92 2026-05-26 22:23:24.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be2335a0-a98a-47c9-a32b-8ea37bf5fd47 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Tap Mirror: Handle Delete Port: 28173746-ce24-4c76-a02d-49e3192e7f92 [pid: 7|app: 0|req: 1203/2250] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/ports/28173746-ce24-4c76-a02d-49e3192e7f92 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:24.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-42806dd6-35a6-43ce-886a-c2ecf81e1f47 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] TaaS: Handle Delete Port: a4cda3b8-0de4-4847-9338-f837fe5c5a2d 2026-05-26 22:23:24.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42806dd6-35a6-43ce-886a-c2ecf81e1f47 ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Tap Mirror: Handle Delete Port: a4cda3b8-0de4-4847-9338-f837fe5c5a2d [pid: 8|app: 0|req: 1048/2251] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/ports/a4cda3b8-0de4-4847-9338-f837fe5c5a2d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:25.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-636710c8-4d27-4a13-9104-449902cfbdaf ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] TaaS: Handle Delete Port: 8e82f4ff-7b5d-4879-8722-a9256ee011fe 2026-05-26 22:23:25.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-636710c8-4d27-4a13-9104-449902cfbdaf ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Tap Mirror: Handle Delete Port: 8e82f4ff-7b5d-4879-8722-a9256ee011fe [pid: 7|app: 0|req: 1204/2252] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:24 2026] DELETE /v2.0/ports/8e82f4ff-7b5d-4879-8722-a9256ee011fe => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:25.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5b55828-1716-4a40-afb1-2b0d4f395c3d ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] TaaS: Handle Delete Port: 7833e9d2-4bdd-42f8-be93-55a455124e1b 2026-05-26 22:23:25.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5b55828-1716-4a40-afb1-2b0d4f395c3d ef4db7b2a00f4eb4a8d37ccddc720280 08e9d9a77556447c80f0504f4e9c44fc - - default default] Tap Mirror: Handle Delete Port: 7833e9d2-4bdd-42f8-be93-55a455124e1b [pid: 8|app: 0|req: 1049/2253] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:23:25 2026] DELETE /v2.0/ports/7833e9d2-4bdd-42f8-be93-55a455124e1b => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:25.487 7 INFO neutron.services.segments.plugin [-] Segment 2217c363-e2a3-4317-9a88-a9e7464ed1f6 resource provider aggregate not found 2026-05-26 22:23:25.492 7 INFO neutron.services.segments.plugin [-] Segment 2217c363-e2a3-4317-9a88-a9e7464ed1f6 resource provider aggregate not found 2026-05-26 22:23:25.506 7 INFO neutron.services.segments.plugin [-] Segment 2217c363-e2a3-4317-9a88-a9e7464ed1f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2217c363-e2a3-4317-9a88-a9e7464ed1f6 found for delete ", "request_id": "req-ebd0dfb5-ebf7-4761-bffe-b099ca3fc697"}]} 2026-05-26 22:23:25.506 7 INFO neutron.services.segments.plugin [-] Segment 2217c363-e2a3-4317-9a88-a9e7464ed1f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2217c363-e2a3-4317-9a88-a9e7464ed1f6 found for delete ", "request_id": "req-b580fe82-ab7c-45ab-b63b-129f19977ea3"}]} [pid: 7|app: 0|req: 1205/2254] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:25 2026] DELETE /v2.0/networks/62cfff77-fff4-408f-bb64-538bb7956d83 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2255] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:25 2026] DELETE /v2.0/networks/06255825-7c0e-4246-88c9-b1992277702c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2256] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:25 2026] DELETE /v2.0/networks/fa48e43d-2c62-455f-ad8e-9ef0bb5f0178 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2257] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:25 2026] DELETE /v2.0/networks/0898409f-e7ca-4de4-99fb-3d708c20175b => 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: 1207/2258] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:25 2026] DELETE /v2.0/networks/bb53f604-7d61-4275-b248-d7ddd1530017 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:26.490 8 INFO neutron.services.segments.plugin [-] Segment 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 resource provider aggregate not found 2026-05-26 22:23:26.495 8 INFO neutron.services.segments.plugin [-] Segment 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 resource provider aggregate not found 2026-05-26 22:23:26.508 8 INFO neutron.services.segments.plugin [-] Segment 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 found for delete ", "request_id": "req-496a053a-e793-47c1-a49e-835958dab3af"}]} 2026-05-26 22:23:26.513 8 INFO neutron.services.segments.plugin [-] Segment 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05857f1d-bd9c-4ea5-8d70-cb3fb77b0a13 found for delete ", "request_id": "req-6c3e5f05-2c18-43cf-aacc-a53bda1c758e"}]} 2026-05-26 22:23:26.526 8 INFO neutron.services.segments.plugin [-] Segment bdc307d2-9265-48cd-97dc-280cb1b7bda3 resource provider aggregate not found 2026-05-26 22:23:26.528 8 INFO neutron.services.segments.plugin [-] Segment bdc307d2-9265-48cd-97dc-280cb1b7bda3 resource provider aggregate not found 2026-05-26 22:23:26.543 8 INFO neutron.services.segments.plugin [-] Segment bdc307d2-9265-48cd-97dc-280cb1b7bda3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdc307d2-9265-48cd-97dc-280cb1b7bda3 found for delete ", "request_id": "req-719dd686-8638-4994-b93f-cc6fb56d948c"}]} 2026-05-26 22:23:26.553 8 INFO neutron.services.segments.plugin [-] Segment bdc307d2-9265-48cd-97dc-280cb1b7bda3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdc307d2-9265-48cd-97dc-280cb1b7bda3 found for delete ", "request_id": "req-bd24d378-7e0f-4f9e-b33c-eab983869210"}]} [pid: 7|app: 0|req: 1208/2259] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:26 2026] GET /v2.0/security-groups?tenant_id=08e9d9a77556447c80f0504f4e9c44fc&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2260] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:27 2026] DELETE /v2.0/security-groups/ae38faec-0e96-4d85-9b0e-89a315ca5a0f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:27.262 8 INFO neutron.db.segments_db [None req-c80b7e25-89eb-4f22-a171-214e99799cdf e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Added segment 4d9c7829-a419-4a18-9734-8cede933fc74 of type vxlan for network 8c6975c6-493f-4ffa-b352-e56d71828d29 [pid: 8|app: 0|req: 1052/2261] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:26 2026] POST /v2.0/networks => generated 640 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2262] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:27 2026] GET /v2.0/security-groups?tenant_id=8284e4419f18471eba53a36cb209d14e&name=default => generated 2926 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2263] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:27 2026] DELETE /v2.0/security-groups/6c16879d-618e-4a88-ab30-22c8f0fb3bbf => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:27.532 7 INFO neutron.services.segments.plugin [-] Segment 55500948-5476-4349-962c-16120ff0e2a3 resource provider aggregate not found 2026-05-26 22:23:27.532 7 INFO neutron.services.segments.plugin [-] Segment 55500948-5476-4349-962c-16120ff0e2a3 resource provider aggregate not found 2026-05-26 22:23:27.546 7 INFO neutron.services.segments.plugin [-] Segment 55500948-5476-4349-962c-16120ff0e2a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55500948-5476-4349-962c-16120ff0e2a3 found for delete ", "request_id": "req-a30d5f88-0697-48a3-a244-7bad7e5fa6f4"}]} 2026-05-26 22:23:27.552 7 INFO neutron.services.segments.plugin [-] Segment 55500948-5476-4349-962c-16120ff0e2a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55500948-5476-4349-962c-16120ff0e2a3 found for delete ", "request_id": "req-727c8834-d17e-42ab-9eb3-1a6b6a3b4924"}]} 2026-05-26 22:23:27.556 7 INFO neutron.services.segments.plugin [-] Segment d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d resource provider aggregate not found 2026-05-26 22:23:27.568 7 INFO neutron.services.segments.plugin [-] Segment d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d found for delete ", "request_id": "req-51e46fbc-e02f-44e9-a0a9-f9049abb8ba8"}]} 2026-05-26 22:23:27.575 7 INFO neutron.services.segments.plugin [-] Segment d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d resource provider aggregate not found 2026-05-26 22:23:27.589 7 INFO neutron.services.segments.plugin [-] Segment d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5dd4cdd-066d-4fe7-9e90-dfc49c9ae40d found for delete ", "request_id": "req-3875bf5e-a4bd-4c1c-8728-0992f5954228"}]} [pid: 8|app: 0|req: 1053/2264] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:27 2026] POST /v2.0/subnets => generated 657 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2265] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:27 2026] GET /v2.0/security-groups?tenant_id=5b2ea81422f8476b9b0351ce1a9feca0&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: 1212/2266] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:23:27 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2267] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:27 2026] DELETE /v2.0/security-groups/8364750a-314a-4b70-8543-461507342fbb => 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: 1213/2268] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:27 2026] POST /v2.0/subnets => generated 732 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:28.264 7 INFO neutron.db.segments_db [None req-ba7d0304-db1f-4d25-b086-1c981f372bcb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Added segment d8bcfea4-fb2f-415c-835e-ca5a19eda343 of type vxlan for network 92a936d6-c00f-443a-9608-d27a517447b5 [pid: 7|app: 0|req: 1214/2269] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 637 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:28.433 8 INFO neutron.db.segments_db [None req-34fe627c-3034-40d4-afcf-340ada616aad ac60064705584310bd253de93a3a4cee bd74d0782f3d4c1da67acd2e0395fb4b - - default default] Added segment 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 of type vxlan for network fdc90c06-162e-46c2-bd95-6c1456f8fd18 [pid: 8|app: 0|req: 1056/2270] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 632 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:28.556 8 INFO neutron.db.segments_db [None req-1683e55b-97c7-4cdd-be00-ea88e11fdd93 ac60064705584310bd253de93a3a4cee bd74d0782f3d4c1da67acd2e0395fb4b - - default default] Added segment 356fe726-6f99-4984-a104-7a54b80b1679 of type vxlan for network 19141e48-bd3d-416f-ac9e-910a48af06e0 [pid: 7|app: 0|req: 1215/2271] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/subnets => generated 656 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2272] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 632 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:28.683 8 INFO neutron.db.segments_db [None req-189d592e-7012-46e7-8999-fc0188ecc8d4 ac60064705584310bd253de93a3a4cee bd74d0782f3d4c1da67acd2e0395fb4b - - default default] Added segment fa1ff3b1-a430-4653-80d1-07a560c014e6 of type vxlan for network 3b39e7e6-649f-4dba-b141-61164834e9fb [pid: 8|app: 0|req: 1058/2273] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:28.817 8 INFO neutron.db.segments_db [None req-ce7c73c6-f9ce-482d-a40a-cc53e7aa0f48 ac60064705584310bd253de93a3a4cee bd74d0782f3d4c1da67acd2e0395fb4b - - default default] Added segment 6b188bd8-ce7a-4539-9010-8248d090a8de of type vxlan for network 7a099a17-32d5-43d2-acb4-8d1a90acf0bb [pid: 7|app: 0|req: 1216/2274] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/subnets => generated 726 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2275] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 632 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:28.889 7 INFO neutron.db.segments_db [None req-e33a6ae6-1f3c-4944-8015-ec40b2c868ec e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Added segment 84f04a0b-1b8b-4247-bec9-ebfe28dac758 of type vxlan for network 81a6615c-471a-4f05-90b0-ae5da40af65a 2026-05-26 22:23:28.931 8 INFO neutron.db.segments_db [None req-d97a7714-f79c-4945-b140-9a01d9c2fa01 ac60064705584310bd253de93a3a4cee bd74d0782f3d4c1da67acd2e0395fb4b - - default default] Added segment 623aa9d0-e594-4fb1-940c-b4d162cfad1b of type vxlan for network 80f119c4-3eca-467d-91c5-8758a0aaa8f9 [pid: 7|app: 0|req: 1217/2276] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 638 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2277] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2278] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:29 2026] PUT /v2.0/networks/fdc90c06-162e-46c2-bd95-6c1456f8fd18/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: 1062/2279] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:29 2026] PUT /v2.0/networks/19141e48-bd3d-416f-ac9e-910a48af06e0/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2282] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:28 2026] POST /v2.0/subnets => generated 655 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2283] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:29 2026] PUT /v2.0/networks/3b39e7e6-649f-4dba-b141-61164834e9fb/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2284] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:29 2026] PUT /v2.0/networks/7a099a17-32d5-43d2-acb4-8d1a90acf0bb/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2285] 10.0.0.31 () {32 vars in 664 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2286] 10.0.0.31 () {32 vars in 678 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2287] 10.0.0.31 () {32 vars in 674 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2288] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:29 2026] POST /v2.0/subnets => generated 730 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2289] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:29.517 7 INFO neutron.db.segments_db [None req-165e4190-cc43-40b8-bd02-d06bd9f20d8d e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Added segment ea7b5018-e7fb-42e4-8b52-53eecfe4155b of type vxlan for network ca99140b-cd3e-412d-9a9b-b1142b0deee1 [pid: 8|app: 0|req: 1071/2290] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2291] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2292] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2293] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 26 22:23:29 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:29.773 7 INFO neutron.db.l3_hamode_db [None req-165e4190-cc43-40b8-bd02-d06bd9f20d8d e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:23:29.861 8 INFO neutron.services.segments.plugin [-] Segment 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 resource provider aggregate not found 2026-05-26 22:23:29.867 8 INFO neutron.services.segments.plugin [-] Segment 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 resource provider aggregate not found 2026-05-26 22:23:29.887 8 INFO neutron.services.segments.plugin [-] Segment 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 found for delete ", "request_id": "req-0a07f3fa-178d-42ca-8bdd-6690e4be4dbe"}]} 2026-05-26 22:23:29.887 8 INFO neutron.services.segments.plugin [-] Segment 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07dbbec1-0e08-4786-a3c3-ac359a77d9a2 found for delete ", "request_id": "req-64d3909f-f0bd-4af7-85d8-2177cf1a3398"}]} [pid: 8|app: 0|req: 1075/2294] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:29 2026] DELETE /v2.0/networks/fdc90c06-162e-46c2-bd95-6c1456f8fd18 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2295] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:29 2026] DELETE /v2.0/networks/19141e48-bd3d-416f-ac9e-910a48af06e0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2296] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:30 2026] DELETE /v2.0/networks/3b39e7e6-649f-4dba-b141-61164834e9fb => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2297] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:30 2026] DELETE /v2.0/networks/7a099a17-32d5-43d2-acb4-8d1a90acf0bb => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2298] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:23:30 2026] DELETE /v2.0/networks/80f119c4-3eca-467d-91c5-8758a0aaa8f9 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:23:30.530 7 INFO neutron.db.l3_hamode_db [None req-165e4190-cc43-40b8-bd02-d06bd9f20d8d e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1220/2299] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:23:29 2026] POST /v2.0/routers => generated 685 bytes in 1944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2300] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:31 2026] GET /v2.0/security-groups?tenant_id=dbbd54fcb15f4ab09ef4f8e19a2410ee&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2301] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:31 2026] POST /v2.0/floatingips => generated 552 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2302] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:31 2026] DELETE /v2.0/security-groups/be23e9e9-9afd-4c0a-8281-3ea1b8dcccd7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2303] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:31 2026] PUT /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:31.909 8 INFO neutron.services.segments.plugin [-] Segment 356fe726-6f99-4984-a104-7a54b80b1679 resource provider aggregate not found 2026-05-26 22:23:31.925 8 INFO neutron.services.segments.plugin [-] Segment 356fe726-6f99-4984-a104-7a54b80b1679 resource provider aggregate not found [pid: 8|app: 0|req: 1083/2304] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:31 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:31.943 8 INFO neutron.services.segments.plugin [-] Segment 356fe726-6f99-4984-a104-7a54b80b1679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356fe726-6f99-4984-a104-7a54b80b1679 found for delete ", "request_id": "req-c89c1523-7573-4656-8342-8da79c35ba10"}]} 2026-05-26 22:23:31.951 8 INFO neutron.services.segments.plugin [-] Segment 356fe726-6f99-4984-a104-7a54b80b1679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 356fe726-6f99-4984-a104-7a54b80b1679 found for delete ", "request_id": "req-499b083c-deb1-4627-a465-287d0b2d7e02"}]} 2026-05-26 22:23:31.960 8 INFO neutron.services.segments.plugin [-] Segment fa1ff3b1-a430-4653-80d1-07a560c014e6 resource provider aggregate not found 2026-05-26 22:23:31.978 8 INFO neutron.services.segments.plugin [-] Segment fa1ff3b1-a430-4653-80d1-07a560c014e6 resource provider aggregate not found 2026-05-26 22:23:31.981 8 INFO neutron.services.segments.plugin [-] Segment fa1ff3b1-a430-4653-80d1-07a560c014e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa1ff3b1-a430-4653-80d1-07a560c014e6 found for delete ", "request_id": "req-31f556bf-7fc2-433c-b24f-c514388a7f9d"}]} [pid: 8|app: 0|req: 1084/2305] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:31 2026] GET /v2.0/security-groups?tenant_id=bd74d0782f3d4c1da67acd2e0395fb4b&name=default => generated 2929 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:31.999 8 INFO neutron.services.segments.plugin [-] Segment 6b188bd8-ce7a-4539-9010-8248d090a8de resource provider aggregate not found 2026-05-26 22:23:32.003 8 INFO neutron.services.segments.plugin [-] Segment fa1ff3b1-a430-4653-80d1-07a560c014e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa1ff3b1-a430-4653-80d1-07a560c014e6 found for delete ", "request_id": "req-c7d2ed28-5d2e-4bb6-88dd-8d01746e0b59"}]} 2026-05-26 22:23:32.026 8 INFO neutron.services.segments.plugin [-] Segment 6b188bd8-ce7a-4539-9010-8248d090a8de resource provider aggregate not found 2026-05-26 22:23:32.041 8 INFO neutron.services.segments.plugin [-] Segment 6b188bd8-ce7a-4539-9010-8248d090a8de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b188bd8-ce7a-4539-9010-8248d090a8de found for delete ", "request_id": "req-fdf5f975-75c6-4e0b-a957-c827d01f589c"}]} 2026-05-26 22:23:32.051 8 INFO neutron.services.segments.plugin [-] Segment 6b188bd8-ce7a-4539-9010-8248d090a8de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b188bd8-ce7a-4539-9010-8248d090a8de found for delete ", "request_id": "req-6a5f320a-2aed-433e-93d7-ef451ca890c3"}]} 2026-05-26 22:23:32.080 8 INFO neutron.services.segments.plugin [-] Segment 623aa9d0-e594-4fb1-940c-b4d162cfad1b resource provider aggregate not found 2026-05-26 22:23:32.080 8 INFO neutron.services.segments.plugin [-] Segment 623aa9d0-e594-4fb1-940c-b4d162cfad1b resource provider aggregate not found [pid: 8|app: 0|req: 1085/2306] 10.0.0.31 () {34 vars in 768 bytes} [Tue May 26 22:23:31 2026] PUT /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/green => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-26 22:23:32.725 8 INFO neutron.services.segments.plugin [-] Segment 623aa9d0-e594-4fb1-940c-b4d162cfad1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 623aa9d0-e594-4fb1-940c-b4d162cfad1b found for delete ", "request_id": "req-afd8bf37-4e41-46a1-b412-f262306c8804"}]} 2026-05-26 22:23:32.727 8 INFO neutron.services.segments.plugin [-] Segment 623aa9d0-e594-4fb1-940c-b4d162cfad1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 623aa9d0-e594-4fb1-940c-b4d162cfad1b found for delete ", "request_id": "req-4cfb8e60-01b8-47a0-8f5c-b680ed1d3853"}]} [pid: 8|app: 0|req: 1086/2307] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:32 2026] DELETE /v2.0/security-groups/ce58b7e6-f8f2-40c1-a3da-ada3e173aff1 => generated 0 bytes in 731 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2308] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:32 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2309] 10.0.0.31 () {34 vars in 764 bytes} [Tue May 26 22:23:32 2026] PUT /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2310] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:23:31 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2311] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:32 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2312] 10.0.0.31 () {34 vars in 786 bytes} [Tue May 26 22:23:32 2026] PUT /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2313] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/security-groups?tenant_id=f79845e6832c4fa0a1fa3f29bae309bb&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2314] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2315] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:33 2026] DELETE /v2.0/security-groups/c9830eda-3ca5-418d-a2a4-95f9f6fe7e47 => 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: 1094/2316] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:33 2026] PUT /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2317] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2318] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:33.532 8 INFO neutron.api.v2.resource [None req-e1afd722-8edc-4f1a-b9b3-99ee83b27f4c 9c450d77ce1145de833e979404407e04 236d8cad684e4745a2c932bd06b981f2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1097/2319] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2320] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:23:33 2026] DELETE /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2321] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:33.668 8 INFO neutron.api.v2.resource [None req-5f432916-a6c8-4672-9931-20e4b1561936 9c450d77ce1145de833e979404407e04 236d8cad684e4745a2c932bd06b981f2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1100/2322] 10.0.0.31 () {32 vars in 752 bytes} [Tue May 26 22:23:33 2026] DELETE /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2323] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:23:33 2026] DELETE /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2324] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:33 2026] GET /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:33.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ddab64-a58f-4453-8de3-8c53150dfc98 9c450d77ce1145de833e979404407e04 236d8cad684e4745a2c932bd06b981f2 - - default default] TaaS: Handle Delete Port: 600629fd-034e-445d-9d57-2eb13f1e9963 2026-05-26 22:23:33.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ddab64-a58f-4453-8de3-8c53150dfc98 9c450d77ce1145de833e979404407e04 236d8cad684e4745a2c932bd06b981f2 - - default default] Tap Mirror: Handle Delete Port: 600629fd-034e-445d-9d57-2eb13f1e9963 [pid: 8|app: 0|req: 1103/2325] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:33 2026] DELETE /v2.0/floatingips/bc8a4ff3-b9fd-4674-955a-e6271bb75b7c => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2326] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:23:32 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2327] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:34 2026] GET /v2.0/security-groups?tenant_id=236d8cad684e4745a2c932bd06b981f2&name=default => generated 2929 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2328] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:34 2026] DELETE /v2.0/security-groups/97576776-346c-4a2b-ab32-180e91f1727c => 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: 1226/2329] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:35 2026] GET /v2.0/security-groups?tenant_id=855f4726da274f95b3bc1994aa1441b7&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2330] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:35 2026] DELETE /v2.0/security-groups/26af728b-c746-41d7-bae8-ea4c4419fec6 => 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: 1104/2331] 10.0.0.31 () {34 vars in 781 bytes} [Tue May 26 22:23:34 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2332] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-groups => generated 1626 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2333] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2334] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2335] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2336] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 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: 8|app: 0|req: 1107/2337] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2338] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2339] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2340] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 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: 8|app: 0|req: 1109/2341] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2342] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2343] 10.0.0.31 () {34 vars in 693 bytes} [Tue May 26 22:23:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2344] 10.0.0.252 () {34 vars in 1087 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-536997&fields=id&tenant_id=8cc21cc40b5d462cbed058a4c2749e9a => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2345] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2346] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/quotas/8cc21cc40b5d462cbed058a4c2749e9a => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2347] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&fields=id => generated 287 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2348] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1111/2349] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 26 22:23:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2350] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:23:37 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2351] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 26 22:23:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2352] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 26 22:23:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2353] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:38 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => 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: 1113/2354] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 26 22:23:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2355] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 26 22:23:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2356] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:38 2026] PUT /v2.0/policies/8667a679-c983-43ca-9c1e-84d11b4e642b/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2357] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:38 2026] PUT /v2.0/policies/22925f22-80d8-41aa-a5e3-6cf94f46b454/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: 1115/2358] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:38 2026] PUT /v2.0/policies/509011ef-a59b-44b3-924a-1b1db11f3807/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: 1244/2359] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:23:38 2026] PUT /v2.0/policies/c8c81627-e07f-433f-9f40-1bb28f0cd220/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2360] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 26 22:23:38 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) 2026-05-26 22:23:38.934 7 INFO neutron.db.segments_db [None req-1db651fa-8f72-40f2-bb85-a42ee75727b4 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] Added segment bf3c893f-3fa8-4c62-a276-347be09ae5bc of type vxlan for network ad4bdffc-b169-4d65-bf76-279feb0e10b6 [pid: 8|app: 0|req: 1117/2361] 10.0.0.31 () {32 vars in 686 bytes} [Tue May 26 22:23:38 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2362] 10.0.0.31 () {32 vars in 682 bytes} [Tue May 26 22:23:38 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2363] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2364] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:39.174 7 INFO neutron.db.l3_hamode_db [None req-1db651fa-8f72-40f2-bb85-a42ee75727b4 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1121/2365] 10.0.0.31 () {32 vars in 694 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2366] 10.0.0.31 () {32 vars in 690 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:23:39.295 7 INFO neutron.db.l3_hamode_db [None req-1db651fa-8f72-40f2-bb85-a42ee75727b4 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1123/2367] 10.0.0.31 () {32 vars in 702 bytes} [Tue May 26 22:23:39 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2368] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:23:39 2026] DELETE /v2.0/qos/policies/8667a679-c983-43ca-9c1e-84d11b4e642b => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2369] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:23:39 2026] DELETE /v2.0/qos/policies/22925f22-80d8-41aa-a5e3-6cf94f46b454 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2370] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:23:39 2026] DELETE /v2.0/qos/policies/509011ef-a59b-44b3-924a-1b1db11f3807 => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2371] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:23:39 2026] DELETE /v2.0/qos/policies/c8c81627-e07f-433f-9f40-1bb28f0cd220 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2372] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:23:39 2026] DELETE /v2.0/qos/policies/d6fdd80a-84fa-4d1f-ba08-ce7d1b8c7025 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2373] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/security-groups?tenant_id=e5664547734b4030a07f6e85e369a2ac&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2374] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:40 2026] DELETE /v2.0/security-groups/47a66143-ed33-4f8a-914f-2ff4474a5b8d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2375] 10.0.0.31 () {34 vars in 666 bytes} [Tue May 26 22:23:38 2026] POST /v2.0/routers => generated 474 bytes in 2096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2376] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:40 2026] PUT /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 25 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2377] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:40 2026] GET /v2.0/security-groups?tenant_id=ebdca531bc41455ba9756ab648490746&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2378] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2379] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:41 2026] DELETE /v2.0/security-groups/34c40cb9-c9e7-4196-9e92-910676156104 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2380] 10.0.0.31 () {34 vars in 760 bytes} [Tue May 26 22:23:41 2026] PUT /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/green => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2381] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2382] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/security-groups?tenant_id=164f77eb2af64a9893762e9d71b35d6f&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2383] 10.0.0.31 () {34 vars in 756 bytes} [Tue May 26 22:23:41 2026] PUT /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/red => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2384] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:41 2026] DELETE /v2.0/security-groups/8cfc5d47-a379-4569-8f48-e1880c82019c => 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: 1250/2385] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2386] 10.0.0.31 () {34 vars in 778 bytes} [Tue May 26 22:23:41 2026] PUT /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/black.or.white => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2387] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 52 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2388] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:41 2026] PUT /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2389] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:41 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2390] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:42.219 7 INFO neutron.api.v2.resource [None req-6e2571a5-e502-4e43-aba5-9db1acedefe2 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1253/2391] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2392] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:23:42 2026] DELETE /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/red => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2393] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 704 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2394] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2395] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8cc21cc40b5d462cbed058a4c2749e9a => generated 175 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:42.484 7 INFO neutron.api.v2.resource [None req-3b5b5cbc-d23a-479e-840f-c52edbc8c0b3 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1255/2396] 10.0.0.31 () {32 vars in 744 bytes} [Tue May 26 22:23:42 2026] DELETE /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2397] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:23:42 2026] DELETE /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => 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: 1257/2398] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3/tags => generated 12 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2399] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:23:42 2026] GET /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3 => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2400] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:23:42 2026] POST /v2.0/ports => generated 1183 bytes in 388 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: 1259/2401] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 26 22:23:42 2026] PUT /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3 => generated 480 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2402] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:23:42 2026] PUT /v2.0/ports/62645303-8ee2-4f67-a50f-23ce6966a707 => generated 1464 bytes in 446 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: 1144/2403] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/ports?device_id=779a0778-bdf3-4cf5-9677-cd7c883536f3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:43.297 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-622ec409-e79d-4082-afb6-c3d64be5067a'] response: {'name': 'network-changed', 'server_uuid': '9596a4a6-c620-463e-b8fe-b0fd8722fa7b', 'tag': '62645303-8ee2-4f67-a50f-23ce6966a707', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1260/2404] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2405] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:43.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dbf8a3a-d960-4159-b27f-0b60179c4c48 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] TaaS: Handle Delete Port: fd08a178-7ea2-472b-8c81-d0e4a52a4393 2026-05-26 22:23:43.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dbf8a3a-d960-4159-b27f-0b60179c4c48 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] Tap Mirror: Handle Delete Port: fd08a178-7ea2-472b-8c81-d0e4a52a4393 2026-05-26 22:23:43.732 8 INFO neutron.services.segments.plugin [-] Segment bf3c893f-3fa8-4c62-a276-347be09ae5bc resource provider aggregate not found 2026-05-26 22:23:43.739 8 INFO neutron.services.segments.plugin [-] Segment bf3c893f-3fa8-4c62-a276-347be09ae5bc resource provider aggregate not found 2026-05-26 22:23:43.757 8 INFO neutron.services.segments.plugin [-] Segment bf3c893f-3fa8-4c62-a276-347be09ae5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3c893f-3fa8-4c62-a276-347be09ae5bc found for delete ", "request_id": "req-0ccae0c6-21fd-4961-be5e-10c4e37284ee"}]} 2026-05-26 22:23:43.760 8 INFO neutron.services.segments.plugin [-] Segment bf3c893f-3fa8-4c62-a276-347be09ae5bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3c893f-3fa8-4c62-a276-347be09ae5bc found for delete ", "request_id": "req-9c722216-af42-4d0d-babb-184edc58738a"}]} 2026-05-26 22:23:43.770 8 INFO neutron.db.l3_hamode_db [None req-9dbf8a3a-d960-4159-b27f-0b60179c4c48 3355b5f325f24bafa9e3c07500ae3f20 1996aa524a124c0bb191a072e6291564 - - default default] HA network ad4bdffc-b169-4d65-bf76-279feb0e10b6 was deleted as no HA routers are present in tenant 1996aa524a124c0bb191a072e6291564. [pid: 8|app: 0|req: 1145/2406] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:43 2026] DELETE /v2.0/routers/779a0778-bdf3-4cf5-9677-cd7c883536f3 => generated 0 bytes in 492 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2407] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2408] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/networks?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2409] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:23:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2412] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/security-groups?tenant_id=3a7644ede3a445c2994226b932e7fa2b&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2413] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:44 2026] DELETE /v2.0/security-groups/7cbd35ac-6076-4521-8011-fa1b206fb3e7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2414] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/security-groups?tenant_id=1996aa524a124c0bb191a072e6291564&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2415] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:23:44 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2416] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:44 2026] DELETE /v2.0/security-groups/50a258a3-bb2c-4115-8c0f-70fe4c285c15 => 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: 1151/2417] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=62645303-8ee2-4f67-a50f-23ce6966a707 => 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: 1267/2418] 199.204.45.169 () {34 vars in 1103 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22b&port_id=62645303-8ee2-4f67-a50f-23ce6966a707 => 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: 1152/2419] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e&id=07427ead-b976-4714-8bc7-b7c73d8b356f => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2420] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2421] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&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: 1269/2422] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1154/2423] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:23:45 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:45.757 7 INFO neutron.db.segments_db [None req-18949815-1786-4dfd-a863-619a5d182d42 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Added segment 09545a79-6eda-41bc-a918-343518a95f94 of type vxlan for network 89f4a99e-a5e5-4d1e-9fca-628569a4fd61 2026-05-26 22:23:45.989 7 INFO neutron.db.l3_hamode_db [None req-18949815-1786-4dfd-a863-619a5d182d42 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:23:46.108 7 INFO neutron.db.l3_hamode_db [None req-18949815-1786-4dfd-a863-619a5d182d42 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1270/2424] 10.0.0.31 () {34 vars in 666 bytes} [Tue May 26 22:23:45 2026] POST /v2.0/routers => generated 474 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:46.706 8 INFO neutron.db.l3_hamode_db [None req-aa7a0a25-7527-4d1e-8a64-23a8bacb1301 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:23:46.821 8 INFO neutron.db.l3_hamode_db [None req-aa7a0a25-7527-4d1e-8a64-23a8bacb1301 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1155/2425] 10.0.0.31 () {34 vars in 666 bytes} [Tue May 26 22:23:46 2026] POST /v2.0/routers => generated 474 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:47.426 7 INFO neutron.db.l3_hamode_db [None req-8d1de197-28a4-450d-a844-4139321591a7 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:23:47.539 7 INFO neutron.db.l3_hamode_db [None req-8d1de197-28a4-450d-a844-4139321591a7 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1271/2426] 10.0.0.31 () {34 vars in 666 bytes} [Tue May 26 22:23:47 2026] POST /v2.0/routers => generated 474 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:48.129 8 INFO neutron.db.l3_hamode_db [None req-733df3ef-a3cd-4c75-b019-3eb92149d983 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 22:23:48.237 8 INFO neutron.db.l3_hamode_db [None req-733df3ef-a3cd-4c75-b019-3eb92149d983 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1272/2427] 10.0.0.31 () {34 vars in 682 bytes} [Tue May 26 22:23:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2428] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2429] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 26 22:23:48 2026] PUT /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2430] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2431] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2432] 10.0.0.31 () {34 vars in 776 bytes} [Tue May 26 22:23:48 2026] PUT /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2433] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2434] 10.0.0.31 () {34 vars in 772 bytes} [Tue May 26 22:23:48 2026] PUT /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2435] 10.0.0.31 () {34 vars in 666 bytes} [Tue May 26 22:23:48 2026] POST /v2.0/routers => generated 474 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2436] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:48.880 8 INFO neutron.db.l3_hamode_db [None req-d041d223-d444-41ed-880d-c1d6c8312697 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1281/2437] 10.0.0.31 () {34 vars in 794 bytes} [Tue May 26 22:23:48 2026] PUT /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/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: 7|app: 0|req: 1282/2438] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2439] 10.0.0.31 () {34 vars in 765 bytes} [Tue May 26 22:23:48 2026] PUT /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:49.005 8 INFO neutron.db.l3_hamode_db [None req-d041d223-d444-41ed-880d-c1d6c8312697 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1284/2440] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:48 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2441] 10.0.0.31 () {32 vars in 753 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:23:49.083 7 INFO neutron.api.v2.resource [None req-f1b3c3b7-0912-43fa-8b00-fe35e18f9381 9d9305a1f4a94ae893c4d3f96234c52f 541ca269a4b94e9aa932aa2e09868504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1286/2442] 10.0.0.31 () {32 vars in 757 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2443] 10.0.0.31 () {32 vars in 756 bytes} [Tue May 26 22:23:49 2026] DELETE /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2444] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:49.236 7 INFO neutron.api.v2.resource [None req-b533f2c6-f7ce-4e10-9cf5-b1f67cd20617 9d9305a1f4a94ae893c4d3f96234c52f 541ca269a4b94e9aa932aa2e09868504 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1289/2445] 10.0.0.31 () {32 vars in 760 bytes} [Tue May 26 22:23:49 2026] DELETE /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2446] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:23:49 2026] DELETE /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2447] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:49 2026] GET /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2448] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:49 2026] DELETE /v2.0/security-groups/061faf4a-7fd4-4646-8904-604320400299 => 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: 1157/2449] 10.0.0.31 () {34 vars in 666 bytes} [Tue May 26 22:23:48 2026] POST /v2.0/routers => generated 474 bytes in 753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2450] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:49 2026] PUT /v2.0/routers/35c98855-cdbb-47c8-bffe-9ae7c4256db5/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2451] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:49 2026] PUT /v2.0/routers/d6e45a43-ba6b-44ae-8fb1-d19f20502441/tags => generated 25 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2452] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:49 2026] PUT /v2.0/routers/578e3a31-162d-49c2-b386-3bc2eac52851/tags => generated 34 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2453] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:23:49 2026] PUT /v2.0/routers/98d5287e-d7a2-4e41-9517-64f2c15efab8/tags => generated 19 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2454] 10.0.0.31 () {32 vars in 662 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2455] 10.0.0.31 () {32 vars in 676 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2456] 10.0.0.31 () {32 vars in 672 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2457] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/security-groups?tenant_id=684b23e25a304524bf42b6baa4453399&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2458] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2459] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:50 2026] DELETE /v2.0/security-groups/3c5708fe-3697-46cc-87a3-d032b3ef1bb2 => 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: 1299/2460] 10.0.0.31 () {32 vars in 670 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2461] 10.0.0.31 () {32 vars in 684 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2462] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/security-groups?tenant_id=541ca269a4b94e9aa932aa2e09868504&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2463] 10.0.0.31 () {32 vars in 680 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2464] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:50 2026] DELETE /v2.0/security-groups/0c9334eb-8f2b-4f20-8a65-4b3218c0bee0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2465] 10.0.0.31 () {32 vars in 692 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2466] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:23:50 2026] GET /v2.0/routers/35c98855-cdbb-47c8-bffe-9ae7c4256db5 => generated 485 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2467] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 26 22:23:50 2026] PUT /v2.0/routers/35c98855-cdbb-47c8-bffe-9ae7c4256db5 => generated 485 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2468] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:51 2026] GET /v2.0/ports?device_id=35c98855-cdbb-47c8-bffe-9ae7c4256db5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:51.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eadefbd-c6f2-4ad1-85aa-e89ba916b19a 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] TaaS: Handle Delete Port: 825b2701-355e-40ef-b5cb-87ef0fd63f52 2026-05-26 22:23:51.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eadefbd-c6f2-4ad1-85aa-e89ba916b19a 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Tap Mirror: Handle Delete Port: 825b2701-355e-40ef-b5cb-87ef0fd63f52 [pid: 7|app: 0|req: 1303/2469] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:51 2026] DELETE /v2.0/routers/35c98855-cdbb-47c8-bffe-9ae7c4256db5 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2470] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:23:51 2026] GET /v2.0/routers/d6e45a43-ba6b-44ae-8fb1-d19f20502441 => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2471] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 26 22:23:51 2026] PUT /v2.0/routers/d6e45a43-ba6b-44ae-8fb1-d19f20502441 => generated 493 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2472] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/ports?device_id=d6e45a43-ba6b-44ae-8fb1-d19f20502441 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:52.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd425180-54f4-4f5c-b68c-58dee31a2fb3 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] TaaS: Handle Delete Port: f9818fcb-73c3-40c8-b54e-0df4ee08b82c 2026-05-26 22:23:52.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd425180-54f4-4f5c-b68c-58dee31a2fb3 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Tap Mirror: Handle Delete Port: f9818fcb-73c3-40c8-b54e-0df4ee08b82c [pid: 7|app: 0|req: 1305/2473] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:52 2026] DELETE /v2.0/routers/d6e45a43-ba6b-44ae-8fb1-d19f20502441 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2474] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:23:52 2026] GET /v2.0/routers/578e3a31-162d-49c2-b386-3bc2eac52851 => generated 502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2475] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 26 22:23:52 2026] PUT /v2.0/routers/578e3a31-162d-49c2-b386-3bc2eac52851 => generated 502 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2476] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:53 2026] GET /v2.0/ports?device_id=578e3a31-162d-49c2-b386-3bc2eac52851 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:53.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-06e9dcca-6ea1-46f3-8fa4-17114e3abd64 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] TaaS: Handle Delete Port: 97ffbfaf-ebaf-45bf-ab04-e3b4dcc68b1a 2026-05-26 22:23:53.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06e9dcca-6ea1-46f3-8fa4-17114e3abd64 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Tap Mirror: Handle Delete Port: 97ffbfaf-ebaf-45bf-ab04-e3b4dcc68b1a [pid: 7|app: 0|req: 1307/2477] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:53 2026] DELETE /v2.0/routers/578e3a31-162d-49c2-b386-3bc2eac52851 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2478] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:23:53 2026] GET /v2.0/routers/98d5287e-d7a2-4e41-9517-64f2c15efab8 => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2479] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:53 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2480] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:23:53 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2481] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 26 22:23:53 2026] PUT /v2.0/routers/98d5287e-d7a2-4e41-9517-64f2c15efab8 => generated 487 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2482] 10.0.0.31 () {34 vars in 674 bytes} [Tue May 26 22:23:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2483] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:54 2026] GET /v2.0/ports?device_id=98d5287e-d7a2-4e41-9517-64f2c15efab8 => 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: 1176/2484] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:54 2026] PUT /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2485] 10.0.0.31 () {32 vars in 816 bytes} [Tue May 26 22:23:54 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&mac_address=fa%3A16%3A3e%3Ab9%3A53%3A25 => generated 1200 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2486] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:54 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:54.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-8934e557-2e84-4607-895f-bd24ce3bec7a 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] TaaS: Handle Delete Port: ad7157fa-d686-47c3-8a43-3b5f92322f2d 2026-05-26 22:23:54.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8934e557-2e84-4607-895f-bd24ce3bec7a 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Tap Mirror: Handle Delete Port: ad7157fa-d686-47c3-8a43-3b5f92322f2d [pid: 8|app: 0|req: 1177/2487] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:54 2026] DELETE /v2.0/routers/98d5287e-d7a2-4e41-9517-64f2c15efab8 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2488] 10.0.0.31 () {34 vars in 768 bytes} [Tue May 26 22:23:54 2026] PUT /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/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: 1179/2489] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:23:54 2026] GET /v2.0/routers/0340423b-c135-42b8-abb8-70cad9ee8b83 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2490] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:54 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:54.992 7 INFO neutron.db.l3_db [None req-193fb02c-9e97-40f3-9416-a4ec9953618b e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Floating IP 6f9af766-b16a-415f-a387-558472b77e3a associated. External IP: 10.96.250.210, port: 62645303-8ee2-4f67-a50f-23ce6966a707. [pid: 8|app: 0|req: 1181/2491] 10.0.0.31 () {34 vars in 740 bytes} [Tue May 26 22:23:54 2026] PUT /v2.0/routers/0340423b-c135-42b8-abb8-70cad9ee8b83 => generated 480 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2492] 10.0.0.31 () {34 vars in 764 bytes} [Tue May 26 22:23:55 2026] PUT /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2493] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/ports?device_id=0340423b-c135-42b8-abb8-70cad9ee8b83 => 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: 1184/2494] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2495] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 26 22:23:54 2026] POST /v2.0/floatingips => generated 855 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:23:55.357 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a52a867-7f89-47cb-935a-75f87e2359cf'] response: {'name': 'network-changed', 'server_uuid': '9596a4a6-c620-463e-b8fe-b0fd8722fa7b', 'tag': '62645303-8ee2-4f67-a50f-23ce6966a707', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1312/2496] 10.0.0.31 () {34 vars in 786 bytes} [Tue May 26 22:23:55 2026] PUT /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2497] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:55.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff3dfe4b-05a1-4dc4-a821-80b3b8e06f4c 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] TaaS: Handle Delete Port: bddabf7a-67c6-42f0-b171-625e800db4f9 2026-05-26 22:23:55.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff3dfe4b-05a1-4dc4-a821-80b3b8e06f4c 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] Tap Mirror: Handle Delete Port: bddabf7a-67c6-42f0-b171-625e800db4f9 [pid: 7|app: 0|req: 1314/2498] 10.0.0.252 () {34 vars in 1087 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-536997&fields=id&tenant_id=8cc21cc40b5d462cbed058a4c2749e9a => 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: 1315/2499] 10.0.0.31 () {34 vars in 757 bytes} [Tue May 26 22:23:55 2026] PUT /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2500] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2501] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2502] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/quotas/8cc21cc40b5d462cbed058a4c2749e9a => 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: 1319/2503] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2504] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&fields=id => generated 333 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:23:55.711 7 INFO neutron.api.v2.resource [None req-d543fa6e-df6a-4d40-8c2b-4721d0b83474 7d093fc8cf994a58b54dc63f9b73cb52 a1394d4f49cd4e2fa904763abdd43024 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1321/2505] 10.0.0.31 () {32 vars in 749 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:23:55.751 8 INFO neutron.services.segments.plugin [-] Segment 09545a79-6eda-41bc-a918-343518a95f94 resource provider aggregate not found [pid: 7|app: 0|req: 1322/2506] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:55.755 8 INFO neutron.services.segments.plugin [-] Segment 09545a79-6eda-41bc-a918-343518a95f94 resource provider aggregate not found 2026-05-26 22:23:55.776 8 INFO neutron.db.l3_hamode_db [None req-ff3dfe4b-05a1-4dc4-a821-80b3b8e06f4c 275013259f8a4db287c9d48813616d71 d1dc4cc038254e10a8c6a0a2bf2346f1 - - default default] HA network 89f4a99e-a5e5-4d1e-9fca-628569a4fd61 was deleted as no HA routers are present in tenant d1dc4cc038254e10a8c6a0a2bf2346f1. 2026-05-26 22:23:55.778 8 INFO neutron.services.segments.plugin [-] Segment 09545a79-6eda-41bc-a918-343518a95f94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09545a79-6eda-41bc-a918-343518a95f94 found for delete ", "request_id": "req-a083d180-27d5-4511-a398-41a6b57de510"}]} 2026-05-26 22:23:55.783 8 INFO neutron.services.segments.plugin [-] Segment 09545a79-6eda-41bc-a918-343518a95f94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09545a79-6eda-41bc-a918-343518a95f94 found for delete ", "request_id": "req-e4373d97-70ba-4cc3-8421-f1008a5fb047"}]} [pid: 8|app: 0|req: 1185/2507] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:23:55 2026] DELETE /v2.0/routers/0340423b-c135-42b8-abb8-70cad9ee8b83 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2508] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:23:55 2026] DELETE /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2509] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2510] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:23:55.857 7 INFO neutron.api.v2.resource [None req-75275062-d214-430b-9374-4c3f6c513757 7d093fc8cf994a58b54dc63f9b73cb52 a1394d4f49cd4e2fa904763abdd43024 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1325/2511] 10.0.0.31 () {32 vars in 752 bytes} [Tue May 26 22:23:55 2026] DELETE /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2512] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:23:55 2026] DELETE /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2513] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2514] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440/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: 1189/2515] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => 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: 1327/2516] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2517] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=62645303-8ee2-4f67-a50f-23ce6966a707 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2518] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:23:55 2026] DELETE /v2.0/subnetpools/9deaefc7-0d51-4f8c-bb3c-09378a220440 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2519] 199.204.45.169 () {34 vars in 1103 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22b&port_id=62645303-8ee2-4f67-a50f-23ce6966a707 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2520] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e&id=07427ead-b976-4714-8bc7-b7c73d8b356f => generated 1411 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2521] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2522] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2523] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1193/2524] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2525] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/security-groups?tenant_id=a1394d4f49cd4e2fa904763abdd43024&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2526] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/security-groups?tenant_id=d1dc4cc038254e10a8c6a0a2bf2346f1&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2527] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:56 2026] DELETE /v2.0/security-groups/27df439e-606e-4aed-876e-846473efd4a7 => 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: 1195/2528] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:56 2026] DELETE /v2.0/security-groups/82b6da49-9099-4522-926f-34427fa83e92 => 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: 1334/2529] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/security-groups?tenant_id=ada8105ac8494694bfc5ccfab93d6b0c&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: 1196/2530] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:56 2026] GET /v2.0/security-groups?tenant_id=c081561632744e2d9ea5382d4e7d30b5&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2531] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:57 2026] DELETE /v2.0/security-groups/c437f489-4202-4335-8c85-960f43a9027a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2532] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:57 2026] DELETE /v2.0/security-groups/7f77d651-5b28-44f9-b059-6b5c7dc75a6d => 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: 1336/2533] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:23:57 2026] GET /v2.0/security-groups?tenant_id=27f4e91b66d54386a49a6fd33d89dbe9&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2534] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:23:57 2026] DELETE /v2.0/security-groups/c880af01-1781-4e03-88d2-18e23338fb47 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2537] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:24:00 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2538] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:24:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8cc21cc40b5d462cbed058a4c2749e9a => generated 175 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2539] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:24:00 2026] POST /v2.0/ports => generated 1183 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 22:24:00.760 8 INFO neutron.db.segments_db [None req-0e174607-a1ba-44a2-9bdb-77065f107fba d4207c03b0df4043930f0502174015f9 b85ff9b1c0864cf0927b01c4917f7d72 - - default default] Added segment aca28a57-fb45-440b-8291-9a3bfa4e2c25 of type vxlan for network edf0a631-2d8b-40c8-88d1-f8235109b305 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1201/2540] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:24:00 2026] POST /v2.0/networks => generated 632 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2541] 10.0.0.31 () {34 vars in 676 bytes} [Tue May 26 22:24:00 2026] POST /v2.0/qos/policies => generated 359 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2542] 10.0.0.31 () {34 vars in 667 bytes} [Tue May 26 22:24:00 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2543] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:24:00 2026] PUT /v2.0/ports/d8958a45-fe33-4ec5-bdc9-a25143fe1858 => generated 1464 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2544] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 25 bytes in 37 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-26 22:24:01.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bdedff4-d9ac-46e3-97a3-a358ab3908a8'] response: {'name': 'network-changed', 'server_uuid': '4a4279d9-e1d5-4ca8-a799-322991a01796', 'tag': 'd8958a45-fe33-4ec5-bdc9-a25143fe1858', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1341/2545] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1198 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2546] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2547] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/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: 1206/2548] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2549] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2550] 10.0.0.31 () {34 vars in 762 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/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: 1344/2551] 10.0.0.31 () {34 vars in 760 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2552] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2553] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2554] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/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: 1210/2555] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2556] 10.0.0.31 () {34 vars in 756 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2557] 10.0.0.31 () {34 vars in 780 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/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: 7|app: 0|req: 1347/2558] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2559] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2560] 10.0.0.31 () {34 vars in 778 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2561] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2562] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2563] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2564] 10.0.0.31 () {34 vars in 749 bytes} [Tue May 26 22:24:01 2026] PUT /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2565] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:01.745 8 INFO neutron.api.v2.resource [None req-9555bca0-1403-4403-8a69-ffef44db49fc aacfdfc2acca433e94e941e28972c9ef b9f7f74f3cf04afda93c567041987fee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1216/2566] 10.0.0.31 () {32 vars in 743 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2567] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/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: 1217/2568] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2569] 10.0.0.31 () {32 vars in 742 bytes} [Tue May 26 22:24:01 2026] DELETE /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2570] 10.0.0.31 () {32 vars in 737 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2571] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2572] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2573] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/networks?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&shared=False => generated 2376 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:24:01.870 7 INFO neutron.api.v2.resource [None req-aeff94ed-c8af-4438-81ec-d63b9433583f d4207c03b0df4043930f0502174015f9 b85ff9b1c0864cf0927b01c4917f7d72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1355/2574] 10.0.0.31 () {32 vars in 741 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2575] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:24:01.894 7 INFO neutron.api.v2.resource [None req-8b4942df-f5b6-4d41-a01c-97ae9713f9cb aacfdfc2acca433e94e941e28972c9ef b9f7f74f3cf04afda93c567041987fee - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1356/2576] 10.0.0.31 () {32 vars in 746 bytes} [Tue May 26 22:24:01 2026] DELETE /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2577] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2578] 10.0.0.31 () {32 vars in 740 bytes} [Tue May 26 22:24:01 2026] DELETE /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2579] 10.0.0.31 () {32 vars in 734 bytes} [Tue May 26 22:24:01 2026] DELETE /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2580] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/policies/7e143a0c-fefd-425b-a7da-c18d478a6418/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2581] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:01 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:02.017 7 INFO neutron.api.v2.resource [None req-286b029a-1c62-4054-8d77-31bf9d26ffe7 d4207c03b0df4043930f0502174015f9 b85ff9b1c0864cf0927b01c4917f7d72 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1359/2582] 10.0.0.31 () {32 vars in 744 bytes} [Tue May 26 22:24:01 2026] DELETE /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2583] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:24:01 2026] DELETE /v2.0/qos/policies/7e143a0c-fefd-425b-a7da-c18d478a6418 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2584] 10.0.0.31 () {32 vars in 732 bytes} [Tue May 26 22:24:02 2026] DELETE /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2585] 10.0.0.31 () {32 vars in 729 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2586] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:24:02 2026] DELETE /v2.0/subnets/92d370b2-699a-41f3-8dd5-7b285dd632f1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:02.457 8 INFO neutron.services.segments.plugin [-] Segment aca28a57-fb45-440b-8291-9a3bfa4e2c25 resource provider aggregate not found 2026-05-26 22:24:02.464 8 INFO neutron.services.segments.plugin [-] Segment aca28a57-fb45-440b-8291-9a3bfa4e2c25 resource provider aggregate not found 2026-05-26 22:24:02.481 8 INFO neutron.services.segments.plugin [-] Segment aca28a57-fb45-440b-8291-9a3bfa4e2c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aca28a57-fb45-440b-8291-9a3bfa4e2c25 found for delete ", "request_id": "req-185c463c-475a-4276-a381-12a4b1ec33d3"}]} 2026-05-26 22:24:02.481 8 INFO neutron.services.segments.plugin [-] Segment aca28a57-fb45-440b-8291-9a3bfa4e2c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aca28a57-fb45-440b-8291-9a3bfa4e2c25 found for delete ", "request_id": "req-542531b6-87b8-4106-a5a4-76577756847f"}]} [pid: 7|app: 0|req: 1362/2587] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2588] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:24:02 2026] DELETE /v2.0/networks/edf0a631-2d8b-40c8-88d1-f8235109b305 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2589] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.61&port_id=d8958a45-fe33-4ec5-bdc9-a25143fe1858 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2590] 199.204.45.169 () {34 vars in 1105 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A147&port_id=d8958a45-fe33-4ec5-bdc9-a25143fe1858 => 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: 1364/2591] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/subnets?id=a2d090c1-371f-481d-afd8-09552d47cf73&id=bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2592] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&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: 1365/2593] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2594] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2595] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2596] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:02 2026] GET /v2.0/security-groups?tenant_id=7b4f2634d4aa4e3fbed0ddded1bb5415&name=default => generated 2929 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2597] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:03 2026] GET /v2.0/security-groups?tenant_id=b85ff9b1c0864cf0927b01c4917f7d72&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2598] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:03 2026] DELETE /v2.0/security-groups/225d710f-8c4b-437b-9ee0-937b54c7d9e2 => 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: 1368/2599] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:03 2026] DELETE /v2.0/security-groups/d1a975f6-1b8c-4b36-bdf2-bc63df4b2837 => 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: 1232/2600] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:03 2026] GET /v2.0/security-groups?tenant_id=b9f7f74f3cf04afda93c567041987fee&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2601] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:03 2026] GET /v2.0/security-groups?tenant_id=ad346a566c944ae78693e622ab834eb8&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2602] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:03 2026] DELETE /v2.0/security-groups/af11a82e-b0ce-4aa1-8de4-4d4d6eab25c5 => 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: 1370/2603] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:03 2026] DELETE /v2.0/security-groups/49ff5edd-a3f1-423e-ad33-c04ea6c2f4b3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2604] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:06 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2605] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:06 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:24:07.455 8 INFO neutron.db.segments_db [None req-e6d9a0f7-80d4-472b-94b9-d3d05e836c2b c9ac3eda4d2a4f80846b6fe24b06629b 1dca424b8fdc424da9db56bf23225187 - - default default] Added segment cb7763c2-8ca5-48cd-ace2-192101b976f2 of type vxlan for network f998aac5-e01a-439d-823c-549117e14284 [pid: 8|app: 0|req: 1235/2606] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:24:07 2026] POST /v2.0/networks => generated 631 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2607] 10.0.0.31 () {34 vars in 662 bytes} [Tue May 26 22:24:07 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2608] 10.0.0.31 () {34 vars in 664 bytes} [Tue May 26 22:24:07 2026] POST /v2.0/trunks => generated 407 bytes in 168 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: 1373/2609] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:24:08 2026] PUT /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2610] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2611] 10.0.0.31 () {34 vars in 758 bytes} [Tue May 26 22:24:08 2026] PUT /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2612] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2613] 10.0.0.31 () {34 vars in 754 bytes} [Tue May 26 22:24:08 2026] PUT /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2614] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/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: 1376/2615] 10.0.0.31 () {34 vars in 776 bytes} [Tue May 26 22:24:08 2026] PUT /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2616] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2617] 10.0.0.31 () {34 vars in 747 bytes} [Tue May 26 22:24:08 2026] PUT /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2618] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2619] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:08.513 8 INFO neutron.api.v2.resource [None req-65db681b-8d16-4f00-91a3-b5236e2f0b86 c9ac3eda4d2a4f80846b6fe24b06629b 1dca424b8fdc424da9db56bf23225187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2620] 10.0.0.31 () {32 vars in 739 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2621] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:08 2026] DELETE /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2622] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:08.625 7 INFO neutron.api.v2.resource [None req-7d37696f-2d27-4331-b9b8-9a56767722c2 c9ac3eda4d2a4f80846b6fe24b06629b 1dca424b8fdc424da9db56bf23225187 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1380/2623] 10.0.0.31 () {32 vars in 742 bytes} [Tue May 26 22:24:08 2026] DELETE /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2624] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:24:08 2026] DELETE /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2625] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2626] 10.0.0.31 () {32 vars in 717 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2627] 10.0.0.31 () {32 vars in 715 bytes} [Tue May 26 22:24:08 2026] GET /v2.0/ports/e34f4579-9e51-48f3-9204-26c7088c5e17 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2628] 10.0.0.31 () {32 vars in 720 bytes} [Tue May 26 22:24:08 2026] DELETE /v2.0/trunks/1905e604-f9f6-4bf6-9ec9-5bd64e954559 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:24:08.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-43aa6e36-ad9b-4e9d-a20d-63606a70b058 c9ac3eda4d2a4f80846b6fe24b06629b 1dca424b8fdc424da9db56bf23225187 - - default default] TaaS: Handle Delete Port: e34f4579-9e51-48f3-9204-26c7088c5e17 2026-05-26 22:24:08.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43aa6e36-ad9b-4e9d-a20d-63606a70b058 c9ac3eda4d2a4f80846b6fe24b06629b 1dca424b8fdc424da9db56bf23225187 - - default default] Tap Mirror: Handle Delete Port: e34f4579-9e51-48f3-9204-26c7088c5e17 [pid: 7|app: 0|req: 1383/2629] 10.0.0.31 () {32 vars in 718 bytes} [Tue May 26 22:24:08 2026] DELETE /v2.0/ports/e34f4579-9e51-48f3-9204-26c7088c5e17 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:09.196 8 INFO neutron.services.segments.plugin [-] Segment cb7763c2-8ca5-48cd-ace2-192101b976f2 resource provider aggregate not found 2026-05-26 22:24:09.202 8 INFO neutron.services.segments.plugin [-] Segment cb7763c2-8ca5-48cd-ace2-192101b976f2 resource provider aggregate not found 2026-05-26 22:24:09.219 8 INFO neutron.services.segments.plugin [-] Segment cb7763c2-8ca5-48cd-ace2-192101b976f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7763c2-8ca5-48cd-ace2-192101b976f2 found for delete ", "request_id": "req-ca3e5310-09c7-45a8-9c1a-46a8a68b94d5"}]} 2026-05-26 22:24:09.222 8 INFO neutron.services.segments.plugin [-] Segment cb7763c2-8ca5-48cd-ace2-192101b976f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7763c2-8ca5-48cd-ace2-192101b976f2 found for delete ", "request_id": "req-5319a2cf-c476-4506-9dcb-af83e4ef798e"}]} [pid: 8|app: 0|req: 1247/2630] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:24:09 2026] DELETE /v2.0/networks/f998aac5-e01a-439d-823c-549117e14284 => 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: 1384/2631] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:09 2026] GET /v2.0/security-groups?tenant_id=72b1ed69d22f4cbcb5cccd8b0e4a3207&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2632] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:10 2026] DELETE /v2.0/security-groups/ae925dc1-01ec-4c72-b2b0-9db84609b5b4 => 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: 1385/2633] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:10 2026] GET /v2.0/security-groups?tenant_id=1dca424b8fdc424da9db56bf23225187&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2634] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:10 2026] DELETE /v2.0/security-groups/52cd4e1d-ad60-4c45-b9cf-f1c390c99e07 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2635] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:11 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1200 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2636] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:11 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2637] 10.0.0.31 () {32 vars in 816 bytes} [Tue May 26 22:24:11 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&mac_address=fa%3A16%3A3e%3A90%3A14%3A5a => generated 1200 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:24:12.539 8 INFO neutron.db.l3_db [None req-4a1f0581-e646-406c-be9e-35a90a8f90e0 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Floating IP d2a83432-b679-4c36-a44d-17ababa50fa7 associated. External IP: 10.96.250.201, port: d8958a45-fe33-4ec5-bdc9-a25143fe1858. [pid: 8|app: 0|req: 1251/2638] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 26 22:24:11 2026] POST /v2.0/floatingips => generated 854 bytes in 1046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:24:12.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb2bccb1-318a-45a8-8ff8-a8f5b847ae08'] response: {'name': 'network-changed', 'server_uuid': '4a4279d9-e1d5-4ca8-a799-322991a01796', 'tag': 'd8958a45-fe33-4ec5-bdc9-a25143fe1858', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1388/2639] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2640] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2641] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.61&port_id=d8958a45-fe33-4ec5-bdc9-a25143fe1858 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2642] 199.204.45.169 () {34 vars in 1105 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A147&port_id=d8958a45-fe33-4ec5-bdc9-a25143fe1858 => 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: 1390/2643] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/subnets?id=a2d090c1-371f-481d-afd8-09552d47cf73&id=bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2644] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2645] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&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: 8|app: 0|req: 1256/2646] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1257/2647] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:24:13 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:13.939 7 INFO neutron.db.segments_db [None req-39ce42a3-8ea1-4f36-b266-a69832994440 219aa933e8ee41b3940ed85ffcbf4f1a 8d1d9415e0904c2aa589b763390d8179 - - default default] Added segment 47794ca4-21d5-4d0c-a214-9531173b89a7 of type vxlan for network a5c94d63-e957-4956-8762-c67f7148f1d9 [pid: 7|app: 0|req: 1391/2648] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:24:13 2026] POST /v2.0/networks => generated 632 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 22:24:14.094 8 INFO neutron.db.segments_db [None req-49e4108f-56e1-494d-9057-c34481f70234 219aa933e8ee41b3940ed85ffcbf4f1a 8d1d9415e0904c2aa589b763390d8179 - - default default] Added segment ea48f572-f88a-4828-a71e-1064fe404c6f of type vxlan for network 334a4390-8501-4c60-a426-3b9a58e67b0a [pid: 8|app: 0|req: 1258/2651] 10.0.0.31 () {34 vars in 668 bytes} [Tue May 26 22:24:14 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2652] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:24:14 2026] PUT /v2.0/networks/a5c94d63-e957-4956-8762-c67f7148f1d9/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2653] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/networks/a5c94d63-e957-4956-8762-c67f7148f1d9/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2654] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:24:14 2026] PUT /v2.0/networks/334a4390-8501-4c60-a426-3b9a58e67b0a/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2655] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/networks/334a4390-8501-4c60-a426-3b9a58e67b0a/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2656] 10.0.0.31 () {34 vars in 751 bytes} [Tue May 26 22:24:14 2026] PUT /v2.0/networks/334a4390-8501-4c60-a426-3b9a58e67b0a/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2657] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/networks/334a4390-8501-4c60-a426-3b9a58e67b0a/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2658] 10.0.0.31 () {32 vars in 731 bytes} [Tue May 26 22:24:14 2026] GET /v2.0/networks/a5c94d63-e957-4956-8762-c67f7148f1d9/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:24:14.675 8 INFO neutron.services.segments.plugin [-] Segment 47794ca4-21d5-4d0c-a214-9531173b89a7 resource provider aggregate not found 2026-05-26 22:24:14.679 8 INFO neutron.services.segments.plugin [-] Segment 47794ca4-21d5-4d0c-a214-9531173b89a7 resource provider aggregate not found 2026-05-26 22:24:14.699 8 INFO neutron.services.segments.plugin [-] Segment 47794ca4-21d5-4d0c-a214-9531173b89a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47794ca4-21d5-4d0c-a214-9531173b89a7 found for delete ", "request_id": "req-696cd24b-4c36-4800-9021-385bde66d319"}]} 2026-05-26 22:24:14.700 8 INFO neutron.services.segments.plugin [-] Segment 47794ca4-21d5-4d0c-a214-9531173b89a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47794ca4-21d5-4d0c-a214-9531173b89a7 found for delete ", "request_id": "req-86c6a80b-c961-4df6-8128-b3217f561e10"}]} [pid: 8|app: 0|req: 1262/2659] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:24:14 2026] DELETE /v2.0/networks/a5c94d63-e957-4956-8762-c67f7148f1d9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:24:14.844 7 INFO neutron.services.segments.plugin [-] Segment ea48f572-f88a-4828-a71e-1064fe404c6f resource provider aggregate not found 2026-05-26 22:24:14.850 7 INFO neutron.services.segments.plugin [-] Segment ea48f572-f88a-4828-a71e-1064fe404c6f resource provider aggregate not found 2026-05-26 22:24:14.874 7 INFO neutron.services.segments.plugin [-] Segment ea48f572-f88a-4828-a71e-1064fe404c6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea48f572-f88a-4828-a71e-1064fe404c6f found for delete ", "request_id": "req-8642443f-20f0-4dd8-afac-ff5b9573ae73"}]} 2026-05-26 22:24:14.876 7 INFO neutron.services.segments.plugin [-] Segment ea48f572-f88a-4828-a71e-1064fe404c6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea48f572-f88a-4828-a71e-1064fe404c6f found for delete ", "request_id": "req-36cf9acb-34e6-4e5f-b3c4-50efb372367a"}]} [pid: 7|app: 0|req: 1398/2660] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:24:14 2026] DELETE /v2.0/networks/334a4390-8501-4c60-a426-3b9a58e67b0a => 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: 1263/2661] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:15 2026] GET /v2.0/security-groups?tenant_id=29379b61c77f468d980c4c83c176bc4b&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2662] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:15 2026] DELETE /v2.0/security-groups/eae48431-e30b-4494-96e6-f21748e5eb49 => 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: 1264/2663] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:15 2026] GET /v2.0/security-groups?tenant_id=8d1d9415e0904c2aa589b763390d8179&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2664] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:16 2026] DELETE /v2.0/security-groups/c7406c46-88f0-4835-a0bd-27e02fc85992 => 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: 1265/2665] 10.0.0.26 () {34 vars in 988 bytes} [Tue May 26 22:24:16 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2666] 10.0.0.26 () {34 vars in 1038 bytes} [Tue May 26 22:24:16 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2667] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:19 2026] GET /v2.0/security-groups?tenant_id=5e4a7942689b4f6dace0e8441555988e&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2668] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:19 2026] DELETE /v2.0/security-groups/dd98f294-462e-481f-b4f0-f8b6e3d40d9f => 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: 1267/2669] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:24:20 2026] GET /v2.0/security-groups?tenant_id=5ee1cfac1d01448caeea074633be879c&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2670] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:24:20 2026] DELETE /v2.0/security-groups/9bf3723f-027b-4149-8105-6716fdad3ca9 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2671] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:24:28 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2674] 10.0.0.84 () {30 vars in 688 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2675] 10.0.0.84 () {30 vars in 690 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2676] 10.0.0.84 () {30 vars in 666 bytes} [Tue May 26 22:24:29 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: 1271/2677] 10.0.0.84 () {30 vars in 702 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2678] 10.0.0.84 () {28 vars in 437 bytes} [Tue May 26 22:24:29 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2679] 10.0.0.84 () {30 vars in 726 bytes} [Tue May 26 22:24:29 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2680] 10.0.0.84 () {30 vars in 688 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2681] 10.0.0.84 () {30 vars in 690 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2682] 10.0.0.84 () {30 vars in 666 bytes} [Tue May 26 22:24: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: 8|app: 0|req: 1274/2683] 10.0.0.84 () {30 vars in 702 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2684] 10.0.0.84 () {30 vars in 726 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1275/2685] 10.0.0.84 () {30 vars in 688 bytes} [Tue May 26 22:24:30 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: 1411/2686] 10.0.0.84 () {30 vars in 690 bytes} [Tue May 26 22:24:30 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: 1276/2687] 10.0.0.84 () {30 vars in 666 bytes} [Tue May 26 22:24:30 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: 1412/2688] 10.0.0.84 () {30 vars in 702 bytes} [Tue May 26 22:24:30 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: 1277/2689] 10.0.0.84 () {30 vars in 728 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2690] 10.0.0.84 () {30 vars in 680 bytes} [Tue May 26 22:24:30 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2691] 10.0.0.84 () {34 vars in 702 bytes} [Tue May 26 22:24:30 2026] POST /v2.0/ports => generated 1132 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2692] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:24:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1279/2693] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:24:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2694] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:24:33 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: 1280/2695] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:24:33 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: 1416/2696] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:24:33 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => 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: 1281/2697] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:24:34 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: 1417/2698] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:24:34 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: 1282/2699] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:24:34 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: 1418/2700] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:24:34 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-26 22:24:34.243 8 INFO neutron.api.v2.resource [None req-cf88e8fc-2e41-4b7c-b6bc-15fb7beeb303 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1283/2701] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/security-groups/lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2702] 199.204.45.169 () {30 vars in 784 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/security-groups?name=lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2703] 199.204.45.169 () {34 vars in 735 bytes} [Tue May 26 22:24:34 2026] POST /v2.0/security-groups => generated 1638 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2704] 199.204.45.169 () {30 vars in 814 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/security-group-rules?security_group_id=8a7be322-c88a-4e77-8ca5-13758dc0b7b6 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2705] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:24:34 2026] PUT /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2706] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:24:34 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1286/2707] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2708] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:24:34 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: 1287/2709] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:24:34 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: 1423/2710] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:24:34 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2711] 10.0.0.252 () {34 vars in 1015 bytes} [Tue May 26 22:24:42 2026] GET /v2.0/security-groups?id=b3744999-62e4-47f1-99d3-22f822b18ba0&fields=id => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2712] 10.0.0.252 () {34 vars in 981 bytes} [Tue May 26 22:24:42 2026] GET /v2.0/networks?id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2713] 10.0.0.252 () {34 vars in 964 bytes} [Tue May 26 22:24:42 2026] GET /v2.0/quotas/e7ddc02fd59642b5a55f9451b7938b97 => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2714] 10.0.0.252 () {34 vars in 1001 bytes} [Tue May 26 22:24:42 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&fields=id => generated 149 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2715] 10.0.0.252 () {34 vars in 1007 bytes} [Tue May 26 22:24:42 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2716] 10.0.0.252 () {34 vars in 1107 bytes} [Tue May 26 22:24:42 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2717] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:43 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2718] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:43 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => 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: 1293/2721] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:46 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => 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: 1429/2722] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:46 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => 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: 1294/2723] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:24:47 2026] GET /v2.0/networks?id=91029546-22bb-435b-aee6-e39ad5907ebe => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2724] 199.204.45.169 () {34 vars in 1049 bytes} [Tue May 26 22:24:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7ddc02fd59642b5a55f9451b7938b97 => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2725] 199.204.45.169 () {38 vars in 954 bytes} [Tue May 26 22:24:47 2026] POST /v2.0/ports => generated 1082 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2726] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:24:47 2026] PUT /v2.0/ports/b7f20fd3-eae5-4123-a3e2-3977f3378372 => generated 1243 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:24:48.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72782426-d0ea-440c-9c47-710788752030'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': 'b7f20fd3-eae5-4123-a3e2-3977f3378372', '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: 1296/2727] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:24:48 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1432/2728] 199.204.45.169 () {34 vars in 1017 bytes} [Tue May 26 22:24:49 2026] GET /v2.0/networks?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&shared=False => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2729] 199.204.45.169 () {34 vars in 929 bytes} [Tue May 26 22:24:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2730] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:49 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2731] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:49 2026] GET /v2.0/security-groups?id=b3744999-62e4-47f1-99d3-22f822b18ba0&fields=id&fields=name => generated 96 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2732] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:49 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2733] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2734] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => 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: 1300/2735] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2736] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&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: 1301/2737] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1437/2738] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:24:50 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1302/2739] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:52 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2740] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:52 2026] GET /v2.0/security-groups?id=b3744999-62e4-47f1-99d3-22f822b18ba0&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2741] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:52 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => 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: 1439/2742] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:24:54 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2743] 199.204.45.169 () {34 vars in 1043 bytes} [Tue May 26 22:24:54 2026] GET /v2.0/security-groups?id=b3744999-62e4-47f1-99d3-22f822b18ba0&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2744] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:55 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => 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: 1305/2745] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:55 2026] GET /v2.0/security-groups?id=b3744999-62e4-47f1-99d3-22f822b18ba0&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2746] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:55 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2747] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:58 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2748] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:24:58 2026] GET /v2.0/security-groups?id=b3744999-62e4-47f1-99d3-22f822b18ba0&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: 1307/2749] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:24:58 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2756] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:25:36 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: 1311/2757] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:25:36 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: 1447/2758] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:25:36 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: 1312/2759] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:25:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2760] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:25:36 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1313/2761] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:25:36 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2762] 199.204.45.169 () {34 vars in 716 bytes} [Tue May 26 22:25:36 2026] POST /v2.0/ports => generated 1059 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2763] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:25:37 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1059 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2764] 10.0.0.252 () {34 vars in 906 bytes} [Tue May 26 22:25:37 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2765] 199.204.45.169 () {34 vars in 1261 bytes} [Tue May 26 22:25:38 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2766] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:25:38 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1316/2767] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:25:38 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1452/2768] 199.204.45.169 () {34 vars in 974 bytes} [Tue May 26 22:25:38 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2769] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:25:38 2026] GET /v2.0/networks?id=8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2770] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:25:38 2026] PUT /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1249 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:39.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2490af9c-1107-4001-acbf-826d457cb637'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': 'ff9c8c3a-375d-4532-96eb-5e8c45876b5a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1318/2771] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:25:39 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2489 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2772] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:25:39 2026] GET /v2.0/networks?id=8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2773] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:25:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1455/2774] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:25:40 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2775] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:25:40 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&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: 1456/2776] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:25:40 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1321/2777] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:25:40 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1457/2778] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2489 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2779] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => 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: 1458/2780] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => 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: 1323/2781] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&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: 1459/2782] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2783] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1460/2784] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1325/2785] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2786] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2787] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1462/2788] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:25:41 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1328/2791] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:25:45 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1251 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2792] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:25:45 2026] PUT /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1276 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:45.945 8 INFO neutron.api.v2.resource [None req-0dc53a6f-78fd-455a-a783-698fa41b97f4 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1329/2793] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 22:25:45 2026] GET /v2.0/security-groups/lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:25:45.966 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4c4452d-5f6f-46ec-bb23-4d42b0075156'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': 'ff9c8c3a-375d-4532-96eb-5e8c45876b5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1465/2794] 199.204.45.169 () {30 vars in 784 bytes} [Tue May 26 22:25:45 2026] GET /v2.0/security-groups?name=lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2795] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:25:45 2026] PUT /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1314 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:25:46.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-654e469b-d993-4aee-b44c-3908d0a7cad8'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': 'ff9c8c3a-375d-4532-96eb-5e8c45876b5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1466/2796] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1331/2797] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/networks?id=8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2798] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1332/2799] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1468/2800] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2801] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1469/2802] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:25: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: 7|app: 0|req: 1470/2803] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:25:46 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: 1471/2804] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:25:46 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: 1472/2805] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2806] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1473/2807] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1335/2808] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2809] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2810] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2811] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2812] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2813] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/networks?id=8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2814] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1479/2815] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2816] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:25:47 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&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: 1481/2817] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:25:48 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1337/2818] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:25:46 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2819] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:25:48 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1338/2820] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:25:48 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:25:52.175 7 INFO neutron.db.l3_db [None req-03a29c5c-97d8-4bb4-917e-f1490776f013 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Floating IP 6144d8ea-6e71-4cc2-a872-1474c4b719b0 associated. External IP: 10.96.250.214, port: 1600a1b9-3236-4d97-9147-4cd1dabb5839. [pid: 7|app: 0|req: 1483/2821] 10.0.0.31 () {34 vars in 675 bytes} [Tue May 26 22:25:51 2026] POST /v2.0/floatingips => generated 899 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2822] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:25:55 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: 1484/2823] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:25:55 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: 1340/2824] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:25:55 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: 1485/2825] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:25:55.514 8 INFO neutron.api.v2.resource [None req-8f31c0f6-c38c-469e-8f31-5b625958149b 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1341/2826] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/security-groups/lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => 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: 1486/2827] 199.204.45.169 () {30 vars in 784 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/security-groups?name=lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2828] 199.204.45.169 () {30 vars in 814 bytes} [Tue May 26 22:25:55 2026] GET /v2.0/security-group-rules?security_group_id=8a7be322-c88a-4e77-8ca5-13758dc0b7b6 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2829] 199.204.45.169 () {34 vars in 746 bytes} [Tue May 26 22:25:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2830] 199.204.45.169 () {34 vars in 746 bytes} [Tue May 26 22:25:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2833] 10.0.0.84 () {30 vars in 688 bytes} [Tue May 26 22:26:03 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: 1345/2834] 10.0.0.84 () {30 vars in 690 bytes} [Tue May 26 22:26:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2835] 10.0.0.84 () {30 vars in 666 bytes} [Tue May 26 22:26: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: 8|app: 0|req: 1346/2836] 10.0.0.84 () {30 vars in 702 bytes} [Tue May 26 22:26:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2837] 10.0.0.84 () {28 vars in 437 bytes} [Tue May 26 22:26:03 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: 1347/2838] 10.0.0.84 () {30 vars in 726 bytes} [Tue May 26 22:26:03 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2839] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:04 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: 1348/2840] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:04 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: 1493/2841] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:04 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: 1349/2842] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:04 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: 1494/2843] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:04 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2844] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:04 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2845] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:05 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: 1351/2846] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2847] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2848] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:05 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: 1497/2849] 199.204.45.169 () {34 vars in 716 bytes} [Tue May 26 22:26:05 2026] POST /v2.0/ports => generated 1324 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2850] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:26:05 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1324 bytes in 33 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: 1498/2851] 10.0.0.252 () {34 vars in 906 bytes} [Tue May 26 22:26:05 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2852] 199.204.45.169 () {34 vars in 1261 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2853] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1355/2854] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:06 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1500/2855] 199.204.45.169 () {34 vars in 974 bytes} [Tue May 26 22:26:07 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2856] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:07 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2857] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:26:07 2026] PUT /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1514 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:07.808 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-532c4e5c-d50b-497a-9afa-f6c4ea15d2a9'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': '8e6f9793-97cc-438b-af3a-4c640f9d2429', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1357/2858] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4096 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, ' [pid: 7|app: 0|req: 1502/2859] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2860] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.32&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1503/2861] 199.204.45.169 () {34 vars in 1103 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11f&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1359/2862] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e&id=07427ead-b976-4714-8bc7-b7c73d8b356f => 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: 1504/2863] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&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: 1360/2864] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&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: 1505/2865] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1361/2866] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:08 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1506/2867] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4096 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2868] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => 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: 1507/2869] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2870] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&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: 1508/2871] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2872] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:09 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1509/2873] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1365/2874] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2875] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2876] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1511/2877] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1367/2878] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.32&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1512/2879] 199.204.45.169 () {34 vars in 1103 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11f&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1368/2880] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e&id=07427ead-b976-4714-8bc7-b7c73d8b356f => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2881] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2882] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&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: 1514/2883] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2884] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:10 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1372/2887] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1516 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2888] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5 => generated 797 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2889] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2890] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/subnets/07427ead-b976-4714-8bc7-b7c73d8b356f => generated 744 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2891] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:14 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: 1518/2892] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2893] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:14 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: 1519/2894] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26: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) [pid: 8|app: 0|req: 1376/2895] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2896] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:14 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => 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: 1377/2897] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:15 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2898] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:15 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1378/2899] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:15 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2900] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:15 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2901] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:15 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2902] 10.0.0.84 () {30 vars in 688 bytes} [Tue May 26 22:26:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2903] 10.0.0.84 () {30 vars in 690 bytes} [Tue May 26 22:26: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: 7|app: 0|req: 1524/2904] 10.0.0.84 () {30 vars in 666 bytes} [Tue May 26 22:26:19 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: 1381/2905] 10.0.0.84 () {30 vars in 702 bytes} [Tue May 26 22:26:19 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: 1525/2906] 10.0.0.84 () {28 vars in 437 bytes} [Tue May 26 22:26:19 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: 1382/2907] 10.0.0.84 () {30 vars in 726 bytes} [Tue May 26 22:26:19 2026] GET /v2.0/subnets/bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2908] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2909] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2910] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:21 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: 1384/2911] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:21 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: 7|app: 0|req: 1528/2912] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:21 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => 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: 1385/2913] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:21 2026] GET /v2.0/subnets/bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2914] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:21 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2915] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:21 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: 1530/2916] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:21 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: 1387/2917] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:21 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: 1531/2918] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:21 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: 1388/2919] 199.204.45.169 () {34 vars in 716 bytes} [Tue May 26 22:26:21 2026] POST /v2.0/ports => generated 1332 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2920] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:26:22 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1332 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: 8|app: 0|req: 1389/2921] 199.204.45.169 () {34 vars in 1261 bytes} [Tue May 26 22:26:23 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2922] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:23 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1390/2923] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:23 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1534/2924] 199.204.45.169 () {34 vars in 974 bytes} [Tue May 26 22:26:23 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2925] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:23 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2926] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:26:23 2026] PUT /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1522 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:24.333 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b741bbbe-7d67-4f78-885a-8d5c3f10a4d0'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': '5e0110ad-2ba4-4c6a-bdcd-ea99f4861088', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1392/2927] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:24 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 5612 bytes in 57 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: 1536/2928] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:24 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => 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: 1393/2929] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:26:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.233&port_id=5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2930] 199.204.45.169 () {34 vars in 1105 bytes} [Tue May 26 22:26:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26f&port_id=5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => 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: 1394/2931] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:26:25 2026] GET /v2.0/subnets?id=a2d090c1-371f-481d-afd8-09552d47cf73&id=bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 1414 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2932] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:25 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&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: 1395/2933] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:25 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2934] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:25 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1396/2935] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:25 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2936] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 5612 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2937] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => 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: 1541/2938] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2939] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2940] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1399/2941] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1543/2942] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1400/2943] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2944] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2945] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1545/2946] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1402/2947] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.32&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2948] 199.204.45.169 () {34 vars in 1103 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11f&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1403/2949] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e&id=07427ead-b976-4714-8bc7-b7c73d8b356f => generated 1411 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2950] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&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: 8|app: 0|req: 1404/2951] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2952] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:26 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1405/2953] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1549/2954] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.233&port_id=5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => 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: 1406/2955] 199.204.45.169 () {34 vars in 1105 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26f&port_id=5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2956] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/subnets?id=a2d090c1-371f-481d-afd8-09552d47cf73&id=bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2957] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2958] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2959] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2960] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:27 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1410/2963] 10.0.0.252 () {34 vars in 970 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2964] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2965] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/subnets/bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2966] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/subnets/a2d090c1-371f-481d-afd8-09552d47cf73 => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2967] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1516 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2968] 199.204.45.169 () {34 vars in 789 bytes} [Tue May 26 22:26:31 2026] PUT /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1251 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:31.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23e82d65-0f70-42eb-bee6-ff2f178dcd97'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': '8e6f9793-97cc-438b-af3a-4c640f9d2429', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1413/2969] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1557/2970] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:31 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2971] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2972] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2973] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:32 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: 1559/2974] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2975] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2976] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2977] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2978] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1418/2979] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2980] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2981] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1563/2982] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2983] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2984] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.32&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1421/2985] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2986] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2987] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2988] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:32 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2991] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2992] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2993] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2994] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:45 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: 1570/2995] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => 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: 1426/2996] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 5385 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2997] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:45 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: 1427/2998] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:45 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: 1572/2999] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3000] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3001] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:45 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3002] 199.204.45.169 () {34 vars in 789 bytes} [Tue May 26 22:26:46 2026] PUT /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1255 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:46.380 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae2be7f9-e27a-4e5e-b5c8-86ec6470209a'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': '5e0110ad-2ba4-4c6a-bdcd-ea99f4861088', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1574/3003] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a => generated 798 bytes in 43 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: 1430/3004] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/subnets/bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3005] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3006] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:26:46 2026] PUT /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1080 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3007] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a => generated 798 bytes in 53 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: 1432/3008] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3009] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4977 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3010] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:46 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3011] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:47 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1434/3012] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:47 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1579/3013] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:47 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:48.415 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2c46973-ebd2-4798-9a52-7ebee0b24205'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': '5e0110ad-2ba4-4c6a-bdcd-ea99f4861088', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1435/3014] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:48 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3015] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:48 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4977 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3016] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:48 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => 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: 1581/3017] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:49 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1437/3018] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:49 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1582/3019] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:49 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 4977 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3020] 199.204.45.169 () {34 vars in 974 bytes} [Tue May 26 22:26:49 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3021] 199.204.45.169 () {34 vars in 1059 bytes} [Tue May 26 22:26:49 2026] GET /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3022] 199.204.45.169 () {34 vars in 1015 bytes} [Tue May 26 22:26:49 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=dns_domain => generated 29 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3023] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:26:49 2026] PUT /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 917 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3024] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:50 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3869 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, ' 2026-05-26 22:26:50.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-9314ed23-3310-4786-84a9-fea1631b4d59 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 2026-05-26 22:26:50.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9314ed23-3310-4786-84a9-fea1631b4d59 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 [pid: 7|app: 0|req: 1585/3025] 199.204.45.169 () {32 vars in 758 bytes} [Tue May 26 22:26:50 2026] DELETE /v2.0/ports/5e0110ad-2ba4-4c6a-bdcd-ea99f4861088 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3026] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:50 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: 1586/3027] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3028] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:51 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: 1587/3029] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:51 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: 1443/3030] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3031] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3032] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3033] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1445/3034] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3035] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => 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: 1446/3036] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3037] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3869 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3038] 199.204.45.169 () {34 vars in 1225 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/networks?id=91029546-22bb-435b-aee6-e39ad5907ebe&id=8c6975c6-493f-4ffa-b352-e56d71828d29&id=92a936d6-c00f-443a-9608-d27a517447b5&id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 3097 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3039] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3040] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3041] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&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: 1449/3042] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3043] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1450/3044] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1595/3045] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:51 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3046] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&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: 1596/3047] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1452/3048] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1597/3049] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.32&port_id=8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1453/3050] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3051] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3052] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3053] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:52 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1455/3054] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:54 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: 1600/3055] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:54 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: 1456/3056] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:54 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: 1601/3057] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:54 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: 1457/3058] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:54 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3869 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3059] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:55 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: 1458/3060] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:55 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: 1603/3061] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3062] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:55 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: 1604/3063] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:55 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1287 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3064] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:26:55 2026] PUT /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 1080 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:26:55.557 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cb564d3-faea-432c-b423-994ab03bdcac'] response: {'name': 'network-changed', 'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'tag': '8e6f9793-97cc-438b-af3a-4c640f9d2429', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1605/3065] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:55 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5 => generated 797 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: 8|app: 0|req: 1461/3066] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:55 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3067] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:55 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3698 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3068] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:56 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3069] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:26:56 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3070] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:56 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3071] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:56 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1464/3072] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:56 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3073] 199.204.45.169 () {34 vars in 974 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => 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: 1465/3074] 199.204.45.169 () {34 vars in 1059 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3075] 199.204.45.169 () {34 vars in 1015 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3076] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:57 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3077] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:26:57 2026] PUT /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 917 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3078] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:26:58 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 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, ' 2026-05-26 22:26:59.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2217108-5756-4060-b5cb-696790c187a2 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 8e6f9793-97cc-438b-af3a-4c640f9d2429 2026-05-26 22:26:59.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2217108-5756-4060-b5cb-696790c187a2 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 8e6f9793-97cc-438b-af3a-4c640f9d2429 [pid: 7|app: 0|req: 1612/3081] 199.204.45.169 () {32 vars in 758 bytes} [Tue May 26 22:26:58 2026] DELETE /v2.0/ports/8e6f9793-97cc-438b-af3a-4c640f9d2429 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3082] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3083] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:26:59 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: 1471/3084] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:26:59 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: 1614/3085] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:26:59 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: 1472/3086] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3087] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => 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: 1473/3088] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3089] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1474/3090] 199.204.45.169 () {30 vars in 742 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3091] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3092] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1618/3093] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3094] 199.204.45.169 () {34 vars in 1145 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/networks?id=91029546-22bb-435b-aee6-e39ad5907ebe&id=8c6975c6-493f-4ffa-b352-e56d71828d29&id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3095] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3096] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3097] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3098] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1621/3099] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3100] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:26:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.179&port_id=ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3101] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:27:00 2026] GET /v2.0/subnets?id=fe2166da-74f6-4580-b07f-791e18d79531 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3102] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:27:00 2026] GET /v2.0/ports?network_id=8c6975c6-493f-4ffa-b352-e56d71828d29&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3103] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:27:00 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1481/3104] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:27:00 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?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: 1624/3105] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:27:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3106] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:27:11 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: 1625/3107] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:27:11 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: 1483/3108] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:27:11 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-26 22:27:11.803 7 INFO neutron.api.v2.resource [None req-70507aa4-804f-47c7-b23e-32dc31128a2d 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3109] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 22:27:11 2026] GET /v2.0/security-groups/lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => 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: 1484/3110] 199.204.45.169 () {30 vars in 784 bytes} [Tue May 26 22:27:11 2026] GET /v2.0/security-groups?name=lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3111] 199.204.45.169 () {30 vars in 814 bytes} [Tue May 26 22:27:11 2026] GET /v2.0/security-group-rules?security_group_id=8a7be322-c88a-4e77-8ca5-13758dc0b7b6 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3112] 199.204.45.169 () {32 vars in 788 bytes} [Tue May 26 22:27:11 2026] DELETE /v2.0/security-group-rules/e7ed2933-fddb-4bc4-97be-a3974bd0de73 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3113] 199.204.45.169 () {32 vars in 788 bytes} [Tue May 26 22:27:11 2026] DELETE /v2.0/security-group-rules/f290563f-fac1-4896-9fc4-ed69e79957db => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:15.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-04a0d0f1-2fe7-4e67-b45e-a8bdf627dc29 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 28826380-8678-4da7-9166-dc915e7da5ce 2026-05-26 22:27:15.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04a0d0f1-2fe7-4e67-b45e-a8bdf627dc29 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 28826380-8678-4da7-9166-dc915e7da5ce 2026-05-26 22:27:15.340 8 INFO neutron.db.l3_db [None req-04a0d0f1-2fe7-4e67-b45e-a8bdf627dc29 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Floating IP 6144d8ea-6e71-4cc2-a872-1474c4b719b0 disassociated (deleted). External IP: 10.96.250.214, port: 1600a1b9-3236-4d97-9147-4cd1dabb5839. [pid: 8|app: 0|req: 1487/3116] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:27:14 2026] DELETE /v2.0/floatingips/6144d8ea-6e71-4cc2-a872-1474c4b719b0 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:15.677 7 INFO neutron.api.v2.resource [None req-017114eb-ccdf-42f8-92fb-dcf2c13fb744 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3117] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:27:15 2026] GET /v2.0/floatingips/6144d8ea-6e71-4cc2-a872-1474c4b719b0 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3118] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:27:16 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: 1631/3119] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:27:16 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: 1489/3120] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:27:16 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: 1632/3121] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:27:16 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-26 22:27:16.358 8 INFO neutron.api.v2.resource [None req-31de2715-0898-48fe-a747-62ae4a016e17 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/3122] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/security-groups/lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => 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: 1633/3123] 199.204.45.169 () {30 vars in 784 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/security-groups?name=lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3124] 199.204.45.169 () {30 vars in 814 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/security-group-rules?security_group_id=8a7be322-c88a-4e77-8ca5-13758dc0b7b6 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3125] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3126] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3127] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:27:16 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: 1493/3128] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:27:16 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: 1636/3129] 199.204.45.169 () {30 vars in 740 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => 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: 1494/3130] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3131] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3132] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:27:16 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3133] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:27:17 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3134] 199.204.45.169 () {34 vars in 974 bytes} [Tue May 26 22:27:18 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3135] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:27:18 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3136] 199.204.45.169 () {34 vars in 1059 bytes} [Tue May 26 22:27:18 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3137] 199.204.45.169 () {34 vars in 1015 bytes} [Tue May 26 22:27:18 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3138] 199.204.45.169 () {38 vars in 1027 bytes} [Tue May 26 22:27:19 2026] PUT /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1151 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3139] 199.204.45.169 () {30 vars in 768 bytes} [Tue May 26 22:27:19 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1499/3140] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:27:20 2026] PUT /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1090 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3141] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 1090 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-26 22:27:20.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-3868650a-6ba0-4d88-acaf-397d54e49e39 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: ff9c8c3a-375d-4532-96eb-5e8c45876b5a 2026-05-26 22:27:20.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3868650a-6ba0-4d88-acaf-397d54e49e39 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: ff9c8c3a-375d-4532-96eb-5e8c45876b5a [pid: 8|app: 0|req: 1500/3142] 199.204.45.169 () {32 vars in 758 bytes} [Tue May 26 22:27:20 2026] DELETE /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3143] 199.204.45.169 () {30 vars in 702 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3144] 199.204.45.169 () {30 vars in 704 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3145] 199.204.45.169 () {30 vars in 680 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3146] 199.204.45.169 () {30 vars in 716 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:20.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83791722-6414-4c0d-9651-63a31bb80cb5 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3147] 199.204.45.169 () {32 vars in 758 bytes} [Tue May 26 22:27:20 2026] DELETE /v2.0/ports/ff9c8c3a-375d-4532-96eb-5e8c45876b5a => 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: 1503/3148] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:20.740 7 INFO neutron.api.v2.resource [None req-14485c64-2230-4146-bafc-5ebe80627187 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3149] 199.204.45.169 () {30 vars in 762 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/security-groups/lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3150] 199.204.45.169 () {30 vars in 784 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/security-groups?name=lb-6a03fb66-8b5d-4423-b897-699d83b3cb30 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3151] 199.204.45.169 () {30 vars in 736 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3152] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/ports?tenant_id=e7ddc02fd59642b5a55f9451b7938b97&device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3153] 199.204.45.169 () {34 vars in 1065 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/networks?id=91029546-22bb-435b-aee6-e39ad5907ebe&id=8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 1524 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3154] 199.204.45.169 () {34 vars in 1061 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.127&port_id=b7f20fd3-eae5-4123-a3e2-3977f3378372 => 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: 1508/3155] 199.204.45.169 () {34 vars in 983 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/subnets?id=c5b98055-a0d9-4ad7-8827-8055d9afb53a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3156] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:27:20 2026] GET /v2.0/ports?network_id=91029546-22bb-435b-aee6-e39ad5907ebe&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3157] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:27:21 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3158] 199.204.45.169 () {34 vars in 788 bytes} [Tue May 26 22:27:20 2026] PUT /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 1094 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3159] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:27:21 2026] GET /v2.0/networks/91029546-22bb-435b-aee6-e39ad5907ebe?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: 1649/3160] 199.204.45.169 () {32 vars in 778 bytes} [Tue May 26 22:27:21 2026] DELETE /v2.0/security-groups/8a7be322-c88a-4e77-8ca5-13758dc0b7b6 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:21.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f236960-6ec4-408d-a2ed-eed4c5d41277 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: 1600a1b9-3236-4d97-9147-4cd1dabb5839 2026-05-26 22:27:21.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f236960-6ec4-408d-a2ed-eed4c5d41277 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: 1600a1b9-3236-4d97-9147-4cd1dabb5839 [pid: 8|app: 0|req: 1512/3161] 199.204.45.169 () {32 vars in 758 bytes} [Tue May 26 22:27:21 2026] DELETE /v2.0/ports/1600a1b9-3236-4d97-9147-4cd1dabb5839 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3162] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:27:24 2026] GET /v2.0/ports?device_id=efb0a4de-0dc1-4def-ac90-ba3bdbe767e4 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:24.245 8 INFO neutron_taas.services.taas.taas_plugin [req-6bcf44d4-f9a1-41e1-acfa-a180a5686ae9 req-58f501d1-27c8-4786-b3e2-2c2a95aa21a4 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] TaaS: Handle Delete Port: b7f20fd3-eae5-4123-a3e2-3977f3378372 2026-05-26 22:27:24.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6bcf44d4-f9a1-41e1-acfa-a180a5686ae9 req-58f501d1-27c8-4786-b3e2-2c2a95aa21a4 861179ecdd864c19a5063cdf3996161a e7ddc02fd59642b5a55f9451b7938b97 - - default default] Tap Mirror: Handle Delete Port: b7f20fd3-eae5-4123-a3e2-3977f3378372 [pid: 8|app: 0|req: 1513/3163] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:27:24 2026] DELETE /v2.0/ports/b7f20fd3-eae5-4123-a3e2-3977f3378372 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:24.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01c80024-ae83-47a8-910a-c2f72cbd06e5'] response: {'server_uuid': 'efb0a4de-0dc1-4def-ac90-ba3bdbe767e4', 'name': 'network-vif-deleted', 'tag': 'b7f20fd3-eae5-4123-a3e2-3977f3378372', 'status': 'completed', 'code': 200} 2026-05-26 22:27:25.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-d39bc247-8d9b-47c7-8986-7472cd377906 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: a11f12fa-fa95-4673-bc2d-7ca83fab8068 2026-05-26 22:27:25.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d39bc247-8d9b-47c7-8986-7472cd377906 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: a11f12fa-fa95-4673-bc2d-7ca83fab8068 2026-05-26 22:27:26.135 7 INFO neutron.db.l3_db [None req-d39bc247-8d9b-47c7-8986-7472cd377906 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Floating IP d2a83432-b679-4c36-a44d-17ababa50fa7 disassociated (deleted). External IP: 10.96.250.201, port: d8958a45-fe33-4ec5-bdc9-a25143fe1858. [pid: 7|app: 0|req: 1651/3164] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:27:25 2026] DELETE /v2.0/floatingips/d2a83432-b679-4c36-a44d-17ababa50fa7 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:26.510 8 INFO neutron.api.v2.resource [None req-102a03d4-5a34-4275-b9ae-dc265d3350e0 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1514/3165] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:27:26 2026] GET /v2.0/floatingips/d2a83432-b679-4c36-a44d-17ababa50fa7 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:26.517 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c45edd11-44f7-4176-8b88-2883825ffded'] response: {'name': 'network-changed', 'server_uuid': '4a4279d9-e1d5-4ca8-a799-322991a01796', 'tag': 'd8958a45-fe33-4ec5-bdc9-a25143fe1858', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1652/3166] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:27:26 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3167] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:27:26 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3168] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3169] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/networks?id=81a6615c-471a-4f05-90b0-ae5da40af65a => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3170] 199.204.45.169 () {34 vars in 1055 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.61&port_id=d8958a45-fe33-4ec5-bdc9-a25143fe1858 => 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: 1517/3171] 199.204.45.169 () {34 vars in 1105 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A147&port_id=d8958a45-fe33-4ec5-bdc9-a25143fe1858 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3172] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/subnets?id=a2d090c1-371f-481d-afd8-09552d47cf73&id=bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3173] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3174] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/ports?network_id=81a6615c-471a-4f05-90b0-ae5da40af65a&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: 1519/3175] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3176] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:27:27 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a?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: 1521/3179] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:27:29 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:29.275 7 INFO neutron_taas.services.taas.taas_plugin [req-9cb91f36-901c-4c85-9b79-82d3fecae946 req-e2ef68a5-1295-4e0c-add4-2691edff267c e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: d8958a45-fe33-4ec5-bdc9-a25143fe1858 2026-05-26 22:27:29.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9cb91f36-901c-4c85-9b79-82d3fecae946 req-e2ef68a5-1295-4e0c-add4-2691edff267c e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: d8958a45-fe33-4ec5-bdc9-a25143fe1858 [pid: 7|app: 0|req: 1659/3180] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:27:29 2026] DELETE /v2.0/ports/d8958a45-fe33-4ec5-bdc9-a25143fe1858 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:29.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c8ed787-b323-4a93-abf9-780fc375e062'] response: {'server_uuid': '4a4279d9-e1d5-4ca8-a799-322991a01796', 'name': 'network-vif-deleted', 'tag': 'd8958a45-fe33-4ec5-bdc9-a25143fe1858', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1522/3181] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:27:31 2026] GET /v2.0/ports?device_id=4a4279d9-e1d5-4ca8-a799-322991a01796 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 22:27:37.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-79110492-16f2-4228-a4d2-818f29cd6cb0 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 19aa86e3-db0b-4e18-8b84-691fa9722e86 2026-05-26 22:27:37.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79110492-16f2-4228-a4d2-818f29cd6cb0 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 19aa86e3-db0b-4e18-8b84-691fa9722e86 2026-05-26 22:27:37.272 7 INFO neutron.db.l3_db [None req-79110492-16f2-4228-a4d2-818f29cd6cb0 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Floating IP 6f9af766-b16a-415f-a387-558472b77e3a disassociated (deleted). External IP: 10.96.250.210, port: 62645303-8ee2-4f67-a50f-23ce6966a707. [pid: 7|app: 0|req: 1660/3182] 10.0.0.31 () {32 vars in 730 bytes} [Tue May 26 22:27:36 2026] DELETE /v2.0/floatingips/6f9af766-b16a-415f-a387-558472b77e3a => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:37.589 8 INFO neutron.api.v2.resource [None req-923be942-b6a5-40c6-9879-a1750c868b4f e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3183] 10.0.0.31 () {32 vars in 727 bytes} [Tue May 26 22:27:37 2026] GET /v2.0/floatingips/6f9af766-b16a-415f-a387-558472b77e3a => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:37.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59d4be83-e281-4ca5-b22f-213a66bc68ea'] response: {'name': 'network-changed', 'server_uuid': '9596a4a6-c620-463e-b8fe-b0fd8722fa7b', 'tag': '62645303-8ee2-4f67-a50f-23ce6966a707', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1661/3184] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:27:37 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3185] 10.0.0.252 () {34 vars in 1039 bytes} [Tue May 26 22:27:37 2026] GET /v2.0/security-groups?id=a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8&fields=id&fields=name => generated 108 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3186] 199.204.45.169 () {34 vars in 1079 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/ports?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => 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: 1525/3187] 199.204.45.169 () {34 vars in 985 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/networks?id=92a936d6-c00f-443a-9608-d27a517447b5 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3188] 199.204.45.169 () {34 vars in 1057 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=62645303-8ee2-4f67-a50f-23ce6966a707 => 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: 1526/3189] 199.204.45.169 () {34 vars in 1103 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A22b&port_id=62645303-8ee2-4f67-a50f-23ce6966a707 => 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: 1664/3190] 199.204.45.169 () {34 vars in 1063 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/subnets?id=1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e&id=07427ead-b976-4714-8bc7-b7c73d8b356f => 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: 1527/3191] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&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: 1665/3192] 199.204.45.169 () {34 vars in 1051 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/ports?network_id=92a936d6-c00f-443a-9608-d27a517447b5&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3193] 199.204.45.169 () {34 vars in 1011 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1666/3194] 199.204.45.169 () {34 vars in 1111 bytes} [Tue May 26 22:27:38 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5?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: 1529/3195] 199.204.45.169 () {34 vars in 993 bytes} [Tue May 26 22:27:40 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => generated 1198 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 22:27:40.340 7 INFO neutron_taas.services.taas.taas_plugin [req-6b246fa2-7e59-4d7c-8481-87e682dc8724 req-d8dcb60e-28d5-4e0f-a37d-1e34aeb5ad00 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 62645303-8ee2-4f67-a50f-23ce6966a707 2026-05-26 22:27:40.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b246fa2-7e59-4d7c-8481-87e682dc8724 req-d8dcb60e-28d5-4e0f-a37d-1e34aeb5ad00 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 62645303-8ee2-4f67-a50f-23ce6966a707 [pid: 7|app: 0|req: 1667/3196] 199.204.45.169 () {36 vars in 996 bytes} [Tue May 26 22:27:40 2026] DELETE /v2.0/ports/62645303-8ee2-4f67-a50f-23ce6966a707 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:40.564 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27b105c0-261d-466b-9e98-f1f4753d38fa'] response: {'server_uuid': '9596a4a6-c620-463e-b8fe-b0fd8722fa7b', 'name': 'network-vif-deleted', 'tag': '62645303-8ee2-4f67-a50f-23ce6966a707', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1530/3197] 10.0.0.252 () {34 vars in 989 bytes} [Tue May 26 22:27:42 2026] GET /v2.0/ports?device_id=9596a4a6-c620-463e-b8fe-b0fd8722fa7b => 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: 1669/3200] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/4e046a38-5f1b-40b0-9c4c-ff728aae7971 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.122 8 INFO neutron.api.v2.resource [None req-6b52c8ae-969f-44bf-9c9c-5b59af9a1960 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3201] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/4e046a38-5f1b-40b0-9c4c-ff728aae7971 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3202] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/c14055d0-195f-4bba-902e-fb026c74331f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.213 8 INFO neutron.api.v2.resource [None req-854b13a5-cf3a-4194-a42e-91a5483c387c e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3203] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/c14055d0-195f-4bba-902e-fb026c74331f => 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: 1671/3204] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/ed37eb71-f521-490d-a8ae-580337be3a7c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.299 8 INFO neutron.api.v2.resource [None req-e521a41c-5632-482d-b3b2-a7bddd1aff95 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3205] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/ed37eb71-f521-490d-a8ae-580337be3a7c => 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: 1672/3206] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/2c2f42df-e6d2-42a4-acf7-a2c673fb5359 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.382 8 INFO neutron.api.v2.resource [None req-240d22b1-bc4f-4b74-9ceb-0eee5ce7be98 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3207] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/2c2f42df-e6d2-42a4-acf7-a2c673fb5359 => 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: 1673/3208] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/5bf6fa3e-a01a-4a90-b0d9-72eecb52961e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.463 8 INFO neutron.api.v2.resource [None req-cc0b6b99-15ad-49c8-8469-22bdf155415b e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3209] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/5bf6fa3e-a01a-4a90-b0d9-72eecb52961e => 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: 1674/3210] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/71f09671-bdb0-4b50-81ea-73846064a84c => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.541 8 INFO neutron.api.v2.resource [None req-34b6c630-6391-437e-8aff-ca59ff6d18bd e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3211] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/71f09671-bdb0-4b50-81ea-73846064a84c => 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: 1675/3212] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/e217b493-2472-4b71-aa03-ef6f46abe13c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.632 8 INFO neutron.api.v2.resource [None req-3088088f-b483-4cdb-9172-e6f062f0add8 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3213] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/e217b493-2472-4b71-aa03-ef6f46abe13c => 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: 1676/3214] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/b6cfc514-07a2-4e07-8f93-9a4e89b8be89 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.712 8 INFO neutron.api.v2.resource [None req-2340f2e8-1a19-471d-8c07-8d076e0bd0fb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3215] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/b6cfc514-07a2-4e07-8f93-9a4e89b8be89 => 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: 1677/3216] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/5d80a18c-8443-4c00-8759-9ef7df59ebdc => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.800 8 INFO neutron.api.v2.resource [None req-d9ef42e9-a1ea-4edf-9fb6-398a8aa00c0f e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3217] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/5d80a18c-8443-4c00-8759-9ef7df59ebdc => 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: 1678/3218] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/79ff4dd5-a391-46cf-ae8e-483a870bf829 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.882 8 INFO neutron.api.v2.resource [None req-b296e0ef-dc72-4012-ae00-e10b622d17e9 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3219] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/79ff4dd5-a391-46cf-ae8e-483a870bf829 => 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: 1679/3220] 10.0.0.31 () {32 vars in 748 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-group-rules/a35ce00d-b948-4eb9-a062-bb4766f5da92 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:48.967 8 INFO neutron.api.v2.resource [None req-da5f2344-3fb4-4650-bc59-9da87c9cd69e e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3221] 10.0.0.31 () {32 vars in 745 bytes} [Tue May 26 22:27:48 2026] GET /v2.0/security-group-rules/a35ce00d-b948-4eb9-a062-bb4766f5da92 => 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: 1680/3222] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:48 2026] DELETE /v2.0/security-groups/a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:49.076 8 INFO neutron.api.v2.resource [None req-5fc6a7a9-7cb0-45fb-b6eb-345ca0f8640c e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3223] 10.0.0.31 () {32 vars in 735 bytes} [Tue May 26 22:27:49 2026] GET /v2.0/security-groups/a3bfe7ad-7823-444c-a2f3-3a3035a1a9d8 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:49.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0f7c877-a3d3-4f07-a48f-9433f758a297 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: a667a6f7-cc59-4bb9-8230-5c3dcff915fe 2026-05-26 22:27:49.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0f7c877-a3d3-4f07-a48f-9433f758a297 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: a667a6f7-cc59-4bb9-8230-5c3dcff915fe [pid: 7|app: 0|req: 1681/3224] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:27:49 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:50.213 8 INFO neutron.api.v2.resource [None req-a592924f-794f-4f3b-a0c3-083900cc844d e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3225] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:27:50 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:50.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9c86df2-4469-460c-be74-2c3fced7a854 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 4209a2ab-0a1d-4411-b4b4-d8bd66e961d7 2026-05-26 22:27:50.627 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9c86df2-4469-460c-be74-2c3fced7a854 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 4209a2ab-0a1d-4411-b4b4-d8bd66e961d7 [pid: 7|app: 0|req: 1682/3226] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:27:50 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:51.299 8 INFO neutron.api.v2.resource [None req-a4eaa515-c206-48c2-b30c-f3f8e4905600 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3227] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:27:51 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/remove_router_interface => generated 198 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:51.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e623c2d-2dbe-4c40-99ba-792ec54eeea4 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: c03cbd75-4da2-436d-98db-c6c9c4ea3c59 2026-05-26 22:27:51.668 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e623c2d-2dbe-4c40-99ba-792ec54eeea4 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: c03cbd75-4da2-436d-98db-c6c9c4ea3c59 [pid: 7|app: 0|req: 1683/3228] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:27:51 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 22:27:52.371 8 INFO neutron.api.v2.resource [None req-dec42e30-609e-4158-9963-514ea1a71baf e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3229] 10.0.0.31 () {34 vars in 787 bytes} [Tue May 26 22:27:52 2026] PUT /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24/remove_router_interface => generated 198 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:52.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-36ece150-08dc-48c1-825b-b69f6189c7fb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 1c40fe78-3dff-4ded-ac8a-5ceb26008711 2026-05-26 22:27:52.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ece150-08dc-48c1-825b-b69f6189c7fb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 1c40fe78-3dff-4ded-ac8a-5ceb26008711 2026-05-26 22:27:52.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-36ece150-08dc-48c1-825b-b69f6189c7fb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: ffde05fe-b6a2-47f3-bfa1-edcf4c2e8844 2026-05-26 22:27:52.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ece150-08dc-48c1-825b-b69f6189c7fb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: ffde05fe-b6a2-47f3-bfa1-edcf4c2e8844 2026-05-26 22:27:53.260 7 INFO neutron.db.l3_hamode_db [None req-36ece150-08dc-48c1-825b-b69f6189c7fb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] HA network ca99140b-cd3e-412d-9a9b-b1142b0deee1 was deleted as no HA routers are present in tenant 8cc21cc40b5d462cbed058a4c2749e9a. [pid: 7|app: 0|req: 1684/3230] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:52 2026] DELETE /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 22:27:53.291 7 INFO neutron.services.segments.plugin [-] Segment ea7b5018-e7fb-42e4-8b52-53eecfe4155b resource provider aggregate not found 2026-05-26 22:27:53.301 8 INFO neutron.api.v2.resource [None req-b4bff69d-fc06-41f9-9361-f9537a333459 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3231] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:53 2026] GET /v2.0/routers/35f6f883-1e9a-45c5-a2ca-4ed75a9e7b24 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:53.308 7 INFO neutron.services.segments.plugin [-] Segment ea7b5018-e7fb-42e4-8b52-53eecfe4155b resource provider aggregate not found 2026-05-26 22:27:53.326 7 INFO neutron.services.segments.plugin [-] Segment ea7b5018-e7fb-42e4-8b52-53eecfe4155b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea7b5018-e7fb-42e4-8b52-53eecfe4155b found for delete ", "request_id": "req-e3e81eee-949a-44ac-898f-5d7a1a987c42"}]} 2026-05-26 22:27:53.327 7 INFO neutron.services.segments.plugin [-] Segment ea7b5018-e7fb-42e4-8b52-53eecfe4155b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea7b5018-e7fb-42e4-8b52-53eecfe4155b found for delete ", "request_id": "req-d000da12-749b-462d-a320-78b713686548"}]} [pid: 7|app: 0|req: 1685/3232] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:53 2026] DELETE /v2.0/subnets/a2d090c1-371f-481d-afd8-09552d47cf73 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:53.496 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f3ba970-bad1-4646-8575-d86979ba1e88 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3233] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:53 2026] GET /v2.0/subnets/a2d090c1-371f-481d-afd8-09552d47cf73 => 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: 1686/3234] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:53 2026] DELETE /v2.0/subnets/bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:53.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf85b02a-bffe-4c8c-951e-69a7700e7d36 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3235] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:53 2026] GET /v2.0/subnets/bea3cd0e-4420-4f4a-9faf-8ef8ada755c8 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:53.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-50639366-24cb-4dda-a540-febf48008c9b e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: a01e1373-4ec5-48db-837f-63eb84b4153d 2026-05-26 22:27:53.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50639366-24cb-4dda-a540-febf48008c9b e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: a01e1373-4ec5-48db-837f-63eb84b4153d [pid: 7|app: 0|req: 1687/3236] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:27:53 2026] DELETE /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:54.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-177fb2ad-6012-4f68-84d4-24ee25ec7ea8 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3237] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:27:54 2026] GET /v2.0/networks/81a6615c-471a-4f05-90b0-ae5da40af65a => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3238] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:54 2026] DELETE /v2.0/subnets/07427ead-b976-4714-8bc7-b7c73d8b356f => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:54.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-589123a7-7731-4740-b65e-31bfc4b28a9d e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3239] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:54 2026] GET /v2.0/subnets/07427ead-b976-4714-8bc7-b7c73d8b356f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3240] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:54 2026] DELETE /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:54.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f145b73c-f2d1-46dd-845d-94beb125f891 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3241] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:54 2026] GET /v2.0/subnets/1c64ae77-d4f8-4ccb-9e7c-9c606d3e087e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:54.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9058b28-f229-443b-8b12-62cd5cc2c99c e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 7475e472-75bc-4ec4-aca1-0ae73a670650 2026-05-26 22:27:54.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9058b28-f229-443b-8b12-62cd5cc2c99c e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 7475e472-75bc-4ec4-aca1-0ae73a670650 [pid: 7|app: 0|req: 1690/3242] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:27:54 2026] DELETE /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:54.711 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce3916d2-1047-4b6c-8932-fa7c58afdeeb e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3243] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:27:54 2026] GET /v2.0/networks/92a936d6-c00f-443a-9608-d27a517447b5 => 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: 1691/3244] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:54 2026] DELETE /v2.0/subnets/882368f2-ce14-4d91-842b-67d99258be43 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:54.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dbdba947-6f21-43f0-9535-8260660c1bb3 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3245] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:54 2026] GET /v2.0/subnets/882368f2-ce14-4d91-842b-67d99258be43 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3246] 10.0.0.31 () {32 vars in 722 bytes} [Tue May 26 22:27:54 2026] DELETE /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:55.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a1b08dd-1dd1-4698-bc2b-f19dd545a90a e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3247] 10.0.0.31 () {32 vars in 719 bytes} [Tue May 26 22:27:55 2026] GET /v2.0/subnets/fe2166da-74f6-4580-b07f-791e18d79531 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:55.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb94d466-8801-4fc5-a508-0392b430b1a1 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] TaaS: Handle Delete Port: 0087993c-a600-46e0-bc25-d58be831a220 2026-05-26 22:27:55.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb94d466-8801-4fc5-a508-0392b430b1a1 e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] Tap Mirror: Handle Delete Port: 0087993c-a600-46e0-bc25-d58be831a220 2026-05-26 22:27:55.349 7 INFO neutron.services.segments.plugin [-] Segment 84f04a0b-1b8b-4247-bec9-ebfe28dac758 resource provider aggregate not found 2026-05-26 22:27:55.356 7 INFO neutron.services.segments.plugin [-] Segment 84f04a0b-1b8b-4247-bec9-ebfe28dac758 resource provider aggregate not found 2026-05-26 22:27:55.371 7 INFO neutron.services.segments.plugin [-] Segment 84f04a0b-1b8b-4247-bec9-ebfe28dac758 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f04a0b-1b8b-4247-bec9-ebfe28dac758 found for delete ", "request_id": "req-77a4710d-b492-4929-94c4-8fa7b256cf0a"}]} 2026-05-26 22:27:55.377 7 INFO neutron.services.segments.plugin [-] Segment 84f04a0b-1b8b-4247-bec9-ebfe28dac758 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f04a0b-1b8b-4247-bec9-ebfe28dac758 found for delete ", "request_id": "req-19259c30-4d92-4580-a962-464f002acf1f"}]} 2026-05-26 22:27:55.387 7 INFO neutron.services.segments.plugin [-] Segment d8bcfea4-fb2f-415c-835e-ca5a19eda343 resource provider aggregate not found 2026-05-26 22:27:55.397 7 INFO neutron.services.segments.plugin [-] Segment d8bcfea4-fb2f-415c-835e-ca5a19eda343 resource provider aggregate not found 2026-05-26 22:27:55.401 7 INFO neutron.services.segments.plugin [-] Segment d8bcfea4-fb2f-415c-835e-ca5a19eda343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8bcfea4-fb2f-415c-835e-ca5a19eda343 found for delete ", "request_id": "req-ca3ae08b-b6a9-4cbb-a5e9-9fedb4d00049"}]} 2026-05-26 22:27:55.411 7 INFO neutron.services.segments.plugin [-] Segment d8bcfea4-fb2f-415c-835e-ca5a19eda343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8bcfea4-fb2f-415c-835e-ca5a19eda343 found for delete ", "request_id": "req-ff69f0d1-9e58-403e-a366-16b6398a2c4d"}]} [pid: 7|app: 0|req: 1693/3248] 10.0.0.31 () {32 vars in 724 bytes} [Tue May 26 22:27:55 2026] DELETE /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 22:27:55.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2532b97-a352-4b24-96e6-ccfc704ae09b e81cb431248749a3b6a13c5f7d72924f 8cc21cc40b5d462cbed058a4c2749e9a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3249] 10.0.0.31 () {32 vars in 721 bytes} [Tue May 26 22:27:55 2026] GET /v2.0/networks/8c6975c6-493f-4ffa-b352-e56d71828d29 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 22:27:57.424 7 INFO neutron.services.segments.plugin [-] Segment 4d9c7829-a419-4a18-9734-8cede933fc74 resource provider aggregate not found 2026-05-26 22:27:57.431 7 INFO neutron.services.segments.plugin [-] Segment 4d9c7829-a419-4a18-9734-8cede933fc74 resource provider aggregate not found 2026-05-26 22:27:57.441 7 INFO neutron.services.segments.plugin [-] Segment 4d9c7829-a419-4a18-9734-8cede933fc74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9c7829-a419-4a18-9734-8cede933fc74 found for delete ", "request_id": "req-1c9e6c15-8c03-49af-a987-1130544f7567"}]} 2026-05-26 22:27:57.450 7 INFO neutron.services.segments.plugin [-] Segment 4d9c7829-a419-4a18-9734-8cede933fc74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9c7829-a419-4a18-9734-8cede933fc74 found for delete ", "request_id": "req-c645508d-7f56-437e-95b4-f3dc8101687d"}]} [pid: 7|app: 0|req: 1694/3250] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:57 2026] GET /v2.0/security-groups?tenant_id=19ac11a63b194113a7e320726cd64eb9&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3251] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:57 2026] DELETE /v2.0/security-groups/a887189d-04c8-47e4-97b0-24a9ef9d6bf0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3252] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:57 2026] GET /v2.0/security-groups?tenant_id=292c1f8317614c5b97f8c59db05ddb81&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3253] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:58 2026] DELETE /v2.0/security-groups/d589e21a-dded-44a9-b7dd-dfb3b4589cb7 => 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: 1696/3254] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:58 2026] GET /v2.0/security-groups?tenant_id=37219c8fefab4633a957880a4fa8f242&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3255] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:58 2026] DELETE /v2.0/security-groups/bcca5539-6eb9-4d57-89c0-65a209f2157b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3256] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:58 2026] GET /v2.0/security-groups?tenant_id=7486778a41594fd0b0bfa968896c0a81&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3257] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:58 2026] DELETE /v2.0/security-groups/d7e75994-f03d-40c2-9a14-c6780cee8dee => 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: 1698/3260] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:59 2026] GET /v2.0/security-groups?tenant_id=6b30c1f0061c4106b598245f77ae895c&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3261] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:59 2026] DELETE /v2.0/security-groups/43b6564c-5ae2-461f-8c8c-7efd11453267 => 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: 1699/3262] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:59 2026] GET /v2.0/security-groups?tenant_id=de03d523e71340c4a8502f70fcf4c87a&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3263] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:59 2026] DELETE /v2.0/security-groups/0613dd74-257c-4f9f-953f-36eb97c0ccbf => 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: 1700/3264] 10.0.0.31 () {32 vars in 772 bytes} [Tue May 26 22:27:59 2026] GET /v2.0/security-groups?tenant_id=8cc21cc40b5d462cbed058a4c2749e9a&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3265] 10.0.0.31 () {32 vars in 738 bytes} [Tue May 26 22:27:59 2026] DELETE /v2.0/security-groups/c2250219-1784-47c1-b25e-6cf068aeace6 => 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: 1701/3266] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:28:03 2026] GET /v2.0/networks => generated 2168 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3267] 10.0.0.31 () {32 vars in 653 bytes} [Tue May 26 22:28:04 2026] GET /v2.0/floatingips => 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: 1702/3268] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:28:04 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3269] 10.0.0.31 () {32 vars in 641 bytes} [Tue May 26 22:28:04 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3270] 10.0.0.31 () {32 vars in 645 bytes} [Tue May 26 22:28:04 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3271] 10.0.0.31 () {32 vars in 647 bytes} [Tue May 26 22:28:04 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3272] 10.0.0.31 () {32 vars in 661 bytes} [Tue May 26 22:28:04 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3273] 10.0.0.31 () {32 vars in 653 bytes} [Tue May 26 22:28:04 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)