+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 13:38:48 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:37 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-55bdf7c9df-p6gdr machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7ff9d9243668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-04-14 13:38:52.789 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 13:38:52.789 7 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-14 13:38:52.990 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 13:38:52.991 8 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-14 13:38:53.844 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 13:38:54.075 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 13:38:55.278 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 13:38:55.280 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 13:38:55.284 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 13:38:55.285 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 13:38:55.285 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 13:38:55.285 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 13:38:55.285 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 13:38:55.293 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 13:38:55.293 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 13:38:55.293 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 13:38:55.315 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 13:38:55.316 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 13:38:55.316 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 13:38:55.364 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 13:38:55.364 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 13:38:55.364 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 13:38:55.365 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 13:38:55.505 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 13:38:55.508 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 13:38:55.511 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 13:38:55.512 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 13:38:55.513 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 13:38:55.513 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 13:38:55.513 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 13:38:55.521 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 13:38:55.521 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 13:38:55.521 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 13:38:55.548 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 13:38:55.549 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 13:38:55.549 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 13:38:55.599 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 13:38:55.600 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 13:38:55.600 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 13:38:55.600 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 13:38:55.653 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 13:38:55.911 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing driver for type 'vlan' 2026-04-14 13:38:55.924 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 13:38:55.925 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 13:38:55.925 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing extension driver 'qos' 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 13:38:55.937 7 INFO neutron.plugins.ml2.managers [None req-c4276382-417a-441e-b682-fafd9d091e76 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 13:38:55.949 7 INFO neutron.quota [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded quota_driver: . 2026-04-14 13:38:55.950 7 INFO neutron.plugins.ml2.plugin [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 13:38:55.950 7 INFO neutron.plugins.ml2.managers [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 13:38:55.950 7 INFO neutron.plugins.ml2.managers [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 13:38:55.950 7 INFO neutron.plugins.ml2.managers [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 13:38:55.950 7 INFO neutron.extensions.vlantransparent [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Disabled vlantransparent extension. 2026-04-14 13:38:55.950 7 INFO neutron.extensions.qinq [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Disabled VLAN QinQ extension. 2026-04-14 13:38:55.951 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: qos 2026-04-14 13:38:55.964 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: router 2026-04-14 13:38:56.008 7 INFO neutron.services.service_base [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 13:38:56.008 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: segments 2026-04-14 13:38:56.124 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: trunk 2026-04-14 13:38:56.139 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: vpnaas 2026-04-14 13:38:56.179 7 WARNING stevedore.named [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 13:38:56.179 7 WARNING stevedore.named [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 13:38:56.217 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] VlanTypeDriver initialization complete 2026-04-14 13:38:56.217 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 13:38:56.217 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 13:38:56.246 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 13:38:56.246 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 13:38:56.246 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing extension driver 'port_security' 2026-04-14 13:38:56.246 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 13:38:56.247 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing extension driver 'qos' 2026-04-14 13:38:56.247 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 13:38:56.248 8 INFO neutron.plugins.ml2.managers [None req-cbeb2ee1-7a91-4cb4-80c6-acb9de5d11ec - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 13:38:56.264 8 INFO neutron.quota [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded quota_driver: . 2026-04-14 13:38:56.264 8 INFO neutron.plugins.ml2.plugin [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 13:38:56.264 8 INFO neutron.plugins.ml2.managers [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 13:38:56.264 8 INFO neutron.plugins.ml2.managers [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 13:38:56.265 8 INFO neutron.plugins.ml2.managers [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 13:38:56.265 8 INFO neutron.extensions.vlantransparent [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Disabled vlantransparent extension. 2026-04-14 13:38:56.265 8 INFO neutron.extensions.qinq [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Disabled VLAN QinQ extension. 2026-04-14 13:38:56.265 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: qos 2026-04-14 13:38:56.266 7 INFO neutron_vpnaas.services.vpn.plugin [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 13:38:56.267 7 INFO neutron.common.utils [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 13:38:56.267 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: taas 2026-04-14 13:38:56.279 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: router 2026-04-14 13:38:56.295 7 WARNING stevedore.named [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 13:38:56.295 7 WARNING stevedore.named [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 13:38:56.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 13:38:56.325 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: tapmirror 2026-04-14 13:38:56.329 8 INFO neutron.services.service_base [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 13:38:56.330 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: segments 2026-04-14 13:38:56.342 7 WARNING stevedore.named [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 13:38:56.342 7 WARNING stevedore.named [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 13:38:56.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 13:38:56.358 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 13:38:56.365 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: tag 2026-04-14 13:38:56.380 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: timestamp 2026-04-14 13:38:56.382 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 13:38:56.386 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: flavors 2026-04-14 13:38:56.390 7 INFO neutron.manager [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loading Plugin: revisions 2026-04-14 13:38:56.393 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Initializing extension manager. 2026-04-14 13:38:56.395 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: address-group 2026-04-14 13:38:56.396 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: address-scope 2026-04-14 13:38:56.396 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 13:38:56.397 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: agent 2026-04-14 13:38:56.398 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 13:38:56.399 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 13:38:56.400 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 13:38:56.401 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: availability_zone 2026-04-14 13:38:56.401 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 13:38:56.402 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 13:38:56.402 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 13:38:56.404 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 13:38:56.405 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: dns-integration 2026-04-14 13:38:56.405 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 13:38:56.406 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 13:38:56.406 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: dvr 2026-04-14 13:38:56.407 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 13:38:56.407 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 13:38:56.408 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 13:38:56.409 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 13:38:56.409 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: external-net 2026-04-14 13:38:56.410 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 13:38:56.410 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: extraroute 2026-04-14 13:38:56.411 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 13:38:56.412 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 13:38:56.412 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 13:38:56.413 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 13:38:56.413 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 13:38:56.414 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: fip-port-details 2026-04-14 13:38:56.415 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: flavors 2026-04-14 13:38:56.416 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 13:38:56.417 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 13:38:56.417 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: ip_allocation 2026-04-14 13:38:56.418 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 13:38:56.418 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 13:38:56.419 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: router 2026-04-14 13:38:56.421 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 13:38:56.422 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 13:38:56.422 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 13:38:56.423 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 13:38:56.423 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: l3-ha 2026-04-14 13:38:56.424 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 13:38:56.424 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 13:38:56.425 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: l3-flavors 2026-04-14 13:38:56.426 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 13:38:56.426 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: trunk 2026-04-14 13:38:56.426 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 13:38:56.429 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 13:38:56.430 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 13:38:56.431 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 13:38:56.432 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 13:38:56.432 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 13:38:56.433 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: multi-provider 2026-04-14 13:38:56.434 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: net-mtu 2026-04-14 13:38:56.434 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 13:38:56.435 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 13:38:56.435 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: network_ha 2026-04-14 13:38:56.436 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 13:38:56.437 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 13:38:56.438 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: pagination 2026-04-14 13:38:56.438 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-device-profile 2026-04-14 13:38:56.439 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 13:38:56.439 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 13:38:56.440 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 13:38:56.440 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-mac-override 2026-04-14 13:38:56.440 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: vpnaas 2026-04-14 13:38:56.441 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 13:38:56.441 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 13:38:56.442 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 13:38:56.442 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-resource-request 2026-04-14 13:38:56.443 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 13:38:56.443 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 13:38:56.444 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: binding 2026-04-14 13:38:56.445 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: binding-extended 2026-04-14 13:38:56.445 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-security 2026-04-14 13:38:56.446 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: project-id 2026-04-14 13:38:56.446 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: provider 2026-04-14 13:38:56.447 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 13:38:56.449 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos 2026-04-14 13:38:56.450 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 13:38:56.450 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 13:38:56.451 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-default 2026-04-14 13:38:56.451 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-fip 2026-04-14 13:38:56.452 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 13:38:56.452 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 13:38:56.453 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 13:38:56.453 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 13:38:56.454 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 13:38:56.455 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-pps 2026-04-14 13:38:56.455 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 13:38:56.456 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 13:38:56.456 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 13:38:56.457 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 13:38:56.458 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 13:38:56.460 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: quotas 2026-04-14 13:38:56.461 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: quota_details 2026-04-14 13:38:56.462 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: rbac-policies 2026-04-14 13:38:56.463 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 13:38:56.463 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 13:38:56.464 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 13:38:56.464 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 13:38:56.465 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: revision-if-match 2026-04-14 13:38:56.465 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 13:38:56.467 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 13:38:56.468 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 13:38:56.470 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 13:38:56.470 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 13:38:56.471 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 13:38:56.471 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 13:38:56.472 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 13:38:56.472 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 13:38:56.477 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: security-group 2026-04-14 13:38:56.478 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: segment 2026-04-14 13:38:56.479 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 13:38:56.480 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: service-type 2026-04-14 13:38:56.480 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: sorting 2026-04-14 13:38:56.481 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 13:38:56.481 8 WARNING stevedore.named [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 13:38:56.481 8 WARNING stevedore.named [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 13:38:56.481 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 13:38:56.482 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 13:38:56.482 7 WARNING neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 13:38:56.483 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 13:38:56.483 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 13:38:56.484 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 13:38:56.484 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 13:38:56.485 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 13:38:56.486 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 13:38:56.486 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 13:38:56.487 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: tag-creation 2026-04-14 13:38:56.487 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 13:38:56.491 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 13:38:56.492 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 13:38:56.493 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: trunk 2026-04-14 13:38:56.493 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: trunk-details 2026-04-14 13:38:56.494 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 13:38:56.494 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 13:38:56.495 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 13:38:56.495 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 13:38:56.497 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 13:38:56.498 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 13:38:56.499 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 13:38:56.500 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: vpnaas 2026-04-14 13:38:56.502 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: taas 2026-04-14 13:38:56.503 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: tap-mirror 2026-04-14 13:38:56.504 7 INFO neutron.api.extensions [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 13:38:56.506 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 13:38:56.506 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 13:38:56.507 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.507 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 13:38:56.510 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 13:38:56.510 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 13:38:56.515 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 13:38:56.516 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 13:38:56.516 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 13:38:56.517 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.517 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.517 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.518 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.518 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 13:38:56.518 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.519 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.519 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 13:38:56.520 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 13:38:56.520 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 13:38:56.521 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.521 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ipsecpolicy is already registered 2026-04-14 13:38:56.521 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.521 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ikepolicy is already registered 2026-04-14 13:38:56.526 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 13:38:56.526 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] router is already registered 2026-04-14 13:38:56.526 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 13:38:56.527 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] floatingip is already registered 2026-04-14 13:38:56.530 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 13:38:56.530 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] rbac_policy is already registered 2026-04-14 13:38:56.531 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 13:38:56.531 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] security_group is already registered 2026-04-14 13:38:56.531 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 13:38:56.532 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] security_group_rule is already registered 2026-04-14 13:38:56.532 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.532 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.533 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.533 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.534 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 13:38:56.534 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] trunk is already registered 2026-04-14 13:38:56.534 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.534 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ikepolicy is already registered 2026-04-14 13:38:56.535 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.535 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ipsecpolicy is already registered 2026-04-14 13:38:56.535 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 13:38:56.535 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] endpoint_group is already registered 2026-04-14 13:38:56.536 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 13:38:56.536 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] vpnservice is already registered 2026-04-14 13:38:56.536 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 13:38:56.537 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ipsec_site_connection is already registered 2026-04-14 13:38:56.537 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.537 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ipsecpolicy is already registered 2026-04-14 13:38:56.537 7 INFO neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.538 7 WARNING neutron.quota.resource_registry [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] ikepolicy is already registered 2026-04-14 13:38:56.557 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 13:38:56.558 8 INFO neutron.common.utils [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 13:38:56.558 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: taas 2026-04-14 13:38:56.575 7 WARNING keystonemiddleware._common.config [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 13:38:56.582 7 WARNING oslo_config.cfg [None req-7e8d589f-af2f-4904-9f77-f9bccd67eb81 - - - - - -] 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 0x7ff9d9243668 pid: 7 (default app) 2026-04-14 13:38:56.586 8 WARNING stevedore.named [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 13:38:56.586 8 WARNING stevedore.named [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 13:38:56.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 13:38:56.645 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: tapmirror 2026-04-14 13:38:56.658 8 WARNING stevedore.named [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 13:38:56.658 8 WARNING stevedore.named [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 13:38:56.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 13:38:56.676 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: auto_allocate 2026-04-14 13:38:56.686 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: tag 2026-04-14 13:38:56.696 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: timestamp 2026-04-14 13:38:56.701 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 13:38:56.705 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: flavors 2026-04-14 13:38:56.711 8 INFO neutron.manager [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loading Plugin: revisions 2026-04-14 13:38:56.716 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Initializing extension manager. 2026-04-14 13:38:56.717 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: address-group 2026-04-14 13:38:56.718 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: address-scope 2026-04-14 13:38:56.719 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 13:38:56.720 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: agent 2026-04-14 13:38:56.720 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 13:38:56.722 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 13:38:56.722 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 13:38:56.723 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: availability_zone 2026-04-14 13:38:56.724 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 13:38:56.724 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 13:38:56.725 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: default-subnetpools 2026-04-14 13:38:56.727 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 13:38:56.727 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: dns-integration 2026-04-14 13:38:56.728 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 13:38:56.728 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 13:38:56.729 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: dvr 2026-04-14 13:38:56.730 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 13:38:56.730 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 13:38:56.732 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 13:38:56.732 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 13:38:56.733 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: external-net 2026-04-14 13:38:56.734 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 13:38:56.734 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: extraroute 2026-04-14 13:38:56.735 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 13:38:56.736 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 13:38:56.736 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 13:38:56.737 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 13:38:56.737 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 13:38:56.738 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: fip-port-details 2026-04-14 13:38:56.739 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: flavors 2026-04-14 13:38:56.740 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 13:38:56.740 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: floatingip-pools 2026-04-14 13:38:56.741 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: ip_allocation 2026-04-14 13:38:56.741 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 13:38:56.742 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: l2_adjacency 2026-04-14 13:38:56.743 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: router 2026-04-14 13:38:56.745 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 13:38:56.746 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 13:38:56.746 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 13:38:56.747 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 13:38:56.747 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: l3-ha 2026-04-14 13:38:56.748 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 13:38:56.749 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 13:38:56.749 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: l3-flavors 2026-04-14 13:38:56.751 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 13:38:56.751 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 13:38:56.754 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 13:38:56.755 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 13:38:56.756 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 13:38:56.757 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 13:38:56.758 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 13:38:56.758 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: multi-provider 2026-04-14 13:38:56.759 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: net-mtu 2026-04-14 13:38:56.759 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 13:38:56.760 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: network_availability_zone 2026-04-14 13:38:56.760 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: network_ha 2026-04-14 13:38:56.761 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: network-ip-availability 2026-04-14 13:38:56.762 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 13:38:56.763 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: pagination 2026-04-14 13:38:56.763 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-device-profile 2026-04-14 13:38:56.764 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 13:38:56.764 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 13:38:56.765 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 13:38:56.765 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-mac-override 2026-04-14 13:38:56.767 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 13:38:56.767 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 13:38:56.768 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 13:38:56.768 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-resource-request 2026-04-14 13:38:56.769 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 13:38:56.769 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 13:38:56.770 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: binding 2026-04-14 13:38:56.771 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: binding-extended 2026-04-14 13:38:56.771 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-security 2026-04-14 13:38:56.772 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: project-id 2026-04-14 13:38:56.772 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: provider 2026-04-14 13:38:56.773 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 13:38:56.775 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos 2026-04-14 13:38:56.776 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 13:38:56.777 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 13:38:56.777 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-default 2026-04-14 13:38:56.778 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-fip 2026-04-14 13:38:56.778 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 13:38:56.779 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 13:38:56.779 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 13:38:56.780 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 13:38:56.781 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 13:38:56.781 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-pps 2026-04-14 13:38:56.782 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 13:38:56.782 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 13:38:56.783 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 13:38:56.784 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: quota-check-limit 2026-04-14 13:38:56.784 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 13:38:56.787 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: quotas 2026-04-14 13:38:56.788 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: quota_details 2026-04-14 13:38:56.789 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: rbac-policies 2026-04-14 13:38:56.790 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: rbac-address-group 2026-04-14 13:38:56.790 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 13:38:56.791 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 13:38:56.791 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 13:38:56.792 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: revision-if-match 2026-04-14 13:38:56.792 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 13:38:56.793 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: router_availability_zone 2026-04-14 13:38:56.793 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 13:38:56.797 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 13:38:56.797 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 13:38:56.798 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 13:38:56.798 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 13:38:56.799 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 13:38:56.800 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 13:38:56.804 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: security-group 2026-04-14 13:38:56.805 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: segment 2026-04-14 13:38:56.806 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 13:38:56.807 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: service-type 2026-04-14 13:38:56.807 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: sorting 2026-04-14 13:38:56.808 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 13:38:56.808 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: standard-attr-description 2026-04-14 13:38:56.809 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: stateful-security-group 2026-04-14 13:38:56.809 8 WARNING neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 13:38:56.810 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 13:38:56.810 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: subnet-external-network 2026-04-14 13:38:56.811 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: subnet_onboard 2026-04-14 13:38:56.811 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 13:38:56.812 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: subnet-service-types 2026-04-14 13:38:56.812 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: subnet_allocation 2026-04-14 13:38:56.813 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 13:38:56.814 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: tag-creation 2026-04-14 13:38:56.814 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 13:38:56.818 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 13:38:56.819 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 13:38:56.820 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: trunk 2026-04-14 13:38:56.820 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: trunk-details 2026-04-14 13:38:56.821 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 13:38:56.821 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 13:38:56.822 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 13:38:56.822 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 13:38:56.824 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 13:38:56.825 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 13:38:56.826 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: vpn-flavors 2026-04-14 13:38:56.827 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: vpnaas 2026-04-14 13:38:56.828 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: taas 2026-04-14 13:38:56.830 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: tap-mirror 2026-04-14 13:38:56.830 8 INFO neutron.api.extensions [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 13:38:56.833 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 13:38:56.833 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 13:38:56.833 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.833 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 13:38:56.837 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 13:38:56.837 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 13:38:56.842 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 13:38:56.843 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 13:38:56.843 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 13:38:56.844 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.844 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.844 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.845 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.845 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 13:38:56.845 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.846 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.846 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 13:38:56.847 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 13:38:56.847 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 13:38:56.847 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.848 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ipsecpolicy is already registered 2026-04-14 13:38:56.848 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.848 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ikepolicy is already registered 2026-04-14 13:38:56.852 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 13:38:56.853 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] router is already registered 2026-04-14 13:38:56.853 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 13:38:56.853 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] floatingip is already registered 2026-04-14 13:38:56.857 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 13:38:56.857 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] rbac_policy is already registered 2026-04-14 13:38:56.857 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 13:38:56.858 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] security_group is already registered 2026-04-14 13:38:56.858 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 13:38:56.858 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] security_group_rule is already registered 2026-04-14 13:38:56.859 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.859 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.859 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 13:38:56.860 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] subnetpool is already registered 2026-04-14 13:38:56.860 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 13:38:56.860 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] trunk is already registered 2026-04-14 13:38:56.861 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.861 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ikepolicy is already registered 2026-04-14 13:38:56.861 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.861 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ipsecpolicy is already registered 2026-04-14 13:38:56.862 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 13:38:56.862 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] endpoint_group is already registered 2026-04-14 13:38:56.862 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 13:38:56.862 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] vpnservice is already registered 2026-04-14 13:38:56.863 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 13:38:56.863 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ipsec_site_connection is already registered 2026-04-14 13:38:56.863 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 13:38:56.863 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ipsecpolicy is already registered 2026-04-14 13:38:56.864 8 INFO neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 13:38:56.864 8 WARNING neutron.quota.resource_registry [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] ikepolicy is already registered 2026-04-14 13:38:56.903 8 WARNING keystonemiddleware._common.config [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 13:38:56.910 8 WARNING oslo_config.cfg [None req-9510801f-d7f4-4fd7-ae18-424ee293d15a - - - - - -] 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 0x7ff9d9243668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:39:01.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ac0130e-a549-47a0-a744-c2c81b300dcb 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:00 2026] GET /v2.0/networks/public => generated 108 bytes in 842 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: 2/5] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:39:01.809 7 WARNING neutron.services.revisions.revision_plugin [None req-0875cbf0-2ac0-4695-8c9a-d489dccfe62c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Could not find related network for resource to bump revision. 2026-04-14 13:39:01.841 7 INFO neutron.db.segments_db [None req-0875cbf0-2ac0-4695-8c9a-d489dccfe62c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment fbe72af0-5016-4945-8f20-b8895cc8fb33 of type flat for network aab8d5a2-7f7f-4e69-b55e-c88e8b3ae685 2026-04-14 13:39:01.896 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0875cbf0-2ac0-4695-8c9a-d489dccfe62c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.19.213.102 () {48 vars in 967 bytes} [Tue Apr 14 13:39:01 2026] POST /v2.0/networks => generated 124 bytes in 504 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:39:08.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29b79d37-e42e-42b3-941b-e54059892c0a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:07 2026] GET /v2.0/networks/public => generated 108 bytes in 375 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:39:08.419 8 WARNING neutron.services.revisions.revision_plugin [None req-1f404b3f-d70e-4d96-9b7e-fae0f7c5afcd 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Could not find related network for resource to bump revision. 2026-04-14 13:39:08.446 8 INFO neutron.db.segments_db [None req-1f404b3f-d70e-4d96-9b7e-fae0f7c5afcd 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 29c16495-a52a-4abc-8990-deacf6e1a270 of type flat for network 2549d671-d298-4725-a7c3-6556ee63fd73 2026-04-14 13:39:08.499 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f404b3f-d70e-4d96-9b7e-fae0f7c5afcd 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.19.213.102 () {48 vars in 967 bytes} [Tue Apr 14 13:39:08 2026] POST /v2.0/networks => generated 124 bytes in 350 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:39:14.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f4291d5-4b63-4f9a-a465-97dc47ccc4ca 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:14 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:14 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-04-14 13:39:14.438 7 WARNING neutron.services.revisions.revision_plugin [None req-5b0baa79-b77d-4bd6-9da6-1ea08713ff20 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Could not find related network for resource to bump revision. 2026-04-14 13:39:14.453 7 INFO neutron.db.segments_db [None req-5b0baa79-b77d-4bd6-9da6-1ea08713ff20 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 53f412ec-e73d-4f07-ab54-7ff778516ac4 of type flat for network 98da7cbc-9b4a-48a7-8fe6-d4ade013b98f 2026-04-14 13:39:14.483 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b0baa79-b77d-4bd6-9da6-1ea08713ff20 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.19.213.102 () {48 vars in 967 bytes} [Tue Apr 14 13:39:14 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:39:20.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d9826e7-996b-4b5f-8fe9-3175815779af 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:20 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:39:20.425 7 WARNING neutron.services.revisions.revision_plugin [None req-d9e73b85-4aca-4092-b56b-8db3f10e1408 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Could not find related network for resource to bump revision. 2026-04-14 13:39:20.446 7 INFO neutron.db.segments_db [None req-d9e73b85-4aca-4092-b56b-8db3f10e1408 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 9e345862-916b-4229-8d4e-dc079d78238b of type flat for network 834a1614-57d9-41a2-91a0-01326c94b641 2026-04-14 13:39:20.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9e73b85-4aca-4092-b56b-8db3f10e1408 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.19.213.102 () {48 vars in 967 bytes} [Tue Apr 14 13:39:20 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:39:26.426 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21eb48f2-67df-41d8-ace6-cde76c08c8fe 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:26 2026] GET /v2.0/networks/public => generated 108 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:26 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-04-14 13:39:26.502 8 WARNING neutron.services.revisions.revision_plugin [None req-88a5c00b-8b1d-48e6-a154-a66814cda1f9 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Could not find related network for resource to bump revision. 2026-04-14 13:39:26.527 8 INFO neutron.db.segments_db [None req-88a5c00b-8b1d-48e6-a154-a66814cda1f9 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 5e05f92f-53c9-47ba-aeeb-3734d8cf37fc of type flat for network adeb5d33-2caf-4f33-bd96-d4821158f004 2026-04-14 13:39:26.561 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88a5c00b-8b1d-48e6-a154-a66814cda1f9 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.19.213.102 () {48 vars in 967 bytes} [Tue Apr 14 13:39:26 2026] POST /v2.0/networks => generated 124 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:39:32.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e53ac6a-1a11-4cbc-aac6-bcc779e89c7f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:32 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:32 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-04-14 13:39:32.614 8 WARNING neutron.services.revisions.revision_plugin [None req-5759fb9b-e274-4633-bdfe-4d318c071df9 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Could not find related network for resource to bump revision. 2026-04-14 13:39:32.638 8 INFO neutron.db.segments_db [None req-5759fb9b-e274-4633-bdfe-4d318c071df9 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment d6ed72bd-e4b3-4892-9548-3e053e6d1e81 of type flat for network e1d3e2dd-01ed-4839-8cab-f39faf7bbbab [pid: 8|app: 0|req: 11/23] 199.19.213.102 () {48 vars in 967 bytes} [Tue Apr 14 13:39:32 2026] POST /v2.0/networks => generated 706 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:39:34.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3efe1f66-a952-482d-91ed-08e33d211328 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 13:39:33 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 13:39:34 2026] GET /v2.0/networks?name=public => generated 709 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:39:34.122 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90313209-c485-492e-9e2e-89743a3d4503 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.19.213.102 () {44 vars in 1034 bytes} [Tue Apr 14 13:39:34 2026] GET /v2.0/subnets/public-subnet?network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 113 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.19.213.102 () {44 vars in 1057 bytes} [Tue Apr 14 13:39:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.19.213.102 () {48 vars in 965 bytes} [Tue Apr 14 13:39:34 2026] POST /v2.0/subnets => generated 664 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:44:22.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9c7ee2a-cbb9-4baf-bbec-3dd241ef6d2a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/66] 199.19.213.102 () {44 vars in 937 bytes} [Tue Apr 14 13:44:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/67] 199.19.213.102 () {44 vars in 959 bytes} [Tue Apr 14 13:44:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:44:22.222 8 INFO neutron.db.segments_db [None req-f5bd2c67-ea6c-4970-af5e-14887b04b3f5 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 7d5252c2-ff26-423c-9757-9261205cd6da of type vxlan for network 03ce9926-9687-4efa-9bb9-a639e02b6cfa [pid: 8|app: 0|req: 34/68] 199.19.213.102 () {48 vars in 966 bytes} [Tue Apr 14 13:44:22 2026] POST /v2.0/networks => generated 707 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:44:23.241 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74d48ff7-3cdc-4cdd-8095-27635f02719a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/69] 199.19.213.102 () {44 vars in 937 bytes} [Tue Apr 14 13:44:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/70] 199.19.213.102 () {44 vars in 959 bytes} [Tue Apr 14 13:44:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:44:23.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7eeb375d-f7fd-43be-82b5-052ba684275d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/71] 199.19.213.102 () {44 vars in 1036 bytes} [Tue Apr 14 13:44:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.19.213.102 () {44 vars in 1059 bytes} [Tue Apr 14 13:44:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.19.213.102 () {48 vars in 965 bytes} [Tue Apr 14 13:44:23 2026] POST /v2.0/subnets => generated 651 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:44:24.627 8 INFO neutron.api.v2.resource [None req-7cf13d17-29c2-402b-9413-8d27b658e4b4 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/74] 199.19.213.102 () {44 vars in 971 bytes} [Tue Apr 14 13:44:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.19.213.102 () {44 vars in 993 bytes} [Tue Apr 14 13:44:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.19.213.102 () {48 vars in 980 bytes} [Tue Apr 14 13:44:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:25 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 1616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:25 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:25 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:26 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 2230 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:27 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:27 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:28 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:28 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:28 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:29 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:29 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:29 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:30 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4078 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:30 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:30 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => 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: 48/96] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.19.213.102 () {44 vars in 987 bytes} [Tue Apr 14 13:44:31 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:44:31.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-510592f6-a5a4-485b-9b18-147f23780ba8 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.19.213.102 () {44 vars in 1076 bytes} [Tue Apr 14 13:44:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/101] 199.19.213.102 () {44 vars in 1099 bytes} [Tue Apr 14 13:44:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:31 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => 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: 52/103] 199.19.213.102 () {48 vars in 961 bytes} [Tue Apr 14 13:44:31 2026] POST /v2.0/ports => generated 1096 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 13:44:40.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c42dfc4-7c4d-4677-b313-fb751525a74b 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/104] 199.19.213.102 () {44 vars in 979 bytes} [Tue Apr 14 13:44:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/105] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.19.213.102 () {48 vars in 1031 bytes} [Tue Apr 14 13:44:40 2026] PUT /v2.0/ports/6615a8dc-ca81-4972-8e85-7a43970ea6a4 => generated 1245 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.19.213.102 () {44 vars in 920 bytes} [Tue Apr 14 13:44:42 2026] GET /v2.0/ports => generated 3726 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:44:43.725 8 INFO neutron.api.v2.resource [None req-5ab907e1-d643-481e-8c37-5c0b2a568ad3 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/108] 199.19.213.102 () {44 vars in 959 bytes} [Tue Apr 14 13:44:43 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.19.213.102 () {44 vars in 981 bytes} [Tue Apr 14 13:44:43 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.19.213.102 () {48 vars in 980 bytes} [Tue Apr 14 13:44:43 2026] POST /v2.0/security-groups => generated 1610 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:44 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 1610 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:44 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 1610 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:44 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:44 2026] POST /v2.0/security-group-rules => generated 621 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:45 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:45 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:44:45 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:44:45 2026] POST /v2.0/security-group-rules => generated 625 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 199.19.213.102 () {44 vars in 975 bytes} [Tue Apr 14 13:45:46 2026] GET /v2.0/quotas/fa467e7d635f41ce82fecfc4a5792e43 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/130] 199.19.213.102 () {48 vars in 1027 bytes} [Tue Apr 14 13:45:46 2026] PUT /v2.0/quotas/fa467e7d635f41ce82fecfc4a5792e43 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:48:07.329 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37b48b45-6cad-40f2-9b27-a518d15aef5f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/149] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 13:48:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 179 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: 75/150] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 13:48:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:48:09.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09298f2e-f823-4e46-a420-d7dd19eeb64d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 13:48:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/152] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 13:48:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:54:12.866 7 INFO neutron.api.v2.resource [None req-78b96d9d-430f-4b18-9168-cd22b82bf49c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/201] 199.19.213.102 () {44 vars in 1074 bytes} [Tue Apr 14 13:54:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 139 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/202] 199.19.213.102 () {44 vars in 1097 bytes} [Tue Apr 14 13:54:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/203] 199.19.213.102 () {48 vars in 981 bytes} [Tue Apr 14 13:54:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:14 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:54:14 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:14 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:54:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:15 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:54:15 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:15 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:54:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:16 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:54:16 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:16 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:54:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:17 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 13:54:17 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 13:54:17 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.19.213.102 () {48 vars in 991 bytes} [Tue Apr 14 13:54:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 199.19.213.102 () {30 vars in 740 bytes} [Tue Apr 14 13:56:31 2026] GET /v2.0/networks?tenant_id=399f88bdf3b746b4b8db7bfff1e30a5b&shared=False => generated 15 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:56:31.946 8 INFO neutron.db.segments_db [None req-8e7d7b6d-3391-48a5-9425-5ce87ec4d559 d7e8b3bb0c2f4016886d058e6821aa15 399f88bdf3b746b4b8db7bfff1e30a5b - - e1582771678b494c84eb9aa5d53f9944 e1582771678b494c84eb9aa5d53f9944] Added segment ae3df1fb-bc7d-42d7-9751-738cfe33f3e1 of type vxlan for network 93a68feb-c63a-4894-a37c-7fdb68e62fba [pid: 8|app: 0|req: 120/241] 199.19.213.102 () {34 vars in 682 bytes} [Tue Apr 14 13:56:31 2026] POST /v2.0/networks => generated 718 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.19.213.102 () {30 vars in 722 bytes} [Tue Apr 14 13:56:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/243] 199.19.213.102 () {30 vars in 633 bytes} [Tue Apr 14 13:56:32 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: 123/244] 199.19.213.102 () {34 vars in 677 bytes} [Tue Apr 14 13:56:32 2026] POST /v2.0/ports => generated 999 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 13:56:32 2026] GET /v2.0/networks/93a68feb-c63a-4894-a37c-7fdb68e62fba => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 199.19.213.102 () {30 vars in 722 bytes} [Tue Apr 14 13:56:34 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 13:56:34 2026] GET /v2.0/networks/93a68feb-c63a-4894-a37c-7fdb68e62fba => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 199.19.213.102 () {44 vars in 975 bytes} [Tue Apr 14 13:56:51 2026] GET /v2.0/quotas/399f88bdf3b746b4b8db7bfff1e30a5b => 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: 125/251] 199.19.213.102 () {48 vars in 1027 bytes} [Tue Apr 14 13:56:52 2026] PUT /v2.0/quotas/399f88bdf3b746b4b8db7bfff1e30a5b => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:08:46.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88c7032f-9870-4a52-be8f-eafc7ad4b953 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/348] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 14:08:46 2026] GET /v2.0/networks/public => generated 108 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/349] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 14:08:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:08:47.844 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ae6e549-0227-46a5-8696-027f8897dece 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/350] 199.19.213.102 () {44 vars in 927 bytes} [Tue Apr 14 14:08:47 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 14:08:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:08:47.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1eea6480-1c41-442e-b80b-55d4cb700e30 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/352] 199.19.213.102 () {44 vars in 1034 bytes} [Tue Apr 14 14:08:47 2026] GET /v2.0/subnets/public-subnet?network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/353] 199.19.213.102 () {44 vars in 1057 bytes} [Tue Apr 14 14:08:47 2026] GET /v2.0/subnets?name=public-subnet&network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:09:17.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5feea3a3-0915-4508-af14-792e43538e1c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.19.213.102 () {44 vars in 937 bytes} [Tue Apr 14 14:09:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.19.213.102 () {44 vars in 959 bytes} [Tue Apr 14 14:09:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:09:18.984 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e39aca67-9a4d-479b-b56e-bc30a4529ed5 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.19.213.102 () {44 vars in 937 bytes} [Tue Apr 14 14:09:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.19.213.102 () {44 vars in 959 bytes} [Tue Apr 14 14:09:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:09:19.050 7 INFO neutron.pecan_wsgi.hooks.translation [None req-686858a3-d82e-4e36-b09b-4abfef3a8547 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.19.213.102 () {44 vars in 1036 bytes} [Tue Apr 14 14:09:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => 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: 181/363] 199.19.213.102 () {44 vars in 1059 bytes} [Tue Apr 14 14:09:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:09:20.344 7 INFO neutron.api.v2.resource [None req-315e73b0-c499-41e0-9b34-35c5b54a8046 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.19.213.102 () {44 vars in 971 bytes} [Tue Apr 14 14:09:20 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.19.213.102 () {44 vars in 993 bytes} [Tue Apr 14 14:09:20 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:21 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:21 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:21 2026] GET /v2.0/security-group-rules/f52a56c6-e212-4065-806e-090a44376160 => 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: 184/369] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:22 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:22 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:22 2026] GET /v2.0/security-group-rules/5c58335e-beb5-41b6-abcd-ce16ee5de677 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:23 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:23 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:23 2026] GET /v2.0/security-group-rules/bf52724d-fe23-4f76-bb57-cf43921e1deb => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:24 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => 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: 189/376] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:24 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:24 2026] GET /v2.0/security-group-rules/46007377-2f42-4107-8f54-b013e250ee68 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:25 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:25 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:25 2026] GET /v2.0/security-group-rules/b6715202-8988-4856-b405-a82ed11d9ed3 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.19.213.102 () {44 vars in 987 bytes} [Tue Apr 14 14:09:27 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 732 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:09:27.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdcd4009-70f8-45a6-91da-ca4860c756e6 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/382] 199.19.213.102 () {44 vars in 1076 bytes} [Tue Apr 14 14:09:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.19.213.102 () {44 vars in 1099 bytes} [Tue Apr 14 14:09:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 1250 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:27 2026] GET /v2.0/security-groups/2cf332b8-e7cf-4132-ab7e-276f339fbe7b => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:09:35.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3df53fd5-7910-4883-8641-5b2a51cf2b80 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/387] 199.19.213.102 () {44 vars in 979 bytes} [Tue Apr 14 14:09:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.19.213.102 () {44 vars in 920 bytes} [Tue Apr 14 14:09:37 2026] GET /v2.0/ports => generated 4721 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:09:38.285 8 INFO neutron.api.v2.resource [None req-5e42c658-9cac-42ba-ba3a-06c3ec2f6fde 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/390] 199.19.213.102 () {44 vars in 959 bytes} [Tue Apr 14 14:09:38 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.19.213.102 () {44 vars in 981 bytes} [Tue Apr 14 14:09:38 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:39 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:39 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:39 2026] GET /v2.0/security-group-rules/8d3fd4e3-85ee-4215-a800-56319b4ed2f6 => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:40 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:09:40 2026] GET /v2.0/security-groups/3d492442-2213-47d6-b705-cd5b7cf390b3 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:09:40 2026] GET /v2.0/security-group-rules/b77c7295-e84a-458a-9901-2d173077f052 => generated 625 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.19.213.102 () {44 vars in 975 bytes} [Tue Apr 14 14:09:52 2026] GET /v2.0/quotas/fa467e7d635f41ce82fecfc4a5792e43 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:10:47.402 7 INFO neutron.api.v2.resource [None req-6562026b-e9cf-466d-982d-ef563c36d2be 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/409] 199.19.213.102 () {44 vars in 1074 bytes} [Tue Apr 14 14:10:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 139 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.19.213.102 () {44 vars in 1097 bytes} [Tue Apr 14 14:10:47 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 4072 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 14:10:48 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:10:48 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => 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: 209/413] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:10:48 2026] GET /v2.0/security-group-rules/d99b7960-7b6b-40e6-9c9e-6fb41d0fec33 => generated 597 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 14:10:49 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:10:49 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => 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: 206/416] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:10:49 2026] GET /v2.0/security-group-rules/ae509e9e-68a9-4b03-9b6e-4f0256b5d299 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 14:10:50 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 199.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:10:50 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:10:50 2026] GET /v2.0/security-group-rules/96ee2d7c-2909-4803-9f45-64b3bbf0e87a => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.19.213.102 () {44 vars in 1088 bytes} [Tue Apr 14 14:10:51 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e?project_id=399f88bdf3b746b4b8db7bfff1e30a5b => 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.19.213.102 () {44 vars in 1001 bytes} [Tue Apr 14 14:10:51 2026] GET /v2.0/security-groups/e98c3764-e307-419a-86a0-01eb83871e3e => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 199.19.213.102 () {44 vars in 1011 bytes} [Tue Apr 14 14:10:52 2026] GET /v2.0/security-group-rules/43a1fc5e-24f5-41d8-98e4-531f63e3e6d2 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 199.19.213.102 () {44 vars in 975 bytes} [Tue Apr 14 14:10:59 2026] GET /v2.0/quotas/399f88bdf3b746b4b8db7bfff1e30a5b => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 199.19.213.102 () {44 vars in 949 bytes} [Tue Apr 14 14:11:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/439] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:12:32 2026] GET /v2.0/networks => generated 2168 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/440] 10.0.0.133 () {32 vars in 655 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/floatingips => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/441] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/routers => generated 15 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/442] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/443] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/444] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/445] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/446] 10.0.0.133 () {32 vars in 655 bytes} [Tue Apr 14 14:12:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:12:46.322 8 INFO neutron.db.segments_db [None req-cc93155e-1568-4d6c-8605-4850ed3881ea 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment a56d1cae-f662-4579-a07b-ff6d8fc370f2 of type vxlan for network 0839ddd8-b523-4371-863b-d30e65ef335a [pid: 8|app: 0|req: 222/449] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:12:45 2026] POST /v2.0/networks => generated 743 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/450] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:46 2026] POST /v2.0/subnets => generated 690 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:46.678 7 INFO neutron.db.segments_db [None req-83f1bfb6-68a8-4005-a2dd-52e1ee8ebd71 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 81a66b74-f680-4cd3-928e-376b03aba88d of type vxlan for network 4c18e5dd-06ce-497f-9d5b-ecb1fffc1210 [pid: 7|app: 0|req: 228/451] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:12:46 2026] POST /v2.0/networks => generated 749 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:46.786 8 INFO neutron.db.segments_db [None req-9a3e433d-b18e-4680-962a-f548e5c49755 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 473c597b-30bc-4741-b577-11ec54c2779a of type vxlan for network 5715803c-1dcc-4665-a79c-a683c5b0b917 2026-04-14 14:12:46.817 7 INFO neutron.db.segments_db [None req-52a80d39-4840-425f-bcb6-23b7efb12988 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 978df1c7-2831-47de-ad6c-ed341f17a476 of type vxlan for network b52cf7de-f21c-41b5-9541-3759424a70fa [pid: 8|app: 0|req: 224/452] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:12:46 2026] POST /v2.0/networks => generated 745 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:47.052 7 INFO neutron.db.l3_hamode_db [None req-52a80d39-4840-425f-bcb6-23b7efb12988 2c16458904c048858769e715cf83c940 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/453] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:46 2026] POST /v2.0/subnets => generated 696 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:47 2026] POST /v2.0/subnets => generated 692 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:47.358 8 INFO neutron.db.segments_db [None req-5479b4a3-e555-46c2-bf08-4d88431bfe73 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment e646c0b5-f2fb-411d-a19c-1a5adc0fce4d of type vxlan for network 38bb758b-51a0-411e-a3e2-ba228c62b410 2026-04-14 14:12:47.631 8 INFO neutron.db.l3_hamode_db [None req-5479b4a3-e555-46c2-bf08-4d88431bfe73 2c16458904c048858769e715cf83c940 e8c95ffe38ca47f4bbe55f884c0fb81c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:12:47.964 7 INFO neutron.db.l3_hamode_db [None req-52a80d39-4840-425f-bcb6-23b7efb12988 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:12:48.554 8 INFO neutron.db.l3_hamode_db [None req-5479b4a3-e555-46c2-bf08-4d88431bfe73 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/455] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:46 2026] POST /v2.0/routers => generated 730 bytes in 2582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:49.391 7 INFO neutron.db.segments_db [None req-ac0a40eb-1941-4580-8ce4-1809c91c1bda 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment ec39718a-ebe4-442e-9a53-88a1eed64bad of type vxlan for network e25daf37-a54f-4a48-aea6-2ba66365dd1b 2026-04-14 14:12:49.671 7 INFO neutron.db.l3_hamode_db [None req-ac0a40eb-1941-4580-8ce4-1809c91c1bda 2c16458904c048858769e715cf83c940 04c398de01d340bdbc7d64444056a797 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/456] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:47 2026] POST /v2.0/routers => generated 736 bytes in 2572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:12:49 2026] GET /v2.0/security-groups?tenant_id=dd5535f8a7504b2a8c83e985f3f08ff4&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:12:50.432 7 INFO neutron.db.l3_hamode_db [None req-ac0a40eb-1941-4580-8ce4-1809c91c1bda 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/458] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:12:50 2026] PUT /v2.0/routers/f1b745fa-06a4-440c-9cb7-f0e05bee5552/add_router_interface => generated 309 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:49 2026] POST /v2.0/routers => generated 732 bytes in 1955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:12:51 2026] DELETE /v2.0/security-groups/2fbd00e6-56fc-46db-b2f8-cb9cbc080b96 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:12:51 2026] PUT /v2.0/routers/4b3be5e8-adb0-49a2-aa3c-6bccab00ab9a/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:12:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/463] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:12:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:12:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:12:51 2026] PUT /v2.0/routers/fd586259-d82b-42db-b370-acaf8c6717fb/add_router_interface => generated 309 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/466] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:12:52 2026] POST /v2.0/floatingips => generated 552 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.208 () {38 vars in 971 bytes} [Tue Apr 14 14:12:53 2026] POST /v2.0/security-groups => generated 1686 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:12:53.651 7 INFO neutron.db.segments_db [None req-5b8f62b7-158d-4a96-b2fb-41a5ca26f187 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 4ec87cff-847e-46bc-8c41-4b0d187e4628 of type vxlan for network 8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 [pid: 8|app: 0|req: 236/468] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:53 2026] GET /v2.0/security-groups/b60d8351-3b7e-4b1d-a6e9-b1264fee507e => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:12:53 2026] POST /v2.0/networks => generated 752 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.208 () {38 vars in 981 bytes} [Tue Apr 14 14:12:53 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.208 () {38 vars in 971 bytes} [Tue Apr 14 14:12:53 2026] POST /v2.0/security-groups => generated 1680 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:53 2026] POST /v2.0/subnets => generated 699 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:12:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--271780912&fields=id&tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0 => generated 69 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:12:54.098 8 INFO neutron.db.segments_db [None req-2216f5d9-c569-4e19-be37-f91afaa79b51 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 of type vxlan for network bf70cf1d-40bd-4ae9-ac4c-7bed7566c5da [pid: 7|app: 0|req: 235/474] 10.0.0.208 () {38 vars in 971 bytes} [Tue Apr 14 14:12:54 2026] POST /v2.0/security-groups => generated 1686 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/networks?id=0839ddd8-b523-4371-863b-d30e65ef335a => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 10.0.0.208 () {38 vars in 971 bytes} [Tue Apr 14 14:12:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/quotas/1ea1cdcf3a19419eba02fbcdfae7eca0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:12:54.391 8 INFO neutron.db.l3_hamode_db [None req-2216f5d9-c569-4e19-be37-f91afaa79b51 2c16458904c048858769e715cf83c940 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/478] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/security-groups/f6b96a96-9308-4967-8e9e-046dcd845215 => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/479] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/ports?tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.208 () {38 vars in 981 bytes} [Tue Apr 14 14:12:54 2026] POST /v2.0/security-group-rules => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.208 () {38 vars in 971 bytes} [Tue Apr 14 14:12:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/security-groups/f6b96a96-9308-4967-8e9e-046dcd845215 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/483] 10.0.0.208 () {38 vars in 981 bytes} [Tue Apr 14 14:12:54 2026] POST /v2.0/security-group-rules => generated 619 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.208 () {34 vars in 907 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/485] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:12:54 2026] GET /v2.0/security-groups?tenant_id=04c398de01d340bdbc7d64444056a797 => generated 7902 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?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: 248/487] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/33fbdf7e-18a5-4b2b-b98b-c850b5b6eef2 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/488] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/489] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/33fbdf7e-18a5-4b2b-b98b-c850b5b6eef2 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:12:55.211 8 INFO neutron.db.l3_hamode_db [None req-2216f5d9-c569-4e19-be37-f91afaa79b51 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 251/490] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/f6b96a96-9308-4967-8e9e-046dcd845215 => generated 2941 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/491] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/34658262-7dd2-4be8-9541-ccf0225afb51 => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/492] 10.0.0.208 () {36 vars in 1013 bytes} [Tue Apr 14 14:12:55 2026] DELETE /v2.0/security-groups/34658262-7dd2-4be8-9541-ccf0225afb51 => 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: 254/493] 10.0.0.208 () {34 vars in 1001 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-group-rules/b4bd7d29-08a8-43be-a1ce-12028cd4d2ae => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/494] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/f6b96a96-9308-4967-8e9e-046dcd845215 => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/495] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/496] 10.0.0.208 () {36 vars in 1023 bytes} [Tue Apr 14 14:12:55 2026] DELETE /v2.0/security-group-rules/b4bd7d29-08a8-43be-a1ce-12028cd4d2ae => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:12:55.550 7 INFO neutron.api.v2.resource [req-ba4439c0-fe75-407e-960c-38a1e7ecbbc0 req-c590f7a8-6f68-432b-8609-dbf2a974c5f9 54ae74f6d2e840028f53fa716d3efcfa 04c398de01d340bdbc7d64444056a797 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/497] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/34658262-7dd2-4be8-9541-ccf0225afb51 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/498] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/f6b96a96-9308-4967-8e9e-046dcd845215 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/499] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/fa3dcca2-2835-4a81-b9ad-d78cc3f5b8f8 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/500] 10.0.0.208 () {36 vars in 1013 bytes} [Tue Apr 14 14:12:55 2026] DELETE /v2.0/security-groups/f6b96a96-9308-4967-8e9e-046dcd845215 => 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: 262/501] 10.0.0.208 () {36 vars in 1013 bytes} [Tue Apr 14 14:12:55 2026] DELETE /v2.0/security-groups/fa3dcca2-2835-4a81-b9ad-d78cc3f5b8f8 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/502] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/b60d8351-3b7e-4b1d-a6e9-b1264fee507e => generated 2311 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:12:55.836 7 INFO neutron.api.v2.resource [req-26150c26-e32e-4e06-85f3-7248bbb9c8e2 req-36d2efc3-d2e3-4fae-93fa-5fe10cad81eb 54ae74f6d2e840028f53fa716d3efcfa 04c398de01d340bdbc7d64444056a797 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/503] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/fa3dcca2-2835-4a81-b9ad-d78cc3f5b8f8 => 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: 265/504] 10.0.0.208 () {36 vars in 1013 bytes} [Tue Apr 14 14:12:55 2026] DELETE /v2.0/security-groups/b60d8351-3b7e-4b1d-a6e9-b1264fee507e => 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: 266/505] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:55 2026] GET /v2.0/security-groups/185d59fe-0a9e-43f7-9c7a-cc9c12d39897 => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/506] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:12:54 2026] POST /v2.0/routers => generated 739 bytes in 1998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/507] 10.0.0.208 () {36 vars in 1013 bytes} [Tue Apr 14 14:12:56 2026] DELETE /v2.0/security-groups/185d59fe-0a9e-43f7-9c7a-cc9c12d39897 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:12:56.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f51c0c3-e7c7-4822-903c-0e131c43ca4e 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 56c7d63b-8b1e-4e33-964b-832934f925b0 2026-04-14 14:12:56.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f51c0c3-e7c7-4822-903c-0e131c43ca4e 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 56c7d63b-8b1e-4e33-964b-832934f925b0 [pid: 8|app: 0|req: 242/508] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:12:56 2026] PUT /v2.0/routers/c7b01685-82f9-4952-8286-f393de19492c/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:12:57.217 8 INFO neutron.api.v2.resource [req-8d9b4ab4-bf14-4844-98dd-ba170b53bb7a req-f8564ffe-6c82-4fcd-9c77-ff819e76c6f9 54ae74f6d2e840028f53fa716d3efcfa 04c398de01d340bdbc7d64444056a797 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 243/509] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/security-groups/185d59fe-0a9e-43f7-9c7a-cc9c12d39897 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/510] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:12:55 2026] PUT /v2.0/routers/4b3be5e8-adb0-49a2-aa3c-6bccab00ab9a/remove_router_interface => generated 309 bytes in 1498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/511] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/security-groups?tenant_id=04c398de01d340bdbc7d64444056a797 => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/512] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 12 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/513] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/security-groups/33fbdf7e-18a5-4b2b-b98b-c850b5b6eef2 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/514] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/security-groups/33fbdf7e-18a5-4b2b-b98b-c850b5b6eef2 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:12:57.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-54a19982-8aa3-481e-a1c6-3cf3d16ee789 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 68018510-96c1-401d-8c13-56864669bbec 2026-04-14 14:12:57.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a19982-8aa3-481e-a1c6-3cf3d16ee789 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 68018510-96c1-401d-8c13-56864669bbec 2026-04-14 14:12:57.709 8 INFO neutron.api.v2.resource [req-fd2c44d0-9a2b-4f9a-af66-65985c675c51 req-abcdd151-3a3a-482f-9a79-3d14b25d3971 54ae74f6d2e840028f53fa716d3efcfa 04c398de01d340bdbc7d64444056a797 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/515] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/security-groups/185d59fe-0a9e-43f7-9c7a-cc9c12d39897 => generated 146 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/516] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:12:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:12:57.905 8 INFO neutron.api.v2.resource [req-5fa3754b-e7c2-4ebb-b41b-28572f8a54e6 req-a8811a9e-1952-44e2-b97b-9cb65a038bfe 54ae74f6d2e840028f53fa716d3efcfa 04c398de01d340bdbc7d64444056a797 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/517] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:57 2026] GET /v2.0/security-groups/fa3dcca2-2835-4a81-b9ad-d78cc3f5b8f8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:12:57.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-54a19982-8aa3-481e-a1c6-3cf3d16ee789 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: edd4a18a-ad23-4dc7-824e-92bc52537f9b 2026-04-14 14:12:57.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a19982-8aa3-481e-a1c6-3cf3d16ee789 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: edd4a18a-ad23-4dc7-824e-92bc52537f9b [pid: 8|app: 0|req: 250/518] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:12:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:58.045 8 INFO neutron.api.v2.resource [req-dcd4b78b-8eb3-4a5c-826c-65c40911a6b1 req-52ebccbe-f8f4-4b80-b453-5dbb06676fae 54ae74f6d2e840028f53fa716d3efcfa 04c398de01d340bdbc7d64444056a797 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/519] 10.0.0.208 () {34 vars in 991 bytes} [Tue Apr 14 14:12:58 2026] GET /v2.0/security-groups/34658262-7dd2-4be8-9541-ccf0225afb51 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:12:58.068 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-54a19982-8aa3-481e-a1c6-3cf3d16ee789 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 252/520] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:12:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:12:58.457 7 INFO neutron.db.l3_hamode_db [None req-54a19982-8aa3-481e-a1c6-3cf3d16ee789 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network 38bb758b-51a0-411e-a3e2-ba228c62b410 was deleted as no HA routers are present in tenant e8c95ffe38ca47f4bbe55f884c0fb81c. [pid: 7|app: 0|req: 269/521] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:12:57 2026] DELETE /v2.0/routers/4b3be5e8-adb0-49a2-aa3c-6bccab00ab9a => generated 0 bytes in 995 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:12:58.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c3156be-0445-4cfd-af36-5859c6f5c32d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: c8d38f59-688b-4067-b9c6-8e2b05847541 2026-04-14 14:12:58.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c3156be-0445-4cfd-af36-5859c6f5c32d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: c8d38f59-688b-4067-b9c6-8e2b05847541 2026-04-14 14:12:58.793 7 INFO neutron.services.segments.plugin [-] Segment e646c0b5-f2fb-411d-a19c-1a5adc0fce4d resource provider aggregate not found 2026-04-14 14:12:58.813 7 INFO neutron.services.segments.plugin [-] Segment e646c0b5-f2fb-411d-a19c-1a5adc0fce4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e646c0b5-f2fb-411d-a19c-1a5adc0fce4d found for delete ", "request_id": "req-5d84e0f4-d2c6-42dd-a5bb-a0488e67b153"}]} 2026-04-14 14:12:58.838 7 INFO neutron.services.segments.plugin [-] Segment e646c0b5-f2fb-411d-a19c-1a5adc0fce4d resource provider aggregate not found 2026-04-14 14:12:58.869 7 INFO neutron.services.segments.plugin [-] Segment e646c0b5-f2fb-411d-a19c-1a5adc0fce4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e646c0b5-f2fb-411d-a19c-1a5adc0fce4d found for delete ", "request_id": "req-ac299a2b-5685-4cf5-94db-28809cea1d6b"}]} [pid: 7|app: 0|req: 270/522] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:12:58 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/523] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:12:59 2026] DELETE /v2.0/subnets/19fefdc3-15e3-4d71-a22b-b24966d37b8a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/524] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => 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: 253/525] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:12:58 2026] PUT /v2.0/routers/fd586259-d82b-42db-b370-acaf8c6717fb/remove_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:12:59.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-122206c9-dece-4f6a-ada0-fd0a36acca58 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 8bfd9086-0b73-451e-a88d-aac9823ea51c 2026-04-14 14:12:59.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-122206c9-dece-4f6a-ada0-fd0a36acca58 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 8bfd9086-0b73-451e-a88d-aac9823ea51c 2026-04-14 14:12:59.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-a94bc797-b832-443d-beb1-186725252a33 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: c57de103-6f8b-4bb6-b9be-c05e6029d64b 2026-04-14 14:12:59.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a94bc797-b832-443d-beb1-186725252a33 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: c57de103-6f8b-4bb6-b9be-c05e6029d64b [pid: 7|app: 0|req: 273/526] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:12:59 2026] DELETE /v2.0/networks/4c18e5dd-06ce-497f-9d5b-ecb1fffc1210 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/527] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--181283020&fields=id&tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/528] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/529] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/quotas/40bbbd0fb6724ce48fea3c0a201bfd7c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/530] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/531] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/security-groups?tenant_id=e8c95ffe38ca47f4bbe55f884c0fb81c&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:12:59.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-a94bc797-b832-443d-beb1-186725252a33 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 6b24c121-3999-4ded-ab55-90d1cd2649a5 2026-04-14 14:12:59.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a94bc797-b832-443d-beb1-186725252a33 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 6b24c121-3999-4ded-ab55-90d1cd2649a5 [pid: 7|app: 0|req: 279/532] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:12:59 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:12:59.962 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a94bc797-b832-443d-beb1-186725252a33 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 280/533] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:12:59 2026] DELETE /v2.0/security-groups/c9ba0b3d-72a2-401d-98a4-5be029f2a0e1 => 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: 281/534] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:13:00 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/535] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:00 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:13:00.374 8 INFO neutron.db.l3_hamode_db [None req-a94bc797-b832-443d-beb1-186725252a33 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network e25daf37-a54f-4a48-aea6-2ba66365dd1b was deleted as no HA routers are present in tenant 04c398de01d340bdbc7d64444056a797. [pid: 8|app: 0|req: 254/536] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:12:59 2026] DELETE /v2.0/routers/fd586259-d82b-42db-b370-acaf8c6717fb => generated 0 bytes in 1044 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/537] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:00 2026] GET /v2.0/networks?id=0839ddd8-b523-4371-863b-d30e65ef335a => generated 675 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/538] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:00 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => 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: 285/539] 199.19.213.102 () {34 vars in 911 bytes} [Tue Apr 14 14:13:00 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/540] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:13:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/541] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:13:00 2026] DELETE /v2.0/subnets/1cb29375-e6e7-4766-9952-6d08bf28626a => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:13:00.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-960426f6-acce-4038-9f11-c251e7d75166 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: a65b7bdb-f41f-4a22-8f46-c425a6152df0 2026-04-14 14:13:00.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960426f6-acce-4038-9f11-c251e7d75166 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: a65b7bdb-f41f-4a22-8f46-c425a6152df0 2026-04-14 14:13:00.756 8 INFO neutron.services.segments.plugin [-] Segment ec39718a-ebe4-442e-9a53-88a1eed64bad resource provider aggregate not found 2026-04-14 14:13:00.773 8 INFO neutron.services.segments.plugin [-] Segment ec39718a-ebe4-442e-9a53-88a1eed64bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec39718a-ebe4-442e-9a53-88a1eed64bad found for delete ", "request_id": "req-e57df2b0-5684-4a39-9caf-f691ffaf54c3"}]} 2026-04-14 14:13:00.786 8 INFO neutron.services.segments.plugin [-] Segment ec39718a-ebe4-442e-9a53-88a1eed64bad resource provider aggregate not found 2026-04-14 14:13:00.814 8 INFO neutron.services.segments.plugin [-] Segment ec39718a-ebe4-442e-9a53-88a1eed64bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec39718a-ebe4-442e-9a53-88a1eed64bad found for delete ", "request_id": "req-68a64a66-bc27-4561-986f-33f70ca2fc9e"}]} 2026-04-14 14:13:00.842 7 INFO neutron.services.segments.plugin [-] Segment 81a66b74-f680-4cd3-928e-376b03aba88d resource provider aggregate not found 2026-04-14 14:13:00.859 7 INFO neutron.services.segments.plugin [-] Segment 81a66b74-f680-4cd3-928e-376b03aba88d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81a66b74-f680-4cd3-928e-376b03aba88d found for delete ", "request_id": "req-074299b4-ce60-48de-8f62-af082e266078"}]} 2026-04-14 14:13:00.926 7 INFO neutron.services.segments.plugin [-] Segment 81a66b74-f680-4cd3-928e-376b03aba88d resource provider aggregate not found [pid: 8|app: 0|req: 256/542] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:13:00 2026] DELETE /v2.0/networks/5715803c-1dcc-4665-a79c-a683c5b0b917 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:13:00.949 7 INFO neutron.services.segments.plugin [-] Segment 81a66b74-f680-4cd3-928e-376b03aba88d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81a66b74-f680-4cd3-928e-376b03aba88d found for delete ", "request_id": "req-389cfcd3-6e06-47f2-9309-71636a3eb5bd"}]} [pid: 7|app: 0|req: 287/545] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:13:00 2026] POST /v2.0/ports => generated 958 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/546] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:01 2026] GET /v2.0/security-groups?tenant_id=04c398de01d340bdbc7d64444056a797&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 288/547] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:01 2026] DELETE /v2.0/security-groups/33fbdf7e-18a5-4b2b-b98b-c850b5b6eef2 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/548] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:01 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 261/549] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:01 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 961 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/550] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:01 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/551] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:01 2026] PUT /v2.0/ports/1ae1e768-8775-4212-8576-f88ee3519e4c => generated 1239 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:02.349 8 INFO neutron.db.segments_db [None req-b5ecf8f3-fb94-473f-a266-5d19db83bf23 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment e17e59d8-f300-4416-9398-58670140893e of type vxlan for network ec5dd561-6fd4-42c2-af6e-0907f6985296 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 290/552] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:02 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 263/553] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:13:01 2026] POST /v2.0/networks => generated 745 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:13:02.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce22f4c9-ef3b-4e76-a801-5105d65ffc17'] response: {'name': 'network-changed', 'server_uuid': 'dc782841-79db-404a-9a99-d2c0635d1f93', 'tag': '1ae1e768-8775-4212-8576-f88ee3519e4c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 291/554] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:02 2026] POST /v2.0/subnets => generated 692 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:13:02.820 8 INFO neutron.services.segments.plugin [-] Segment 473c597b-30bc-4741-b577-11ec54c2779a resource provider aggregate not found 2026-04-14 14:13:02.838 8 INFO neutron.services.segments.plugin [-] Segment 473c597b-30bc-4741-b577-11ec54c2779a resource provider aggregate not found 2026-04-14 14:13:02.845 8 INFO neutron.services.segments.plugin [-] Segment 473c597b-30bc-4741-b577-11ec54c2779a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473c597b-30bc-4741-b577-11ec54c2779a found for delete ", "request_id": "req-8746c377-21a6-4a0c-b1d2-dfb60dfa3d43"}]} 2026-04-14 14:13:02.869 8 INFO neutron.services.segments.plugin [-] Segment 473c597b-30bc-4741-b577-11ec54c2779a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 473c597b-30bc-4741-b577-11ec54c2779a found for delete ", "request_id": "req-33eae263-f1c7-42f5-8323-9e0bb58eab2c"}]} 2026-04-14 14:13:02.871 8 INFO neutron.db.segments_db [None req-fdc5906d-605e-4046-9dce-1fa5bce31f4c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 8a0321b3-3439-47af-9725-85c94c9759cf of type vxlan for network 6c315e0c-f130-43d5-aeb0-efb34910310f [pid: 7|app: 0|req: 292/555] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:02 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/556] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:02 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:03.120 8 INFO neutron.db.l3_hamode_db [None req-fdc5906d-605e-4046-9dce-1fa5bce31f4c 2c16458904c048858769e715cf83c940 a884771e9310443fb51517972c271697 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 294/557] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/ports?tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0&device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/558] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1ae1e768-8775-4212-8576-f88ee3519e4c => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/559] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/subnets?id=9c4b76d6-0635-4372-b694-7aa69a31a6e4 => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/560] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/ports?network_id=0839ddd8-b523-4371-863b-d30e65ef335a&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:03.597 7 INFO neutron.db.segments_db [None req-2da406da-dd8a-44c9-9bd8-8717a427d7fb 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 24b18fc9-4ef3-4c57-b1e6-14587396fe93 of type vxlan for network bee39a07-e273-41e4-bba6-7a86c182a8f1 [pid: 7|app: 0|req: 298/561] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:13:03 2026] POST /v2.0/networks => generated 748 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/562] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/563] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:13:03.862 8 INFO neutron.db.l3_hamode_db [None req-fdc5906d-605e-4046-9dce-1fa5bce31f4c 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 301/564] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:03 2026] POST /v2.0/subnets => generated 695 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/565] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:03 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:13:04.069 7 INFO neutron.db.segments_db [None req-7ac74430-a764-4877-885a-766a2af63220 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 26fe9687-4c1f-41e0-a6d4-45c34c63d393 of type vxlan for network 3e5bc8da-58bf-4869-b4c3-bc7f77700a40 2026-04-14 14:13:04.316 7 INFO neutron.db.l3_hamode_db [None req-7ac74430-a764-4877-885a-766a2af63220 2c16458904c048858769e715cf83c940 789056fa59714dc59e47cbeb7be49969 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 264/566] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:02 2026] POST /v2.0/routers => generated 732 bytes in 1895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/567] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:04 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:05.123 7 INFO neutron.db.l3_hamode_db [None req-7ac74430-a764-4877-885a-766a2af63220 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 266/568] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:13:04 2026] PUT /v2.0/routers/9c9d8db5-c311-4fab-977a-eb8943a1e792/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/569] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:05 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/570] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:05 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 684 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/571] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:05 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 270/572] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:05 2026] GET /v2.0/ports?tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0&device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 1242 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/573] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:04 2026] POST /v2.0/routers => generated 735 bytes in 2083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/574] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/575] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/networks?id=0839ddd8-b523-4371-863b-d30e65ef335a => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/576] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:13:06 2026] POST /v2.0/ports => generated 958 bytes in 335 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: 306/577] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1ae1e768-8775-4212-8576-f88ee3519e4c => 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: 307/578] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:06 2026] PUT /v2.0/ports/2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 1239 bytes in 359 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: 308/579] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/subnets?id=9c4b76d6-0635-4372-b694-7aa69a31a6e4 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:06.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f176d66-d7bf-4354-883d-7d05df6a9787'] response: {'name': 'network-changed', 'server_uuid': '5d2334f1-5141-464e-b499-cc8916fbf8db', 'tag': '2c727d88-6cb5-4d5a-8637-52bc4ce4e507', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/580] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/networks?id=ec5dd561-6fd4-42c2-af6e-0907f6985296 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/581] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/ports?network_id=0839ddd8-b523-4371-863b-d30e65ef335a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/582] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/quotas/a884771e9310443fb51517972c271697 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/583] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:06 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/584] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/585] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/ports?tenant_id=a884771e9310443fb51517972c271697&fields=id => generated 57 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/586] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&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: 316/587] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/588] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/589] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&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: 319/590] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/591] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:13:06 2026] PUT /v2.0/routers/93f5cee7-70d1-4024-a58d-4f71c3549afe/add_router_interface => generated 309 bytes in 1383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/592] 10.0.0.208 () {34 vars in 907 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/extensions => generated 21537 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/593] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/networks?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&shared=False => generated 780 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/594] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/networks/ec5dd561-6fd4-42c2-af6e-0907f6985296?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: 274/595] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/596] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/networks/ec5dd561-6fd4-42c2-af6e-0907f6985296?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/597] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:07 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 12 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/598] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:13:08 2026] POST /v2.0/security-groups => generated 1659 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/599] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/600] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/601] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/602] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/603] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/604] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&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: 325/605] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:13:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/606] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/subnets?id=d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/607] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/ports?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/608] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:13:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/609] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 284/610] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:08 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 327/611] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:13:08 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/612] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:09 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 328/613] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:09 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/614] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:09 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/615] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:09 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/616] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:09 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&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: 330/617] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:10 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 288/618] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:10 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/619] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:10 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/620] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:10 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/621] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:10 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&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: 290/622] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:11 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 333/623] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:11 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/624] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:11 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/625] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:11 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/626] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:12 2026] GET /v2.0/networks?id=ec5dd561-6fd4-42c2-af6e-0907f6985296 => generated 677 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/627] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:12 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/628] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:12 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 961 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/629] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:12 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/630] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:13:12 2026] POST /v2.0/ports => generated 958 bytes in 619 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: 294/631] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:13 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/632] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:13 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/633] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:12 2026] PUT /v2.0/ports/895af23c-0bff-4659-8397-e566992b5d72 => generated 1239 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:13.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffd7b46c-9562-4ca1-ac56-fde0f01a0d53'] response: {'name': 'network-changed', 'server_uuid': 'e5128698-bdac-451a-8039-8e263104a195', 'tag': '895af23c-0bff-4659-8397-e566992b5d72', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 296/634] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:13 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 339/635] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:13 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/636] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:13 2026] GET /v2.0/ports?tenant_id=a884771e9310443fb51517972c271697&device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/637] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:13 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/638] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/networks?tenant_id=a884771e9310443fb51517972c271697&shared=False => generated 773 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/639] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&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: 299/640] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:13:14 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: 342/641] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/642] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/643] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/644] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 345/645] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:14 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:15.058 8 INFO neutron.db.l3_db [None req-c9690b34-540f-4014-988b-8a50423058e5 b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] Floating IP 19dec36c-6ddf-4351-8bd9-898fbf48b0cc associated. External IP: 10.96.250.220, port: 1ae1e768-8775-4212-8576-f88ee3519e4c. [pid: 7|app: 0|req: 346/646] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/647] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/ports?tenant_id=a884771e9310443fb51517972c271697&device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/648] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/649] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--353128239&fields=id&tenant_id=789056fa59714dc59e47cbeb7be49969 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/650] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=895af23c-0bff-4659-8397-e566992b5d72 => 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: 301/651] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:13:14 2026] PUT /v2.0/floatingips/19dec36c-6ddf-4351-8bd9-898fbf48b0cc => generated 856 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/652] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/networks?id=bee39a07-e273-41e4-bba6-7a86c182a8f1 => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/653] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/quotas/789056fa59714dc59e47cbeb7be49969 => 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: 302/654] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/subnets?id=e7bcf3db-15f7-4681-b7c4-b2c88b502be3 => generated 695 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/655] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/ports?network_id=ec5dd561-6fd4-42c2-af6e-0907f6985296&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: 354/656] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/networks/ec5dd561-6fd4-42c2-af6e-0907f6985296?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/657] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/ports?tenant_id=789056fa59714dc59e47cbeb7be49969&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/658] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/networks/ec5dd561-6fd4-42c2-af6e-0907f6985296?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: 304/659] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/660] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:13:15.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-953273fa-b226-4975-af77-e76e00201e99'] response: {'name': 'network-changed', 'server_uuid': 'dc782841-79db-404a-9a99-d2c0635d1f93', 'tag': '1ae1e768-8775-4212-8576-f88ee3519e4c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 358/663] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:15 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 306/664] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/665] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/666] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/667] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/ports?tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0&device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/668] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/669] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/networks?id=0839ddd8-b523-4371-863b-d30e65ef335a => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/670] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/671] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1ae1e768-8775-4212-8576-f88ee3519e4c => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/672] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/subnets?id=9c4b76d6-0635-4372-b694-7aa69a31a6e4 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/673] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/ports?network_id=0839ddd8-b523-4371-863b-d30e65ef335a&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/674] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/675] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:16 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:13:16.843 7 INFO neutron.db.l3_db [None req-33e9b02b-dd1d-4b5c-8065-d673fd0443e7 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] Floating IP 6ba42b89-2b86-42dd-a6d0-7c5e2e7bf2f3 associated. External IP: 10.96.250.202, port: 2c727d88-6cb5-4d5a-8637-52bc4ce4e507. [pid: 8|app: 0|req: 317/676] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/677] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:13:16 2026] PUT /v2.0/floatingips/6ba42b89-2b86-42dd-a6d0-7c5e2e7bf2f3 => generated 856 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:17.211 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf8de5c2-1e5e-45bc-8670-6e151614fc67'] response: {'name': 'network-changed', 'server_uuid': '5d2334f1-5141-464e-b499-cc8916fbf8db', 'tag': '2c727d88-6cb5-4d5a-8637-52bc4ce4e507', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/678] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/679] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/680] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/681] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/682] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/683] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 780 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/684] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/685] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/subnets?id=d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/686] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/ports?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/687] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:17 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/688] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:18 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 366/689] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:18 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 324/690] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:18 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 367/691] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:18 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&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: 325/692] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:19 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 368/693] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:19 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/694] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:20 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/695] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:20 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 369/696] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:20 2026] GET /v2.0/networks?id=bee39a07-e273-41e4-bba6-7a86c182a8f1 => generated 680 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/697] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:13:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=789056fa59714dc59e47cbeb7be49969 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/698] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:13:20 2026] POST /v2.0/ports => generated 958 bytes in 473 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: 371/699] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:21 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/700] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:21 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&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: 329/701] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:20 2026] PUT /v2.0/ports/5f5853b7-92a3-49cc-9939-0c4cdef9bfaf => generated 1239 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:21.412 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32ce44f5-0679-42f9-aba8-3b2f9cd340c3'] response: {'name': 'network-changed', 'server_uuid': 'c235c21d-4dd8-4adc-bdde-77bcdee5e957', 'tag': '5f5853b7-92a3-49cc-9939-0c4cdef9bfaf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 373/702] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:21 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 330/703] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:21 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/704] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:21 2026] GET /v2.0/ports?tenant_id=789056fa59714dc59e47cbeb7be49969&device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/705] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/networks?tenant_id=789056fa59714dc59e47cbeb7be49969&shared=False => generated 776 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/706] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/707] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/708] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/709] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/710] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/711] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/712] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:22 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&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: 335/713] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/ports?tenant_id=789056fa59714dc59e47cbeb7be49969&device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 1242 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/714] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5f5853b7-92a3-49cc-9939-0c4cdef9bfaf => 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: 336/715] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/subnets?id=89f5d46b-1a27-4a6b-9295-cfbafee4f8c3 => generated 698 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/716] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/ports?network_id=bee39a07-e273-41e4-bba6-7a86c182a8f1&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/717] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1?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: 381/718] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1?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: 338/719] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/720] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/721] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:23 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/722] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:24 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/723] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:25 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/724] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:25 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/725] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:25 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/726] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:25 2026] GET /v2.0/security-groups?id=71a52a54-2a90-4aa0-a286-81594efd90eb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/727] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:13:25 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:25.474 7 INFO neutron_taas.services.taas.taas_plugin [req-b9bedc47-c121-42c4-bb4f-d848e67fdbe7 req-9fa3b348-bf22-47cc-ae28-eee80f0b206f 3b1021ff73f1459b9f39a1a45cac0439 a884771e9310443fb51517972c271697 - - default default] TaaS: Handle Delete Port: 895af23c-0bff-4659-8397-e566992b5d72 2026-04-14 14:13:25.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b9bedc47-c121-42c4-bb4f-d848e67fdbe7 req-9fa3b348-bf22-47cc-ae28-eee80f0b206f 3b1021ff73f1459b9f39a1a45cac0439 a884771e9310443fb51517972c271697 - - default default] Tap Mirror: Handle Delete Port: 895af23c-0bff-4659-8397-e566992b5d72 [pid: 7|app: 0|req: 386/728] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:13:25 2026] DELETE /v2.0/ports/895af23c-0bff-4659-8397-e566992b5d72 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:13:25.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34bdb0c3-90be-4a2c-a6f8-c7472ca623bc'] response: {'server_uuid': 'e5128698-bdac-451a-8039-8e263104a195', 'name': 'network-vif-deleted', 'tag': '895af23c-0bff-4659-8397-e566992b5d72', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 343/729] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:26 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/730] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:26 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&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: 344/731] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:26 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 345/732] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:27 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 388/733] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:27 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/734] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:27 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/735] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:13:28 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1244 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/736] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:28 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/737] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:28 2026] GET /v2.0/ports?device_id=e5128698-bdac-451a-8039-8e263104a195 => 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: 348/738] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:28 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/739] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:28 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/740] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:29 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/741] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:29 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:30.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-746784a7-8810-482d-8ca5-59a1b5671871 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 087aa206-d692-433a-8b06-d7000deb6d8b 2026-04-14 14:13:30.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-746784a7-8810-482d-8ca5-59a1b5671871 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 087aa206-d692-433a-8b06-d7000deb6d8b [pid: 8|app: 0|req: 349/742] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:13:29 2026] PUT /v2.0/routers/9c9d8db5-c311-4fab-977a-eb8943a1e792/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:30.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-08d7e21d-abab-4ef6-b7d2-e9e09967fe66 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 494bb9a0-565a-41dd-adfc-c2c95e8e842d 2026-04-14 14:13:30.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08d7e21d-abab-4ef6-b7d2-e9e09967fe66 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 494bb9a0-565a-41dd-adfc-c2c95e8e842d [pid: 8|app: 0|req: 352/745] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:31 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/746] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:31 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&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-04-14 14:13:31.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-08d7e21d-abab-4ef6-b7d2-e9e09967fe66 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: e085652c-7786-4aad-a8d3-ba8b6e3900ad 2026-04-14 14:13:31.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08d7e21d-abab-4ef6-b7d2-e9e09967fe66 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: e085652c-7786-4aad-a8d3-ba8b6e3900ad 2026-04-14 14:13:31.640 7 INFO neutron.services.segments.plugin [-] Segment 8a0321b3-3439-47af-9725-85c94c9759cf resource provider aggregate not found 2026-04-14 14:13:31.647 7 INFO neutron.services.segments.plugin [-] Segment 8a0321b3-3439-47af-9725-85c94c9759cf resource provider aggregate not found 2026-04-14 14:13:31.666 7 INFO neutron.services.segments.plugin [-] Segment 8a0321b3-3439-47af-9725-85c94c9759cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0321b3-3439-47af-9725-85c94c9759cf found for delete ", "request_id": "req-35c28da7-04a5-45dd-b5ef-91feb666228d"}]} 2026-04-14 14:13:31.666 7 INFO neutron.services.segments.plugin [-] Segment 8a0321b3-3439-47af-9725-85c94c9759cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0321b3-3439-47af-9725-85c94c9759cf found for delete ", "request_id": "req-6b9b175d-4188-4a8d-bcaf-8482ff867208"}]} 2026-04-14 14:13:31.669 7 INFO neutron.db.l3_hamode_db [None req-08d7e21d-abab-4ef6-b7d2-e9e09967fe66 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network 6c315e0c-f130-43d5-aeb0-efb34910310f was deleted as no HA routers are present in tenant a884771e9310443fb51517972c271697. [pid: 7|app: 0|req: 394/747] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:13:30 2026] DELETE /v2.0/routers/9c9d8db5-c311-4fab-977a-eb8943a1e792 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/748] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:13:31 2026] DELETE /v2.0/subnets/e7bcf3db-15f7-4681-b7c4-b2c88b502be3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:13:31.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-a278bd07-11e9-4997-810c-1bf59ce7a952 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 7dd13191-8606-4605-82fb-6889df4b469c 2026-04-14 14:13:31.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a278bd07-11e9-4997-810c-1bf59ce7a952 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 7dd13191-8606-4605-82fb-6889df4b469c [pid: 7|app: 0|req: 395/749] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:13:31 2026] DELETE /v2.0/networks/ec5dd561-6fd4-42c2-af6e-0907f6985296 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/750] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:32 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/751] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:32 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/752] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:32 2026] GET /v2.0/security-groups?tenant_id=a884771e9310443fb51517972c271697&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/753] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:32 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/754] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:32 2026] DELETE /v2.0/security-groups/71a52a54-2a90-4aa0-a286-81594efd90eb => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:13:32.783 7 INFO neutron.db.l3_db [None req-9513415e-e210-43d5-88e7-8961ffebb4df d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] Floating IP 1291c388-f539-484f-987f-24c07c43e6c4 associated. External IP: 10.96.250.207, port: 5f5853b7-92a3-49cc-9939-0c4cdef9bfaf. [pid: 7|app: 0|req: 398/755] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:13:32 2026] PUT /v2.0/floatingips/1291c388-f539-484f-987f-24c07c43e6c4 => generated 856 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:33.127 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7687844d-0495-4328-a59b-a55c31c3bf89'] response: {'name': 'network-changed', 'server_uuid': 'c235c21d-4dd8-4adc-bdde-77bcdee5e957', 'tag': '5f5853b7-92a3-49cc-9939-0c4cdef9bfaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 358/756] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/757] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/758] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/759] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:33.688 7 INFO neutron.services.segments.plugin [-] Segment e17e59d8-f300-4416-9398-58670140893e resource provider aggregate not found 2026-04-14 14:13:33.695 7 INFO neutron.services.segments.plugin [-] Segment e17e59d8-f300-4416-9398-58670140893e resource provider aggregate not found [pid: 8|app: 0|req: 360/760] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/ports?tenant_id=789056fa59714dc59e47cbeb7be49969&device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:33.720 7 INFO neutron.services.segments.plugin [-] Segment e17e59d8-f300-4416-9398-58670140893e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e17e59d8-f300-4416-9398-58670140893e found for delete ", "request_id": "req-34a8006b-9a85-406d-8139-4ed342cab244"}]} 2026-04-14 14:13:33.732 7 INFO neutron.services.segments.plugin [-] Segment e17e59d8-f300-4416-9398-58670140893e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e17e59d8-f300-4416-9398-58670140893e found for delete ", "request_id": "req-419f687b-3aaf-4662-8f05-39910647c30f"}]} [pid: 7|app: 0|req: 401/761] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/networks?id=bee39a07-e273-41e4-bba6-7a86c182a8f1 => generated 776 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/762] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5f5853b7-92a3-49cc-9939-0c4cdef9bfaf => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/763] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/subnets?id=89f5d46b-1a27-4a6b-9295-cfbafee4f8c3 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/764] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/ports?network_id=bee39a07-e273-41e4-bba6-7a86c182a8f1&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/765] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1?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: 363/766] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:33 2026] GET /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/767] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:34 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/768] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:34 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&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: 365/769] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:35 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/770] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:35 2026] GET /v2.0/security-groups?tenant_id=9e8a7d147a6244cbaa3e466214ae7577&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/771] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:35 2026] GET /v2.0/security-groups?id=f1f563ba-ce18-4ab4-b975-df541f718f8b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/772] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:35 2026] DELETE /v2.0/security-groups/14928305-76d9-418a-8808-0ed7d00107b6 => 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: 367/773] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:13:36 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:36.390 7 INFO neutron_taas.services.taas.taas_plugin [req-4b472522-88ed-4a27-b33a-9b2cb242521e req-15a17b87-8c42-4b2d-b1bf-d751e5046e5b d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] TaaS: Handle Delete Port: 5f5853b7-92a3-49cc-9939-0c4cdef9bfaf 2026-04-14 14:13:36.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4b472522-88ed-4a27-b33a-9b2cb242521e req-15a17b87-8c42-4b2d-b1bf-d751e5046e5b d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] Tap Mirror: Handle Delete Port: 5f5853b7-92a3-49cc-9939-0c4cdef9bfaf 2026-04-14 14:13:36.594 7 INFO neutron.db.l3_db [req-4b472522-88ed-4a27-b33a-9b2cb242521e req-15a17b87-8c42-4b2d-b1bf-d751e5046e5b d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] Floating IP 1291c388-f539-484f-987f-24c07c43e6c4 disassociated. External IP: 10.96.250.207, port: 5f5853b7-92a3-49cc-9939-0c4cdef9bfaf. [pid: 7|app: 0|req: 407/774] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:13:36 2026] DELETE /v2.0/ports/5f5853b7-92a3-49cc-9939-0c4cdef9bfaf => generated 0 bytes in 749 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:13:37.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-652b1411-86c3-4ed3-90a3-4e95f849de28'] response: {'server_uuid': 'c235c21d-4dd8-4adc-bdde-77bcdee5e957', 'name': 'network-vif-deleted', 'tag': '5f5853b7-92a3-49cc-9939-0c4cdef9bfaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 368/775] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:37 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/776] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:38 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 369/777] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:13:38 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 1244 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/778] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:38 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&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: 370/779] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:39 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 410/780] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:40 2026] GET /v2.0/ports?device_id=c235c21d-4dd8-4adc-bdde-77bcdee5e957 => 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: 371/781] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:41 2026] DELETE /v2.0/security-groups/f1f563ba-ce18-4ab4-b975-df541f718f8b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:13:41.586 7 INFO neutron.api.v2.resource [None req-0fc48f58-851b-4ebc-a8bb-4fc6d22c8f88 d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/782] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:13:41 2026] GET /v2.0/security-groups/f1f563ba-ce18-4ab4-b975-df541f718f8b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:13:41.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a2b23a1-f56d-4b0b-a3a6-cf38fe6002d0 d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] TaaS: Handle Delete Port: 6a4db9e8-34be-499b-b5b8-0bd2a60ab954 2026-04-14 14:13:41.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a2b23a1-f56d-4b0b-a3a6-cf38fe6002d0 d8978d7c1dda4257ad2a8e1d6cdaf30f 789056fa59714dc59e47cbeb7be49969 - - default default] Tap Mirror: Handle Delete Port: 6a4db9e8-34be-499b-b5b8-0bd2a60ab954 [pid: 8|app: 0|req: 372/783] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:13:41 2026] DELETE /v2.0/floatingips/1291c388-f539-484f-987f-24c07c43e6c4 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:13:42.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6b12e3a-4af9-463f-aeaf-6f4ca9b7b9de 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: ddc61e96-9745-45f9-a4f4-c83bf41f970a 2026-04-14 14:13:42.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6b12e3a-4af9-463f-aeaf-6f4ca9b7b9de 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: ddc61e96-9745-45f9-a4f4-c83bf41f970a [pid: 7|app: 0|req: 412/784] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:13:41 2026] PUT /v2.0/routers/93f5cee7-70d1-4024-a58d-4f71c3549afe/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/785] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:42 2026] GET /v2.0/security-groups?tenant_id=bb360e98dbec4244a8866640014514df&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:43.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-d80677b4-07b2-4106-86ba-a09a732883ae 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 3df0d3ca-e8f9-4b68-98e3-571775e9cb2a 2026-04-14 14:13:43.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d80677b4-07b2-4106-86ba-a09a732883ae 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 3df0d3ca-e8f9-4b68-98e3-571775e9cb2a [pid: 8|app: 0|req: 374/786] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:43 2026] DELETE /v2.0/security-groups/3dcc8dd3-2478-4aea-81e6-e0b44856555a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:13:43.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-d80677b4-07b2-4106-86ba-a09a732883ae 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 328010e3-8f66-485c-a294-0ed78b92e57b 2026-04-14 14:13:43.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d80677b4-07b2-4106-86ba-a09a732883ae 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 328010e3-8f66-485c-a294-0ed78b92e57b [pid: 8|app: 0|req: 375/787] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:43 2026] GET /v2.0/security-groups?tenant_id=af9ef73c3c7e43c6a404063dfeaf8158&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/788] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:43 2026] DELETE /v2.0/security-groups/add7de83-d9ec-456e-beb0-ccc0060add74 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:13:43.873 7 INFO neutron.services.segments.plugin [-] Segment 26fe9687-4c1f-41e0-a6d4-45c34c63d393 resource provider aggregate not found 2026-04-14 14:13:43.880 7 INFO neutron.services.segments.plugin [-] Segment 26fe9687-4c1f-41e0-a6d4-45c34c63d393 resource provider aggregate not found 2026-04-14 14:13:43.896 7 INFO neutron.services.segments.plugin [-] Segment 26fe9687-4c1f-41e0-a6d4-45c34c63d393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26fe9687-4c1f-41e0-a6d4-45c34c63d393 found for delete ", "request_id": "req-2ae26590-c696-49b0-89eb-bf8424f9ba0b"}]} 2026-04-14 14:13:43.902 7 INFO neutron.services.segments.plugin [-] Segment 26fe9687-4c1f-41e0-a6d4-45c34c63d393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26fe9687-4c1f-41e0-a6d4-45c34c63d393 found for delete ", "request_id": "req-fdbd27f9-3cd7-455f-b11b-582a582164ea"}]} 2026-04-14 14:13:43.916 7 INFO neutron.db.l3_hamode_db [None req-d80677b4-07b2-4106-86ba-a09a732883ae 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network 3e5bc8da-58bf-4869-b4c3-bc7f77700a40 was deleted as no HA routers are present in tenant 789056fa59714dc59e47cbeb7be49969. [pid: 7|app: 0|req: 413/789] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:13:42 2026] DELETE /v2.0/routers/93f5cee7-70d1-4024-a58d-4f71c3549afe => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/790] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:13:43 2026] DELETE /v2.0/subnets/89f5d46b-1a27-4a6b-9295-cfbafee4f8c3 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:13:44.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e942734-0a35-41df-8e8d-0bd430d6f66b 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: fa72daba-2771-440c-acb6-e524bfc24d4d 2026-04-14 14:13:44.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e942734-0a35-41df-8e8d-0bd430d6f66b 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: fa72daba-2771-440c-acb6-e524bfc24d4d [pid: 7|app: 0|req: 414/791] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:13:44 2026] DELETE /v2.0/networks/bee39a07-e273-41e4-bba6-7a86c182a8f1 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/792] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:44 2026] GET /v2.0/security-groups?tenant_id=789056fa59714dc59e47cbeb7be49969&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: 415/793] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:44 2026] DELETE /v2.0/security-groups/3e22413d-38d3-4da9-8aab-4a06935169c5 => 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: 379/796] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:45 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:45.916 7 INFO neutron.services.segments.plugin [-] Segment 24b18fc9-4ef3-4c57-b1e6-14587396fe93 resource provider aggregate not found 2026-04-14 14:13:45.924 7 INFO neutron.services.segments.plugin [-] Segment 24b18fc9-4ef3-4c57-b1e6-14587396fe93 resource provider aggregate not found 2026-04-14 14:13:45.943 7 INFO neutron.services.segments.plugin [-] Segment 24b18fc9-4ef3-4c57-b1e6-14587396fe93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24b18fc9-4ef3-4c57-b1e6-14587396fe93 found for delete ", "request_id": "req-86d5add4-dc56-4353-a05d-32e6327169cf"}]} 2026-04-14 14:13:45.943 7 INFO neutron.services.segments.plugin [-] Segment 24b18fc9-4ef3-4c57-b1e6-14587396fe93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24b18fc9-4ef3-4c57-b1e6-14587396fe93 found for delete ", "request_id": "req-51f487d2-8af3-475e-b5ff-abeb988a0462"}]} [pid: 7|app: 0|req: 418/797] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:13:45 2026] GET /v2.0/ports/2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 972 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/798] 199.19.213.102 () {34 vars in 1000 bytes} [Tue Apr 14 14:13:46 2026] GET /v2.0/subnets?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/799] 199.19.213.102 () {34 vars in 1146 bytes} [Tue Apr 14 14:13:46 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db&device_owner=compute%3Anova&network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:46.794 8 INFO neutron.db.segments_db [None req-0a221b69-9a50-4b08-a394-4e7585ed31cf 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 of type vxlan for network 87afa07f-10f7-454a-add7-21f7c7d66655 [pid: 8|app: 0|req: 380/800] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:13:46 2026] POST /v2.0/networks => generated 737 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/801] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:46 2026] POST /v2.0/subnets => generated 685 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/802] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:46 2026] PUT /v2.0/ports/2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 1149 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:13:47.252 8 INFO neutron.db.segments_db [None req-2c05e1d5-cd95-429c-bdc3-e8aab0ab487f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment e268d6cb-b339-4adc-a247-7d915bcf06ca of type vxlan for network 9285afc5-e0f1-476e-a115-3dd6fe9ac10b 2026-04-14 14:13:47.280 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f97271c-f9c3-494a-9dd6-f0ddf1365413'] response: {'name': 'network-changed', 'server_uuid': '5d2334f1-5141-464e-b499-cc8916fbf8db', 'tag': '2c727d88-6cb5-4d5a-8637-52bc4ce4e507', 'status': 'completed', 'code': 200} 2026-04-14 14:13:47.529 8 INFO neutron.db.l3_hamode_db [None req-2c05e1d5-cd95-429c-bdc3-e8aab0ab487f 2c16458904c048858769e715cf83c940 a97a48bb88a24a9f88305a9ab52ef490 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 422/803] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:47 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/804] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:47 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/805] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:48.377 8 INFO neutron.db.l3_hamode_db [None req-2c05e1d5-cd95-429c-bdc3-e8aab0ab487f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 425/806] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:13:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 19 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/807] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:48 2026] GET /v2.0/security-groups?tenant_id=61e5b9d601ce452999f2451b2a6b2115&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/808] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:48 2026] GET /v2.0/subnets?id=d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/809] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:48 2026] DELETE /v2.0/security-groups/ab9f3ae1-b36a-4049-8cea-3c1eff9131a8 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/810] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:48 2026] GET /v2.0/ports?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0&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: 430/811] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:48 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 431/812] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:48 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 432/813] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:48 2026] GET /v2.0/security-groups?tenant_id=03219fe166114995b0987e03d958790a&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/814] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:49 2026] DELETE /v2.0/security-groups/01550b85-426c-4ead-8624-8bc0e380badd => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/815] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:49 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/816] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:47 2026] POST /v2.0/routers => generated 725 bytes in 2183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/817] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:49 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/818] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:49 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/819] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:49 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/820] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/821] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/822] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/subnets?id=d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/823] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/ports?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/824] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 443/825] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/826] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => 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: 445/827] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/828] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/829] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/830] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:13:49 2026] PUT /v2.0/routers/4e8194c3-635a-43cf-b0b0-bbc5c4777fac/add_router_interface => generated 309 bytes in 1442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/831] 199.19.213.102 () {34 vars in 1118 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/832] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/833] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:50 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/834] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:50 2026] PUT /v2.0/ports/2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 972 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:51.488 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6ad5b43-7c95-4ea4-8b74-ae0f5aabb30b'] response: {'name': 'network-changed', 'server_uuid': '5d2334f1-5141-464e-b499-cc8916fbf8db', 'tag': '2c727d88-6cb5-4d5a-8637-52bc4ce4e507', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 451/835] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:13:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 385/836] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:13:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/837] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:13:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/838] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:13:51 2026] GET /v2.0/security-groups?tenant_id=d44b61537eb54b1f99929724d698602e&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/839] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 454/840] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:13:52 2026] DELETE /v2.0/security-groups/9dfb0141-4edc-46f9-84b2-61e2ade2da13 => 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: 455/841] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/842] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/843] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/844] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/845] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/subnets?id=d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/846] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/ports?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0&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: 461/847] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/ports?tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0&device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => 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: 462/848] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 387/849] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:13:51 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/850] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/networks?id=0839ddd8-b523-4371-863b-d30e65ef335a => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/851] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1ae1e768-8775-4212-8576-f88ee3519e4c => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/852] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 465/853] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/subnets?id=9c4b76d6-0635-4372-b694-7aa69a31a6e4 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/854] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/ports?network_id=0839ddd8-b523-4371-863b-d30e65ef335a&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/855] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/856] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:52 2026] GET /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a?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: 7|app: 0|req: 467/857] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--166147023&fields=id&tenant_id=a97a48bb88a24a9f88305a9ab52ef490 => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/858] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/networks?id=87afa07f-10f7-454a-add7-21f7c7d66655 => generated 670 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/859] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/quotas/a97a48bb88a24a9f88305a9ab52ef490 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/860] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/ports?tenant_id=a97a48bb88a24a9f88305a9ab52ef490&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/861] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/862] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?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: 470/863] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/864] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/865] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/866] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/ports?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/867] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/networks?id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 780 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/868] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/869] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/subnets?id=d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/870] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/871] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/ports?network_id=8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/872] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/873] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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: 399/874] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:13:53 2026] GET /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0?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-04-14 14:13:54.438 7 INFO neutron.db.segments_db [None req-2903ebc7-7536-417b-9460-b76654693d40 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Added segment 1b091e3c-5ea3-42a0-afac-5389156acd39 of type vxlan for network 8d809faf-afa2-43f0-9480-1959bbc6b2a9 [pid: 7|app: 0|req: 476/875] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:13:54 2026] POST /v2.0/networks => generated 649 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/876] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:54 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/877] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:54 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/878] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:54 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 400/879] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:54 2026] POST /v2.0/subnets => generated 627 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:13:54.892 7 INFO neutron.db.segments_db [None req-112a937a-ead6-46df-b983-f9de3ccd5d44 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Added segment 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc of type vxlan for network 331997b8-1534-48b3-9e79-556b3612ddad [pid: 8|app: 0|req: 401/880] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:55 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/881] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:55 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:55.251 7 INFO neutron.db.l3_hamode_db [None req-112a937a-ead6-46df-b983-f9de3ccd5d44 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 403/882] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:55 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/883] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:55 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 405/884] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:55 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:56.006 7 INFO neutron.db.l3_hamode_db [None req-112a937a-ead6-46df-b983-f9de3ccd5d44 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 406/885] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:56 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/886] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:56 2026] GET /v2.0/security-groups?id=56f886dd-322a-4a48-9e88-e6ad3640c4f1&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/887] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:13:56 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:13:56.768 8 INFO neutron_taas.services.taas.taas_plugin [req-72709b78-d48b-4bc5-bc7e-2917c3eb2127 req-45b67d72-bdf8-4d47-a00c-515b8ce05750 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] TaaS: Handle Delete Port: 2c727d88-6cb5-4d5a-8637-52bc4ce4e507 2026-04-14 14:13:56.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72709b78-d48b-4bc5-bc7e-2917c3eb2127 req-45b67d72-bdf8-4d47-a00c-515b8ce05750 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] Tap Mirror: Handle Delete Port: 2c727d88-6cb5-4d5a-8637-52bc4ce4e507 2026-04-14 14:13:56.928 8 INFO neutron.db.l3_db [req-72709b78-d48b-4bc5-bc7e-2917c3eb2127 req-45b67d72-bdf8-4d47-a00c-515b8ce05750 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] Floating IP 6ba42b89-2b86-42dd-a6d0-7c5e2e7bf2f3 disassociated. External IP: 10.96.250.202, port: 2c727d88-6cb5-4d5a-8637-52bc4ce4e507. [pid: 7|app: 0|req: 480/888] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:13:54 2026] POST /v2.0/routers => generated 693 bytes in 2094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/889] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:13:56 2026] DELETE /v2.0/ports/2c727d88-6cb5-4d5a-8637-52bc4ce4e507 => generated 0 bytes in 685 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/890] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:57 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:13:57.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b09a809-762c-4d0a-8b8d-e811224be752'] response: {'server_uuid': '5d2334f1-5141-464e-b499-cc8916fbf8db', 'name': 'network-vif-deleted', 'tag': '2c727d88-6cb5-4d5a-8637-52bc4ce4e507', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 411/891] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:57 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/892] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:57 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/893] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:57 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 414/894] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:13:57 2026] GET /v2.0/networks?id=87afa07f-10f7-454a-add7-21f7c7d66655 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/895] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:13:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a97a48bb88a24a9f88305a9ab52ef490 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/896] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:13:56 2026] PUT /v2.0/routers/8d5456af-c619-4aef-a307-9dfd5e3c056e/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/897] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:13:58 2026] POST /v2.0/ports => generated 954 bytes in 312 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: 482/898] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:13:58 2026] POST /v2.0/ports => generated 955 bytes in 411 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: 483/899] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:58 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/900] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:13:58 2026] PUT /v2.0/ports/ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c => generated 1235 bytes in 456 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: 484/901] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:58 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/902] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:58 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/903] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:13:58 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/904] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:13:59 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 418/905] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:13:58 2026] POST /v2.0/ports => generated 955 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:13:59.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71766f87-df61-4109-8f28-7a64278e72dc'] response: {'name': 'network-changed', 'server_uuid': '6d587f79-7f54-4f83-be36-04ffe40a3a15', 'tag': 'ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c', '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: 419/906] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:13:59 2026] GET /v2.0/ports?tenant_id=a97a48bb88a24a9f88305a9ab52ef490&device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/907] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:13:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c => 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: 421/908] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:13:59 2026] GET /v2.0/subnets?id=cb3b8557-0b94-42e0-b050-608e236dc565 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/909] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:13:59 2026] GET /v2.0/ports?network_id=87afa07f-10f7-454a-add7-21f7c7d66655&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:00.042 7 INFO neutron.db.l3_db [None req-7806a64a-65b2-4ab5-9283-be5371c72dd2 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Floating IP 291e24e0-703e-470a-9b2b-006fce735ae2 associated. External IP: 10.96.250.211, port: 17e9af7a-ea7a-48bf-9841-87f363aa7cb0. [pid: 8|app: 0|req: 423/910] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:13:59 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/911] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:00 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/912] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:00 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/913] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:14:00 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?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: 427/914] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:00 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/915] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:00 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&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: 429/916] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:00 2026] GET /v2.0/ports?device_id=5d2334f1-5141-464e-b499-cc8916fbf8db => 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: 488/917] 10.0.0.133 () {34 vars in 677 bytes} [Tue Apr 14 14:13:59 2026] POST /v2.0/floatingips => generated 842 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:00.561 8 INFO neutron.db.l3_db [None req-1a91f394-1447-4d2c-9987-905f7935bd7c c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Floating IP 291e24e0-703e-470a-9b2b-006fce735ae2 disassociated. External IP: 10.96.250.211, port: 17e9af7a-ea7a-48bf-9841-87f363aa7cb0. [pid: 8|app: 0|req: 430/920] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:14:00 2026] PUT /v2.0/floatingips/291e24e0-703e-470a-9b2b-006fce735ae2 => generated 552 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:01.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-05daf3ff-70c3-4708-81f6-ad013b8beca7 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: d8131366-7f7e-42df-a9d2-f0b2a0b44dd0 2026-04-14 14:14:01.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05daf3ff-70c3-4708-81f6-ad013b8beca7 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: d8131366-7f7e-42df-a9d2-f0b2a0b44dd0 [pid: 7|app: 0|req: 491/921] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:00 2026] DELETE /v2.0/floatingips/291e24e0-703e-470a-9b2b-006fce735ae2 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/922] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/ports?tenant_id=a97a48bb88a24a9f88305a9ab52ef490&device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/923] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/networks?id=87afa07f-10f7-454a-add7-21f7c7d66655 => generated 765 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/924] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 495/925] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c => 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: 496/926] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/927] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/928] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/subnets?id=cb3b8557-0b94-42e0-b050-608e236dc565 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/929] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&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: 500/930] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/ports?network_id=87afa07f-10f7-454a-add7-21f7c7d66655&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/931] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:01 2026] DELETE /v2.0/security-groups/56f886dd-322a-4a48-9e88-e6ad3640c4f1 => 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: 502/932] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:01.712 7 INFO neutron.api.v2.resource [None req-304848b4-6194-418f-b01b-6c275775b7c0 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/933] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/security-groups/56f886dd-322a-4a48-9e88-e6ad3640c4f1 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/934] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:14:01 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?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) 2026-04-14 14:14:01.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-84060f5d-0961-4427-8ec8-13ffcce26d6d 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] TaaS: Handle Delete Port: 0eb73317-91af-4a0f-9e87-4bc6519d998c 2026-04-14 14:14:01.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84060f5d-0961-4427-8ec8-13ffcce26d6d 63788cf8766441d9b353438028b500c0 40bbbd0fb6724ce48fea3c0a201bfd7c - - default default] Tap Mirror: Handle Delete Port: 0eb73317-91af-4a0f-9e87-4bc6519d998c [pid: 7|app: 0|req: 505/935] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:01 2026] DELETE /v2.0/floatingips/6ba42b89-2b86-42dd-a6d0-7c5e2e7bf2f3 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:02.019 8 INFO neutron.db.l3_db [None req-3d87d0ca-9f95-4e60-bc6c-8ef438445f70 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Floating IP 2e8d02a9-2d79-46a4-9384-846c48f04b1d associated. External IP: 10.96.250.209, port: 60e46454-d2ff-43d4-b1d9-282f79782326. [pid: 8|app: 0|req: 431/936] 10.0.0.133 () {34 vars in 677 bytes} [Tue Apr 14 14:14:01 2026] POST /v2.0/floatingips => generated 842 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/937] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:14:02 2026] GET /v2.0/floatingips/2e8d02a9-2d79-46a4-9384-846c48f04b1d => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:02.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d71a9f2-a5f2-40a6-be1f-54f994a2ad81 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: d888e5be-4f52-4e9b-8f1a-824b836890d8 2026-04-14 14:14:02.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d71a9f2-a5f2-40a6-be1f-54f994a2ad81 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: d888e5be-4f52-4e9b-8f1a-824b836890d8 [pid: 8|app: 0|req: 433/938] 10.0.0.133 () {32 vars in 655 bytes} [Tue Apr 14 14:14:02 2026] GET /v2.0/floatingips => generated 845 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:02.920 8 INFO neutron.db.l3_db [None req-ad5a90ec-17d2-4255-a33f-4112295679ed c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Floating IP 2e8d02a9-2d79-46a4-9384-846c48f04b1d associated. External IP: 10.96.250.209, port: 60e46454-d2ff-43d4-b1d9-282f79782326. [pid: 7|app: 0|req: 506/939] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:02 2026] PUT /v2.0/routers/c7b01685-82f9-4952-8286-f393de19492c/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/940] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:03 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:03.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd58bdcf-1d53-44cd-be13-e333e17c5492 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 01c0b589-3e69-4d6e-9e04-03c444eb14f9 2026-04-14 14:14:03.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd58bdcf-1d53-44cd-be13-e333e17c5492 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 01c0b589-3e69-4d6e-9e04-03c444eb14f9 2026-04-14 14:14:03.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd58bdcf-1d53-44cd-be13-e333e17c5492 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 14b586b0-e974-4f32-9b0c-94691975fda7 2026-04-14 14:14:03.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd58bdcf-1d53-44cd-be13-e333e17c5492 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 14b586b0-e974-4f32-9b0c-94691975fda7 [pid: 8|app: 0|req: 434/941] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:14:02 2026] PUT /v2.0/floatingips/2e8d02a9-2d79-46a4-9384-846c48f04b1d => generated 842 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/942] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:03 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:03.840 8 INFO neutron.db.l3_db [None req-674b4394-2775-48c5-abc2-a4cb43380c39 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Floating IP 2e8d02a9-2d79-46a4-9384-846c48f04b1d disassociated. External IP: 10.96.250.209, port: 17e9af7a-ea7a-48bf-9841-87f363aa7cb0. 2026-04-14 14:14:04.019 7 INFO neutron.db.l3_hamode_db [None req-cd58bdcf-1d53-44cd-be13-e333e17c5492 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network bf70cf1d-40bd-4ae9-ac4c-7bed7566c5da was deleted as no HA routers are present in tenant 40bbbd0fb6724ce48fea3c0a201bfd7c. 2026-04-14 14:14:04.022 7 INFO neutron.services.segments.plugin [-] Segment 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 resource provider aggregate not found 2026-04-14 14:14:04.030 7 INFO neutron.services.segments.plugin [-] Segment 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 resource provider aggregate not found [pid: 7|app: 0|req: 508/943] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:03 2026] DELETE /v2.0/routers/c7b01685-82f9-4952-8286-f393de19492c => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:04.060 7 INFO neutron.services.segments.plugin [-] Segment 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 found for delete ", "request_id": "req-7c774eea-59c0-43e3-bcbe-003df2fcd4eb"}]} 2026-04-14 14:14:04.066 7 INFO neutron.services.segments.plugin [-] Segment 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cea31c6-5fba-4c39-b6d9-3cd4f2131a49 found for delete ", "request_id": "req-859447d0-e301-43c3-acae-ce5e8813cbad"}]} [pid: 8|app: 0|req: 436/944] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:14:03 2026] PUT /v2.0/floatingips/2e8d02a9-2d79-46a4-9384-846c48f04b1d => generated 552 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/945] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/subnets/d33cccea-073d-4c2d-9461-1021a6bd8f58 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:04.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cb51602-b1f5-4766-b093-857956d6ee1d c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: f0b77683-7c8c-4ec3-aabd-3b4c10e59ccc 2026-04-14 14:14:04.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb51602-b1f5-4766-b093-857956d6ee1d c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: f0b77683-7c8c-4ec3-aabd-3b4c10e59ccc 2026-04-14 14:14:04.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-936da18a-fb69-46c1-8087-a54e4ce084e5 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: a06a83e0-bbb7-4b17-b43b-2d558cac9d58 2026-04-14 14:14:04.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-936da18a-fb69-46c1-8087-a54e4ce084e5 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: a06a83e0-bbb7-4b17-b43b-2d558cac9d58 [pid: 8|app: 0|req: 437/946] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/floatingips/2e8d02a9-2d79-46a4-9384-846c48f04b1d => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:04.480 8 INFO neutron.api.v2.resource [None req-f84829ee-9ebd-4cb1-afbf-32e6782fe550 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 438/947] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/floatingips/2e8d02a9-2d79-46a4-9384-846c48f04b1d => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/948] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/networks/8fc4b46e-28f2-4f44-9561-1fe39b9d8cf0 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:04.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ddb6697-9f2e-4502-9c83-83c2a0a88058 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: 17e9af7a-ea7a-48bf-9841-87f363aa7cb0 2026-04-14 14:14:04.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ddb6697-9f2e-4502-9c83-83c2a0a88058 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: 17e9af7a-ea7a-48bf-9841-87f363aa7cb0 [pid: 7|app: 0|req: 511/949] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:04 2026] GET /v2.0/security-groups?tenant_id=40bbbd0fb6724ce48fea3c0a201bfd7c&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/950] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/ports/17e9af7a-ea7a-48bf-9841-87f363aa7cb0 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/951] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:04 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/952] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/security-groups/771248b0-bf10-4c5d-a2f1-90d53a356017 => 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: 441/953] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:04 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:05.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b9c264e-57a2-4093-b576-a83ac13ea0ad c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: 60e46454-d2ff-43d4-b1d9-282f79782326 2026-04-14 14:14:05.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b9c264e-57a2-4093-b576-a83ac13ea0ad c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: 60e46454-d2ff-43d4-b1d9-282f79782326 [pid: 7|app: 0|req: 513/954] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:04 2026] DELETE /v2.0/ports/60e46454-d2ff-43d4-b1d9-282f79782326 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/955] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:05 2026] GET /v2.0/ports?device_id=8d5456af-c619-4aef-a307-9dfd5e3c056e => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:05.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0ef952e-7e56-44bd-a853-9bb47856e18d c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: b78c2ee6-bd1a-4ea7-b4e9-162722796d95 2026-04-14 14:14:05.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ef952e-7e56-44bd-a853-9bb47856e18d c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: b78c2ee6-bd1a-4ea7-b4e9-162722796d95 2026-04-14 14:14:06.093 7 INFO neutron.services.segments.plugin [-] Segment 4ec87cff-847e-46bc-8c41-4b0d187e4628 resource provider aggregate not found 2026-04-14 14:14:06.094 7 INFO neutron.services.segments.plugin [-] Segment 4ec87cff-847e-46bc-8c41-4b0d187e4628 resource provider aggregate not found 2026-04-14 14:14:06.118 7 INFO neutron.services.segments.plugin [-] Segment 4ec87cff-847e-46bc-8c41-4b0d187e4628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ec87cff-847e-46bc-8c41-4b0d187e4628 found for delete ", "request_id": "req-f7fb3472-f9bf-4972-b5f3-3d38f644cf05"}]} 2026-04-14 14:14:06.121 7 INFO neutron.services.segments.plugin [-] Segment 4ec87cff-847e-46bc-8c41-4b0d187e4628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ec87cff-847e-46bc-8c41-4b0d187e4628 found for delete ", "request_id": "req-8b575041-11c7-45c3-90e0-afdfa27eb354"}]} [pid: 8|app: 0|req: 443/956] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:06 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/957] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:06 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/958] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:05 2026] PUT /v2.0/routers/8d5456af-c619-4aef-a307-9dfd5e3c056e/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/959] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:06 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:06.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-6afa35f6-c4bf-458a-a3dc-7653cd2de4d4 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: d98670e0-ed55-4f2e-9f18-7131b0388c8e 2026-04-14 14:14:06.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6afa35f6-c4bf-458a-a3dc-7653cd2de4d4 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: d98670e0-ed55-4f2e-9f18-7131b0388c8e 2026-04-14 14:14:06.840 8 INFO neutron.db.l3_db [None req-e121e7a5-5b86-4df2-a8e7-34115b9ccaf8 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] Floating IP 9c8fe915-6339-4e28-9774-47c22c57ba4a associated. External IP: 10.96.250.210, port: ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c. 2026-04-14 14:14:06.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-6afa35f6-c4bf-458a-a3dc-7653cd2de4d4 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] TaaS: Handle Delete Port: 3ec53e31-4958-4c4c-bdae-166ecfa7db10 2026-04-14 14:14:06.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6afa35f6-c4bf-458a-a3dc-7653cd2de4d4 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] Tap Mirror: Handle Delete Port: 3ec53e31-4958-4c4c-bdae-166ecfa7db10 [pid: 8|app: 0|req: 446/960] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:14:06 2026] PUT /v2.0/floatingips/9c8fe915-6339-4e28-9774-47c22c57ba4a => generated 855 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:07.248 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8262146-67b4-4839-9673-2c5829f8a480'] response: {'name': 'network-changed', 'server_uuid': '6d587f79-7f54-4f83-be36-04ffe40a3a15', 'tag': 'ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c', 'status': 'completed', 'code': 200} 2026-04-14 14:14:07.263 7 INFO neutron.db.l3_hamode_db [None req-6afa35f6-c4bf-458a-a3dc-7653cd2de4d4 c7fb1d5fea2546dd95f7ae450bfa699b 021a8da11666476f8b9dba3058ffdf67 - - default default] HA network 331997b8-1534-48b3-9e79-556b3612ddad was deleted as no HA routers are present in tenant 021a8da11666476f8b9dba3058ffdf67. [pid: 7|app: 0|req: 515/961] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:06 2026] DELETE /v2.0/routers/8d5456af-c619-4aef-a307-9dfd5e3c056e => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/962] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/963] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:07 2026] DELETE /v2.0/subnets/b008166a-a069-4b6e-833b-a3c5937ac13b => 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: 518/964] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:07.601 8 INFO neutron.db.segments_db [None req-0fc24529-9d82-4dd1-aa5c-f34b5d098bcb 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 55687e85-bae3-44e4-b2c6-5f1d26383140 of type vxlan for network 5b923f2c-e349-4a6a-8340-33542136dd17 [pid: 7|app: 0|req: 519/965] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:07 2026] DELETE /v2.0/networks/8d809faf-afa2-43f0-9480-1959bbc6b2a9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/966] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:14:07 2026] POST /v2.0/networks => generated 743 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/967] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 449/968] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/ports?tenant_id=a97a48bb88a24a9f88305a9ab52ef490&device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 450/969] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/970] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/networks?id=87afa07f-10f7-454a-add7-21f7c7d66655 => generated 765 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/971] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/972] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:07 2026] POST /v2.0/subnets => generated 690 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/973] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/subnets?id=cb3b8557-0b94-42e0-b050-608e236dc565 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:08.014 7 INFO neutron.db.segments_db [None req-6031ae7b-206a-4e3d-afcf-4f1046d8a5b0 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 of type vxlan for network fa0af852-c5dc-4f85-9193-12dc30e3e2a5 [pid: 8|app: 0|req: 454/974] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:14:07 2026] GET /v2.0/ports?network_id=87afa07f-10f7-454a-add7-21f7c7d66655&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/975] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:14:08 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?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: 456/976] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:14:08 2026] GET /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655?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) 2026-04-14 14:14:08.139 7 INFO neutron.services.segments.plugin [-] Segment 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc resource provider aggregate not found 2026-04-14 14:14:08.151 7 INFO neutron.services.segments.plugin [-] Segment 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc resource provider aggregate not found 2026-04-14 14:14:08.158 7 INFO neutron.services.segments.plugin [-] Segment 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc found for delete ", "request_id": "req-fdc04212-cf09-4ac3-b0a1-739dd24cc02e"}]} 2026-04-14 14:14:08.177 7 INFO neutron.services.segments.plugin [-] Segment 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615c0b4a-7b8e-413a-9a91-25a7f0c7b2dc found for delete ", "request_id": "req-934a4c82-a054-4e9e-9b4b-99894aea7905"}]} 2026-04-14 14:14:08.184 7 INFO neutron.services.segments.plugin [-] Segment 1b091e3c-5ea3-42a0-afac-5389156acd39 resource provider aggregate not found 2026-04-14 14:14:08.198 7 INFO neutron.services.segments.plugin [-] Segment 1b091e3c-5ea3-42a0-afac-5389156acd39 resource provider aggregate not found 2026-04-14 14:14:08.208 7 INFO neutron.services.segments.plugin [-] Segment 1b091e3c-5ea3-42a0-afac-5389156acd39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b091e3c-5ea3-42a0-afac-5389156acd39 found for delete ", "request_id": "req-36a9f80e-44f5-4db3-a51d-de5bc918ed32"}]} 2026-04-14 14:14:08.220 7 INFO neutron.services.segments.plugin [-] Segment 1b091e3c-5ea3-42a0-afac-5389156acd39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b091e3c-5ea3-42a0-afac-5389156acd39 found for delete ", "request_id": "req-158a18fe-c3de-4b0a-a4db-233921aca359"}]} [pid: 8|app: 0|req: 457/977] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:08 2026] GET /v2.0/security-groups?tenant_id=021a8da11666476f8b9dba3058ffdf67&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:08.338 7 INFO neutron.db.l3_hamode_db [None req-6031ae7b-206a-4e3d-afcf-4f1046d8a5b0 2c16458904c048858769e715cf83c940 cc581d066dc64f988b37dbd6c232a884 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 458/978] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:08 2026] DELETE /v2.0/security-groups/9d36fd79-ef2e-450e-9119-dcd46ff11b97 => 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: 459/979] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:08 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 460/980] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:08 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:09.175 7 INFO neutron.db.l3_hamode_db [None req-6031ae7b-206a-4e3d-afcf-4f1046d8a5b0 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/981] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:07 2026] POST /v2.0/routers => generated 730 bytes in 2132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/982] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:10 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:10.427 8 INFO neutron.db.segments_db [None req-c39495eb-77ec-4b5d-9829-fe743c14208f 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Added segment 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 of type vxlan for network d69a9721-8cd3-4fa0-965e-417a025f20d7 2026-04-14 14:14:10.512 8 INFO neutron.db.segments_db [None req-c39495eb-77ec-4b5d-9829-fe743c14208f 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Added segment 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 of type vxlan for network cdcd731e-24f4-421c-ab71-8936b1322a51 [pid: 8|app: 0|req: 461/983] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:10 2026] POST /v2.0/networks => generated 1246 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/984] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:10 2026] GET /v2.0/security-groups?id=8477b124-3a48-4dda-b676-0c54b95bb13b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/985] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:14:10 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 464/986] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:14:10 2026] GET /v2.0/networks => generated 1845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:10.879 8 INFO neutron_taas.services.taas.taas_plugin [req-fdfb71c2-9356-4244-9a2a-a3271c41773b req-342a920d-1bb5-4517-b58d-ed9b2e77b0e6 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] TaaS: Handle Delete Port: ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c 2026-04-14 14:14:10.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fdfb71c2-9356-4244-9a2a-a3271c41773b req-342a920d-1bb5-4517-b58d-ed9b2e77b0e6 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] Tap Mirror: Handle Delete Port: ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c 2026-04-14 14:14:10.991 8 INFO neutron.db.l3_db [req-fdfb71c2-9356-4244-9a2a-a3271c41773b req-342a920d-1bb5-4517-b58d-ed9b2e77b0e6 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] Floating IP 9c8fe915-6339-4e28-9774-47c22c57ba4a disassociated. External IP: 10.96.250.210, port: ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c. [pid: 8|app: 0|req: 465/987] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:14:10 2026] DELETE /v2.0/ports/ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c => generated 0 bytes in 636 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/988] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:14:10 2026] PUT /v2.0/routers/450f2ea1-8619-4ba3-97b9-9fb88fd775eb/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:11.453 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-784362de-7861-4121-b51d-f09680ef5dda'] response: {'server_uuid': '6d587f79-7f54-4f83-be36-04ffe40a3a15', 'name': 'network-vif-deleted', 'tag': 'ada0f4b6-0a90-4502-9e6c-6b9ea7fec47c', 'status': 'completed', 'code': 200} 2026-04-14 14:14:11.568 8 INFO neutron.services.segments.plugin [-] Segment 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 resource provider aggregate not found 2026-04-14 14:14:11.581 8 INFO neutron.services.segments.plugin [-] Segment 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 resource provider aggregate not found 2026-04-14 14:14:11.590 8 INFO neutron.services.segments.plugin [-] Segment 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 found for delete ", "request_id": "req-57ed2866-8b0f-4975-bbb8-7b66ebde87ca"}]} 2026-04-14 14:14:11.601 8 INFO neutron.services.segments.plugin [-] Segment 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76eea012-7cfb-44ea-8d0e-a5c233cc13e7 found for delete ", "request_id": "req-cec77129-0582-4e3d-9510-d722927a945d"}]} [pid: 8|app: 0|req: 466/989] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:11 2026] DELETE /v2.0/networks/d69a9721-8cd3-4fa0-965e-417a025f20d7 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/990] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:11 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:11.788 7 INFO neutron.services.segments.plugin [-] Segment 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 resource provider aggregate not found 2026-04-14 14:14:11.793 7 INFO neutron.services.segments.plugin [-] Segment 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 resource provider aggregate not found 2026-04-14 14:14:11.809 7 INFO neutron.services.segments.plugin [-] Segment 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 found for delete ", "request_id": "req-0f5e655b-c803-4896-82e2-a017a6099581"}]} 2026-04-14 14:14:11.811 7 INFO neutron.services.segments.plugin [-] Segment 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a1b7ba8-5fea-4b32-80a5-1638c74ace99 found for delete ", "request_id": "req-effe7177-abe3-4171-bd95-d6cd342fa0c5"}]} [pid: 7|app: 0|req: 524/991] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:11 2026] DELETE /v2.0/networks/cdcd731e-24f4-421c-ab71-8936b1322a51 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/992] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:14:11 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:11.988 7 INFO neutron.db.segments_db [None req-3251908e-09c6-46a4-8a81-fd3242cf185e 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Added segment b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 of type vxlan for network 1468ecc4-425d-4010-b6eb-d18e69e4ba00 [pid: 7|app: 0|req: 525/993] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:11 2026] POST /v2.0/networks => generated 654 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/994] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:14:11 2026] POST /v2.0/security-groups => generated 1661 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:14:12.171 7 INFO neutron.db.segments_db [None req-c7400381-b216-4539-aaf9-347d6c2e28de 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Added segment 82f76400-0e58-40e7-8e95-d7b3defa5106 of type vxlan for network 9056b389-9239-48c5-881e-6e429da52e33 [pid: 8|app: 0|req: 470/995] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:14:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/996] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:12 2026] POST /v2.0/networks => generated 654 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/997] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:14:12 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/998] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:14:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/999] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:12 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&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: 474/1000] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:14:12 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1001] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:12 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 527/1002] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:12 2026] POST /v2.0/ports => generated 1506 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1003] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:14:12 2026] GET /v2.0/ports => generated 1506 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:14:13.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-44273461-3f59-40b1-bd1e-91f3a24b59a9 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] TaaS: Handle Delete Port: 099c3620-0d0e-4337-9864-974a9ab59d8c 2026-04-14 14:14:13.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44273461-3f59-40b1-bd1e-91f3a24b59a9 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Tap Mirror: Handle Delete Port: 099c3620-0d0e-4337-9864-974a9ab59d8c [pid: 7|app: 0|req: 528/1004] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:13 2026] DELETE /v2.0/ports/099c3620-0d0e-4337-9864-974a9ab59d8c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1005] 10.0.0.208 () {34 vars in 1100 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1995516399&fields=id&tenant_id=cc581d066dc64f988b37dbd6c232a884 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:13.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-54f65390-453c-4cf7-8fed-e56aa6ffc39b 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] TaaS: Handle Delete Port: 392e3762-376b-425e-84c4-876c77489ece 2026-04-14 14:14:13.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54f65390-453c-4cf7-8fed-e56aa6ffc39b 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Tap Mirror: Handle Delete Port: 392e3762-376b-425e-84c4-876c77489ece [pid: 7|app: 0|req: 530/1006] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/networks?id=5b923f2c-e349-4a6a-8340-33542136dd17 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1007] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/quotas/cc581d066dc64f988b37dbd6c232a884 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1008] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:13 2026] DELETE /v2.0/ports/392e3762-376b-425e-84c4-876c77489ece => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1009] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1010] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/ports?tenant_id=cc581d066dc64f988b37dbd6c232a884&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:13.634 8 INFO neutron.db.segments_db [None req-2711ec04-dd28-4e52-82cf-26599d80d2dc 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Added segment fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b of type vxlan for network 6ecd7a43-f076-431b-a104-0c391589aeae [pid: 7|app: 0|req: 533/1011] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1012] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17?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: 479/1013] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:13 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) 2026-04-14 14:14:13.793 7 INFO neutron.db.segments_db [None req-32bba020-33dd-46db-aff4-de08056580d5 97b1b6ff87c14772b4d59c24e8f7e65b 1a6b39f2b08148bbbd7a992175a9d1c6 - - default default] Added segment 292bc366-e828-4a17-9ff5-5c7b6a022531 of type vxlan for network b8f9dfe9-caa6-4392-950f-eb82955af81e [pid: 8|app: 0|req: 480/1014] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:13 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1015] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:13 2026] POST /v2.0/networks => generated 653 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1016] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:14 2026] GET /v2.0/ports?device_id=6d587f79-7f54-4f83-be36-04ffe40a3a15 => 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: 536/1017] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:14 2026] POST /v2.0/subnets => generated 1323 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1018] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:14:14 2026] GET /v2.0/subnets => generated 1959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1019] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:14 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => 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: 537/1020] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:14 2026] DELETE /v2.0/subnets/9eca4ac0-aac5-46ab-900b-35ae71911cdd => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1021] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/subnets/a0415cd6-5d89-4f0e-8906-fb5695711288 => 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: 485/1022] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:14:15 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1023] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/security-groups/8477b124-3a48-4dda-b676-0c54b95bb13b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:15.303 7 INFO neutron.api.v2.resource [None req-adacb3f0-edbd-4e89-8dcc-dd0dadbddae4 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1024] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:14:15 2026] GET /v2.0/security-groups/8477b124-3a48-4dda-b676-0c54b95bb13b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:15.379 8 INFO neutron.services.segments.plugin [-] Segment 292bc366-e828-4a17-9ff5-5c7b6a022531 resource provider aggregate not found 2026-04-14 14:14:15.385 8 INFO neutron.services.segments.plugin [-] Segment 292bc366-e828-4a17-9ff5-5c7b6a022531 resource provider aggregate not found [pid: 8|app: 0|req: 486/1025] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/networks/b8f9dfe9-caa6-4392-950f-eb82955af81e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:15.407 8 INFO neutron.services.segments.plugin [-] Segment 292bc366-e828-4a17-9ff5-5c7b6a022531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292bc366-e828-4a17-9ff5-5c7b6a022531 found for delete ", "request_id": "req-b888b224-5aa3-4a7a-96e0-45b536ddc8bc"}]} 2026-04-14 14:14:15.409 8 INFO neutron.services.segments.plugin [-] Segment 292bc366-e828-4a17-9ff5-5c7b6a022531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292bc366-e828-4a17-9ff5-5c7b6a022531 found for delete ", "request_id": "req-36730602-23de-4bd6-be40-7b15c4d0e4d3"}]} 2026-04-14 14:14:15.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-329c9ebb-a92f-4aa5-8f40-34213662c420 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] TaaS: Handle Delete Port: a438de0c-bd59-4404-9546-34482ab6939e 2026-04-14 14:14:15.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-329c9ebb-a92f-4aa5-8f40-34213662c420 b7d65b62b2334fe69cba86cafdac407d a97a48bb88a24a9f88305a9ab52ef490 - - default default] Tap Mirror: Handle Delete Port: a438de0c-bd59-4404-9546-34482ab6939e [pid: 8|app: 0|req: 487/1026] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/networks/6ecd7a43-f076-431b-a104-0c391589aeae => 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: 540/1027] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/floatingips/9c8fe915-6339-4e28-9774-47c22c57ba4a => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1028] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/networks/9056b389-9239-48c5-881e-6e429da52e33 => 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: 489/1029] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:15 2026] DELETE /v2.0/networks/1468ecc4-425d-4010-b6eb-d18e69e4ba00 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:16.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-174b08aa-8b7d-4cc1-89f9-ee329922d0a2 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 25dc71bb-dca0-4316-9669-685eeb7613e9 2026-04-14 14:14:16.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-174b08aa-8b7d-4cc1-89f9-ee329922d0a2 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 25dc71bb-dca0-4316-9669-685eeb7613e9 [pid: 8|app: 0|req: 492/1032] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:16 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => 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: 493/1033] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:16 2026] GET /v2.0/security-groups?tenant_id=1a6b39f2b08148bbbd7a992175a9d1c6&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1034] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:16 2026] DELETE /v2.0/security-groups/c886b24f-1bd2-4b85-b9eb-f418f8fc7c4b => 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: 541/1035] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:15 2026] PUT /v2.0/routers/4e8194c3-635a-43cf-b0b0-bbc5c4777fac/remove_router_interface => generated 309 bytes in 1551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1036] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:17 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:17.436 8 INFO neutron.services.segments.plugin [-] Segment fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b resource provider aggregate not found 2026-04-14 14:14:17.440 8 INFO neutron.services.segments.plugin [-] Segment fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b resource provider aggregate not found 2026-04-14 14:14:17.460 8 INFO neutron.services.segments.plugin [-] Segment fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b found for delete ", "request_id": "req-3c5d5618-bab5-4aab-8fad-b7d52c143548"}]} 2026-04-14 14:14:17.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-f14590bf-c7b9-431e-9c69-fef2afcf7e86 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 5c58908a-3510-4c22-9dca-72a8f2b20e91 2026-04-14 14:14:17.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f14590bf-c7b9-431e-9c69-fef2afcf7e86 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 5c58908a-3510-4c22-9dca-72a8f2b20e91 2026-04-14 14:14:17.468 8 INFO neutron.services.segments.plugin [-] Segment fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc99a5b8-5480-48df-a9c7-8e1ac9fe7a4b found for delete ", "request_id": "req-61f50aa4-61b9-46ff-aab6-8c792ffa7144"}]} 2026-04-14 14:14:17.482 8 INFO neutron.services.segments.plugin [-] Segment 82f76400-0e58-40e7-8e95-d7b3defa5106 resource provider aggregate not found 2026-04-14 14:14:17.490 8 INFO neutron.services.segments.plugin [-] Segment 82f76400-0e58-40e7-8e95-d7b3defa5106 resource provider aggregate not found 2026-04-14 14:14:17.505 8 INFO neutron.services.segments.plugin [-] Segment 82f76400-0e58-40e7-8e95-d7b3defa5106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f76400-0e58-40e7-8e95-d7b3defa5106 found for delete ", "request_id": "req-fabf3f97-ccb8-4435-9b51-f0d6ebcf56e0"}]} 2026-04-14 14:14:17.514 8 INFO neutron.services.segments.plugin [-] Segment 82f76400-0e58-40e7-8e95-d7b3defa5106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f76400-0e58-40e7-8e95-d7b3defa5106 found for delete ", "request_id": "req-7b24973c-abc1-461b-8a2b-3d807e28c0d9"}]} 2026-04-14 14:14:17.531 8 INFO neutron.services.segments.plugin [-] Segment b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 resource provider aggregate not found 2026-04-14 14:14:17.537 8 INFO neutron.services.segments.plugin [-] Segment b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 resource provider aggregate not found 2026-04-14 14:14:17.553 8 INFO neutron.services.segments.plugin [-] Segment b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 found for delete ", "request_id": "req-392e5e5d-604a-4325-a771-0476b59ae904"}]} 2026-04-14 14:14:17.554 8 INFO neutron.services.segments.plugin [-] Segment b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b36e9c-3b1d-4d69-88f3-c4d1ad2fd9b3 found for delete ", "request_id": "req-b8cd17fd-91a9-4960-8255-8b485773fb07"}]} 2026-04-14 14:14:17.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-f14590bf-c7b9-431e-9c69-fef2afcf7e86 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 9665bd6d-f3e1-4c93-b5ca-52f4f8070aef 2026-04-14 14:14:17.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f14590bf-c7b9-431e-9c69-fef2afcf7e86 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 9665bd6d-f3e1-4c93-b5ca-52f4f8070aef 2026-04-14 14:14:18.065 7 INFO neutron.services.segments.plugin [-] Segment e268d6cb-b339-4adc-a247-7d915bcf06ca resource provider aggregate not found 2026-04-14 14:14:18.080 7 INFO neutron.services.segments.plugin [-] Segment e268d6cb-b339-4adc-a247-7d915bcf06ca resource provider aggregate not found 2026-04-14 14:14:18.091 7 INFO neutron.services.segments.plugin [-] Segment e268d6cb-b339-4adc-a247-7d915bcf06ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e268d6cb-b339-4adc-a247-7d915bcf06ca found for delete ", "request_id": "req-2985963d-ece4-4f4c-94b9-8dd3caa9ab17"}]} 2026-04-14 14:14:18.105 7 INFO neutron.services.segments.plugin [-] Segment e268d6cb-b339-4adc-a247-7d915bcf06ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e268d6cb-b339-4adc-a247-7d915bcf06ca found for delete ", "request_id": "req-bf5515ee-36ce-492b-aa63-fb98b23d66af"}]} 2026-04-14 14:14:18.109 7 INFO neutron.db.l3_hamode_db [None req-f14590bf-c7b9-431e-9c69-fef2afcf7e86 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network 9285afc5-e0f1-476e-a115-3dd6fe9ac10b was deleted as no HA routers are present in tenant a97a48bb88a24a9f88305a9ab52ef490. [pid: 7|app: 0|req: 542/1037] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:17 2026] DELETE /v2.0/routers/4e8194c3-635a-43cf-b0b0-bbc5c4777fac => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1038] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:14:18 2026] GET /v2.0/networks?id=5b923f2c-e349-4a6a-8340-33542136dd17 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1039] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:14:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cc581d066dc64f988b37dbd6c232a884 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1040] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:18 2026] DELETE /v2.0/subnets/cb3b8557-0b94-42e0-b050-608e236dc565 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1041] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:18 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:18.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-12a61e3b-2e14-4dd8-8b33-ae291aa44d43 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 3f482c43-fb32-4400-93c1-db35706ad526 2026-04-14 14:14:18.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12a61e3b-2e14-4dd8-8b33-ae291aa44d43 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 3f482c43-fb32-4400-93c1-db35706ad526 [pid: 7|app: 0|req: 545/1042] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:14:18 2026] POST /v2.0/ports => generated 954 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1043] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:18 2026] DELETE /v2.0/networks/87afa07f-10f7-454a-add7-21f7c7d66655 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:14:18.877 7 INFO neutron.db.segments_db [None req-85db0ca6-48d0-4c52-b5ec-44669bfae092 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment 71b936f5-8038-4601-94e7-5b4815fcfd2f of type vxlan for network d890b887-e5b0-4d99-b995-df5ce0ff8fe1 [pid: 7|app: 0|req: 546/1044] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:18 2026] POST /v2.0/networks => generated 633 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1045] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:18 2026] GET /v2.0/security-groups?tenant_id=a97a48bb88a24a9f88305a9ab52ef490&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:19.047 7 INFO neutron.db.segments_db [None req-d228c0cb-f45e-46df-af96-5a0287f80614 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment ad32e005-95f3-43e3-ae04-25f1ea8b5e75 of type vxlan for network 19e484b6-f7c8-4b82-a368-926edb00ec42 [pid: 8|app: 0|req: 499/1046] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:14:18 2026] PUT /v2.0/ports/b8621c98-356b-4687-a38d-b6059c821037 => generated 1235 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:14:19.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7be58b8f-3087-4427-a544-22eb594a5dc2'] response: {'name': 'network-changed', 'server_uuid': 'a3871fca-7aaa-4247-98bc-f952b8fa48ac', 'tag': 'b8621c98-356b-4687-a38d-b6059c821037', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 548/1047] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:18 2026] POST /v2.0/networks => generated 634 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1048] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:19 2026] DELETE /v2.0/security-groups/3cf2ce60-5490-49cb-a3b3-acbb77b65d80 => 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: 549/1049] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:19 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1050] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:19 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1051] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:19 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:19.578 8 INFO neutron.services.segments.plugin [-] Segment f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 resource provider aggregate not found 2026-04-14 14:14:19.584 8 INFO neutron.services.segments.plugin [-] Segment f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 resource provider aggregate not found 2026-04-14 14:14:19.599 8 INFO neutron.services.segments.plugin [-] Segment f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 found for delete ", "request_id": "req-44360142-74ed-43a4-8016-06c5a35611dc"}]} 2026-04-14 14:14:19.600 8 INFO neutron.services.segments.plugin [-] Segment f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f57b8f6a-8e90-430d-91b0-b94d28c5d9b0 found for delete ", "request_id": "req-f2258d96-e059-48a3-878f-30e8f42403e8"}]} [pid: 7|app: 0|req: 550/1052] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:19 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1053] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:14:19 2026] GET /v2.0/ports?tenant_id=cc581d066dc64f988b37dbd6c232a884&device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:19.698 7 INFO neutron.db.segments_db [None req-4f35e0be-bed6-4227-8efb-0b16a5b5cc66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 of type vxlan for network 10ab246d-ce1d-44b4-aa67-cd5b791c110d [pid: 8|app: 0|req: 504/1054] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:14:19 2026] GET /v2.0/networks?tenant_id=cc581d066dc64f988b37dbd6c232a884&shared=False => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1055] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:14:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:19.984 7 INFO neutron.db.l3_hamode_db [None req-4f35e0be-bed6-4227-8efb-0b16a5b5cc66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:14:20.135 7 INFO neutron.db.l3_hamode_db [None req-4f35e0be-bed6-4227-8efb-0b16a5b5cc66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 506/1056] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1057] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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: 551/1058] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:19 2026] POST /v2.0/routers => generated 510 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1059] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/ports?tenant_id=cc581d066dc64f988b37dbd6c232a884&device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1060] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b8621c98-356b-4687-a38d-b6059c821037 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1061] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/subnets?id=88852ab7-56fa-4639-a559-3f99ab61d090 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1062] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/ports?network_id=5b923f2c-e349-4a6a-8340-33542136dd17&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1063] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:14:20 2026] GET /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1064] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:14:21 2026] GET /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17?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: 558/1065] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:21 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1066] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:21 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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: 508/1067] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:14:20 2026] PUT /v2.0/routers/5d1b820a-157e-41fa-bc67-aebe932f8f9f/add_router_interface => generated 309 bytes in 1712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1068] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:22 2026] GET /v2.0/ports/95269dcd-65e5-4daf-8f5f-616ac63c3195 => generated 959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1069] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:22 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1070] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:22 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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: 563/1071] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:23 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1072] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:23 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1073] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:23 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1074] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:23 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1075] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:14:22 2026] PUT /v2.0/routers/5d1b820a-157e-41fa-bc67-aebe932f8f9f/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1076] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:23 2026] GET /v2.0/ports/cc4f94dc-45c8-4c63-bc08-ecdd34235f9e => generated 967 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:24.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdcdce94-5ad9-4d75-aea8-f5c142389f6d 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: cc4f94dc-45c8-4c63-bc08-ecdd34235f9e 2026-04-14 14:14:24.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdcdce94-5ad9-4d75-aea8-f5c142389f6d 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: cc4f94dc-45c8-4c63-bc08-ecdd34235f9e [pid: 7|app: 0|req: 568/1077] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:23 2026] GET /v2.0/security-groups?tenant_id=a37ab63bf76f43f5a361460ed31e087e&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1078] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:24 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1079] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:24 2026] DELETE /v2.0/security-groups/73267f1d-ee7d-44ee-864b-e24cbdcfad14 => 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: 571/1080] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:24 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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: 572/1081] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:24 2026] GET /v2.0/security-groups?tenant_id=0753cf623f1a4c2781e0c8dbd995cbb5&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: 573/1082] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:24 2026] DELETE /v2.0/security-groups/8fbdc3c1-05a6-43cb-9459-50f9fe135d83 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1083] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:23 2026] PUT /v2.0/routers/5d1b820a-157e-41fa-bc67-aebe932f8f9f/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1084] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:24 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1085] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:24 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&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-04-14 14:14:24.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-d54e075c-f989-42c4-93ea-5b59e78c7905 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 95269dcd-65e5-4daf-8f5f-616ac63c3195 2026-04-14 14:14:24.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54e075c-f989-42c4-93ea-5b59e78c7905 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 95269dcd-65e5-4daf-8f5f-616ac63c3195 [pid: 8|app: 0|req: 511/1086] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:24 2026] PUT /v2.0/routers/5d1b820a-157e-41fa-bc67-aebe932f8f9f/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1087] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:25 2026] GET /v2.0/ports?device_id=5d1b820a-157e-41fa-bc67-aebe932f8f9f => 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: 512/1088] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:25 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1089] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:25 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:25.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d13fa2a-4ee0-4def-8204-8468295bc86e 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: f268a381-64ef-467e-b885-d0d731908cef 2026-04-14 14:14:25.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d13fa2a-4ee0-4def-8204-8468295bc86e 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: f268a381-64ef-467e-b885-d0d731908cef [pid: 8|app: 0|req: 514/1090] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:25 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1091] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:25 2026] GET /v2.0/security-groups?id=0bde3839-a124-4c0b-903a-86f4b5096319&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1092] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:14:25 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:26.022 7 INFO neutron.services.segments.plugin [-] Segment 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 resource provider aggregate not found 2026-04-14 14:14:26.036 7 INFO neutron.services.segments.plugin [-] Segment 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 resource provider aggregate not found 2026-04-14 14:14:26.042 8 INFO neutron_taas.services.taas.taas_plugin [req-579b4990-a754-463b-a27b-dc731999028d req-07d831d3-d661-4759-b738-43738e7f8fa6 b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] TaaS: Handle Delete Port: 1ae1e768-8775-4212-8576-f88ee3519e4c 2026-04-14 14:14:26.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-579b4990-a754-463b-a27b-dc731999028d req-07d831d3-d661-4759-b738-43738e7f8fa6 b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] Tap Mirror: Handle Delete Port: 1ae1e768-8775-4212-8576-f88ee3519e4c 2026-04-14 14:14:26.058 7 INFO neutron.services.segments.plugin [-] Segment 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 found for delete ", "request_id": "req-ef78e6ac-1ec7-4a30-b86a-d04059ea9bb0"}]} 2026-04-14 14:14:26.073 7 INFO neutron.services.segments.plugin [-] Segment 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed3d1de-846f-4e8e-a2ea-8c33a1445959 found for delete ", "request_id": "req-c338b80e-7d99-4658-87fa-4610dcb7e2c4"}]} 2026-04-14 14:14:26.095 7 INFO neutron.db.l3_hamode_db [None req-3d13fa2a-4ee0-4def-8204-8468295bc86e 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] HA network 10ab246d-ce1d-44b4-aa67-cd5b791c110d was deleted as no HA routers are present in tenant 89cbac648d274739b6d15138c70c6f56. [pid: 7|app: 0|req: 577/1093] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:25 2026] DELETE /v2.0/routers/5d1b820a-157e-41fa-bc67-aebe932f8f9f => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:26.193 8 INFO neutron.db.l3_db [req-579b4990-a754-463b-a27b-dc731999028d req-07d831d3-d661-4759-b738-43738e7f8fa6 b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] Floating IP 19dec36c-6ddf-4351-8bd9-898fbf48b0cc disassociated. External IP: 10.96.250.220, port: 1ae1e768-8775-4212-8576-f88ee3519e4c. [pid: 7|app: 0|req: 578/1094] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:26 2026] DELETE /v2.0/subnets/7951ba8a-c0f4-4b0b-93d7-3877fc1d6a3d => 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: 579/1095] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:26 2026] DELETE /v2.0/subnets/27767e1e-b6f8-42d8-93c3-6a27819d1191 => 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: 580/1096] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:26 2026] DELETE /v2.0/networks/19e484b6-f7c8-4b82-a368-926edb00ec42 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1097] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:14:25 2026] DELETE /v2.0/ports/1ae1e768-8775-4212-8576-f88ee3519e4c => generated 0 bytes in 668 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:26.652 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7164c75f-800e-4650-a94a-25e44af31846'] response: {'server_uuid': 'dc782841-79db-404a-9a99-d2c0635d1f93', 'name': 'network-vif-deleted', 'tag': '1ae1e768-8775-4212-8576-f88ee3519e4c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 518/1098] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:26 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:26.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c6f0990-6b0f-47fd-b8fe-1878200b17db 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 5478f38c-c751-420a-b13a-361fe8be9637 2026-04-14 14:14:26.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c6f0990-6b0f-47fd-b8fe-1878200b17db 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 5478f38c-c751-420a-b13a-361fe8be9637 [pid: 8|app: 0|req: 519/1099] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:26 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1100] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:26 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1101] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:26 2026] DELETE /v2.0/networks/d890b887-e5b0-4d99-b995-df5ce0ff8fe1 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:26.972 7 INFO neutron.db.segments_db [None req-65a34b21-0367-4f64-989b-76d2b7d481b6 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment c9a18fbe-e854-4506-ab66-d9660098336b of type vxlan for network 5276f578-8378-4a89-a46c-2ee0daf0bf23 [pid: 7|app: 0|req: 582/1102] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:26 2026] POST /v2.0/networks => generated 634 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1103] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:27 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:27.278 8 INFO neutron.db.l3_db [None req-01decaa0-a769-499a-a84b-3763c68d67af dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] Floating IP c4e92fdc-ed02-4756-8e94-89f0e10cc7f8 associated. External IP: 10.96.250.212, port: b8621c98-356b-4687-a38d-b6059c821037. [pid: 7|app: 0|req: 584/1104] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:27 2026] POST /v2.0/subnets => generated 646 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:27.441 7 INFO neutron.db.segments_db [None req-d547fe72-a27a-47be-88a9-e56829ed3129 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 of type vxlan for network c1c45be5-3fff-43ad-a96c-c46a76b8fba5 [pid: 8|app: 0|req: 521/1105] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:14:26 2026] PUT /v2.0/floatingips/c4e92fdc-ed02-4756-8e94-89f0e10cc7f8 => generated 855 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1106] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:27 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:27.705 7 INFO neutron.db.l3_hamode_db [None req-d547fe72-a27a-47be-88a9-e56829ed3129 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 523/1107] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:27 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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-04-14 14:14:27.811 7 INFO neutron.db.l3_hamode_db [None req-d547fe72-a27a-47be-88a9-e56829ed3129 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 524/1108] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:28 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:28.083 7 INFO neutron.services.segments.plugin [-] Segment ad32e005-95f3-43e3-ae04-25f1ea8b5e75 resource provider aggregate not found [pid: 8|app: 0|req: 525/1109] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:28 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:28.101 7 INFO neutron.services.segments.plugin [-] Segment ad32e005-95f3-43e3-ae04-25f1ea8b5e75 resource provider aggregate not found 2026-04-14 14:14:28.107 7 INFO neutron.services.segments.plugin [-] Segment ad32e005-95f3-43e3-ae04-25f1ea8b5e75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad32e005-95f3-43e3-ae04-25f1ea8b5e75 found for delete ", "request_id": "req-35b3d3d0-7ba6-4748-9025-3a3be7d2c6f5"}]} 2026-04-14 14:14:28.137 7 INFO neutron.services.segments.plugin [-] Segment ad32e005-95f3-43e3-ae04-25f1ea8b5e75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad32e005-95f3-43e3-ae04-25f1ea8b5e75 found for delete ", "request_id": "req-8b21391d-3dd4-4e2a-ab37-b31162b8c13f"}]} 2026-04-14 14:14:28.138 7 INFO neutron.services.segments.plugin [-] Segment 71b936f5-8038-4601-94e7-5b4815fcfd2f resource provider aggregate not found 2026-04-14 14:14:28.167 7 INFO neutron.services.segments.plugin [-] Segment 71b936f5-8038-4601-94e7-5b4815fcfd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71b936f5-8038-4601-94e7-5b4815fcfd2f found for delete ", "request_id": "req-b733af78-3957-45eb-9c15-8279d114e9fb"}]} 2026-04-14 14:14:28.170 7 INFO neutron.services.segments.plugin [-] Segment 71b936f5-8038-4601-94e7-5b4815fcfd2f resource provider aggregate not found 2026-04-14 14:14:28.190 7 INFO neutron.services.segments.plugin [-] Segment 71b936f5-8038-4601-94e7-5b4815fcfd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71b936f5-8038-4601-94e7-5b4815fcfd2f found for delete ", "request_id": "req-75eabcf5-7514-4ba9-9450-8384600a3dde"}]} [pid: 8|app: 0|req: 526/1110] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:28 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => 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: 585/1111] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:27 2026] POST /v2.0/routers => generated 511 bytes in 1167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:28.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6f872a9-4a9b-4034-b33f-5fa1cb658dc2'] response: {'name': 'network-changed', 'server_uuid': 'a3871fca-7aaa-4247-98bc-f952b8fa48ac', 'tag': 'b8621c98-356b-4687-a38d-b6059c821037', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 527/1112] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:28 2026] POST /v2.0/ports => generated 959 bytes in 353 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: 586/1113] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:28 2026] GET /v2.0/security-groups?tenant_id=5915bb936a4f4dcd8c0dc21c68321dab&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1114] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:29 2026] DELETE /v2.0/security-groups/903ffdea-43ab-40fe-ad31-5d99cca6fca7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1115] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1116] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/ports?tenant_id=cc581d066dc64f988b37dbd6c232a884&device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1117] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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: 591/1118] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/ports?device_id=dc782841-79db-404a-9a99-d2c0635d1f93 => 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: 592/1119] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/security-groups?tenant_id=2955bca6b48f4957b340ae6cf74df81e&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1120] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/networks?id=5b923f2c-e349-4a6a-8340-33542136dd17 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1121] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:29 2026] DELETE /v2.0/security-groups/184118b0-71ed-407d-a0b7-8a266b504946 => 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: 595/1122] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b8621c98-356b-4687-a38d-b6059c821037 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1123] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/subnets?id=88852ab7-56fa-4639-a559-3f99ab61d090 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1124] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/ports?network_id=5b923f2c-e349-4a6a-8340-33542136dd17&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: 598/1125] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1126] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:14:29 2026] GET /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1127] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:14:28 2026] PUT /v2.0/routers/d0e03101-ad57-46b8-ba9d-c40ae35dddb5/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1128] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:30 2026] GET /v2.0/ports/39d799e8-f09c-4b9e-81c7-241b24453e2f => generated 1033 bytes in 43 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: 601/1129] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:14:30 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1130] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:30 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:30.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffcc9fab-45be-4291-8b98-17cde610d9e5 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 39d799e8-f09c-4b9e-81c7-241b24453e2f 2026-04-14 14:14:30.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffcc9fab-45be-4291-8b98-17cde610d9e5 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 39d799e8-f09c-4b9e-81c7-241b24453e2f 2026-04-14 14:14:30.682 7 INFO neutron_taas.services.taas.taas_plugin [req-f056770c-27e0-475e-986e-da60325ef63e req-f4c8f137-ba22-463d-ada6-41004d214aff dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] TaaS: Handle Delete Port: b8621c98-356b-4687-a38d-b6059c821037 2026-04-14 14:14:30.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f056770c-27e0-475e-986e-da60325ef63e req-f4c8f137-ba22-463d-ada6-41004d214aff dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] Tap Mirror: Handle Delete Port: b8621c98-356b-4687-a38d-b6059c821037 2026-04-14 14:14:30.817 7 INFO neutron.db.l3_db [req-f056770c-27e0-475e-986e-da60325ef63e req-f4c8f137-ba22-463d-ada6-41004d214aff dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] Floating IP c4e92fdc-ed02-4756-8e94-89f0e10cc7f8 disassociated. External IP: 10.96.250.212, port: b8621c98-356b-4687-a38d-b6059c821037. [pid: 8|app: 0|req: 529/1131] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:30 2026] PUT /v2.0/routers/d0e03101-ad57-46b8-ba9d-c40ae35dddb5/remove_router_interface => generated 309 bytes in 852 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: 530/1132] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:31 2026] DELETE /v2.0/security-groups/0bde3839-a124-4c0b-903a-86f4b5096319 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1133] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:14:31 2026] GET /v2.0/security-groups?id=a144102d-7fb1-41b1-b380-86a81ce2a210&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: 603/1136] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:14:30 2026] DELETE /v2.0/ports/b8621c98-356b-4687-a38d-b6059c821037 => generated 0 bytes in 751 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:31.316 7 INFO neutron.api.v2.resource [None req-9e984fd6-0a77-457e-8b3c-bfc6a776a218 b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1137] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:14:31 2026] GET /v2.0/security-groups/0bde3839-a124-4c0b-903a-86f4b5096319 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:31.346 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f188796c-d30b-47b0-93d9-8470a28b808b'] response: {'server_uuid': 'a3871fca-7aaa-4247-98bc-f952b8fa48ac', 'name': 'network-vif-deleted', 'tag': 'b8621c98-356b-4687-a38d-b6059c821037', 'status': 'completed', 'code': 200} 2026-04-14 14:14:31.346 8 INFO neutron.api.v2.resource [None req-0ddc677a-2b4f-48e9-92d8-9851bc15767e 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 534/1138] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:31 2026] PUT /v2.0/routers/d0e03101-ad57-46b8-ba9d-c40ae35dddb5/remove_router_interface => generated 197 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1139] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:31 2026] GET /v2.0/ports?device_id=d0e03101-ad57-46b8-ba9d-c40ae35dddb5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:31.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1e211a2-8bcf-4334-b9ac-c90be14ab7ef b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] TaaS: Handle Delete Port: 7aa5dfdd-0c7f-4205-bc34-c53f5b10d85b 2026-04-14 14:14:31.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1e211a2-8bcf-4334-b9ac-c90be14ab7ef b4d5b13fcc4a42c2b887449550565aa5 1ea1cdcf3a19419eba02fbcdfae7eca0 - - default default] Tap Mirror: Handle Delete Port: 7aa5dfdd-0c7f-4205-bc34-c53f5b10d85b 2026-04-14 14:14:31.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-474b7e12-f58f-4af1-909c-4b366a54f41d 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 6d1f0b3f-508c-46f6-9aad-001bd83d2209 2026-04-14 14:14:31.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-474b7e12-f58f-4af1-909c-4b366a54f41d 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 6d1f0b3f-508c-46f6-9aad-001bd83d2209 [pid: 7|app: 0|req: 605/1140] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:31 2026] DELETE /v2.0/floatingips/19dec36c-6ddf-4351-8bd9-898fbf48b0cc => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:31.874 8 INFO neutron.services.segments.plugin [-] Segment 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 resource provider aggregate not found 2026-04-14 14:14:31.879 8 INFO neutron.services.segments.plugin [-] Segment 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 resource provider aggregate not found 2026-04-14 14:14:31.903 8 INFO neutron.services.segments.plugin [-] Segment 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 found for delete ", "request_id": "req-09c140c3-e698-4d87-a475-84d95d33fb18"}]} 2026-04-14 14:14:31.905 8 INFO neutron.services.segments.plugin [-] Segment 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c28e03c-bb2c-4c4e-bfa9-4a5182e81c24 found for delete ", "request_id": "req-1c1bf37c-915e-4136-ad50-7b508df4b0e8"}]} 2026-04-14 14:14:31.911 8 INFO neutron.db.l3_hamode_db [None req-474b7e12-f58f-4af1-909c-4b366a54f41d 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] HA network c1c45be5-3fff-43ad-a96c-c46a76b8fba5 was deleted as no HA routers are present in tenant 89cbac648d274739b6d15138c70c6f56. [pid: 8|app: 0|req: 536/1141] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:31 2026] DELETE /v2.0/routers/d0e03101-ad57-46b8-ba9d-c40ae35dddb5 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1142] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:31 2026] DELETE /v2.0/subnets/aef6934d-9821-4d0c-909c-be051005b345 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:32.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-faaf56fa-98c0-400a-961a-4e2127e5a672 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 2d332db0-8206-4612-b717-185ea7ede77e 2026-04-14 14:14:32.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faaf56fa-98c0-400a-961a-4e2127e5a672 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 2d332db0-8206-4612-b717-185ea7ede77e 2026-04-14 14:14:32.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c56c626-3e6c-4446-96a7-61fd2c274b30 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 9e639b85-7243-4e73-9b88-e332ff74d939 2026-04-14 14:14:32.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c56c626-3e6c-4446-96a7-61fd2c274b30 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 9e639b85-7243-4e73-9b88-e332ff74d939 [pid: 8|app: 0|req: 538/1143] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:32 2026] DELETE /v2.0/networks/5276f578-8378-4a89-a46c-2ee0daf0bf23 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1144] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:32 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:32.395 8 INFO neutron.db.segments_db [None req-2a2c0762-2892-43f2-8462-b00a058084d0 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment 94b551ec-38ff-493e-9dfe-8f188ea91a43 of type vxlan for network 7e485d12-feb1-4b5c-ba3a-b9666200ac0c [pid: 8|app: 0|req: 540/1145] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:32 2026] POST /v2.0/networks => generated 633 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1146] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:31 2026] PUT /v2.0/routers/f1b745fa-06a4-440c-9cb7-f0e05bee5552/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1147] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:32 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:32.813 8 INFO neutron.db.segments_db [None req-1939459e-0b01-4d4b-8c46-a56421975547 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment 4c1f706a-280e-4693-9d70-f896a320ef69 of type vxlan for network 854a8cdb-849e-4582-b298-f77dea3a1d56 2026-04-14 14:14:32.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-815a6f3a-aa25-4c80-885b-40b439f47174 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 6013c1fb-af44-475e-a5ea-40dc997d9cc5 2026-04-14 14:14:32.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-815a6f3a-aa25-4c80-885b-40b439f47174 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 6013c1fb-af44-475e-a5ea-40dc997d9cc5 2026-04-14 14:14:33.080 8 INFO neutron.db.l3_hamode_db [None req-1939459e-0b01-4d4b-8c46-a56421975547 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:14:33.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-815a6f3a-aa25-4c80-885b-40b439f47174 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: d68c3333-7d0d-4059-ba65-80d6ea686995 2026-04-14 14:14:33.144 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-815a6f3a-aa25-4c80-885b-40b439f47174 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: d68c3333-7d0d-4059-ba65-80d6ea686995 2026-04-14 14:14:33.197 8 INFO neutron.db.l3_hamode_db [None req-1939459e-0b01-4d4b-8c46-a56421975547 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:14:33.533 7 INFO neutron.services.segments.plugin [-] Segment 978df1c7-2831-47de-ad6c-ed341f17a476 resource provider aggregate not found 2026-04-14 14:14:33.544 7 INFO neutron.services.segments.plugin [-] Segment 978df1c7-2831-47de-ad6c-ed341f17a476 resource provider aggregate not found 2026-04-14 14:14:33.567 7 INFO neutron.services.segments.plugin [-] Segment 978df1c7-2831-47de-ad6c-ed341f17a476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 978df1c7-2831-47de-ad6c-ed341f17a476 found for delete ", "request_id": "req-c3d73471-f3db-46cd-be2b-b4ed85ed2738"}]} 2026-04-14 14:14:33.571 7 INFO neutron.services.segments.plugin [-] Segment 978df1c7-2831-47de-ad6c-ed341f17a476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 978df1c7-2831-47de-ad6c-ed341f17a476 found for delete ", "request_id": "req-1610a301-5840-471c-9ae3-409ed140afdf"}]} 2026-04-14 14:14:33.579 7 INFO neutron.db.l3_hamode_db [None req-815a6f3a-aa25-4c80-885b-40b439f47174 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network b52cf7de-f21c-41b5-9541-3759424a70fa was deleted as no HA routers are present in tenant 1ea1cdcf3a19419eba02fbcdfae7eca0. [pid: 7|app: 0|req: 607/1148] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:32 2026] DELETE /v2.0/routers/f1b745fa-06a4-440c-9cb7-f0e05bee5552 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1149] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:14:33 2026] GET /v2.0/ports?device_id=a3871fca-7aaa-4247-98bc-f952b8fa48ac => 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: 609/1150] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:33 2026] DELETE /v2.0/subnets/9c4b76d6-0635-4372-b694-7aa69a31a6e4 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1151] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:32 2026] POST /v2.0/routers => generated 510 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:33.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-129aa6b0-f6c9-43a3-b231-c5d59a38e157 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: d19f0dba-5a9b-4028-a29e-3fcfde9051f2 2026-04-14 14:14:33.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-129aa6b0-f6c9-43a3-b231-c5d59a38e157 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: d19f0dba-5a9b-4028-a29e-3fcfde9051f2 2026-04-14 14:14:33.924 8 INFO neutron.services.segments.plugin [-] Segment c9a18fbe-e854-4506-ab66-d9660098336b resource provider aggregate not found 2026-04-14 14:14:33.931 8 INFO neutron.services.segments.plugin [-] Segment c9a18fbe-e854-4506-ab66-d9660098336b resource provider aggregate not found 2026-04-14 14:14:33.954 8 INFO neutron.services.segments.plugin [-] Segment c9a18fbe-e854-4506-ab66-d9660098336b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a18fbe-e854-4506-ab66-d9660098336b found for delete ", "request_id": "req-5b61f4d9-57f6-43aa-9e31-f1435d4d2a0f"}]} 2026-04-14 14:14:33.956 8 INFO neutron.services.segments.plugin [-] Segment c9a18fbe-e854-4506-ab66-d9660098336b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a18fbe-e854-4506-ab66-d9660098336b found for delete ", "request_id": "req-4a8cf6a0-ea34-4070-9537-d142c98e0d2a"}]} [pid: 7|app: 0|req: 610/1152] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:33 2026] DELETE /v2.0/networks/0839ddd8-b523-4371-863b-d30e65ef335a => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1153] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:34 2026] GET /v2.0/security-groups?tenant_id=1ea1cdcf3a19419eba02fbcdfae7eca0&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1154] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:34 2026] DELETE /v2.0/security-groups/1798d058-b079-41b6-b5eb-5ff30032cb2f => 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: 613/1155] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:34 2026] DELETE /v2.0/security-groups/a144102d-7fb1-41b1-b380-86a81ce2a210 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:34.876 7 INFO neutron.api.v2.resource [None req-bb8d9212-2cc2-4a0e-82c7-8dd92bcf8af4 dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 614/1156] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:14:34 2026] GET /v2.0/security-groups/a144102d-7fb1-41b1-b380-86a81ce2a210 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:35.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-065752b3-14ce-46fd-90eb-95088bd58653 dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] TaaS: Handle Delete Port: d19db96d-00f6-4bc8-9363-1bcf43fb07fb 2026-04-14 14:14:35.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-065752b3-14ce-46fd-90eb-95088bd58653 dc71ab8ecc2743778eb7e963b9765955 cc581d066dc64f988b37dbd6c232a884 - - default default] Tap Mirror: Handle Delete Port: d19db96d-00f6-4bc8-9363-1bcf43fb07fb [pid: 8|app: 0|req: 543/1157] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:14:33 2026] PUT /v2.0/routers/b5391988-618e-4882-b449-3f030b8a3f3b/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1158] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:35 2026] GET /v2.0/ports/5f17f14b-48e6-41e7-a4dd-b5ef536fbac0 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1159] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:14:34 2026] DELETE /v2.0/floatingips/c4e92fdc-ed02-4756-8e94-89f0e10cc7f8 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:35.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1c51e41-6afd-4c1b-88cb-3cacba15d6f3 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 5f17f14b-48e6-41e7-a4dd-b5ef536fbac0 2026-04-14 14:14:35.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1c51e41-6afd-4c1b-88cb-3cacba15d6f3 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 5f17f14b-48e6-41e7-a4dd-b5ef536fbac0 2026-04-14 14:14:35.603 7 INFO neutron.services.segments.plugin [-] Segment a56d1cae-f662-4579-a07b-ff6d8fc370f2 resource provider aggregate not found 2026-04-14 14:14:35.608 7 INFO neutron.services.segments.plugin [-] Segment a56d1cae-f662-4579-a07b-ff6d8fc370f2 resource provider aggregate not found 2026-04-14 14:14:35.652 7 INFO neutron.services.segments.plugin [-] Segment a56d1cae-f662-4579-a07b-ff6d8fc370f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a56d1cae-f662-4579-a07b-ff6d8fc370f2 found for delete ", "request_id": "req-ee0c3ade-12a2-42d9-a256-23ae4a2e2031"}]} 2026-04-14 14:14:35.654 7 INFO neutron.services.segments.plugin [-] Segment a56d1cae-f662-4579-a07b-ff6d8fc370f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a56d1cae-f662-4579-a07b-ff6d8fc370f2 found for delete ", "request_id": "req-3a177e28-3b50-4970-ac97-521881309bb2"}]} 2026-04-14 14:14:35.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-2aec922b-908b-4ab7-96ce-4ad2ccd91223 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: d2f4a4c3-eab5-478e-a53f-00197ab98936 2026-04-14 14:14:35.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aec922b-908b-4ab7-96ce-4ad2ccd91223 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: d2f4a4c3-eab5-478e-a53f-00197ab98936 [pid: 8|app: 0|req: 545/1160] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:35 2026] PUT /v2.0/routers/b5391988-618e-4882-b449-3f030b8a3f3b/remove_router_interface => generated 309 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1161] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:35 2026] GET /v2.0/ports?device_id=b5391988-618e-4882-b449-3f030b8a3f3b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:36.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-827e9a12-d52b-4e6c-a227-70c556e915b9 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 1633f968-b5ca-4c52-b2f3-cc2cdea1daa3 2026-04-14 14:14:36.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-827e9a12-d52b-4e6c-a227-70c556e915b9 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 1633f968-b5ca-4c52-b2f3-cc2cdea1daa3 [pid: 7|app: 0|req: 616/1162] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:14:35 2026] PUT /v2.0/routers/450f2ea1-8619-4ba3-97b9-9fb88fd775eb/remove_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:36.349 8 INFO neutron.services.segments.plugin [-] Segment 4c1f706a-280e-4693-9d70-f896a320ef69 resource provider aggregate not found 2026-04-14 14:14:36.355 8 INFO neutron.services.segments.plugin [-] Segment 4c1f706a-280e-4693-9d70-f896a320ef69 resource provider aggregate not found 2026-04-14 14:14:36.373 8 INFO neutron.services.segments.plugin [-] Segment 4c1f706a-280e-4693-9d70-f896a320ef69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1f706a-280e-4693-9d70-f896a320ef69 found for delete ", "request_id": "req-b218597b-0e9b-4094-9227-5a399cf7b965"}]} 2026-04-14 14:14:36.388 8 INFO neutron.services.segments.plugin [-] Segment 4c1f706a-280e-4693-9d70-f896a320ef69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1f706a-280e-4693-9d70-f896a320ef69 found for delete ", "request_id": "req-0cb13870-85f6-42a7-b3b4-f5945ec519d5"}]} 2026-04-14 14:14:36.392 8 INFO neutron.db.l3_hamode_db [None req-827e9a12-d52b-4e6c-a227-70c556e915b9 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] HA network 854a8cdb-849e-4582-b298-f77dea3a1d56 was deleted as no HA routers are present in tenant 89cbac648d274739b6d15138c70c6f56. [pid: 8|app: 0|req: 547/1163] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:35 2026] DELETE /v2.0/routers/b5391988-618e-4882-b449-3f030b8a3f3b => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:36.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1fa3064-4a9e-4c25-b573-1c9a8c48bcf6 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 508e82b2-2042-415f-8f02-173b035a2765 2026-04-14 14:14:36.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1fa3064-4a9e-4c25-b573-1c9a8c48bcf6 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 508e82b2-2042-415f-8f02-173b035a2765 [pid: 7|app: 0|req: 617/1164] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:36 2026] GET /v2.0/security-groups?tenant_id=9a7d519596e04b1aa1300ba15b5b14c7&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1165] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:36 2026] DELETE /v2.0/subnets/9b72d726-0d2a-49d8-b73e-469e74388af6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:36.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1fa3064-4a9e-4c25-b573-1c9a8c48bcf6 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: d8a83699-1169-4848-bd10-9666039ce860 2026-04-14 14:14:36.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1fa3064-4a9e-4c25-b573-1c9a8c48bcf6 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: d8a83699-1169-4848-bd10-9666039ce860 [pid: 7|app: 0|req: 619/1166] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:36 2026] DELETE /v2.0/security-groups/99c183de-d7a3-4472-a483-3dfe69d656a5 => 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: 620/1167] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:36 2026] DELETE /v2.0/networks/7e485d12-feb1-4b5c-ba3a-b9666200ac0c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:37.150 7 INFO neutron.db.segments_db [None req-a53c940e-9b06-4028-a0d8-aad86e98fde4 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Added segment ea79abfe-085f-4017-9c65-8eab7d1cf8cc of type vxlan for network 014bf9e9-79f5-47a4-b517-8bd948bb969d 2026-04-14 14:14:37.301 8 INFO neutron.db.l3_hamode_db [None req-a1fa3064-4a9e-4c25-b573-1c9a8c48bcf6 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network fa0af852-c5dc-4f85-9193-12dc30e3e2a5 was deleted as no HA routers are present in tenant cc581d066dc64f988b37dbd6c232a884. [pid: 8|app: 0|req: 548/1168] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:36 2026] DELETE /v2.0/routers/450f2ea1-8619-4ba3-97b9-9fb88fd775eb => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:37.422 7 INFO neutron.db.l3_hamode_db [None req-a53c940e-9b06-4028-a0d8-aad86e98fde4 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 549/1169] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:37 2026] GET /v2.0/security-groups?tenant_id=f9be42e36b714ecab63ac9c903099623&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: 550/1170] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:37 2026] DELETE /v2.0/subnets/88852ab7-56fa-4639-a559-3f99ab61d090 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:37.690 7 INFO neutron.services.segments.plugin [-] Segment 94b551ec-38ff-493e-9dfe-8f188ea91a43 resource provider aggregate not found 2026-04-14 14:14:37.694 7 INFO neutron.services.segments.plugin [-] Segment 94b551ec-38ff-493e-9dfe-8f188ea91a43 resource provider aggregate not found 2026-04-14 14:14:37.714 7 INFO neutron.services.segments.plugin [-] Segment 94b551ec-38ff-493e-9dfe-8f188ea91a43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94b551ec-38ff-493e-9dfe-8f188ea91a43 found for delete ", "request_id": "req-fe1eda93-3a5f-4c9f-bb6d-dc9e9f91a8ee"}]} 2026-04-14 14:14:37.720 7 INFO neutron.services.segments.plugin [-] Segment 94b551ec-38ff-493e-9dfe-8f188ea91a43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94b551ec-38ff-493e-9dfe-8f188ea91a43 found for delete ", "request_id": "req-5b77fb73-807d-451b-8abc-eb8c62dee7c6"}]} [pid: 8|app: 0|req: 551/1171] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:37 2026] DELETE /v2.0/security-groups/34c4595c-4c0e-49b7-b3e3-881668bb17b9 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:37.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcb5a517-878b-4c44-acfd-5fb0d36bdb7e 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: a6cf25fd-2aff-48f1-865b-35d9835d24f3 2026-04-14 14:14:37.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcb5a517-878b-4c44-acfd-5fb0d36bdb7e 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: a6cf25fd-2aff-48f1-865b-35d9835d24f3 [pid: 8|app: 0|req: 552/1172] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:37 2026] DELETE /v2.0/networks/5b923f2c-e349-4a6a-8340-33542136dd17 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:38.237 7 INFO neutron.db.l3_hamode_db [None req-a53c940e-9b06-4028-a0d8-aad86e98fde4 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 553/1173] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:38 2026] GET /v2.0/security-groups?tenant_id=cc581d066dc64f988b37dbd6c232a884&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:38.401 8 INFO neutron.services.segments.plugin [-] Segment fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 resource provider aggregate not found 2026-04-14 14:14:38.406 8 INFO neutron.services.segments.plugin [-] Segment fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 resource provider aggregate not found 2026-04-14 14:14:38.425 8 INFO neutron.services.segments.plugin [-] Segment fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 found for delete ", "request_id": "req-db10695e-d9d4-4304-bf6e-85015c091048"}]} 2026-04-14 14:14:38.430 8 INFO neutron.services.segments.plugin [-] Segment fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcba8ca3-6a4b-42ec-bc4a-b144cb7780f8 found for delete ", "request_id": "req-c2239774-2ecd-4610-83ea-071ab7e1605b"}]} [pid: 8|app: 0|req: 554/1174] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:38 2026] DELETE /v2.0/security-groups/084822cd-a1ca-4715-bc6f-1c108af5cf20 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:38.454 8 INFO neutron.services.segments.plugin [-] Segment 55687e85-bae3-44e4-b2c6-5f1d26383140 resource provider aggregate not found 2026-04-14 14:14:38.454 8 INFO neutron.services.segments.plugin [-] Segment 55687e85-bae3-44e4-b2c6-5f1d26383140 resource provider aggregate not found 2026-04-14 14:14:38.482 8 INFO neutron.services.segments.plugin [-] Segment 55687e85-bae3-44e4-b2c6-5f1d26383140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55687e85-bae3-44e4-b2c6-5f1d26383140 found for delete ", "request_id": "req-a7fe7a5d-ed4d-4fac-aae7-0d7de65b7770"}]} 2026-04-14 14:14:38.488 8 INFO neutron.services.segments.plugin [-] Segment 55687e85-bae3-44e4-b2c6-5f1d26383140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55687e85-bae3-44e4-b2c6-5f1d26383140 found for delete ", "request_id": "req-384dcb1f-0a3f-4b08-9b78-4ab3f7285460"}]} [pid: 7|app: 0|req: 621/1175] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:37 2026] POST /v2.0/routers => generated 692 bytes in 1970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1176] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:14:39 2026] GET /v2.0/routers/970a18c3-f5cb-4a53-a659-77f4b6fa627b => generated 698 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1177] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:14:39 2026] GET /v2.0/routers => generated 701 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1178] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:39 2026] GET /v2.0/security-groups?tenant_id=c0fc9c21bc0d4e38b1358207b7430ac2&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1179] 10.0.0.133 () {34 vars in 741 bytes} [Tue Apr 14 14:14:39 2026] PUT /v2.0/routers/970a18c3-f5cb-4a53-a659-77f4b6fa627b => generated 705 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1180] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:39 2026] DELETE /v2.0/security-groups/e1251475-1cb3-4d82-b16d-ffeb7aa67fd1 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1181] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:14:39 2026] GET /v2.0/routers/970a18c3-f5cb-4a53-a659-77f4b6fa627b => generated 705 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1182] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:39 2026] GET /v2.0/ports?device_id=970a18c3-f5cb-4a53-a659-77f4b6fa627b => 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: 625/1183] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:39 2026] GET /v2.0/security-groups?tenant_id=0e6c43280cc2456f8abd87cbed40300a&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:39.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-7648b761-6f1d-44b9-abcf-20467a8b9f66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 3b7fcf30-31ce-4b59-a138-1c0feb212cfb 2026-04-14 14:14:39.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7648b761-6f1d-44b9-abcf-20467a8b9f66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 3b7fcf30-31ce-4b59-a138-1c0feb212cfb [pid: 7|app: 0|req: 626/1184] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:39 2026] DELETE /v2.0/security-groups/4e490f28-8543-4b6a-91ad-4166feb7c606 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:40.245 8 INFO neutron_taas.services.taas.taas_plugin [None req-7648b761-6f1d-44b9-abcf-20467a8b9f66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] TaaS: Handle Delete Port: 62336af8-0eb8-4287-9dc3-c365bc7f1123 2026-04-14 14:14:40.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7648b761-6f1d-44b9-abcf-20467a8b9f66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] Tap Mirror: Handle Delete Port: 62336af8-0eb8-4287-9dc3-c365bc7f1123 2026-04-14 14:14:40.610 8 INFO neutron.services.segments.plugin [-] Segment ea79abfe-085f-4017-9c65-8eab7d1cf8cc resource provider aggregate not found 2026-04-14 14:14:40.613 8 INFO neutron.services.segments.plugin [-] Segment ea79abfe-085f-4017-9c65-8eab7d1cf8cc resource provider aggregate not found 2026-04-14 14:14:40.632 8 INFO neutron.services.segments.plugin [-] Segment ea79abfe-085f-4017-9c65-8eab7d1cf8cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea79abfe-085f-4017-9c65-8eab7d1cf8cc found for delete ", "request_id": "req-94646a9d-b5c0-4929-b609-858768f2eb23"}]} 2026-04-14 14:14:40.638 8 INFO neutron.db.l3_hamode_db [None req-7648b761-6f1d-44b9-abcf-20467a8b9f66 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] HA network 014bf9e9-79f5-47a4-b517-8bd948bb969d was deleted as no HA routers are present in tenant 89cbac648d274739b6d15138c70c6f56. 2026-04-14 14:14:40.639 8 INFO neutron.services.segments.plugin [-] Segment ea79abfe-085f-4017-9c65-8eab7d1cf8cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea79abfe-085f-4017-9c65-8eab7d1cf8cc found for delete ", "request_id": "req-37e0f3ca-5424-4ce8-b81b-5e9352015e72"}]} [pid: 8|app: 0|req: 559/1185] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:39 2026] DELETE /v2.0/routers/970a18c3-f5cb-4a53-a659-77f4b6fa627b => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1186] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:40 2026] GET /v2.0/ports?device_id=970a18c3-f5cb-4a53-a659-77f4b6fa627b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:40.709 8 INFO neutron.api.v2.resource [None req-4813e1bd-3213-42a7-899d-79123d5f11ae 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 561/1187] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:40 2026] DELETE /v2.0/routers/970a18c3-f5cb-4a53-a659-77f4b6fa627b => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1188] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:40 2026] GET /v2.0/security-groups?tenant_id=4b879ae008e348538bdc1c67e6480093&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1189] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:40 2026] GET /v2.0/ports?device_id=b5391988-618e-4882-b449-3f030b8a3f3b => 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: 628/1190] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:40 2026] DELETE /v2.0/security-groups/b81edfdb-cd27-4121-96ca-d5d8d746861d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:41.473 8 INFO neutron.api.v2.resource [None req-b2feb5e2-35ee-4f00-a164-7fbfd2ee69a2 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 563/1191] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:40 2026] DELETE /v2.0/routers/b5391988-618e-4882-b449-3f030b8a3f3b => generated 135 bytes in 725 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:41.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0fb63b2-0ce8-427b-8c95-a96b4281dcfb 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1192] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:41 2026] DELETE /v2.0/subnets/9b72d726-0d2a-49d8-b73e-469e74388af6 => 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: 564/1193] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:41 2026] GET /v2.0/ports?device_id=d0e03101-ad57-46b8-ba9d-c40ae35dddb5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:41.549 7 INFO neutron.api.v2.resource [None req-1fc69d99-a4bf-4e14-9e20-eca9e5232fef 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1194] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:41 2026] DELETE /v2.0/routers/d0e03101-ad57-46b8-ba9d-c40ae35dddb5 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:41.566 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60ad6439-8886-40d2-bddf-127ec23be2a5 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1195] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:41 2026] DELETE /v2.0/subnets/aef6934d-9821-4d0c-909c-be051005b345 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1196] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:14:41 2026] GET /v2.0/ports?device_id=5d1b820a-157e-41fa-bc67-aebe932f8f9f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:14:41.621 8 INFO neutron.api.v2.resource [None req-7b25565f-30ac-4488-abb9-29996e49b948 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 566/1197] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:41 2026] DELETE /v2.0/routers/5d1b820a-157e-41fa-bc67-aebe932f8f9f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:41.640 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c98ee0f6-1fe1-4819-9f91-3efc402bb281 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1198] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:41 2026] DELETE /v2.0/subnets/7951ba8a-c0f4-4b0b-93d7-3877fc1d6a3d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:41.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4290940-5a94-453d-953c-f53a5e44f41c 8195a8423d4d4ec68b26aa0a1bc12e41 89cbac648d274739b6d15138c70c6f56 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1199] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:41 2026] DELETE /v2.0/subnets/27767e1e-b6f8-42d8-93c3-6a27819d1191 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1200] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:42 2026] GET /v2.0/security-groups?tenant_id=89cbac648d274739b6d15138c70c6f56&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1201] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:42 2026] DELETE /v2.0/security-groups/5aee3c6a-61ab-4115-b82c-c04f3f98709c => 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: 634/1202] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:43 2026] GET /v2.0/security-groups?tenant_id=7dd02090435748d58cc1f49fd295d394&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1203] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:43 2026] DELETE /v2.0/security-groups/0a6eea93-f0d0-4fcc-afda-1df1ede68bff => 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: 635/1204] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:14:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1205] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/security-groups?tenant_id=3737f1d6564d4558a7b493250b4d7b68&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: 636/1206] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/security-groups?tenant_id=4747ffe9a9c24cf0ab973ab08b6e95e9&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1207] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1208] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:45 2026] DELETE /v2.0/security-groups/ae423821-2921-4abd-840a-5d3be050be2c => 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: 572/1209] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:45 2026] DELETE /v2.0/security-groups/e3592b21-96b7-499e-b048-438242f4f0cc => 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: 638/1210] 10.0.0.133 () {34 vars in 758 bytes} [Tue Apr 14 14:14:45 2026] PUT /v2.0/security-groups/1a002be0-7039-4a6d-b7d0-958b4c40caa1 => generated 1662 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1211] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/security-groups/1a002be0-7039-4a6d-b7d0-958b4c40caa1 => generated 1662 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1212] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:45 2026] DELETE /v2.0/security-groups/1a002be0-7039-4a6d-b7d0-958b4c40caa1 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1213] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/security-groups?tenant_id=e07a3f89e7e14cb19f73882fe181d3c2&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: 640/1214] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:14:45 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: 575/1215] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/security-groups?tenant_id=168d250cec3d48b99b2d001e0df5310d&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:45.780 8 INFO neutron.api.v2.resource [None req-60d198c0-6b01-43fe-bdb6-1d5879c0f8c2 a3862c9012ef40e4a540e503d8e3ca64 a4f009e0a37549bba4d7de6983331082 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 576/1216] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:45 2026] DELETE /v2.0/security-groups/1a002be0-7039-4a6d-b7d0-958b4c40caa1 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1219] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:45 2026] DELETE /v2.0/security-groups/4fd280f9-1f70-4fea-9eee-254f2815a289 => 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: 579/1220] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:45 2026] DELETE /v2.0/security-groups/6d18ba0c-59c2-4565-a0d0-6103c605a7c9 => 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: 642/1221] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:14:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1222] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:14:45 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: 644/1223] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules/9e6523ba-bcd6-4240-a995-870c662ba6c4 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1224] 10.0.0.133 () {32 vars in 653 bytes} [Tue Apr 14 14:14:45 2026] GET /v2.0/extensions => generated 21537 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1225] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1226] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1227] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1228] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 584/1229] 10.0.0.133 () {32 vars in 665 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1230] 10.0.0.133 () {32 vars in 699 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1231] 10.0.0.133 () {32 vars in 697 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1232] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1233] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1234] 10.0.0.133 () {32 vars in 703 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1235] 10.0.0.133 () {32 vars in 693 bytes} [Tue Apr 14 14:14:46 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: 646/1236] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:14:46 2026] DELETE /v2.0/security-group-rules/9e6523ba-bcd6-4240-a995-870c662ba6c4 => 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: 647/1237] 10.0.0.133 () {32 vars in 695 bytes} [Tue Apr 14 14:14:46 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: 648/1238] 10.0.0.133 () {32 vars in 685 bytes} [Tue Apr 14 14:14: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: 649/1239] 10.0.0.133 () {32 vars in 687 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1240] 10.0.0.133 () {32 vars in 661 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1241] 10.0.0.133 () {32 vars in 699 bytes} [Tue Apr 14 14:14:46 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: 652/1242] 10.0.0.133 () {32 vars in 679 bytes} [Tue Apr 14 14:14:46 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: 653/1243] 10.0.0.133 () {32 vars in 683 bytes} [Tue Apr 14 14:14:46 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: 654/1244] 10.0.0.133 () {32 vars in 675 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1245] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1246] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:14:46 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: 657/1247] 10.0.0.133 () {32 vars in 687 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1248] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1249] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1250] 10.0.0.133 () {32 vars in 687 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1251] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1252] 10.0.0.133 () {32 vars in 699 bytes} [Tue Apr 14 14:14:46 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: 662/1253] 10.0.0.133 () {32 vars in 679 bytes} [Tue Apr 14 14:14:46 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: 663/1254] 10.0.0.133 () {32 vars in 667 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1255] 10.0.0.133 () {32 vars in 677 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1256] 10.0.0.133 () {32 vars in 665 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1257] 10.0.0.133 () {32 vars in 675 bytes} [Tue Apr 14 14:14:46 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: 667/1258] 10.0.0.133 () {32 vars in 713 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1259] 10.0.0.133 () {32 vars in 691 bytes} [Tue Apr 14 14:14:46 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: 669/1260] 10.0.0.133 () {32 vars in 683 bytes} [Tue Apr 14 14:14:46 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: 670/1261] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 592/1262] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:14:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1263] 10.0.0.133 () {32 vars in 687 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 593/1264] 10.0.0.133 () {32 vars in 705 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1265] 10.0.0.133 () {32 vars in 675 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1266] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules/09ddc38d-84ec-422b-b9e3-79c55b086e57 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1267] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1268] 10.0.0.133 () {32 vars in 675 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 597/1269] 10.0.0.133 () {32 vars in 693 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 598/1270] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 599/1271] 10.0.0.133 () {32 vars in 709 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 600/1272] 10.0.0.133 () {32 vars in 705 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 601/1273] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 602/1274] 10.0.0.133 () {32 vars in 697 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 603/1275] 10.0.0.133 () {32 vars in 711 bytes} [Tue Apr 14 14:14:46 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: 673/1276] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1277] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1278] 10.0.0.133 () {32 vars in 687 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1279] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1280] 10.0.0.133 () {32 vars in 675 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1281] 10.0.0.133 () {32 vars in 671 bytes} [Tue Apr 14 14:14:46 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: 678/1282] 10.0.0.133 () {32 vars in 661 bytes} [Tue Apr 14 14:14: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: 679/1283] 10.0.0.133 () {32 vars in 699 bytes} [Tue Apr 14 14:14:46 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: 680/1284] 10.0.0.133 () {32 vars in 699 bytes} [Tue Apr 14 14:14:46 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: 681/1285] 10.0.0.133 () {32 vars in 677 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1286] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:14:46 2026] DELETE /v2.0/security-group-rules/09ddc38d-84ec-422b-b9e3-79c55b086e57 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1287] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1288] 10.0.0.133 () {32 vars in 683 bytes} [Tue Apr 14 14:14:46 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: 684/1289] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1290] 10.0.0.133 () {32 vars in 685 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1291] 10.0.0.133 () {32 vars in 707 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1292] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1293] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1294] 10.0.0.133 () {32 vars in 697 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1295] 10.0.0.133 () {32 vars in 695 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 609/1296] 10.0.0.133 () {32 vars in 685 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1297] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1298] 10.0.0.133 () {32 vars in 705 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1299] 10.0.0.133 () {32 vars in 667 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1300] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1301] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1302] 10.0.0.133 () {32 vars in 691 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1303] 10.0.0.133 () {32 vars in 691 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1304] 10.0.0.133 () {32 vars in 695 bytes} [Tue Apr 14 14:14:46 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: 8|app: 0|req: 618/1305] 10.0.0.133 () {32 vars in 685 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1306] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1307] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1308] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:14:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1309] 10.0.0.133 () {32 vars in 703 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1310] 10.0.0.133 () {32 vars in 713 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1311] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:46 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: 689/1312] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules/8be1f933-a83e-4777-9f37-f2e14b26b249 => generated 602 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1313] 10.0.0.133 () {32 vars in 715 bytes} [Tue Apr 14 14:14:46 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: 690/1314] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1315] 10.0.0.133 () {32 vars in 741 bytes} [Tue Apr 14 14:14:46 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: 692/1316] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:14:46 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: 693/1317] 10.0.0.133 () {32 vars in 683 bytes} [Tue Apr 14 14:14:46 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: 694/1318] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1319] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1320] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:14:46 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: 696/1321] 10.0.0.133 () {32 vars in 679 bytes} [Tue Apr 14 14:14:46 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: 697/1322] 10.0.0.133 () {32 vars in 669 bytes} [Tue Apr 14 14:14:46 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: 698/1323] 10.0.0.133 () {32 vars in 697 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1324] 10.0.0.133 () {32 vars in 705 bytes} [Tue Apr 14 14:14:46 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1325] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:14:46 2026] DELETE /v2.0/security-group-rules/8be1f933-a83e-4777-9f37-f2e14b26b249 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1326] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1327] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1328] 10.0.0.133 () {32 vars in 683 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1329] 10.0.0.133 () {32 vars in 705 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1330] 10.0.0.133 () {32 vars in 695 bytes} [Tue Apr 14 14:14:47 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: 8|app: 0|req: 631/1331] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1332] 10.0.0.133 () {32 vars in 697 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1333] 10.0.0.133 () {32 vars in 679 bytes} [Tue Apr 14 14:14:47 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: 8|app: 0|req: 634/1334] 10.0.0.133 () {32 vars in 689 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1335] 10.0.0.133 () {32 vars in 701 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1336] 10.0.0.133 () {32 vars in 665 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1337] 10.0.0.133 () {32 vars in 681 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1338] 10.0.0.133 () {32 vars in 677 bytes} [Tue Apr 14 14:14:47 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: 8|app: 0|req: 639/1339] 10.0.0.133 () {32 vars in 693 bytes} [Tue Apr 14 14:14:47 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: 701/1340] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1341] 10.0.0.133 () {32 vars in 677 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1342] 10.0.0.133 () {32 vars in 667 bytes} [Tue Apr 14 14:14:47 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: 8|app: 0|req: 642/1343] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1344] 10.0.0.133 () {32 vars in 675 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1345] 10.0.0.133 () {32 vars in 687 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1346] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:47 2026] DELETE /v2.0/security-groups/9fd6106f-988b-4be0-abe6-3361ecf1cbd2 => 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: 645/1347] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1348] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1349] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/security-groups?tenant_id=a4f009e0a37549bba4d7de6983331082&name=default => generated 2925 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1350] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:47 2026] GET /v2.0/security-groups?tenant_id=a95b05756278401dbea7b48dcb18b654&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1351] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:47 2026] DELETE /v2.0/security-groups/5c2ef44a-6ad9-4a8b-9924-78ac46bc35bd => 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: 647/1352] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:47 2026] DELETE /v2.0/security-groups/d50dd5cf-3fb1-49e7-ba2d-6f3869b05b9e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:50.291 7 INFO neutron.db.segments_db [None req-9a25d397-9e72-4995-b7a1-1dc56a4fdd99 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Added segment e86b006f-45fa-45d6-9830-874475ac8752 of type vxlan for network 3c38d10a-9679-4fec-a79f-44bb389c5020 [pid: 7|app: 0|req: 706/1353] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:49 2026] POST /v2.0/networks => generated 648 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1354] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:50 2026] POST /v2.0/ports => generated 778 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:50.835 7 INFO neutron.db.segments_db [None req-27c2ae47-773b-4cf8-bbd1-05a019904a32 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Added segment a46ba045-4875-453f-846c-b273a7a11bee of type vxlan for network 337d4ea0-c7d4-4fbd-ab44-2f2615958807 [pid: 7|app: 0|req: 707/1355] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:50 2026] POST /v2.0/networks => generated 636 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 649/1356] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:50 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1357] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:51 2026] POST /v2.0/ports => generated 966 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:51.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a226e6c-c321-40ea-a170-1babdaec7d7a 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] TaaS: Handle Delete Port: 3b348b71-11ad-4dd0-b3a5-a56fb82a8dc6 2026-04-14 14:14:51.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a226e6c-c321-40ea-a170-1babdaec7d7a 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Tap Mirror: Handle Delete Port: 3b348b71-11ad-4dd0-b3a5-a56fb82a8dc6 [pid: 8|app: 0|req: 650/1358] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:51 2026] DELETE /v2.0/ports/3b348b71-11ad-4dd0-b3a5-a56fb82a8dc6 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:14:51.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-debe3081-472f-4e94-bd6a-43887d54cafe 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1359] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:51 2026] DELETE /v2.0/ports/3b348b71-11ad-4dd0-b3a5-a56fb82a8dc6 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:51.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ba5e1cf-297c-4d80-8575-9747231d6b49 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1360] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:51 2026] GET /v2.0/ports/3b348b71-11ad-4dd0-b3a5-a56fb82a8dc6 => 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: 711/1361] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:51 2026] DELETE /v2.0/subnets/9cf35d19-dcef-41ee-855d-692c7952210d => 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: 651/1362] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:51 2026] GET /v2.0/security-groups?tenant_id=4a604c6820b7449fb1a1b6e4ee33e133&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1363] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:52 2026] GET /v2.0/security-groups?tenant_id=46c19ecbfa6145c1b3c075c39d301610&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:52.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-af71ffcf-da37-4eca-baca-878f86565b25 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] TaaS: Handle Delete Port: e81fc675-7e3d-44fe-8f7f-ba91a3b685b5 2026-04-14 14:14:52.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af71ffcf-da37-4eca-baca-878f86565b25 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Tap Mirror: Handle Delete Port: e81fc675-7e3d-44fe-8f7f-ba91a3b685b5 [pid: 7|app: 0|req: 713/1364] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:52 2026] DELETE /v2.0/security-groups/eaaed492-abbd-4dee-8406-fc625369fd0e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1365] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:52 2026] DELETE /v2.0/security-groups/d298ccdc-2648-434a-8db5-9455d6969411 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:52.503 8 INFO neutron.services.segments.plugin [-] Segment a46ba045-4875-453f-846c-b273a7a11bee resource provider aggregate not found 2026-04-14 14:14:52.508 8 INFO neutron.services.segments.plugin [-] Segment a46ba045-4875-453f-846c-b273a7a11bee resource provider aggregate not found 2026-04-14 14:14:52.526 8 INFO neutron.services.segments.plugin [-] Segment a46ba045-4875-453f-846c-b273a7a11bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a46ba045-4875-453f-846c-b273a7a11bee found for delete ", "request_id": "req-5e89ec4d-8073-42d8-8206-2d416e5381ba"}]} 2026-04-14 14:14:52.526 8 INFO neutron.services.segments.plugin [-] Segment a46ba045-4875-453f-846c-b273a7a11bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a46ba045-4875-453f-846c-b273a7a11bee found for delete ", "request_id": "req-bce5b912-d76d-48f4-895a-144809b0f54c"}]} [pid: 8|app: 0|req: 652/1366] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:52 2026] DELETE /v2.0/networks/337d4ea0-c7d4-4fbd-ab44-2f2615958807 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:52.600 7 INFO neutron.db.segments_db [None req-50ad8d98-4caa-4041-9131-8c36028b0f5a 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Added segment 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 of type vxlan for network 329665e1-ce67-40b0-bd85-22e76e240919 [pid: 7|app: 0|req: 715/1367] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:52 2026] POST /v2.0/networks => generated 636 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1368] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:52 2026] GET /v2.0/security-groups?tenant_id=d51f90d551794fc3a3ccf83947a5180e&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: 654/1369] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:52 2026] DELETE /v2.0/security-groups/309048e1-dc09-4cc2-a1ab-a9f123286d1c => 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: 716/1370] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:52 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1371] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:52 2026] POST /v2.0/ports => generated 927 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:53.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdc51d12-84b8-44f0-a858-a75b0759d90f 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] TaaS: Handle Delete Port: c5c9a920-d0cd-4a59-886e-484d57accf1e 2026-04-14 14:14:53.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc51d12-84b8-44f0-a858-a75b0759d90f 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Tap Mirror: Handle Delete Port: c5c9a920-d0cd-4a59-886e-484d57accf1e [pid: 7|app: 0|req: 717/1372] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:53 2026] DELETE /v2.0/ports/c5c9a920-d0cd-4a59-886e-484d57accf1e => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:53.702 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec0db7e9-5045-43e4-9ba2-8072936c37f9 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1373] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:53 2026] GET /v2.0/ports/c5c9a920-d0cd-4a59-886e-484d57accf1e => 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: 718/1374] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:53 2026] DELETE /v2.0/subnets/cff790b8-3520-4d86-a53e-745d6bccd0a8 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1375] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:53 2026] DELETE /v2.0/networks/329665e1-ce67-40b0-bd85-22e76e240919 => 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: 719/1376] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:54 2026] POST /v2.0/ports => generated 777 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:14:54.558 8 INFO neutron.services.segments.plugin [-] Segment 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 resource provider aggregate not found 2026-04-14 14:14:54.559 8 INFO neutron.services.segments.plugin [-] Segment 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 resource provider aggregate not found 2026-04-14 14:14:54.580 8 INFO neutron.services.segments.plugin [-] Segment 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 found for delete ", "request_id": "req-1cc16d10-7ac7-4558-ba82-e85d194e0c64"}]} 2026-04-14 14:14:54.595 8 INFO neutron.services.segments.plugin [-] Segment 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77ef97a0-d31c-4ffc-966f-2c7fdb33c808 found for delete ", "request_id": "req-bb2c8909-d6eb-474e-be32-59d45abb5dcc"}]} [pid: 7|app: 0|req: 720/1377] 10.0.0.133 () {34 vars in 737 bytes} [Tue Apr 14 14:14:54 2026] PUT /v2.0/ports/f5f043da-1401-4a93-8966-2cd49ce52f25 => generated 752 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:14:54.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc5a6c5d-d3ec-4ea8-98be-0432673302ec 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] TaaS: Handle Delete Port: f5f043da-1401-4a93-8966-2cd49ce52f25 2026-04-14 14:14:54.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc5a6c5d-d3ec-4ea8-98be-0432673302ec 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Tap Mirror: Handle Delete Port: f5f043da-1401-4a93-8966-2cd49ce52f25 2026-04-14 14:14:54.701 8 INFO neutron.db.segments_db [None req-bd797e95-55ef-46fe-8131-27b42666864c 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Added segment 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c of type vxlan for network 7ffd431c-5e69-41a0-a71f-0dfea5ed8345 2026-04-14 14:14:54.773 8 INFO neutron.db.segments_db [None req-bd797e95-55ef-46fe-8131-27b42666864c 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Added segment cfadb509-69c8-493c-85c1-7376c48061c2 of type vxlan for network 4b4e561a-fb98-4eb1-a6f1-26d467658e73 [pid: 7|app: 0|req: 721/1378] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:54 2026] DELETE /v2.0/ports/f5f043da-1401-4a93-8966-2cd49ce52f25 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1379] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:54 2026] POST /v2.0/networks => generated 1244 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1380] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:14:54 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:54.952 7 INFO neutron.db.segments_db [None req-da501c83-da89-420e-8180-98cda4d62f16 50b66894dca44cfe883c50a1c90a3912 70c2292fc71e44c69de4079d464d378c - - default default] Added segment 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 of type vxlan for network ae438e51-433d-4617-974c-d3e72ab66aea [pid: 8|app: 0|req: 660/1381] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:14:54 2026] GET /v2.0/networks => generated 1843 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:55.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80f6c6de-6f7a-4bd0-8582-e412b903a764 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1382] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:54 2026] GET /v2.0/ports/f5f043da-1401-4a93-8966-2cd49ce52f25 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1383] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:54 2026] POST /v2.0/networks => generated 648 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1384] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:14:55 2026] GET /v2.0/ports => generated 781 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1385] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/networks/7ffd431c-5e69-41a0-a71f-0dfea5ed8345 => 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: 724/1386] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:14:55 2026] GET /v2.0/ports/21ff8670-043c-48dd-abec-4e7df262c829 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:55.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b005a61b-08f8-4b56-84d3-da1c920841ae 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1387] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/ports/c5c9a920-d0cd-4a59-886e-484d57accf1e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:55.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2910874-00ad-4d1e-b9d7-f7941cb3df8d 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1388] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/subnets/cff790b8-3520-4d86-a53e-745d6bccd0a8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:55.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45d985c9-0192-45fa-9f97-5d290c891f7e 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1389] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/subnets/9cf35d19-dcef-41ee-855d-692c7952210d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1390] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/networks/4b4e561a-fb98-4eb1-a6f1-26d467658e73 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:55.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4abd6c6-e193-469c-9aa4-644cbfb912ee 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] TaaS: Handle Delete Port: 21ff8670-043c-48dd-abec-4e7df262c829 2026-04-14 14:14:55.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4abd6c6-e193-469c-9aa4-644cbfb912ee 0c979460113c410690b0289147f84153 943bcc411c7d435688ffe07ad163b1b6 - - default default] Tap Mirror: Handle Delete Port: 21ff8670-043c-48dd-abec-4e7df262c829 [pid: 8|app: 0|req: 664/1391] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:14:55 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:55.417 8 INFO neutron.db.segments_db [None req-6190ce5f-8681-4c81-8fd4-5797dfd70da3 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Added segment 1bf86bce-7d4f-415c-9b9d-1f6798985576 of type vxlan for network 87e668f8-da57-45ed-a609-428ea35c1186 [pid: 7|app: 0|req: 728/1392] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/ports/21ff8670-043c-48dd-abec-4e7df262c829 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1393] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:55 2026] POST /v2.0/networks => generated 649 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:55.561 7 INFO neutron.services.segments.plugin [-] Segment e86b006f-45fa-45d6-9830-874475ac8752 resource provider aggregate not found 2026-04-14 14:14:55.571 8 INFO neutron.db.segments_db [None req-c7218df9-5d31-47f9-8e51-af435cc87733 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Added segment 2ee1e309-aabc-4c4e-a401-c36d0dd42791 of type vxlan for network c18386cb-2ea4-4586-a539-b49eeb896803 2026-04-14 14:14:55.576 7 INFO neutron.services.segments.plugin [-] Segment e86b006f-45fa-45d6-9830-874475ac8752 resource provider aggregate not found 2026-04-14 14:14:55.591 7 INFO neutron.services.segments.plugin [-] Segment e86b006f-45fa-45d6-9830-874475ac8752 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e86b006f-45fa-45d6-9830-874475ac8752 found for delete ", "request_id": "req-bde64de6-f177-459a-b9d5-1507b6538864"}]} 2026-04-14 14:14:55.597 7 INFO neutron.services.segments.plugin [-] Segment e86b006f-45fa-45d6-9830-874475ac8752 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e86b006f-45fa-45d6-9830-874475ac8752 found for delete ", "request_id": "req-83f7a768-b4fa-4f9c-9e65-6d3b67602087"}]} [pid: 7|app: 0|req: 729/1394] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:55 2026] DELETE /v2.0/networks/3c38d10a-9679-4fec-a79f-44bb389c5020 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1395] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:55 2026] POST /v2.0/networks => generated 650 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1396] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:55 2026] POST /v2.0/subnets => generated 673 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:55.933 7 INFO neutron.db.segments_db [None req-fa49b68d-87f4-4be7-90e2-392bce753f06 50b66894dca44cfe883c50a1c90a3912 70c2292fc71e44c69de4079d464d378c - - default default] Added segment fb2640b0-54fc-48f9-9ed7-a91b60e050f5 of type vxlan for network 196ecd04-e3fc-4189-899a-8f457e201ffa [pid: 7|app: 0|req: 731/1397] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:55 2026] POST /v2.0/networks => generated 648 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1398] 10.0.0.133 () {34 vars in 743 bytes} [Tue Apr 14 14:14:56 2026] PUT /v2.0/networks/196ecd04-e3fc-4189-899a-8f457e201ffa => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1399] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:56 2026] GET /v2.0/security-groups?tenant_id=943bcc411c7d435688ffe07ad163b1b6&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: 667/1400] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:14:55 2026] POST /v2.0/ports => generated 1506 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 668/1401] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:56 2026] DELETE /v2.0/security-groups/fb9a88c0-7536-4ae6-a289-a2325d537954 => 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: 734/1402] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:56 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1403] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:14:56 2026] GET /v2.0/ports => generated 1506 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:56.618 8 INFO neutron.services.segments.plugin [-] Segment 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c resource provider aggregate not found 2026-04-14 14:14:56.622 8 INFO neutron.services.segments.plugin [-] Segment 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c resource provider aggregate not found 2026-04-14 14:14:56.645 8 INFO neutron.services.segments.plugin [-] Segment 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c found for delete ", "request_id": "req-dc6c9937-90ce-4002-b6b5-bb3bbb459a0a"}]} [pid: 7|app: 0|req: 735/1404] 10.0.0.133 () {34 vars in 741 bytes} [Tue Apr 14 14:14:56 2026] PUT /v2.0/subnets/3cc963bc-3dc8-4224-8858-5aafdee22f08 => generated 656 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:56.658 8 INFO neutron.services.segments.plugin [-] Segment 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd40f8f-64d1-4fdb-b48d-3e3442823e3c found for delete ", "request_id": "req-0b83433a-cb8d-4b94-8757-86a6cbdca35f"}]} 2026-04-14 14:14:56.666 8 INFO neutron.services.segments.plugin [-] Segment cfadb509-69c8-493c-85c1-7376c48061c2 resource provider aggregate not found 2026-04-14 14:14:56.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-74e2a78b-49a3-4728-832e-4761f1232fcc 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] TaaS: Handle Delete Port: d3d200a5-43fa-4a04-9996-ed13ec66b7c3 2026-04-14 14:14:56.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74e2a78b-49a3-4728-832e-4761f1232fcc 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Tap Mirror: Handle Delete Port: d3d200a5-43fa-4a04-9996-ed13ec66b7c3 2026-04-14 14:14:56.685 8 INFO neutron.services.segments.plugin [-] Segment cfadb509-69c8-493c-85c1-7376c48061c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfadb509-69c8-493c-85c1-7376c48061c2 found for delete ", "request_id": "req-e71fb9d8-85e0-4b6d-a7d6-6fd3abded955"}]} 2026-04-14 14:14:56.688 8 INFO neutron.services.segments.plugin [-] Segment cfadb509-69c8-493c-85c1-7376c48061c2 resource provider aggregate not found 2026-04-14 14:14:56.711 8 INFO neutron.services.segments.plugin [-] Segment cfadb509-69c8-493c-85c1-7376c48061c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfadb509-69c8-493c-85c1-7376c48061c2 found for delete ", "request_id": "req-3aeebdcd-010a-45bf-b189-e12d368c5a99"}]} [pid: 8|app: 0|req: 670/1405] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:56 2026] DELETE /v2.0/ports/d3d200a5-43fa-4a04-9996-ed13ec66b7c3 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:56.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-42058971-ad18-4fd9-8cd1-68459df6b170 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] TaaS: Handle Delete Port: 224bff18-c950-4203-98e4-f6cd3533c393 2026-04-14 14:14:56.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42058971-ad18-4fd9-8cd1-68459df6b170 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Tap Mirror: Handle Delete Port: 224bff18-c950-4203-98e4-f6cd3533c393 [pid: 7|app: 0|req: 736/1406] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:56 2026] DELETE /v2.0/networks/196ecd04-e3fc-4189-899a-8f457e201ffa => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:56.917 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb5752ef-9b6d-43f9-b993-bc2e0b6735a1 50b66894dca44cfe883c50a1c90a3912 70c2292fc71e44c69de4079d464d378c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1407] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:56 2026] DELETE /v2.0/networks/196ecd04-e3fc-4189-899a-8f457e201ffa => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1408] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:14:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1409] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:14:56 2026] DELETE /v2.0/ports/224bff18-c950-4203-98e4-f6cd3533c393 => 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: 739/1410] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:14:56 2026] GET /v2.0/subnets?network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1411] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1412] 10.0.0.133 () {32 vars in 653 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 14:14:57.084 8 INFO neutron.db.segments_db [None req-5122de5a-7dc8-4dce-9668-bf4826702f9f 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Added segment c5fcc595-acdc-4dd3-91b4-9f69b2918759 of type vxlan for network 5ecf122b-6c33-4e99-887d-7266510a8796 [pid: 7|app: 0|req: 741/1413] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/networks => generated 1313 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1414] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/subnets => generated 1312 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1415] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:57 2026] POST /v2.0/networks => generated 649 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1416] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/networks/ae438e51-433d-4617-974c-d3e72ab66aea => generated 673 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1417] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/subnets/1fb67aaf-8486-4f16-9197-714191e433ca => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:14:57.276 7 INFO neutron.pecan_wsgi.hooks.translation [None req-219d2638-1fd2-4ee2-a139-73cbe64b685e 50b66894dca44cfe883c50a1c90a3912 70c2292fc71e44c69de4079d464d378c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1418] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:57 2026] DELETE /v2.0/subnets/3cc963bc-3dc8-4224-8858-5aafdee22f08 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:14:57.289 8 INFO neutron.db.segments_db [None req-f046a888-16cd-4227-8bfc-6dfb266b87c7 635b4245fada4090b5e8600858f85d66 a7152b8b954d4a2387771bc62f8fda7f - - default default] Added segment 384c4122-ac14-458c-a0d7-bbd5dc528c7e of type vxlan for network dc00ec1a-ea59-443b-a7a7-3d1fb32fa89e 2026-04-14 14:14:57.299 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec974673-1b0d-408e-9c49-56b32d8093a2 50b66894dca44cfe883c50a1c90a3912 70c2292fc71e44c69de4079d464d378c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1419] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:57 2026] DELETE /v2.0/networks/196ecd04-e3fc-4189-899a-8f457e201ffa => 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: 674/1420] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:14:57 2026] POST /v2.0/networks => generated 650 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:14:57.808 7 INFO neutron.services.segments.plugin [-] Segment fb2640b0-54fc-48f9-9ed7-a91b60e050f5 resource provider aggregate not found [pid: 8|app: 0|req: 675/1421] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:14:57 2026] POST /v2.0/subnets => generated 1274 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:14:57.817 7 INFO neutron.services.segments.plugin [-] Segment fb2640b0-54fc-48f9-9ed7-a91b60e050f5 resource provider aggregate not found 2026-04-14 14:14:57.834 7 INFO neutron.services.segments.plugin [-] Segment fb2640b0-54fc-48f9-9ed7-a91b60e050f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb2640b0-54fc-48f9-9ed7-a91b60e050f5 found for delete ", "request_id": "req-d82ee40f-3871-47e8-8da7-983ab8279c2e"}]} 2026-04-14 14:14:57.842 7 INFO neutron.services.segments.plugin [-] Segment fb2640b0-54fc-48f9-9ed7-a91b60e050f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb2640b0-54fc-48f9-9ed7-a91b60e050f5 found for delete ", "request_id": "req-b71fbd3c-4286-452f-8454-991aeddb152b"}]} [pid: 8|app: 0|req: 676/1422] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:14:57 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1423] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:57 2026] DELETE /v2.0/subnets/1fb67aaf-8486-4f16-9197-714191e433ca => generated 0 bytes in 589 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1424] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:57 2026] DELETE /v2.0/subnets/91cbb660-1876-4a67-9afc-8c059fe7b07b => 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: 748/1425] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:57 2026] DELETE /v2.0/networks/ae438e51-433d-4617-974c-d3e72ab66aea => 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: 678/1426] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:14:57 2026] DELETE /v2.0/subnets/09ae6e35-bde9-47fb-98ec-e712dbb2ddc5 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1427] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:14:58 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1428] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:58 2026] DELETE /v2.0/networks/dc00ec1a-ea59-443b-a7a7-3d1fb32fa89e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1429] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:58 2026] DELETE /v2.0/networks/5ecf122b-6c33-4e99-887d-7266510a8796 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1430] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:58 2026] DELETE /v2.0/networks/c18386cb-2ea4-4586-a539-b49eeb896803 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:14:58.719 8 INFO neutron.services.segments.plugin [-] Segment 384c4122-ac14-458c-a0d7-bbd5dc528c7e resource provider aggregate not found [pid: 7|app: 0|req: 751/1431] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:58 2026] GET /v2.0/security-groups?tenant_id=70c2292fc71e44c69de4079d464d378c&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:14:58.748 8 INFO neutron.services.segments.plugin [-] Segment 384c4122-ac14-458c-a0d7-bbd5dc528c7e resource provider aggregate not found 2026-04-14 14:14:58.749 8 INFO neutron.services.segments.plugin [-] Segment 384c4122-ac14-458c-a0d7-bbd5dc528c7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384c4122-ac14-458c-a0d7-bbd5dc528c7e found for delete ", "request_id": "req-e6b553e7-da29-44f6-965f-70b3096e828e"}]} 2026-04-14 14:14:58.773 8 INFO neutron.services.segments.plugin [-] Segment 2ee1e309-aabc-4c4e-a401-c36d0dd42791 resource provider aggregate not found 2026-04-14 14:14:58.777 8 INFO neutron.services.segments.plugin [-] Segment 384c4122-ac14-458c-a0d7-bbd5dc528c7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384c4122-ac14-458c-a0d7-bbd5dc528c7e found for delete ", "request_id": "req-43c8ab9e-3e2e-47b1-a6b5-a56b76f97f52"}]} 2026-04-14 14:14:58.790 8 INFO neutron.services.segments.plugin [-] Segment 2ee1e309-aabc-4c4e-a401-c36d0dd42791 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee1e309-aabc-4c4e-a401-c36d0dd42791 found for delete ", "request_id": "req-40a415f5-bbf7-4456-9173-8fe8fadc440d"}]} 2026-04-14 14:14:58.799 8 INFO neutron.services.segments.plugin [-] Segment 2ee1e309-aabc-4c4e-a401-c36d0dd42791 resource provider aggregate not found 2026-04-14 14:14:58.817 8 INFO neutron.services.segments.plugin [-] Segment 2ee1e309-aabc-4c4e-a401-c36d0dd42791 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee1e309-aabc-4c4e-a401-c36d0dd42791 found for delete ", "request_id": "req-476b4f5e-ec68-45be-8bb5-7826fd39395d"}]} [pid: 7|app: 0|req: 752/1432] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:58 2026] DELETE /v2.0/security-groups/3328ddf8-1036-4ff6-b8ea-cd444024316a => 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: 681/1433] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:14:58 2026] DELETE /v2.0/networks/87e668f8-da57-45ed-a609-428ea35c1186 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1434] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:14:59 2026] GET /v2.0/security-groups?tenant_id=a7152b8b954d4a2387771bc62f8fda7f&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1435] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:14:59 2026] DELETE /v2.0/security-groups/44d160a8-a1aa-4044-9766-b4d8b2f78203 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:14:59.853 7 INFO neutron.services.segments.plugin [-] Segment 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 resource provider aggregate not found 2026-04-14 14:14:59.860 7 INFO neutron.services.segments.plugin [-] Segment 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 resource provider aggregate not found 2026-04-14 14:14:59.867 7 INFO neutron.services.segments.plugin [-] Segment 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 found for delete ", "request_id": "req-6432a165-41bb-4c64-bcae-efabd3bc9af2"}]} 2026-04-14 14:14:59.874 7 INFO neutron.services.segments.plugin [-] Segment 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85dbb0f2-c1d0-4eec-8fbf-4115b859c810 found for delete ", "request_id": "req-0b162394-4bf2-4784-accf-199ce6d0d07f"}]} 2026-04-14 14:14:59.881 7 INFO neutron.services.segments.plugin [-] Segment c5fcc595-acdc-4dd3-91b4-9f69b2918759 resource provider aggregate not found 2026-04-14 14:14:59.888 7 INFO neutron.services.segments.plugin [-] Segment c5fcc595-acdc-4dd3-91b4-9f69b2918759 resource provider aggregate not found 2026-04-14 14:14:59.895 7 INFO neutron.services.segments.plugin [-] Segment c5fcc595-acdc-4dd3-91b4-9f69b2918759 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5fcc595-acdc-4dd3-91b4-9f69b2918759 found for delete ", "request_id": "req-72adb02d-a7ca-4501-beba-d6b90bb7b1d2"}]} 2026-04-14 14:14:59.906 7 INFO neutron.services.segments.plugin [-] Segment c5fcc595-acdc-4dd3-91b4-9f69b2918759 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5fcc595-acdc-4dd3-91b4-9f69b2918759 found for delete ", "request_id": "req-9e9576f5-106f-452f-a4c2-67c19de0230c"}]} [pid: 7|app: 0|req: 754/1436] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:00 2026] GET /v2.0/security-groups?tenant_id=9553cd9394eb4b59b571de1ce92f2a01&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1437] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:00 2026] DELETE /v2.0/security-groups/4013d8e5-91fe-47d5-becd-8f5c0516ccca => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:00.807 8 INFO neutron.services.segments.plugin [-] Segment 1bf86bce-7d4f-415c-9b9d-1f6798985576 resource provider aggregate not found 2026-04-14 14:15:00.827 8 INFO neutron.services.segments.plugin [-] Segment 1bf86bce-7d4f-415c-9b9d-1f6798985576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bf86bce-7d4f-415c-9b9d-1f6798985576 found for delete ", "request_id": "req-832dfa8c-ad82-4afc-bcba-e16cf35859db"}]} 2026-04-14 14:15:00.838 8 INFO neutron.services.segments.plugin [-] Segment 1bf86bce-7d4f-415c-9b9d-1f6798985576 resource provider aggregate not found 2026-04-14 14:15:00.858 8 INFO neutron.services.segments.plugin [-] Segment 1bf86bce-7d4f-415c-9b9d-1f6798985576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bf86bce-7d4f-415c-9b9d-1f6798985576 found for delete ", "request_id": "req-675e5987-2f87-4263-8e44-0cd7a3c18a78"}]} 2026-04-14 14:15:01.103 7 INFO neutron.db.segments_db [None req-745bd770-b177-4dfc-8ea3-9985e2bbb1d0 209ca2e21b08430583226fe808f86736 c55a9e3ef2c048b391e4083d2a7da70b - - default default] Added segment 807e4945-9a15-4860-bb69-fb3b6e51be7f of type vxlan for network 032917a7-b360-4cf0-b357-b7e822292624 [pid: 7|app: 0|req: 755/1440] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:00 2026] POST /v2.0/networks => generated 643 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1441] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:01 2026] POST /v2.0/subnets => generated 641 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:01.589 7 INFO neutron.db.segments_db [None req-f25c9e4e-48f7-4223-9fa9-c86bbcd7928c 209ca2e21b08430583226fe808f86736 c55a9e3ef2c048b391e4083d2a7da70b - - default default] Added segment 4467733b-c39a-4f6b-ba38-03ec155b041a of type vxlan for network 199e2658-d611-4fa8-888f-62543523a968 [pid: 8|app: 0|req: 686/1442] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:01 2026] GET /v2.0/security-groups?tenant_id=2eddbe751a5d4a268138b4f251f9c922&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1443] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:01 2026] POST /v2.0/networks => generated 643 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1444] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:01 2026] DELETE /v2.0/security-groups/9cf48bce-c389-476c-a7c0-cc7320f8bf72 => 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: 758/1445] 10.0.0.133 () {34 vars in 743 bytes} [Tue Apr 14 14:15:01 2026] PUT /v2.0/networks/199e2658-d611-4fa8-888f-62543523a968 => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:02.008 8 INFO neutron.db.segments_db [None req-5a1ef741-0ba3-4447-a2ca-8f5457794726 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Added segment efc92268-33a6-4cf5-a1dd-ad29a176145f of type vxlan for network e9feb4f5-1c29-458c-9b88-0cbe065e354f [pid: 7|app: 0|req: 759/1446] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:01 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1447] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:01 2026] POST /v2.0/networks => generated 645 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1448] 10.0.0.133 () {34 vars in 741 bytes} [Tue Apr 14 14:15:02 2026] PUT /v2.0/subnets/431b152f-d5f4-4e8f-b301-0f38c58f95e0 => generated 636 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:02.332 7 INFO neutron.services.segments.plugin [-] Segment 4467733b-c39a-4f6b-ba38-03ec155b041a resource provider aggregate not found 2026-04-14 14:15:02.347 7 INFO neutron.services.segments.plugin [-] Segment 4467733b-c39a-4f6b-ba38-03ec155b041a resource provider aggregate not found [pid: 7|app: 0|req: 761/1449] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:02 2026] DELETE /v2.0/networks/199e2658-d611-4fa8-888f-62543523a968 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:02.365 7 INFO neutron.services.segments.plugin [-] Segment 4467733b-c39a-4f6b-ba38-03ec155b041a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4467733b-c39a-4f6b-ba38-03ec155b041a found for delete ", "request_id": "req-50ce2eac-c434-43e8-a17c-37cde23490d5"}]} 2026-04-14 14:15:02.367 7 INFO neutron.services.segments.plugin [-] Segment 4467733b-c39a-4f6b-ba38-03ec155b041a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4467733b-c39a-4f6b-ba38-03ec155b041a found for delete ", "request_id": "req-8fe27f66-1f59-426b-92a6-c78f77fd5dbb"}]} 2026-04-14 14:15:02.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11ce5268-7d88-4892-836f-76bca13297c3 209ca2e21b08430583226fe808f86736 c55a9e3ef2c048b391e4083d2a7da70b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 762/1450] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:02 2026] DELETE /v2.0/networks/199e2658-d611-4fa8-888f-62543523a968 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1451] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1452] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:15:02 2026] POST /v2.0/ports => generated 775 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1453] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/subnets?network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 765/1454] 10.0.0.133 () {32 vars in 653 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 14:15:02.536 8 INFO neutron.db.segments_db [None req-c585cdac-25a4-4dca-b7f7-30c3581a2f99 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Added segment 9c39643d-a281-4ca3-9939-ecb4af5b1b57 of type vxlan for network fde57516-a903-455c-a69b-607aa7ae314e [pid: 7|app: 0|req: 766/1455] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/networks => generated 1308 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1456] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1457] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:02 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) [pid: 7|app: 0|req: 768/1458] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/networks/032917a7-b360-4cf0-b357-b7e822292624 => generated 668 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1459] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/subnets/8c046198-72a5-4098-8abb-4da31fd6d7fe => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:02.693 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5c18c6e-0daf-4ede-8cce-be482d3bfadb 209ca2e21b08430583226fe808f86736 c55a9e3ef2c048b391e4083d2a7da70b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1460] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:02 2026] DELETE /v2.0/subnets/431b152f-d5f4-4e8f-b301-0f38c58f95e0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:02.709 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5795f350-bd4e-4ff8-a722-ef785a55102e 209ca2e21b08430583226fe808f86736 c55a9e3ef2c048b391e4083d2a7da70b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1461] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:02 2026] DELETE /v2.0/networks/199e2658-d611-4fa8-888f-62543523a968 => 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: 772/1462] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:02 2026] DELETE /v2.0/subnets/8c046198-72a5-4098-8abb-4da31fd6d7fe => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1463] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:02 2026] POST /v2.0/subnets => generated 626 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1464] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:02 2026] DELETE /v2.0/networks/032917a7-b360-4cf0-b357-b7e822292624 => 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: 692/1465] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:02 2026] GET /v2.0/security-groups?tenant_id=6a384ef8a48440f18d5bb8e4b5812805&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1466] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:15:02 2026] POST /v2.0/ports => generated 953 bytes in 447 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: 693/1467] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:03 2026] DELETE /v2.0/security-groups/199e37c8-5cf3-4f9d-bcb0-acf4de55b18b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:03.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce830f6f-3b34-45cc-b300-ceaf4c8cd879 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] TaaS: Handle Delete Port: 1637cb4a-08b8-4b53-afea-4b627875f0a9 2026-04-14 14:15:03.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce830f6f-3b34-45cc-b300-ceaf4c8cd879 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Tap Mirror: Handle Delete Port: 1637cb4a-08b8-4b53-afea-4b627875f0a9 [pid: 8|app: 0|req: 694/1468] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:03 2026] GET /v2.0/security-groups?tenant_id=c55a9e3ef2c048b391e4083d2a7da70b&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1469] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:15:03 2026] DELETE /v2.0/ports/1637cb4a-08b8-4b53-afea-4b627875f0a9 => 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: 776/1470] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:03 2026] DELETE /v2.0/security-groups/950983e1-41f6-480a-ad5f-8f1cfd7d6f4c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:03.747 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ed8bb7b-025c-45c0-92ad-7915fb20a29e e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1471] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:15:03 2026] DELETE /v2.0/ports/1637cb4a-08b8-4b53-afea-4b627875f0a9 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:03.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a0c73b0-b1de-4209-8a27-703161f30db2 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1472] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:03 2026] GET /v2.0/ports/1637cb4a-08b8-4b53-afea-4b627875f0a9 => 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: 779/1473] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:03 2026] DELETE /v2.0/subnets/4ca4e5d2-6eb4-4754-9e92-02a577249409 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:03.918 8 INFO neutron.db.segments_db [None req-e9f893d0-6972-4e97-a962-b5660fca7bbc 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment ee876920-c596-4a3a-8486-f71a67f213e0 of type vxlan for network c6be188d-65fc-49fa-b0ca-433b95de15b1 [pid: 8|app: 0|req: 695/1474] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:15:03 2026] POST /v2.0/networks => generated 741 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1475] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:03 2026] DELETE /v2.0/networks/fde57516-a903-455c-a69b-607aa7ae314e => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:04.095 7 INFO neutron.db.segments_db [None req-789c8330-a85b-4dad-97a7-0bb868787a0c e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Added segment 225559f7-40f3-47e5-a406-a78abfc6de5a of type vxlan for network 8f130617-3981-4e34-9833-e0c4e1b20646 [pid: 7|app: 0|req: 781/1476] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:04 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1477] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:04 2026] POST /v2.0/subnets => generated 688 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:04.329 8 INFO neutron.db.segments_db [None req-30e2f696-aacf-4c6f-ada8-dcbc3ac93052 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 7c4365f6-c2d8-483d-8d73-9ebf36444f15 of type vxlan for network 63519016-c76a-4561-a449-370d85a6e2de 2026-04-14 14:15:04.400 7 INFO neutron.services.segments.plugin [-] Segment 807e4945-9a15-4860-bb69-fb3b6e51be7f resource provider aggregate not found 2026-04-14 14:15:04.405 7 INFO neutron.services.segments.plugin [-] Segment 807e4945-9a15-4860-bb69-fb3b6e51be7f resource provider aggregate not found 2026-04-14 14:15:04.425 7 INFO neutron.services.segments.plugin [-] Segment 807e4945-9a15-4860-bb69-fb3b6e51be7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 807e4945-9a15-4860-bb69-fb3b6e51be7f found for delete ", "request_id": "req-cea0cf58-88b7-4ebe-b3a5-39df57437d0f"}]} 2026-04-14 14:15:04.439 7 INFO neutron.services.segments.plugin [-] Segment 807e4945-9a15-4860-bb69-fb3b6e51be7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 807e4945-9a15-4860-bb69-fb3b6e51be7f found for delete ", "request_id": "req-9b885592-632c-4057-a8b9-8b5b6145f5a5"}]} 2026-04-14 14:15:04.443 7 INFO neutron.services.segments.plugin [-] Segment 9c39643d-a281-4ca3-9939-ecb4af5b1b57 resource provider aggregate not found 2026-04-14 14:15:04.466 7 INFO neutron.services.segments.plugin [-] Segment 9c39643d-a281-4ca3-9939-ecb4af5b1b57 resource provider aggregate not found 2026-04-14 14:15:04.476 7 INFO neutron.services.segments.plugin [-] Segment 9c39643d-a281-4ca3-9939-ecb4af5b1b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c39643d-a281-4ca3-9939-ecb4af5b1b57 found for delete ", "request_id": "req-9b2e92df-9732-49b5-966b-94a897acc536"}]} 2026-04-14 14:15:04.482 7 INFO neutron.services.segments.plugin [-] Segment 9c39643d-a281-4ca3-9939-ecb4af5b1b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c39643d-a281-4ca3-9939-ecb4af5b1b57 found for delete ", "request_id": "req-61acdd8a-9857-46ba-a6d5-9cfedd79bf18"}]} [pid: 7|app: 0|req: 782/1478] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:04 2026] POST /v2.0/subnets => generated 626 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:04.618 8 INFO neutron.db.l3_hamode_db [None req-30e2f696-aacf-4c6f-ada8-dcbc3ac93052 2c16458904c048858769e715cf83c940 096a687c39134176934d16cb751f970c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 783/1479] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:15:04 2026] POST /v2.0/ports => generated 912 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:05.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-8378383e-9b63-4c6f-8728-e3136cc8f107 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] TaaS: Handle Delete Port: c9e07b07-4c83-4695-b2fa-d51d7504a097 2026-04-14 14:15:05.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8378383e-9b63-4c6f-8728-e3136cc8f107 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Tap Mirror: Handle Delete Port: c9e07b07-4c83-4695-b2fa-d51d7504a097 [pid: 7|app: 0|req: 784/1480] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:15:04 2026] DELETE /v2.0/ports/c9e07b07-4c83-4695-b2fa-d51d7504a097 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:05.424 8 INFO neutron.db.l3_hamode_db [None req-30e2f696-aacf-4c6f-ada8-dcbc3ac93052 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:15:05.643 7 INFO neutron.db.segments_db [None req-5c341cf2-0b86-4066-bd67-8a8edd94323d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 5ce47312-1a51-482d-8c41-3551e4156278 of type vxlan for network 79c50ac7-928d-4ef5-928a-0cdcf41272d8 [pid: 7|app: 0|req: 785/1481] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:15:05 2026] POST /v2.0/networks => generated 740 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:05.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87224449-bf77-4b73-80a2-97e47606c823 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1482] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:05 2026] GET /v2.0/ports/c9e07b07-4c83-4695-b2fa-d51d7504a097 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:06.021 7 INFO neutron.db.segments_db [None req-379b5dca-7eab-499b-aeab-8490cfc8a2a8 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment a07fe883-0779-42a7-999d-829757a38323 of type vxlan for network 4441bf15-c938-4606-9053-897725c4db04 [pid: 7|app: 0|req: 787/1483] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:05 2026] POST /v2.0/networks => generated 629 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1484] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:04 2026] POST /v2.0/routers => generated 728 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1485] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:06 2026] POST /v2.0/subnets => generated 687 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1486] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:06 2026] DELETE /v2.0/subnets/c46c25b3-d4d4-4980-b244-6ccbbadd25d0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:06.428 7 INFO neutron.db.segments_db [None req-fa98cdef-9254-4889-84e6-045387eb1bfe 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment 0e3724f0-eb82-4540-baee-96f9a6e90b42 of type vxlan for network 33f4b3f9-9ae1-49c3-a6e7-c07d4a43ac3c [pid: 7|app: 0|req: 789/1487] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:06 2026] POST /v2.0/networks => generated 630 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:06.588 7 INFO neutron.db.segments_db [None req-53e598cd-f9ed-4508-a777-6ac59e0c1e5f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment f8643adb-1242-4311-bf04-6d8a01f9ffbd of type vxlan for network a91735c5-4f52-4a37-8a36-080122cf1e8d 2026-04-14 14:15:06.875 7 INFO neutron.db.l3_hamode_db [None req-53e598cd-f9ed-4508-a777-6ac59e0c1e5f 2c16458904c048858769e715cf83c940 df78cde525cc4c25b857ef783c95b685 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 699/1488] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:06 2026] PUT /v2.0/routers/e2edc4af-0139-4f8e-8676-eadbdd086dc5/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:07.737 8 INFO neutron.services.segments.plugin [-] Segment 225559f7-40f3-47e5-a406-a78abfc6de5a resource provider aggregate not found 2026-04-14 14:15:07.739 8 INFO neutron.services.segments.plugin [-] Segment 225559f7-40f3-47e5-a406-a78abfc6de5a resource provider aggregate not found 2026-04-14 14:15:07.756 8 INFO neutron.services.segments.plugin [-] Segment 225559f7-40f3-47e5-a406-a78abfc6de5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225559f7-40f3-47e5-a406-a78abfc6de5a found for delete ", "request_id": "req-c2e0409e-98e9-41c1-a779-727f1fd16451"}]} 2026-04-14 14:15:07.765 8 INFO neutron.services.segments.plugin [-] Segment 225559f7-40f3-47e5-a406-a78abfc6de5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225559f7-40f3-47e5-a406-a78abfc6de5a found for delete ", "request_id": "req-5f933b18-4a95-4dc1-aaf0-f61bae83b07e"}]} [pid: 8|app: 0|req: 700/1489] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:07 2026] DELETE /v2.0/networks/8f130617-3981-4e34-9833-e0c4e1b20646 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:07.778 7 INFO neutron.db.l3_hamode_db [None req-53e598cd-f9ed-4508-a777-6ac59e0c1e5f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 701/1490] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:07 2026] POST /v2.0/subnets => generated 626 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1491] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:15:08 2026] POST /v2.0/ports => generated 774 bytes in 310 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: 703/1492] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:08 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1493] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:06 2026] POST /v2.0/routers => generated 727 bytes in 2316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:08.900 7 INFO neutron.db.segments_db [None req-e10e970b-0db3-464e-bfe4-a72ad531f00e 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 of type vxlan for network 4d13f84f-7f34-4b20-8c64-f2446bdd0ff0 [pid: 8|app: 0|req: 704/1494] 10.0.0.133 () {34 vars in 737 bytes} [Tue Apr 14 14:15:08 2026] PUT /v2.0/ports/2b7e598c-c28c-4c92-8c04-660a22e95e8b => generated 752 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:15:09.084 8 INFO neutron.db.segments_db [None req-1fb32d90-ab13-4826-88e7-68e44ea31300 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment 55adf18e-8fcd-443b-b9dc-26018cc1093d of type vxlan for network b3e18809-8b5a-47bd-b445-381781ec9a50 2026-04-14 14:15:09.149 7 INFO neutron.db.l3_hamode_db [None req-e10e970b-0db3-464e-bfe4-a72ad531f00e 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 705/1495] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:15:08 2026] POST /v2.0/networks => generated 741 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:09.289 7 INFO neutron.db.l3_hamode_db [None req-e10e970b-0db3-464e-bfe4-a72ad531f00e 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1496] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:08 2026] POST /v2.0/routers => generated 507 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:10.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-228772f2-29f6-4334-b8ad-46da3be66867 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] TaaS: Handle Delete Port: 2b7e598c-c28c-4c92-8c04-660a22e95e8b 2026-04-14 14:15:10.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-228772f2-29f6-4334-b8ad-46da3be66867 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Tap Mirror: Handle Delete Port: 2b7e598c-c28c-4c92-8c04-660a22e95e8b [pid: 7|app: 0|req: 792/1497] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:15:10 2026] DELETE /v2.0/ports/2b7e598c-c28c-4c92-8c04-660a22e95e8b => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1498] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:09 2026] PUT /v2.0/routers/bac912bd-32ba-416a-bd6a-8f2db38f45d6/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1499] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:10 2026] POST /v2.0/subnets => generated 688 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1500] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:15:10 2026] GET /v2.0/ports => generated 778 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:10.582 7 INFO neutron.db.segments_db [None req-21356c64-e9e3-420a-9f0d-c3226d8f0d97 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Added segment adf68183-08e3-4815-8212-17d2cddc73f2 of type vxlan for network 5372e547-1854-4de5-a62d-65f0bef20377 2026-04-14 14:15:10.841 7 INFO neutron.db.l3_hamode_db [None req-21356c64-e9e3-420a-9f0d-c3226d8f0d97 2c16458904c048858769e715cf83c940 05707c6feaea4b46843e1fde938810a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 707/1501] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:10 2026] PUT /v2.0/routers/aa8498b5-baf7-459a-ae45-e127570183c3/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:11.693 8 INFO neutron.pecan_wsgi.hooks.translation [None req-715275d8-f547-49cc-b865-fafb0c532afe e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 708/1502] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:11 2026] GET /v2.0/ports/2b7e598c-c28c-4c92-8c04-660a22e95e8b => 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: 709/1503] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:11 2026] GET /v2.0/ports/5f74e949-5340-497d-a5c3-ee04242ec407 => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1504] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:15:11 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:11.880 7 INFO neutron.db.l3_hamode_db [None req-21356c64-e9e3-420a-9f0d-c3226d8f0d97 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 795/1505] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:10 2026] POST /v2.0/routers => generated 728 bytes in 2378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1506] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:12 2026] GET /v2.0/ports/6e60185c-2633-4b6e-a1a1-1d839d6415c4 => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1507] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:11 2026] PUT /v2.0/routers/aa8498b5-baf7-459a-ae45-e127570183c3/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1508] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:15:12 2026] GET /v2.0/networks?id=79c50ac7-928d-4ef5-928a-0cdcf41272d8 => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1509] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:12 2026] GET /v2.0/ports/dc229c62-ed76-4915-be52-a50b74eda5e3 => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:13.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-646d4926-63b1-45ac-8c2d-182977177876 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 799/1510] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:15:13 2026] DELETE /v2.0/ports/c9e07b07-4c83-4695-b2fa-d51d7504a097 => 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: 800/1511] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:15:13 2026] GET /v2.0/quotas/df78cde525cc4c25b857ef783c95b685 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:13.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad3c50b9-dfae-4069-89b7-0625d28d9eab 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: dc229c62-ed76-4915-be52-a50b74eda5e3 2026-04-14 14:15:13.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad3c50b9-dfae-4069-89b7-0625d28d9eab 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: dc229c62-ed76-4915-be52-a50b74eda5e3 [pid: 7|app: 0|req: 801/1512] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:15:13 2026] PUT /v2.0/routers/aa8498b5-baf7-459a-ae45-e127570183c3/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:13.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66761583-aa5e-4c72-a6f7-f5426b39a810 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1513] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:13 2026] DELETE /v2.0/subnets/c46c25b3-d4d4-4980-b244-6ccbbadd25d0 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1514] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:15:13 2026] GET /v2.0/ports?tenant_id=df78cde525cc4c25b857ef783c95b685&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1515] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:12 2026] PUT /v2.0/routers/31b4791e-543b-4ee7-883e-063a1f7dc724/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:14.233 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e326906-bc36-4981-a59f-be1ff53a1cd4 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 713/1516] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:14 2026] DELETE /v2.0/subnets/4ca4e5d2-6eb4-4754-9e92-02a577249409 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:14.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-94a8909e-160a-4a32-be26-1b14400d7111 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: 5f74e949-5340-497d-a5c3-ee04242ec407 2026-04-14 14:15:14.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94a8909e-160a-4a32-be26-1b14400d7111 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: 5f74e949-5340-497d-a5c3-ee04242ec407 [pid: 8|app: 0|req: 714/1517] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:15:14 2026] GET /v2.0/networks/79c50ac7-928d-4ef5-928a-0cdcf41272d8?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:14.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-61120bd1-9bd2-42cf-8e2a-0b7079a31de2 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] TaaS: Handle Delete Port: 6e60185c-2633-4b6e-a1a1-1d839d6415c4 2026-04-14 14:15:14.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61120bd1-9bd2-42cf-8e2a-0b7079a31de2 e01c4332550447a6b13ee4ab783f3ec9 7fe7835e80c64fb9a5ac5455ad7f7281 - - default default] Tap Mirror: Handle Delete Port: 6e60185c-2633-4b6e-a1a1-1d839d6415c4 [pid: 8|app: 0|req: 715/1518] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:15:14 2026] DELETE /v2.0/ports/6e60185c-2633-4b6e-a1a1-1d839d6415c4 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1519] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:15:14 2026] GET /v2.0/networks/79c50ac7-928d-4ef5-928a-0cdcf41272d8?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: 804/1520] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:15:13 2026] PUT /v2.0/routers/aa8498b5-baf7-459a-ae45-e127570183c3/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1521] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:14 2026] GET /v2.0/ports?device_id=aa8498b5-baf7-459a-ae45-e127570183c3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:14.709 8 INFO neutron.services.segments.plugin [-] Segment efc92268-33a6-4cf5-a1dd-ad29a176145f resource provider aggregate not found 2026-04-14 14:15:14.717 8 INFO neutron.services.segments.plugin [-] Segment efc92268-33a6-4cf5-a1dd-ad29a176145f resource provider aggregate not found 2026-04-14 14:15:14.736 8 INFO neutron.services.segments.plugin [-] Segment efc92268-33a6-4cf5-a1dd-ad29a176145f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc92268-33a6-4cf5-a1dd-ad29a176145f found for delete ", "request_id": "req-bf3e4142-6ef3-483f-8dbd-7f3f8eeba773"}]} 2026-04-14 14:15:14.746 8 INFO neutron.services.segments.plugin [-] Segment efc92268-33a6-4cf5-a1dd-ad29a176145f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc92268-33a6-4cf5-a1dd-ad29a176145f found for delete ", "request_id": "req-b186cbfc-a876-4177-817f-a9226eddf690"}]} [pid: 8|app: 0|req: 717/1522] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:14 2026] DELETE /v2.0/networks/e9feb4f5-1c29-458c-9b88-0cbe065e354f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1523] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:14 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:14.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-68e92673-ae4d-4e9e-a493-72aeed2feb6a 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: 336d16f9-14bb-4808-ae42-cb18f9eaf1ca 2026-04-14 14:15:14.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68e92673-ae4d-4e9e-a493-72aeed2feb6a 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: 336d16f9-14bb-4808-ae42-cb18f9eaf1ca [pid: 8|app: 0|req: 719/1524] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:15:14 2026] POST /v2.0/security-groups => generated 1673 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:15:15.278 7 INFO neutron.services.segments.plugin [-] Segment 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 resource provider aggregate not found 2026-04-14 14:15:15.284 7 INFO neutron.services.segments.plugin [-] Segment 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 resource provider aggregate not found 2026-04-14 14:15:15.304 7 INFO neutron.db.l3_hamode_db [None req-68e92673-ae4d-4e9e-a493-72aeed2feb6a 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] HA network 4d13f84f-7f34-4b20-8c64-f2446bdd0ff0 was deleted as no HA routers are present in tenant 38973bd1245e430884a921c46b5794f5. 2026-04-14 14:15:15.313 7 INFO neutron.services.segments.plugin [-] Segment 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 found for delete ", "request_id": "req-253a03b5-bea1-4fe7-a19f-7299827c02d7"}]} [pid: 7|app: 0|req: 806/1525] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:14 2026] DELETE /v2.0/routers/aa8498b5-baf7-459a-ae45-e127570183c3 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:15.315 7 INFO neutron.services.segments.plugin [-] Segment 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c0e3e2f-b745-46cb-b35f-756a7b5bff04 found for delete ", "request_id": "req-76118ea7-7d07-426e-a1dc-f09e51efadf7"}]} [pid: 8|app: 0|req: 720/1526] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1527] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:15 2026] DELETE /v2.0/subnets/57ca22a8-e848-404f-a948-bb0e0b1e3189 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1528] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:15 2026] GET /v2.0/security-groups?tenant_id=7fe7835e80c64fb9a5ac5455ad7f7281&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1529] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1530] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:15 2026] DELETE /v2.0/security-groups/08aff786-30b7-4c6b-b838-e35ed0e07f05 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1531] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:15 2026] DELETE /v2.0/subnets/d4330b59-df1d-46dc-9f4b-3f10d0f0f7a7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1532] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1535] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:15 2026] DELETE /v2.0/networks/33f4b3f9-9ae1-49c3-a6e7-c07d4a43ac3c => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1536] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:15 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 727/1537] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:15.960 8 INFO neutron.db.securitygroups_db [None req-a8327310-2ca2-444e-9180-c7fa98f86d37 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] Project 096a687c39134176934d16cb751f970c 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: 811/1538] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:15 2026] DELETE /v2.0/networks/4441bf15-c938-4606-9053-897725c4db04 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1539] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:16.063 7 INFO neutron.db.segments_db [None req-3f27eeca-625b-46bc-afa2-277e2672a581 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment 98768c45-2cd0-46c2-a53c-709688555472 of type vxlan for network 5e21c40d-8ff5-4ba9-99d2-6c8e37829330 2026-04-14 14:15:16.095 8 INFO neutron.db.securitygroups_db [None req-7b35b9e4-a9f7-4595-be82-61f7eb1ddc20 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] Project 096a687c39134176934d16cb751f970c 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: 812/1540] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:15 2026] POST /v2.0/networks => generated 630 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1541] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1542] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:16 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:16.545 8 INFO neutron.db.segments_db [None req-cfb47fd2-2f5b-4b64-b33e-7eef9c50bcea 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment 79daac30-26fd-42a8-be95-9f939f165138 of type vxlan for network 265672df-d5e9-4186-a26f-a6283fcf6028 2026-04-14 14:15:16.794 8 INFO neutron.db.l3_hamode_db [None req-cfb47fd2-2f5b-4b64-b33e-7eef9c50bcea 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 814/1543] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:15:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:15:16.942 8 INFO neutron.db.l3_hamode_db [None req-cfb47fd2-2f5b-4b64-b33e-7eef9c50bcea 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 815/1544] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1545] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:16 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 817/1546] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:17.340 7 INFO neutron.services.segments.plugin [-] Segment 0e3724f0-eb82-4540-baee-96f9a6e90b42 resource provider aggregate not found 2026-04-14 14:15:17.345 7 INFO neutron.services.segments.plugin [-] Segment 0e3724f0-eb82-4540-baee-96f9a6e90b42 resource provider aggregate not found 2026-04-14 14:15:17.367 7 INFO neutron.services.segments.plugin [-] Segment 0e3724f0-eb82-4540-baee-96f9a6e90b42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e3724f0-eb82-4540-baee-96f9a6e90b42 found for delete ", "request_id": "req-167ab4da-d9fc-480e-b9d5-6c0b29ee7b16"}]} 2026-04-14 14:15:17.372 7 INFO neutron.services.segments.plugin [-] Segment 0e3724f0-eb82-4540-baee-96f9a6e90b42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e3724f0-eb82-4540-baee-96f9a6e90b42 found for delete ", "request_id": "req-71f62d2b-9ee2-4480-811d-67dcbfb08ecc"}]} 2026-04-14 14:15:17.389 7 INFO neutron.services.segments.plugin [-] Segment a07fe883-0779-42a7-999d-829757a38323 resource provider aggregate not found 2026-04-14 14:15:17.409 7 INFO neutron.services.segments.plugin [-] Segment a07fe883-0779-42a7-999d-829757a38323 resource provider aggregate not found 2026-04-14 14:15:17.411 7 INFO neutron.services.segments.plugin [-] Segment a07fe883-0779-42a7-999d-829757a38323 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07fe883-0779-42a7-999d-829757a38323 found for delete ", "request_id": "req-ef20c762-cf80-465c-8ee3-e6315f1e6c6e"}]} 2026-04-14 14:15:17.432 7 INFO neutron.services.segments.plugin [-] Segment a07fe883-0779-42a7-999d-829757a38323 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a07fe883-0779-42a7-999d-829757a38323 found for delete ", "request_id": "req-7af68759-9f2b-47cb-9727-2315789795fe"}]} [pid: 8|app: 0|req: 730/1547] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:16 2026] POST /v2.0/routers => generated 507 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1548] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:17 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1549] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:15:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1550] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-421757143&fields=id&tenant_id=096a687c39134176934d16cb751f970c => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1551] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1552] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--968712928&fields=id&tenant_id=096a687c39134176934d16cb751f970c => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1553] 10.0.0.133 () {34 vars in 665 bytes} [Tue Apr 14 14:15:17 2026] POST /v2.0/ports => generated 947 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 735/1554] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 820/1555] 10.0.0.133 () {34 vars in 758 bytes} [Tue Apr 14 14:15:18 2026] PUT /v2.0/security-groups/3f86776e-c4cb-482e-a260-c25dffabf6fb => generated 1663 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1556] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/networks?id=c6be188d-65fc-49fa-b0ca-433b95de15b1 => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1557] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-groups/3f86776e-c4cb-482e-a260-c25dffabf6fb => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1558] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/quotas/096a687c39134176934d16cb751f970c => 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: 739/1559] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:18 2026] DELETE /v2.0/security-groups/3f86776e-c4cb-482e-a260-c25dffabf6fb => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1560] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/ports?tenant_id=096a687c39134176934d16cb751f970c&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1561] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1562] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:18.487 8 INFO neutron.api.v2.resource [None req-147d9a71-21c6-4e98-89b7-099a10d9a7d5 739d8c0beb0a40b3baaa64a30ddddf79 f88fd4442e984a2b9da541880f3a8320 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 743/1563] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:18 2026] DELETE /v2.0/security-groups/3f86776e-c4cb-482e-a260-c25dffabf6fb => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1564] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1565] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:15:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1566] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1567] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => 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: 748/1568] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-group-rules/68d0602b-2593-4220-b18d-9b6ae8f73e7f => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1569] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:15:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1570] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:15:18 2026] DELETE /v2.0/security-group-rules/68d0602b-2593-4220-b18d-9b6ae8f73e7f => 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: 751/1571] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:15:19 2026] GET /v2.0/networks?id=79c50ac7-928d-4ef5-928a-0cdcf41272d8 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1572] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:15:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1573] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:18 2026] PUT /v2.0/routers/50869d79-ac68-4b07-96bf-a795e0e3aef9/add_router_interface => generated 309 bytes in 1094 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: 822/1574] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1575] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:19 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 824/1576] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:19 2026] GET /v2.0/ports/35cb8589-8aad-4df9-92aa-6bfec021e63f => generated 1021 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1577] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:15:19 2026] GET /v2.0/security-group-rules/7df1f3a5-3b62-4c26-be66-4876bf64b4ef => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1578] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:15:19 2026] POST /v2.0/ports => generated 954 bytes in 493 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: 754/1579] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:15:19 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:19.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-10a31d8f-7aab-45dd-9f54-e5f8b07ba6ea 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: 35cb8589-8aad-4df9-92aa-6bfec021e63f 2026-04-14 14:15:19.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10a31d8f-7aab-45dd-9f54-e5f8b07ba6ea 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: 35cb8589-8aad-4df9-92aa-6bfec021e63f [pid: 8|app: 0|req: 755/1580] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:15:19 2026] PUT /v2.0/ports/9746e1a3-a758-4c6b-9f4f-2c449dcebb76 => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:15:20.180 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9932155f-8291-431e-98f3-0b88ebb6796f'] response: {'name': 'network-changed', 'server_uuid': '4fa0e0c0-359e-4fff-971b-95674d97702d', 'tag': '9746e1a3-a758-4c6b-9f4f-2c449dcebb76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 756/1581] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:15:20 2026] DELETE /v2.0/security-group-rules/7df1f3a5-3b62-4c26-be66-4876bf64b4ef => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1582] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => 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: 758/1583] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1584] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:15:19 2026] PUT /v2.0/routers/50869d79-ac68-4b07-96bf-a795e0e3aef9/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:20.337 8 INFO neutron.db.securitygroups_db [None req-ba4e6cef-9c2e-451f-8ba5-c5cc7e735c6c 739d8c0beb0a40b3baaa64a30ddddf79 f88fd4442e984a2b9da541880f3a8320 - - default default] Project f88fd4442e984a2b9da541880f3a8320 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 759/1585] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:20.476 7 INFO neutron.api.v2.resource [None req-50cd4fbd-ffb7-4532-af09-b3c9a04101f2 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1586] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:15:20 2026] PUT /v2.0/routers/50869d79-ac68-4b07-96bf-a795e0e3aef9/remove_router_interface => generated 197 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1587] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/security-group-rules/2f4203b9-9a05-44c6-9c32-09580b47d368 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1588] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/ports?device_id=50869d79-ac68-4b07-96bf-a795e0e3aef9 => 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: 761/1589] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1590] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1591] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:15:20 2026] DELETE /v2.0/security-group-rules/2f4203b9-9a05-44c6-9c32-09580b47d368 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1592] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:20.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-45b15138-4674-4c3d-a1db-167e1e1c75f5 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: 267901ed-d9f5-40ca-8858-c6e45a921d46 2026-04-14 14:15:20.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45b15138-4674-4c3d-a1db-167e1e1c75f5 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: 267901ed-d9f5-40ca-8858-c6e45a921d46 [pid: 7|app: 0|req: 832/1593] 10.0.0.133 () {32 vars in 673 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1594] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/ports?tenant_id=df78cde525cc4c25b857ef783c95b685&device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1595] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:20 2026] DELETE /v2.0/security-groups/d2ae3879-233b-46e6-99f9-c7f5afe22b09 => 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: 835/1596] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:15:20 2026] GET /v2.0/networks?tenant_id=df78cde525cc4c25b857ef783c95b685&shared=False => generated 768 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1597] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1598] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1599] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:21.235 8 INFO neutron.services.segments.plugin [-] Segment 79daac30-26fd-42a8-be95-9f939f165138 resource provider aggregate not found 2026-04-14 14:15:21.243 8 INFO neutron.services.segments.plugin [-] Segment 79daac30-26fd-42a8-be95-9f939f165138 resource provider aggregate not found 2026-04-14 14:15:21.267 8 INFO neutron.services.segments.plugin [-] Segment 79daac30-26fd-42a8-be95-9f939f165138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79daac30-26fd-42a8-be95-9f939f165138 found for delete ", "request_id": "req-0fc3759d-f966-4aff-bf9e-9efa3654f613"}]} 2026-04-14 14:15:21.274 8 INFO neutron.services.segments.plugin [-] Segment 79daac30-26fd-42a8-be95-9f939f165138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79daac30-26fd-42a8-be95-9f939f165138 found for delete ", "request_id": "req-ebdd9451-7d94-4933-b955-251fd5b5bda4"}]} 2026-04-14 14:15:21.286 8 INFO neutron.db.l3_hamode_db [None req-45b15138-4674-4c3d-a1db-167e1e1c75f5 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] HA network 265672df-d5e9-4186-a26f-a6283fcf6028 was deleted as no HA routers are present in tenant 38973bd1245e430884a921c46b5794f5. [pid: 8|app: 0|req: 762/1600] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:20 2026] DELETE /v2.0/routers/50869d79-ac68-4b07-96bf-a795e0e3aef9 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1601] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => 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: 839/1602] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:21 2026] DELETE /v2.0/subnets/20d25528-ddc1-4190-97d4-c1926d073fe3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1603] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:21 2026] DELETE /v2.0/networks/5e21c40d-8ff5-4ba9-99d2-6c8e37829330 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:21.684 7 INFO neutron.db.segments_db [None req-c5167359-ce79-4b31-bcc3-34395b509a7a 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment a3233c04-d8e3-434c-a9a7-ae553161eb9a of type vxlan for network 5f75c649-f377-40cf-ae3c-b38bfcb702dd [pid: 7|app: 0|req: 840/1604] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:21 2026] POST /v2.0/networks => generated 629 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1605] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 765/1606] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/security-groups?tenant_id=f88fd4442e984a2b9da541880f3a8320&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: 766/1607] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:21 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&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: 767/1608] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:21 2026] DELETE /v2.0/security-groups/e4ea5cdb-99db-4f2f-9eca-b42d9ff0d6a1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1609] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:21 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:22.176 8 INFO neutron.db.segments_db [None req-741633b2-980d-4be7-9eae-289a1554fe6c 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 of type vxlan for network 850d74e0-d43f-4b44-ae59-477117915b8d [pid: 7|app: 0|req: 843/1610] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/ports?tenant_id=df78cde525cc4c25b857ef783c95b685&device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1611] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9746e1a3-a758-4c6b-9f4f-2c449dcebb76 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1612] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/subnets?id=a6610050-73fa-4a61-8c85-57750094355a => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1613] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/ports?network_id=79c50ac7-928d-4ef5-928a-0cdcf41272d8&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: 847/1614] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/networks/79c50ac7-928d-4ef5-928a-0cdcf41272d8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1615] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/networks/79c50ac7-928d-4ef5-928a-0cdcf41272d8?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: 849/1616] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:22 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:22.499 8 INFO neutron.db.l3_hamode_db [None req-741633b2-980d-4be7-9eae-289a1554fe6c 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:15:22.639 8 INFO neutron.db.l3_hamode_db [None req-741633b2-980d-4be7-9eae-289a1554fe6c 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1617] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:15:23 2026] GET /v2.0/networks?id=c6be188d-65fc-49fa-b0ca-433b95de15b1 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1618] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:23 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1619] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:15:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=096a687c39134176934d16cb751f970c => generated 272 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1620] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:23 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:23.294 8 INFO neutron.services.segments.plugin [-] Segment 98768c45-2cd0-46c2-a53c-709688555472 resource provider aggregate not found 2026-04-14 14:15:23.317 8 INFO neutron.services.segments.plugin [-] Segment 98768c45-2cd0-46c2-a53c-709688555472 resource provider aggregate not found 2026-04-14 14:15:23.330 8 INFO neutron.services.segments.plugin [-] Segment 98768c45-2cd0-46c2-a53c-709688555472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98768c45-2cd0-46c2-a53c-709688555472 found for delete ", "request_id": "req-6a723d49-2fd4-4ef5-80f2-07d5300cb86e"}]} 2026-04-14 14:15:23.344 8 INFO neutron.services.segments.plugin [-] Segment 98768c45-2cd0-46c2-a53c-709688555472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98768c45-2cd0-46c2-a53c-709688555472 found for delete ", "request_id": "req-1f0ab26b-b017-48e2-9bf0-b33fa845108f"}]} [pid: 8|app: 0|req: 768/1621] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:22 2026] POST /v2.0/routers => generated 506 bytes in 1266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1622] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:15:23 2026] POST /v2.0/ports => generated 997 bytes in 419 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: 855/1623] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:23 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1000 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1624] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:15:23 2026] PUT /v2.0/ports/243a1791-f4f0-427e-9177-c66b14768088 => generated 1278 bytes in 391 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: 857/1625] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1626] 10.0.0.133 () {32 vars in 623 bytes} [Tue Apr 14 14:15:24 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-14 14:15:24.131 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3e45f66-aff3-4f4c-b0ce-264b33268007'] response: {'name': 'network-changed', 'server_uuid': 'e50d59e2-69a7-4bd9-b5f2-d553fc6a7568', 'tag': '243a1791-f4f0-427e-9177-c66b14768088', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 859/1627] 10.0.0.133 () {32 vars in 633 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/ => generated 632 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1628] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1629] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1630] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/ports?tenant_id=096a687c39134176934d16cb751f970c&device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1281 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1631] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/networks?tenant_id=096a687c39134176934d16cb751f970c&shared=False => generated 769 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1632] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:15:24 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: 8|app: 0|req: 769/1633] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:23 2026] PUT /v2.0/routers/583d1876-270c-41f5-bf9a-7d0556f035a6/add_router_interface => generated 309 bytes in 1567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1634] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/ports/733fa4dd-5508-417f-973e-266f91bb66ef => generated 955 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1635] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:24 2026] GET /v2.0/security-groups?tenant_id=a0b0b140f89e4cb68e4cf1607b2cdba2&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1636] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:25 2026] DELETE /v2.0/security-groups/18000a36-9840-48a3-9abb-8737e4388c99 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1637] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1638] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:25.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a682082-a551-419e-a63d-e1c4955b4659 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: 733fa4dd-5508-417f-973e-266f91bb66ef 2026-04-14 14:15:25.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a682082-a551-419e-a63d-e1c4955b4659 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: 733fa4dd-5508-417f-973e-266f91bb66ef [pid: 7|app: 0|req: 869/1639] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 870/1640] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&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: 771/1641] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:15:25 2026] PUT /v2.0/routers/583d1876-270c-41f5-bf9a-7d0556f035a6/remove_router_interface => generated 309 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1642] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/ports?device_id=583d1876-270c-41f5-bf9a-7d0556f035a6 => 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: 871/1643] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/ports?tenant_id=096a687c39134176934d16cb751f970c&device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1644] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=243a1791-f4f0-427e-9177-c66b14768088 => 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: 873/1645] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/subnets?id=04192dba-d5a4-4ecf-a2ec-63cc90164e83 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1646] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/ports?network_id=c6be188d-65fc-49fa-b0ca-433b95de15b1&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: 875/1647] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:15:25 2026] GET /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:26.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea314a5d-6ba6-40bc-9f1c-c1b2882ee6c3 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: b3059f4b-a06a-436d-87f8-e2d4a2b36a3b 2026-04-14 14:15:26.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea314a5d-6ba6-40bc-9f1c-c1b2882ee6c3 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: b3059f4b-a06a-436d-87f8-e2d4a2b36a3b [pid: 7|app: 0|req: 876/1648] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:15:26 2026] GET /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1649] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:26 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1012 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:26.431 8 INFO neutron.services.segments.plugin [-] Segment bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 resource provider aggregate not found 2026-04-14 14:15:26.438 8 INFO neutron.services.segments.plugin [-] Segment bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 resource provider aggregate not found 2026-04-14 14:15:26.454 8 INFO neutron.db.l3_hamode_db [None req-ea314a5d-6ba6-40bc-9f1c-c1b2882ee6c3 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] HA network 850d74e0-d43f-4b44-ae59-477117915b8d was deleted as no HA routers are present in tenant 38973bd1245e430884a921c46b5794f5. 2026-04-14 14:15:26.459 8 INFO neutron.services.segments.plugin [-] Segment bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 found for delete ", "request_id": "req-d1e56067-f68c-4716-b480-6d4f12717ca7"}]} 2026-04-14 14:15:26.463 8 INFO neutron.services.segments.plugin [-] Segment bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd56a0d6-5bab-4dc2-88c7-12af2a2f2219 found for delete ", "request_id": "req-7f9914e1-c7c4-44e0-94c5-005907dcfdfb"}]} [pid: 7|app: 0|req: 878/1650] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:26 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1651] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:25 2026] DELETE /v2.0/routers/583d1876-270c-41f5-bf9a-7d0556f035a6 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1652] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:26 2026] DELETE /v2.0/subnets/b7cf23f8-cf31-4511-883d-27f784301d06 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1653] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:26 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1654] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:26 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1655] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:26 2026] DELETE /v2.0/networks/5f75c649-f377-40cf-ae3c-b38bfcb702dd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:26.852 7 INFO neutron.db.segments_db [None req-b528e91a-289a-40d3-8157-21078507faf9 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Added segment 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 of type vxlan for network ec8d5f71-e441-4f8c-b201-e7005427a0e4 2026-04-14 14:15:27.234 7 INFO neutron.db.l3_hamode_db [None req-b528e91a-289a-40d3-8157-21078507faf9 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1656] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:27 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1012 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1657] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:27 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1658] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:27 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 779/1659] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:27 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:28.038 7 INFO neutron.db.l3_hamode_db [None req-b528e91a-289a-40d3-8157-21078507faf9 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:15:28.484 8 INFO neutron.services.segments.plugin [-] Segment a3233c04-d8e3-434c-a9a7-ae553161eb9a resource provider aggregate not found 2026-04-14 14:15:28.493 8 INFO neutron.services.segments.plugin [-] Segment a3233c04-d8e3-434c-a9a7-ae553161eb9a resource provider aggregate not found 2026-04-14 14:15:28.508 8 INFO neutron.services.segments.plugin [-] Segment a3233c04-d8e3-434c-a9a7-ae553161eb9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3233c04-d8e3-434c-a9a7-ae553161eb9a found for delete ", "request_id": "req-4ac2c1f5-1bca-4b2a-bbc8-023d84562417"}]} 2026-04-14 14:15:28.514 8 INFO neutron.services.segments.plugin [-] Segment a3233c04-d8e3-434c-a9a7-ae553161eb9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3233c04-d8e3-434c-a9a7-ae553161eb9a found for delete ", "request_id": "req-067b1dd5-9a87-4483-8ee2-4ad401908e51"}]} [pid: 8|app: 0|req: 780/1660] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:28 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1012 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1661] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:28 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1662] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 783/1663] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1664] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1665] 199.19.213.102 () {34 vars in 1124 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1666] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:26 2026] POST /v2.0/routers => generated 688 bytes in 2650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1667] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/routers/669ee2ea-34e1-4444-95db-b058ad48492b => generated 694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1668] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/routers => generated 697 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1669] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:29 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1012 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1670] 10.0.0.133 () {34 vars in 741 bytes} [Tue Apr 14 14:15:29 2026] PUT /v2.0/routers/669ee2ea-34e1-4444-95db-b058ad48492b => generated 701 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1671] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1672] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/routers/669ee2ea-34e1-4444-95db-b058ad48492b => generated 701 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1673] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/ports?device_id=669ee2ea-34e1-4444-95db-b058ad48492b => 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: 884/1674] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/security-groups?tenant_id=7e5033a5b4ff49d0951abf28093885db&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:30.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-2973a925-bf29-4108-b860-89ab7bf0c567 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: 3720c5d4-bc45-4a72-81fc-94956c98cdba 2026-04-14 14:15:30.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2973a925-bf29-4108-b860-89ab7bf0c567 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: 3720c5d4-bc45-4a72-81fc-94956c98cdba [pid: 7|app: 0|req: 885/1675] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:30 2026] DELETE /v2.0/security-groups/1380f820-8474-4497-a5a7-1c54c5e3a3aa => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1676] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1677] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:30.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-2973a925-bf29-4108-b860-89ab7bf0c567 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] TaaS: Handle Delete Port: ece81131-f2fc-431b-9c6c-2e579115470a [pid: 7|app: 0|req: 888/1678] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:30 2026] GET /v2.0/security-groups?tenant_id=28985ee64cd149dc90a9ddfcdaa90875&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:30.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2973a925-bf29-4108-b860-89ab7bf0c567 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] Tap Mirror: Handle Delete Port: ece81131-f2fc-431b-9c6c-2e579115470a [pid: 7|app: 0|req: 889/1679] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:30 2026] DELETE /v2.0/security-groups/97cf8c70-849f-41f7-acec-5481fa759680 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:31.088 8 INFO neutron.services.segments.plugin [-] Segment 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 resource provider aggregate not found 2026-04-14 14:15:31.113 8 INFO neutron.db.l3_hamode_db [None req-2973a925-bf29-4108-b860-89ab7bf0c567 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] HA network ec8d5f71-e441-4f8c-b201-e7005427a0e4 was deleted as no HA routers are present in tenant 38973bd1245e430884a921c46b5794f5. 2026-04-14 14:15:31.116 8 INFO neutron.services.segments.plugin [-] Segment 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 resource provider aggregate not found 2026-04-14 14:15:31.120 8 INFO neutron.services.segments.plugin [-] Segment 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 found for delete ", "request_id": "req-3fe3319c-1c1d-40b0-a596-06589f70a14d"}]} [pid: 8|app: 0|req: 791/1682] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:30 2026] DELETE /v2.0/routers/669ee2ea-34e1-4444-95db-b058ad48492b => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:31.140 8 INFO neutron.services.segments.plugin [-] Segment 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01638ec5-e7e0-4cdf-a11e-693a0ecaa081 found for delete ", "request_id": "req-b2bd85ca-3b1b-46ea-92ef-e93cc97f7aa9"}]} [pid: 7|app: 0|req: 892/1683] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=669ee2ea-34e1-4444-95db-b058ad48492b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:31.204 8 INFO neutron.api.v2.resource [None req-a0c2975b-f2d1-4848-8733-b60ec674f357 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 792/1684] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/routers/669ee2ea-34e1-4444-95db-b058ad48492b => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1685] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=583d1876-270c-41f5-bf9a-7d0556f035a6 => 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: 893/1686] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:31.263 8 INFO neutron.api.v2.resource [None req-d56fe1e1-c409-4370-8d96-232d89439303 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1687] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/routers/583d1876-270c-41f5-bf9a-7d0556f035a6 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:31.287 8 INFO neutron.pecan_wsgi.hooks.translation [None req-feca9a9b-6926-455f-aba8-05ab4369c9f4 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1688] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1689] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/subnets/b7cf23f8-cf31-4511-883d-27f784301d06 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1690] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=50869d79-ac68-4b07-96bf-a795e0e3aef9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:31.359 8 INFO neutron.api.v2.resource [None req-863681e6-ce03-4a78-a09a-07da606a6ea7 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1691] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/routers/50869d79-ac68-4b07-96bf-a795e0e3aef9 => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:31.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-492e4155-0885-42cd-b6fa-73bebf170356 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 896/1692] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/subnets/20d25528-ddc1-4190-97d4-c1926d073fe3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1693] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=aa8498b5-baf7-459a-ae45-e127570183c3 => 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: 797/1694] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:31.441 7 INFO neutron.api.v2.resource [None req-7075e956-f618-476c-8a29-28d348592655 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1695] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/routers/aa8498b5-baf7-459a-ae45-e127570183c3 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:31.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a59a5cc6-edc4-4234-8dcd-66c7964a7aa3 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1696] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/subnets/57ca22a8-e848-404f-a948-bb0e0b1e3189 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:31.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-becad5bc-68ba-46e1-b40e-f448310847fb 537ea26134064699b7ae3d661002f878 38973bd1245e430884a921c46b5794f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1697] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/subnets/d4330b59-df1d-46dc-9f4b-3f10d0f0f7a7 => 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: 901/1698] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1699] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/security-groups?id=1c82baea-ff27-488a-ab2e-ebc2adcaaf0f&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1700] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:15:31 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:31.823 8 INFO neutron.db.l3_db [None req-f36009f5-1ae0-4527-b051-4928e1a6b9dd c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] Floating IP 76f202b1-02d2-4028-8bc9-e88283aaa0af associated. External IP: 10.96.250.204, port: 243a1791-f4f0-427e-9177-c66b14768088. 2026-04-14 14:15:31.939 7 INFO neutron_taas.services.taas.taas_plugin [req-ad81d7e4-3628-46d4-9045-1da6bdd2efe2 req-cfb0ccab-652c-466c-ba94-9b513ea4f169 a87b7c306c44475cac2e80cb79105687 df78cde525cc4c25b857ef783c95b685 - - default default] TaaS: Handle Delete Port: 9746e1a3-a758-4c6b-9f4f-2c449dcebb76 2026-04-14 14:15:31.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad81d7e4-3628-46d4-9045-1da6bdd2efe2 req-cfb0ccab-652c-466c-ba94-9b513ea4f169 a87b7c306c44475cac2e80cb79105687 df78cde525cc4c25b857ef783c95b685 - - default default] Tap Mirror: Handle Delete Port: 9746e1a3-a758-4c6b-9f4f-2c449dcebb76 [pid: 7|app: 0|req: 904/1701] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:15:31 2026] DELETE /v2.0/ports/9746e1a3-a758-4c6b-9f4f-2c449dcebb76 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1702] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:15:31 2026] PUT /v2.0/floatingips/76f202b1-02d2-4028-8bc9-e88283aaa0af => generated 856 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:32.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67d209c6-7a62-4b88-bbea-b7331e433cff'] response: {'server_uuid': '4fa0e0c0-359e-4fff-971b-95674d97702d', 'name': 'network-vif-deleted', 'tag': '9746e1a3-a758-4c6b-9f4f-2c449dcebb76', 'status': 'completed', 'code': 200} 2026-04-14 14:15:32.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b645327a-d599-4fb1-90d2-9602df9d7617'] response: {'name': 'network-changed', 'server_uuid': 'e50d59e2-69a7-4bd9-b5f2-d553fc6a7568', 'tag': '243a1791-f4f0-427e-9177-c66b14768088', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 905/1703] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/security-groups?tenant_id=38973bd1245e430884a921c46b5794f5&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1704] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:32 2026] DELETE /v2.0/security-groups/5f158ba6-5eb6-4ff8-a452-3a13cc3e8837 => 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: 906/1705] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/ports?tenant_id=096a687c39134176934d16cb751f970c&device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1706] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/networks?id=c6be188d-65fc-49fa-b0ca-433b95de15b1 => generated 769 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1707] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1708] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=243a1791-f4f0-427e-9177-c66b14768088 => generated 859 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1709] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/subnets?id=04192dba-d5a4-4ecf-a2ec-63cc90164e83 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1710] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/ports?network_id=c6be188d-65fc-49fa-b0ca-433b95de15b1&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: 803/1711] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:15:32 2026] GET /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1?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: 909/1712] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:15:33 2026] GET /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1713] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:33 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => 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: 910/1714] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:34 2026] POST /v2.0/subnetpools => generated 548 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1715] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:15:34 2026] GET /v2.0/subnetpools/245d7063-b9f9-4c69-9413-4491537f087a => generated 548 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1716] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:15:34 2026] PUT /v2.0/subnetpools/245d7063-b9f9-4c69-9413-4491537f087a => generated 500 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1717] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:34 2026] DELETE /v2.0/subnetpools/245d7063-b9f9-4c69-9413-4491537f087a => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:34.803 7 INFO neutron.api.v2.resource [None req-89b831d9-807b-4c22-9ea5-f9e998f48c54 c9dee2196ce64f91ba19101bdc37fae4 d4e67ef9feae403e8e133df6e76c65f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1718] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:15:34 2026] GET /v2.0/subnetpools/245d7063-b9f9-4c69-9413-4491537f087a => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:34.826 8 INFO neutron.api.v2.resource [None req-15a559a9-4af7-4084-8b8f-e50730ee7cf3 c9dee2196ce64f91ba19101bdc37fae4 d4e67ef9feae403e8e133df6e76c65f6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1719] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:34 2026] DELETE /v2.0/subnetpools/245d7063-b9f9-4c69-9413-4491537f087a => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1720] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:35 2026] GET /v2.0/ports?device_id=4fa0e0c0-359e-4fff-971b-95674d97702d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1721] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:35 2026] GET /v2.0/security-groups?tenant_id=d4e67ef9feae403e8e133df6e76c65f6&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1722] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:35 2026] DELETE /v2.0/security-groups/6faae1e1-df65-4084-910b-3e4c2fb38639 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1723] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:36 2026] GET /v2.0/security-groups?tenant_id=0a65ea535b7e4b77b27a3b3d7b8d96b7&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1724] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:36 2026] DELETE /v2.0/security-groups/08e6cc71-99eb-4c48-95e6-ef94cc217e29 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1725] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:36 2026] GET /v2.0/security-groups?tenant_id=66d60b9053704981b6d84bfb7ec2fa96&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1726] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:37 2026] DELETE /v2.0/security-groups/632411a6-adf5-49b4-b1cf-567659b1d171 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:37.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-33ceb359-21dd-4318-adcc-b2728a19540f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 2a3ca50a-1da8-4739-8b3f-880d6b0b4b85 2026-04-14 14:15:37.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33ceb359-21dd-4318-adcc-b2728a19540f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 2a3ca50a-1da8-4739-8b3f-880d6b0b4b85 [pid: 8|app: 0|req: 811/1727] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:15:37 2026] PUT /v2.0/routers/bac912bd-32ba-416a-bd6a-8f2db38f45d6/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:38.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3680cd9-d7bd-46c4-a263-b2be072e808a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 1dc585ae-68a0-46c5-bbfd-357ac869afca 2026-04-14 14:15:38.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3680cd9-d7bd-46c4-a263-b2be072e808a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 1dc585ae-68a0-46c5-bbfd-357ac869afca 2026-04-14 14:15:38.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3680cd9-d7bd-46c4-a263-b2be072e808a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: ea0b5a35-4354-4982-b0b8-09ce4444323f 2026-04-14 14:15:38.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3680cd9-d7bd-46c4-a263-b2be072e808a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: ea0b5a35-4354-4982-b0b8-09ce4444323f 2026-04-14 14:15:39.367 7 INFO neutron.services.segments.plugin [-] Segment f8643adb-1242-4311-bf04-6d8a01f9ffbd resource provider aggregate not found 2026-04-14 14:15:39.375 7 INFO neutron.services.segments.plugin [-] Segment f8643adb-1242-4311-bf04-6d8a01f9ffbd resource provider aggregate not found 2026-04-14 14:15:39.393 7 INFO neutron.db.l3_hamode_db [None req-a3680cd9-d7bd-46c4-a263-b2be072e808a 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network a91735c5-4f52-4a37-8a36-080122cf1e8d was deleted as no HA routers are present in tenant df78cde525cc4c25b857ef783c95b685. 2026-04-14 14:15:39.394 7 INFO neutron.services.segments.plugin [-] Segment f8643adb-1242-4311-bf04-6d8a01f9ffbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8643adb-1242-4311-bf04-6d8a01f9ffbd found for delete ", "request_id": "req-adce75c4-e991-4845-ad0c-07cafe11250e"}]} 2026-04-14 14:15:39.404 7 INFO neutron.services.segments.plugin [-] Segment f8643adb-1242-4311-bf04-6d8a01f9ffbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8643adb-1242-4311-bf04-6d8a01f9ffbd found for delete ", "request_id": "req-f06f0c72-8027-4947-99bf-e83402491f80"}]} [pid: 7|app: 0|req: 917/1728] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:38 2026] DELETE /v2.0/routers/bac912bd-32ba-416a-bd6a-8f2db38f45d6 => generated 0 bytes in 978 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1729] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:39 2026] DELETE /v2.0/subnets/a6610050-73fa-4a61-8c85-57750094355a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:39.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0992e65-2183-429a-b6ac-97750a14acf5 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: c3b2dc9b-1d7a-4318-93b4-3eb46e6b42a1 2026-04-14 14:15:39.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0992e65-2183-429a-b6ac-97750a14acf5 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: c3b2dc9b-1d7a-4318-93b4-3eb46e6b42a1 [pid: 7|app: 0|req: 918/1730] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:39 2026] DELETE /v2.0/networks/79c50ac7-928d-4ef5-928a-0cdcf41272d8 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1731] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:40 2026] GET /v2.0/security-groups?tenant_id=df78cde525cc4c25b857ef783c95b685&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1732] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:40 2026] DELETE /v2.0/security-groups/1c82baea-ff27-488a-ab2e-ebc2adcaaf0f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1733] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:40 2026] GET /v2.0/security-groups?tenant_id=7ed80a34c7ad4be2abfc9f972648d5dd&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1734] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:41 2026] DELETE /v2.0/security-groups/2ce689b3-71a0-4fd8-aec5-0ef6585d607b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:41.420 7 INFO neutron.services.segments.plugin [-] Segment 5ce47312-1a51-482d-8c41-3551e4156278 resource provider aggregate not found 2026-04-14 14:15:41.425 7 INFO neutron.services.segments.plugin [-] Segment 5ce47312-1a51-482d-8c41-3551e4156278 resource provider aggregate not found 2026-04-14 14:15:41.440 7 INFO neutron.services.segments.plugin [-] Segment 5ce47312-1a51-482d-8c41-3551e4156278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ce47312-1a51-482d-8c41-3551e4156278 found for delete ", "request_id": "req-c2bfd75d-9c39-455e-87c4-fbef433f3a74"}]} 2026-04-14 14:15:41.445 7 INFO neutron.services.segments.plugin [-] Segment 5ce47312-1a51-482d-8c41-3551e4156278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ce47312-1a51-482d-8c41-3551e4156278 found for delete ", "request_id": "req-8e9c9edb-d914-4d1e-9112-020b09c9dee1"}]} [pid: 8|app: 0|req: 815/1735] 10.0.0.210 () {30 vars in 650 bytes} [Tue Apr 14 14:15:43 2026] GET /v2.0/extensions => generated 21537 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1736] 10.0.0.210 () {30 vars in 724 bytes} [Tue Apr 14 14:15:43 2026] GET /v2.0/quotas/27b297d5d8f94ced908a6306c6071de2/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1737] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:44 2026] GET /v2.0/security-groups?tenant_id=72de9adb80444d94977bc69203cfd608&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1738] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:44 2026] DELETE /v2.0/security-groups/10f643ee-88c4-49eb-9421-06d68652be74 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1741] 10.0.0.210 () {30 vars in 650 bytes} [Tue Apr 14 14:15:46 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1742] 10.0.0.210 () {30 vars in 724 bytes} [Tue Apr 14 14:15:46 2026] GET /v2.0/quotas/27b297d5d8f94ced908a6306c6071de2/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1743] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:46 2026] GET /v2.0/security-groups?tenant_id=84137fb1816c49bdb5be1a76d4c18735&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1744] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:46 2026] DELETE /v2.0/security-groups/06c99bff-384d-4e92-8cc3-1350bd7321f8 => 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: 819/1745] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:48 2026] GET /v2.0/security-groups?tenant_id=27b297d5d8f94ced908a6306c6071de2&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1746] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:48 2026] DELETE /v2.0/security-groups/831159f2-86b7-420f-a294-b66dc85e00d9 => 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: 820/1747] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:49 2026] POST /v2.0/floatingips => generated 552 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1748] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:49 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1749] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:50 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:51.115 7 INFO neutron.db.segments_db [None req-3a9f5de9-7d0c-422f-b9e8-30d477525116 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] Added segment 7b31647a-256a-4105-99f3-e7ff6bf4ac95 of type vxlan for network 6495e547-dea0-4457-b11e-0bd7db1e88a6 [pid: 7|app: 0|req: 929/1750] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:50 2026] POST /v2.0/networks => generated 727 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1751] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:51 2026] POST /v2.0/subnets => generated 644 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:51.422 7 WARNING neutron.api.v2.base [None req-1117cccf-1242-4906-9cc3-98f36207ea90 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-14 14:15:51.423 7 INFO neutron.api.v2.resource [None req-1117cccf-1242-4906-9cc3-98f36207ea90 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 931/1752] 10.0.0.133 () {34 vars in 681 bytes} [Tue Apr 14 14:15:51 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1753] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:51 2026] POST /v2.0/floatingips => generated 552 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:51.607 7 INFO neutron.services.segments.plugin [-] Segment 7b31647a-256a-4105-99f3-e7ff6bf4ac95 resource provider aggregate not found 2026-04-14 14:15:51.612 7 INFO neutron.services.segments.plugin [-] Segment 7b31647a-256a-4105-99f3-e7ff6bf4ac95 resource provider aggregate not found 2026-04-14 14:15:51.629 7 INFO neutron.services.segments.plugin [-] Segment 7b31647a-256a-4105-99f3-e7ff6bf4ac95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b31647a-256a-4105-99f3-e7ff6bf4ac95 found for delete ", "request_id": "req-01bb202d-96a1-4b8d-8f15-773e25680fd4"}]} 2026-04-14 14:15:51.633 7 INFO neutron.services.segments.plugin [-] Segment 7b31647a-256a-4105-99f3-e7ff6bf4ac95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b31647a-256a-4105-99f3-e7ff6bf4ac95 found for delete ", "request_id": "req-3c520b4a-aef0-4a7c-99a9-8905a9dd9833"}]} [pid: 7|app: 0|req: 932/1754] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:51 2026] DELETE /v2.0/networks/6495e547-dea0-4457-b11e-0bd7db1e88a6 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:51.700 7 INFO neutron.db.segments_db [None req-cec4e18c-5290-4616-bbeb-8c00d6cc5b8a b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] Added segment 35128de1-fd91-4b1b-9779-ec6579c2d5d1 of type vxlan for network 795652e7-e081-4d7a-915f-7da214827a51 [pid: 7|app: 0|req: 933/1755] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:51 2026] POST /v2.0/networks => generated 726 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1756] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:15:51 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:52.129 7 INFO neutron.db.segments_db [None req-126d1240-1fce-484d-afa2-c6dbb54d9395 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Added segment ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 of type vxlan for network 95411d3a-9df2-41d8-af07-9c41a20ec0cb [pid: 7|app: 0|req: 934/1757] 10.0.0.133 () {34 vars in 671 bytes} [Tue Apr 14 14:15:51 2026] POST /v2.0/networks => generated 633 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1758] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:52 2026] POST /v2.0/subnets => generated 647 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1759] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:15:52 2026] PUT /v2.0/floatingips/bd799feb-f5b0-493d-b194-9d93df252eed/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:52.313 7 WARNING neutron.api.v2.base [None req-941e118d-a485-4610-aed1-2a9d9ec98eb5 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-14 14:15:52.313 7 INFO neutron.api.v2.resource [None req-941e118d-a485-4610-aed1-2a9d9ec98eb5 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 936/1760] 10.0.0.133 () {34 vars in 681 bytes} [Tue Apr 14 14:15:52 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-14 14:15:52.360 8 INFO neutron.db.segments_db [None req-59dc3e15-3573-4855-bad2-0470e4e00357 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Added segment 8d40e2da-eb78-4a58-8e76-671a006e2d3c of type vxlan for network 922cd260-4522-4835-b69d-41e4b5e4d948 [pid: 7|app: 0|req: 937/1761] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:15:52 2026] PUT /v2.0/floatingips/15a3031f-a680-493e-b1d7-b98e526d4f8f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1762] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:52 2026] DELETE /v2.0/networks/795652e7-e081-4d7a-915f-7da214827a51 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:52.631 8 INFO neutron.db.l3_hamode_db [None req-59dc3e15-3573-4855-bad2-0470e4e00357 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1763] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:15:52 2026] PUT /v2.0/floatingips/510a6805-d914-4841-b9be-27a54882863e/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:52.730 7 INFO neutron.db.segments_db [None req-83216413-3987-40e4-b269-d97d433060bc b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] Added segment 1c2529e2-05d5-484b-ba90-c4d1236ffd07 of type vxlan for network 32010fb7-699a-48df-ad38-f46497f2fbd0 [pid: 7|app: 0|req: 940/1764] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:15:52 2026] POST /v2.0/networks => generated 727 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1765] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:15:52 2026] PUT /v2.0/floatingips/6530a882-1888-4aa6-b8b1-a5376e32d963/tags => 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: 942/1766] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:52 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1767] 10.0.0.133 () {32 vars in 672 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1768] 10.0.0.133 () {34 vars in 681 bytes} [Tue Apr 14 14:15:53 2026] POST /v2.0/rbac-policies => generated 324 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1769] 10.0.0.133 () {32 vars in 686 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:53.436 8 INFO neutron.db.l3_hamode_db [None req-59dc3e15-3573-4855-bad2-0470e4e00357 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 946/1770] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1771] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1772] 10.0.0.133 () {32 vars in 680 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1773] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:53.668 7 INFO neutron.services.segments.plugin [-] Segment 35128de1-fd91-4b1b-9779-ec6579c2d5d1 resource provider aggregate not found 2026-04-14 14:15:53.675 7 INFO neutron.services.segments.plugin [-] Segment 35128de1-fd91-4b1b-9779-ec6579c2d5d1 resource provider aggregate not found 2026-04-14 14:15:53.697 7 INFO neutron.services.segments.plugin [-] Segment 35128de1-fd91-4b1b-9779-ec6579c2d5d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35128de1-fd91-4b1b-9779-ec6579c2d5d1 found for delete ", "request_id": "req-47edb7d2-b13e-4a15-aa2b-131fdac15e17"}]} [pid: 7|app: 0|req: 950/1774] 10.0.0.133 () {32 vars in 690 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:53.710 7 INFO neutron.services.segments.plugin [-] Segment 35128de1-fd91-4b1b-9779-ec6579c2d5d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35128de1-fd91-4b1b-9779-ec6579c2d5d1 found for delete ", "request_id": "req-ecc507c1-5721-4cfc-aaa5-07d0c181da7e"}]} [pid: 7|app: 0|req: 951/1775] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1776] 10.0.0.133 () {32 vars in 702 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1777] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/networks/32010fb7-699a-48df-ad38-f46497f2fbd0 => generated 655 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1778] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:53 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:15:54.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-66305f14-06bf-47f7-9172-d0df37922047 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] TaaS: Handle Delete Port: 8f393672-4db2-4563-a971-72953eabba40 2026-04-14 14:15:54.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66305f14-06bf-47f7-9172-d0df37922047 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] Tap Mirror: Handle Delete Port: 8f393672-4db2-4563-a971-72953eabba40 [pid: 7|app: 0|req: 955/1779] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:53 2026] DELETE /v2.0/floatingips/bd799feb-f5b0-493d-b194-9d93df252eed => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1780] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:15:54 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1283 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1781] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:52 2026] POST /v2.0/routers => generated 693 bytes in 1992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:54.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d7bc315-a21d-47b9-a46f-c847f867c179 74c87dcc0d0f42f791beab0f81fd3729 2a7c4869805e48f5897c0978e36e8ad1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 826/1782] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:15:54 2026] GET /v2.0/networks/32010fb7-699a-48df-ad38-f46497f2fbd0 => generated 138 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:54.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-c0c19e63-624b-4f69-b3b3-273dbfcef2f5 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] TaaS: Handle Delete Port: 72db02d9-78b1-4281-b656-1f147f6c01ac 2026-04-14 14:15:54.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0c19e63-624b-4f69-b3b3-273dbfcef2f5 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] Tap Mirror: Handle Delete Port: 72db02d9-78b1-4281-b656-1f147f6c01ac [pid: 8|app: 0|req: 827/1783] 10.0.0.133 () {32 vars in 858 bytes} [Tue Apr 14 14:15:54 2026] GET /v2.0/floatingips?floating_network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab&port_id=243a1791-f4f0-427e-9177-c66b14768088 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1784] 10.0.0.133 () {32 vars in 776 bytes} [Tue Apr 14 14:15:54 2026] GET /v2.0/subnets?project_id=aec327473f38498cbd4667c87e40a5df&cidr=10.100.0.0%2F28 => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1785] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:54 2026] DELETE /v2.0/floatingips/15a3031f-a680-493e-b1d7-b98e526d4f8f => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:54.657 8 INFO neutron.services.segments.plugin [-] Segment 1c2529e2-05d5-484b-ba90-c4d1236ffd07 resource provider aggregate not found 2026-04-14 14:15:54.662 8 INFO neutron.services.segments.plugin [-] Segment 1c2529e2-05d5-484b-ba90-c4d1236ffd07 resource provider aggregate not found [pid: 7|app: 0|req: 958/1786] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:15:54 2026] GET /v2.0/networks?router%3Aexternal=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: 829/1787] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:15:54 2026] DELETE /v2.0/networks/32010fb7-699a-48df-ad38-f46497f2fbd0 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:15:54.688 8 INFO neutron.services.segments.plugin [-] Segment 1c2529e2-05d5-484b-ba90-c4d1236ffd07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c2529e2-05d5-484b-ba90-c4d1236ffd07 found for delete ", "request_id": "req-50750e48-0f3b-427e-ba71-ad5465dff369"}]} 2026-04-14 14:15:54.690 8 INFO neutron.services.segments.plugin [-] Segment 1c2529e2-05d5-484b-ba90-c4d1236ffd07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c2529e2-05d5-484b-ba90-c4d1236ffd07 found for delete ", "request_id": "req-0dd68ced-975e-4a40-b355-19edb3e2e760"}]} [pid: 8|app: 0|req: 830/1788] 10.0.0.133 () {32 vars in 784 bytes} [Tue Apr 14 14:15:54 2026] GET /v2.0/subnets?network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:15:54.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c95c32e3-e7a4-46bb-98d8-352d0069a9d8 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1789] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:54 2026] DELETE /v2.0/subnets/f532e3c0-5790-4bdb-8937-cb15fb9e5f81 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:54.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6cd6347-8ee2-494d-883e-9d88c6586baf 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] TaaS: Handle Delete Port: 8dc78e25-873e-4227-a52d-1d3920d648ad 2026-04-14 14:15:54.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6cd6347-8ee2-494d-883e-9d88c6586baf 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] Tap Mirror: Handle Delete Port: 8dc78e25-873e-4227-a52d-1d3920d648ad [pid: 8|app: 0|req: 832/1790] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:15:54 2026] POST /v2.0/subnets => generated 657 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1791] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:54 2026] DELETE /v2.0/floatingips/510a6805-d914-4841-b9be-27a54882863e => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:54.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc0d600f-fcd9-46df-b14c-98d09f6376cc b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1792] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:54 2026] DELETE /v2.0/subnets/e23d4cec-27f9-4189-a865-8ec3fd340a4a => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:15:55.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-23e49423-caf4-42f1-ad57-57133cb19e5d 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] TaaS: Handle Delete Port: c68717dd-3acc-4055-8725-af0dbfe3b389 2026-04-14 14:15:55.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23e49423-caf4-42f1-ad57-57133cb19e5d 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] Tap Mirror: Handle Delete Port: c68717dd-3acc-4055-8725-af0dbfe3b389 [pid: 8|app: 0|req: 834/1793] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:54 2026] DELETE /v2.0/floatingips/6530a882-1888-4aa6-b8b1-a5376e32d963 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:15:55.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2eca7bd4-9a2b-46b4-81c8-6e7e0149d2e6 b754b15bdc9c41218fb97c6c8adb27d1 3f11abdd20b6451ca287583fe9ec508e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1794] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:15:55 2026] DELETE /v2.0/subnets/e1ee08e7-1219-4bf6-8dd4-19663858b466 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1795] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:15:55 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1283 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:15:55.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-68a88842-86f6-4c5d-8b13-e9b120cd4174 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] TaaS: Handle Delete Port: d197784a-671c-4726-9b4f-e6327991c634 2026-04-14 14:15:55.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68a88842-86f6-4c5d-8b13-e9b120cd4174 2d2859124da44917a919d721950ab902 8bfce9a4aaa44e34a43565e3e0713f46 - - default default] Tap Mirror: Handle Delete Port: d197784a-671c-4726-9b4f-e6327991c634 [pid: 8|app: 0|req: 837/1796] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:15:55 2026] DELETE /v2.0/floatingips/646e97c3-291d-4088-bbed-8f4fa8038bd1 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1797] 10.0.0.176 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:55 2026] GET /v2.0/security-groups?id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&id=0824ed19-6093-41ce-96ff-61fce15ff1ca&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1798] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:15:54 2026] PUT /v2.0/routers/f630b618-0071-49c8-9c35-1b140fc06dd7/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1799] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:55 2026] GET /v2.0/security-groups?tenant_id=3f11abdd20b6451ca287583fe9ec508e&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1800] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:15:56 2026] GET /v2.0/networks => generated 6509 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1801] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:56 2026] DELETE /v2.0/security-groups/55104c1f-5b3f-447e-8e39-6707fabd26e4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1802] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:15:56 2026] GET /v2.0/subnets => generated 5195 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1803] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:15:56 2026] GET /v2.0/routers => generated 2184 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1804] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:56 2026] GET /v2.0/security-groups?tenant_id=2a7c4869805e48f5897c0978e36e8ad1&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1805] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:56 2026] GET /v2.0/security-groups?tenant_id=8bfce9a4aaa44e34a43565e3e0713f46&name=default => generated 2925 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1806] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:15:56 2026] POST /v2.0/security-groups => generated 1673 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1807] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:56 2026] DELETE /v2.0/security-groups/df227633-40b4-4371-b99f-2e12b7cd3818 => 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: 844/1808] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:56 2026] DELETE /v2.0/security-groups/7a48cdb4-83bb-4fd7-8695-5a2119361a6c => 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: 965/1809] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1810] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:57 2026] GET /v2.0/security-groups?tenant_id=9a78d3f6d9ee412eb2fabeab0db6d3cf&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1811] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:57 2026] GET /v2.0/security-groups?tenant_id=7a26441282f84f6aa38e607927570876&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1812] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1813] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:57 2026] DELETE /v2.0/security-groups/456ea53d-ca21-4df5-b0ae-044edbc3a420 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1814] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:57 2026] DELETE /v2.0/security-groups/a618cae2-e372-4fed-94b2-c77bf1bf2df6 => 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: 968/1815] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1816] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:57 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) 2026-04-14 14:15:57.657 8 INFO neutron.db.securitygroups_db [None req-11a034d9-b05c-42bc-8feb-1459b4566f2c 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Project aec327473f38498cbd4667c87e40a5df 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: 969/1817] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:15:57 2026] GET /v2.0/security-groups?tenant_id=905033befd794bbeb883968d82837e3b&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1818] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:15:57.787 8 INFO neutron.db.securitygroups_db [None req-3ecbdbfc-575f-4291-b50a-aee871ce5cb8 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Project aec327473f38498cbd4667c87e40a5df 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: 970/1819] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:15:57 2026] DELETE /v2.0/security-groups/1e9a982d-eafc-495f-95ec-c99a0d261e7e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1820] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:15:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1821] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1822] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1823] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/networks => generated 1298 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1824] 10.0.0.208 () {34 vars in 1098 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-230391824&fields=id&tenant_id=aec327473f38498cbd4667c87e40a5df => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1825] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 661 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1826] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/quotas/aec327473f38498cbd4667c87e40a5df => 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: 973/1827] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1828] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1829] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 856/1830] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:58 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 975/1831] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:15:59 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1832] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:15:59 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1833] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:00 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 858/1834] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:16:00 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:00.664 7 INFO neutron_taas.services.taas.taas_plugin [req-ccc94078-77c1-4441-b4fb-4da94c17a2ba req-9bc9ecb9-1928-4b28-bfef-b457951d0c16 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] TaaS: Handle Delete Port: 243a1791-f4f0-427e-9177-c66b14768088 2026-04-14 14:16:00.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ccc94078-77c1-4441-b4fb-4da94c17a2ba req-9bc9ecb9-1928-4b28-bfef-b457951d0c16 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] Tap Mirror: Handle Delete Port: 243a1791-f4f0-427e-9177-c66b14768088 [pid: 8|app: 0|req: 859/1835] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:00 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1836] 10.0.0.208 () {34 vars in 1120 bytes} [Tue Apr 14 14:16:00 2026] GET /v2.0/security-groups?id=0824ed19-6093-41ce-96ff-61fce15ff1ca&id=eb6bdd9f-550d-4a6d-aea8-8e358af158a3&fields=id&fields=name => generated 205 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:00.810 7 INFO neutron.db.l3_db [req-ccc94078-77c1-4441-b4fb-4da94c17a2ba req-9bc9ecb9-1928-4b28-bfef-b457951d0c16 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] Floating IP 76f202b1-02d2-4028-8bc9-e88283aaa0af disassociated. External IP: 10.96.250.204, port: 243a1791-f4f0-427e-9177-c66b14768088. [pid: 7|app: 0|req: 977/1839] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:16:00 2026] DELETE /v2.0/ports/243a1791-f4f0-427e-9177-c66b14768088 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1840] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:01 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:01.252 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8742892-945f-4f60-974c-9020d7d27759'] response: {'server_uuid': 'e50d59e2-69a7-4bd9-b5f2-d553fc6a7568', 'name': 'network-vif-deleted', 'tag': '243a1791-f4f0-427e-9177-c66b14768088', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 978/1841] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:01 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:02.266 8 INFO neutron.db.segments_db [None req-a87beb2b-0df4-4276-ba44-11dc3df902be 720e12bae6674c0584cd1bcc65bcfa67 89f929d748854c17a8694cd2103ef47d - - default default] Added segment 89b2e2d0-04de-4016-891f-36892ac197cb of type vxlan for network 8bd4017a-0375-476f-9985-2bd218b69bd7 [pid: 7|app: 0|req: 979/1842] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:02 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 864/1843] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:01 2026] POST /v2.0/networks => generated 631 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:02.410 8 INFO neutron.db.segments_db [None req-2c3ecaa6-98e5-42fb-8472-d6e0a074e8ed 720e12bae6674c0584cd1bcc65bcfa67 89f929d748854c17a8694cd2103ef47d - - default default] Added segment f3c402a2-3999-442c-96b2-6c7344861175 of type vxlan for network a32627d7-dd1b-4990-8a87-acf587036219 [pid: 7|app: 0|req: 980/1844] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1845] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/networks => generated 632 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1846] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16: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) 2026-04-14 14:16:02.545 8 INFO neutron.db.segments_db [None req-4b9b0292-8594-4f80-a749-3db077836293 720e12bae6674c0584cd1bcc65bcfa67 89f929d748854c17a8694cd2103ef47d - - default default] Added segment 963eb536-ea2b-439f-8919-fd3589accab0 of type vxlan for network 5463b565-c7e7-4c39-94ac-b621924b8937 [pid: 7|app: 0|req: 982/1847] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1848] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1849] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1850] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:02.750 8 INFO neutron.db.segments_db [None req-9b283954-3c2b-44ab-8e1f-d8cd796ab9e5 720e12bae6674c0584cd1bcc65bcfa67 89f929d748854c17a8694cd2103ef47d - - default default] Added segment 438bd71d-0068-4e42-8a72-e05d40bb5a0a of type vxlan for network e22c91da-eaed-424d-995a-02391c3b78ed [pid: 7|app: 0|req: 985/1851] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:02 2026] PUT /v2.0/subnetpools/2bd29db7-8ca9-473a-9a96-b40074b5d612/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1852] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1853] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:02 2026] PUT /v2.0/subnetpools/448f81f6-0cfa-4e50-be5e-24fe09865c9f/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1854] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:02 2026] PUT /v2.0/subnetpools/a5bd0771-b616-42f0-9333-d1b3495fe348/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:02.883 8 INFO neutron.db.segments_db [None req-0b67befa-0a07-459b-beb2-ed6da99e88f9 720e12bae6674c0584cd1bcc65bcfa67 89f929d748854c17a8694cd2103ef47d - - default default] Added segment 30ef7f61-379b-4792-b7f5-258321955371 of type vxlan for network ea264d29-e08f-4f40-8a6a-c355479db92b [pid: 7|app: 0|req: 988/1855] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:02 2026] PUT /v2.0/subnetpools/1e40a06d-9839-4f07-ba04-08ed01863561/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1856] 10.0.0.133 () {32 vars in 672 bytes} [Tue Apr 14 14:16:02 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1857] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:02 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1858] 10.0.0.133 () {32 vars in 686 bytes} [Tue Apr 14 14:16:02 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1859] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:02 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => 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: 870/1860] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:16: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: 8|app: 0|req: 871/1861] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1862] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:02 2026] PUT /v2.0/networks/8bd4017a-0375-476f-9985-2bd218b69bd7/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1863] 10.0.0.133 () {32 vars in 680 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1864] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:16:03 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: 992/1865] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:03 2026] PUT /v2.0/networks/a32627d7-dd1b-4990-8a87-acf587036219/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1866] 10.0.0.133 () {32 vars in 690 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1867] 10.0.0.133 () {32 vars in 702 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1868] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:03 2026] PUT /v2.0/networks/5463b565-c7e7-4c39-94ac-b621924b8937/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1869] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/subnetpools/2bd29db7-8ca9-473a-9a96-b40074b5d612 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1870] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/subnetpools/448f81f6-0cfa-4e50-be5e-24fe09865c9f => 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: 994/1871] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:03 2026] PUT /v2.0/networks/e22c91da-eaed-424d-995a-02391c3b78ed/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1872] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/subnetpools/a5bd0771-b616-42f0-9333-d1b3495fe348 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1873] 10.0.0.133 () {32 vars in 666 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1874] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/subnetpools/1e40a06d-9839-4f07-ba04-08ed01863561 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1875] 10.0.0.133 () {32 vars in 680 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1876] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1877] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/subnetpools/ae090504-28cf-4d2d-bc73-069bfdde1001 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1878] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 881/1879] 10.0.0.133 () {32 vars in 676 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1880] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aec327473f38498cbd4667c87e40a5df => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1881] 10.0.0.133 () {32 vars in 688 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1882] 10.0.0.133 () {32 vars in 674 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1883] 10.0.0.133 () {32 vars in 688 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1884] 10.0.0.133 () {32 vars in 684 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1885] 10.0.0.133 () {32 vars in 696 bytes} [Tue Apr 14 14:16:03 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1886] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:16:03 2026] POST /v2.0/ports => generated 954 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:16:03.881 8 INFO neutron.services.segments.plugin [-] Segment 89b2e2d0-04de-4016-891f-36892ac197cb resource provider aggregate not found 2026-04-14 14:16:03.882 8 INFO neutron.services.segments.plugin [-] Segment 89b2e2d0-04de-4016-891f-36892ac197cb resource provider aggregate not found 2026-04-14 14:16:03.902 8 INFO neutron.services.segments.plugin [-] Segment 89b2e2d0-04de-4016-891f-36892ac197cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b2e2d0-04de-4016-891f-36892ac197cb found for delete ", "request_id": "req-607196e7-0ca0-497d-9eae-d29b4a01c198"}]} 2026-04-14 14:16:03.902 8 INFO neutron.services.segments.plugin [-] Segment 89b2e2d0-04de-4016-891f-36892ac197cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b2e2d0-04de-4016-891f-36892ac197cb found for delete ", "request_id": "req-3c9da758-01dc-4d2b-aa48-bf33020c8a9a"}]} [pid: 8|app: 0|req: 887/1887] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/networks/8bd4017a-0375-476f-9985-2bd218b69bd7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1888] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:03 2026] DELETE /v2.0/networks/a32627d7-dd1b-4990-8a87-acf587036219 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1889] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:04 2026] DELETE /v2.0/networks/5463b565-c7e7-4c39-94ac-b621924b8937 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1890] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/ports?device_id=e50d59e2-69a7-4bd9-b5f2-d553fc6a7568 => 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: 1001/1891] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:16:03 2026] PUT /v2.0/ports/659437ad-d78b-4d9c-859e-5f64e5e7f6d9 => generated 1235 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1892] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:04 2026] DELETE /v2.0/networks/e22c91da-eaed-424d-995a-02391c3b78ed => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:04.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-654446b5-6e6f-4af8-b27d-d60491816348'] response: {'name': 'network-changed', 'server_uuid': '833adfac-0f59-4459-8492-2b71494fc80d', 'tag': '659437ad-d78b-4d9c-859e-5f64e5e7f6d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 892/1893] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:04 2026] DELETE /v2.0/networks/ea264d29-e08f-4f40-8a6a-c355479db92b => generated 0 bytes in 129 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: 893/1894] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1895] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/security-groups?tenant_id=d7f67ea8773c4ecd8bebabd4065af2ad&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1896] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1897] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:04 2026] DELETE /v2.0/security-groups/59919e0f-a2b0-446e-b7f0-3ad620518f5f => 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/1898] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 896/1899] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/networks?tenant_id=aec327473f38498cbd4667c87e40a5df&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1900] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1901] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:04 2026] GET /v2.0/security-groups?tenant_id=22655757300546699b666fa88ced20da&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1902] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:05 2026] DELETE /v2.0/security-groups/c299191b-18b6-4a7a-b66a-3f84d3d8fb4f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1903] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:05 2026] GET /v2.0/security-groups?tenant_id=c0e38f84e0fa4dea95add999e741f543&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1904] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:05 2026] DELETE /v2.0/security-groups/0824ed19-6093-41ce-96ff-61fce15ff1ca => 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: 1005/1905] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:05 2026] GET /v2.0/security-groups?tenant_id=68e195f82f664167ae1faf83d4e717fe&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:05.568 7 INFO neutron.api.v2.resource [None req-13a13366-40f5-4498-a196-9fa483109b19 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/1906] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:16:05 2026] GET /v2.0/security-groups/0824ed19-6093-41ce-96ff-61fce15ff1ca => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1907] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:05 2026] DELETE /v2.0/security-groups/98ba5b7a-39cd-4f94-b110-aade1173e091 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1908] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:05 2026] DELETE /v2.0/security-groups/dc954182-63aa-4d91-8768-61ae773805f9 => 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: 1008/1909] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:05 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:05.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-191a348c-1807-4e8e-9f30-c54191842d21 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] TaaS: Handle Delete Port: 60f5af82-7c28-4533-967b-9b56cb4526d8 2026-04-14 14:16:05.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-191a348c-1807-4e8e-9f30-c54191842d21 c14f1d631fc14a1ea850c12ea0efa32c 096a687c39134176934d16cb751f970c - - default default] Tap Mirror: Handle Delete Port: 60f5af82-7c28-4533-967b-9b56cb4526d8 [pid: 7|app: 0|req: 1009/1910] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:05 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&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: 1010/1911] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:05 2026] GET /v2.0/security-groups?tenant_id=5322282f5beb4ac89acb1e602dc354e5&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:05.935 8 INFO neutron.services.segments.plugin [-] Segment f3c402a2-3999-442c-96b2-6c7344861175 resource provider aggregate not found 2026-04-14 14:16:05.945 8 INFO neutron.services.segments.plugin [-] Segment f3c402a2-3999-442c-96b2-6c7344861175 resource provider aggregate not found 2026-04-14 14:16:05.960 8 INFO neutron.services.segments.plugin [-] Segment f3c402a2-3999-442c-96b2-6c7344861175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c402a2-3999-442c-96b2-6c7344861175 found for delete ", "request_id": "req-695faa7f-a066-4031-8640-98a9f14064cd"}]} 2026-04-14 14:16:05.969 8 INFO neutron.services.segments.plugin [-] Segment f3c402a2-3999-442c-96b2-6c7344861175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c402a2-3999-442c-96b2-6c7344861175 found for delete ", "request_id": "req-bec75cbf-a395-4f80-a1d8-7b82305991d0"}]} 2026-04-14 14:16:05.989 8 INFO neutron.services.segments.plugin [-] Segment 963eb536-ea2b-439f-8919-fd3589accab0 resource provider aggregate not found 2026-04-14 14:16:05.996 8 INFO neutron.services.segments.plugin [-] Segment 963eb536-ea2b-439f-8919-fd3589accab0 resource provider aggregate not found [pid: 8|app: 0|req: 902/1912] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:05 2026] DELETE /v2.0/floatingips/76f202b1-02d2-4028-8bc9-e88283aaa0af => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:06.018 8 INFO neutron.services.segments.plugin [-] Segment 963eb536-ea2b-439f-8919-fd3589accab0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963eb536-ea2b-439f-8919-fd3589accab0 found for delete ", "request_id": "req-23d90432-9c30-471e-8d4e-e788074af65c"}]} [pid: 7|app: 0|req: 1011/1913] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:05 2026] DELETE /v2.0/security-groups/05d61966-0783-46f1-9cfb-58d891fa1e33 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:06.028 8 INFO neutron.services.segments.plugin [-] Segment 963eb536-ea2b-439f-8919-fd3589accab0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963eb536-ea2b-439f-8919-fd3589accab0 found for delete ", "request_id": "req-ff812ea9-74bc-4b97-80ca-a02493032006"}]} 2026-04-14 14:16:06.057 8 INFO neutron.services.segments.plugin [-] Segment 438bd71d-0068-4e42-8a72-e05d40bb5a0a resource provider aggregate not found 2026-04-14 14:16:06.060 8 INFO neutron.services.segments.plugin [-] Segment 438bd71d-0068-4e42-8a72-e05d40bb5a0a resource provider aggregate not found [pid: 7|app: 0|req: 1012/1914] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:06.099 8 INFO neutron.services.segments.plugin [-] Segment 438bd71d-0068-4e42-8a72-e05d40bb5a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438bd71d-0068-4e42-8a72-e05d40bb5a0a found for delete ", "request_id": "req-5452c95b-2472-4605-92bf-49be4d62d0d6"}]} [pid: 7|app: 0|req: 1013/1915] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=659437ad-d78b-4d9c-859e-5f64e5e7f6d9 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:06.105 8 INFO neutron.services.segments.plugin [-] Segment 438bd71d-0068-4e42-8a72-e05d40bb5a0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438bd71d-0068-4e42-8a72-e05d40bb5a0a found for delete ", "request_id": "req-16eb0c37-b00f-495a-afb8-b6d968a8bf8e"}]} 2026-04-14 14:16:06.116 8 INFO neutron.services.segments.plugin [-] Segment 30ef7f61-379b-4792-b7f5-258321955371 resource provider aggregate not found 2026-04-14 14:16:06.128 8 INFO neutron.services.segments.plugin [-] Segment 30ef7f61-379b-4792-b7f5-258321955371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ef7f61-379b-4792-b7f5-258321955371 found for delete ", "request_id": "req-01395284-6efe-4c81-9ec3-ecd8c8448888"}]} [pid: 7|app: 0|req: 1014/1916] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/subnets?id=8b4b3f47-29c1-4aa8-b5c8-bb1a10d2d912 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:06.138 8 INFO neutron.services.segments.plugin [-] Segment 30ef7f61-379b-4792-b7f5-258321955371 resource provider aggregate not found 2026-04-14 14:16:06.159 8 INFO neutron.services.segments.plugin [-] Segment 30ef7f61-379b-4792-b7f5-258321955371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30ef7f61-379b-4792-b7f5-258321955371 found for delete ", "request_id": "req-50a4880b-12de-47a7-abda-d92f453a1b93"}]} [pid: 7|app: 0|req: 1015/1917] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/ports?network_id=95411d3a-9df2-41d8-af07-9c41a20ec0cb&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1918] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:06 2026] DELETE /v2.0/security-groups/eb6bdd9f-550d-4a6d-aea8-8e358af158a3 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1919] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1920] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/security-groups?tenant_id=89f929d748854c17a8694cd2103ef47d&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: 1017/1921] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 905/1922] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:06 2026] DELETE /v2.0/security-groups/88e40ceb-9052-4a70-b839-7ef42cad4b32 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:06.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c5a73e4-cd82-4a3e-8862-bbd8250ba1ac 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: c70cbb68-17a6-46de-b69c-a830fd6d6aae 2026-04-14 14:16:06.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c5a73e4-cd82-4a3e-8862-bbd8250ba1ac 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: c70cbb68-17a6-46de-b69c-a830fd6d6aae [pid: 8|app: 0|req: 906/1923] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1924] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:06 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&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: 1018/1925] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:16:06 2026] PUT /v2.0/routers/e2edc4af-0139-4f8e-8676-eadbdd086dc5/remove_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:07.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd1acb3c-2873-4e76-9ea0-5b857ba35c52 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: b0e7be39-1328-4ba8-a403-34361848b2ac 2026-04-14 14:16:07.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd1acb3c-2873-4e76-9ea0-5b857ba35c52 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: b0e7be39-1328-4ba8-a403-34361848b2ac 2026-04-14 14:16:07.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd1acb3c-2873-4e76-9ea0-5b857ba35c52 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 03f4e735-b87f-46dc-956b-48c740e947fa 2026-04-14 14:16:07.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd1acb3c-2873-4e76-9ea0-5b857ba35c52 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 03f4e735-b87f-46dc-956b-48c740e947fa [pid: 7|app: 0|req: 1019/1926] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:07 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1927] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:08 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:08.383 8 INFO neutron.services.segments.plugin [-] Segment 7c4365f6-c2d8-483d-8d73-9ebf36444f15 resource provider aggregate not found 2026-04-14 14:16:08.396 8 INFO neutron.services.segments.plugin [-] Segment 7c4365f6-c2d8-483d-8d73-9ebf36444f15 resource provider aggregate not found 2026-04-14 14:16:08.409 8 INFO neutron.services.segments.plugin [-] Segment 7c4365f6-c2d8-483d-8d73-9ebf36444f15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4365f6-c2d8-483d-8d73-9ebf36444f15 found for delete ", "request_id": "req-abcb027b-214b-496f-bb7f-327814c79945"}]} 2026-04-14 14:16:08.422 8 INFO neutron.services.segments.plugin [-] Segment 7c4365f6-c2d8-483d-8d73-9ebf36444f15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4365f6-c2d8-483d-8d73-9ebf36444f15 found for delete ", "request_id": "req-565fad18-9365-4a60-9f7b-5d8da7e806a0"}]} 2026-04-14 14:16:08.438 8 INFO neutron.db.l3_hamode_db [None req-bd1acb3c-2873-4e76-9ea0-5b857ba35c52 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network 63519016-c76a-4561-a449-370d85a6e2de was deleted as no HA routers are present in tenant 096a687c39134176934d16cb751f970c. [pid: 8|app: 0|req: 908/1928] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:07 2026] DELETE /v2.0/routers/e2edc4af-0139-4f8e-8676-eadbdd086dc5 => generated 0 bytes in 1087 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1929] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:08 2026] DELETE /v2.0/subnets/04192dba-d5a4-4ecf-a2ec-63cc90164e83 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:08.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-0893ae34-0b98-4071-9aea-32c3d4f5563f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 24892287-6ebf-468e-a486-a2cd27f07bb7 2026-04-14 14:16:08.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0893ae34-0b98-4071-9aea-32c3d4f5563f 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 24892287-6ebf-468e-a486-a2cd27f07bb7 [pid: 8|app: 0|req: 909/1930] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:08 2026] DELETE /v2.0/networks/c6be188d-65fc-49fa-b0ca-433b95de15b1 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1931] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:09 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 911/1932] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:09 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:09.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-55aa3a5b-1d59-40ad-bab4-ba43d814eab0 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: ba64d698-6c3a-4838-a6c8-0505524756b5 2026-04-14 14:16:09.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55aa3a5b-1d59-40ad-bab4-ba43d814eab0 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: ba64d698-6c3a-4838-a6c8-0505524756b5 [pid: 7|app: 0|req: 1022/1933] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:16:08 2026] PUT /v2.0/routers/31b4791e-543b-4ee7-883e-063a1f7dc724/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:10.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba23a0dc-1bc7-4076-a343-8bf1d3b5f2a7 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 7dadfe7a-b099-4842-b5c5-82639668db0d 2026-04-14 14:16:10.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba23a0dc-1bc7-4076-a343-8bf1d3b5f2a7 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 7dadfe7a-b099-4842-b5c5-82639668db0d 2026-04-14 14:16:10.448 8 INFO neutron.services.segments.plugin [-] Segment ee876920-c596-4a3a-8486-f71a67f213e0 resource provider aggregate not found 2026-04-14 14:16:10.475 8 INFO neutron.services.segments.plugin [-] Segment ee876920-c596-4a3a-8486-f71a67f213e0 resource provider aggregate not found 2026-04-14 14:16:10.482 8 INFO neutron.services.segments.plugin [-] Segment ee876920-c596-4a3a-8486-f71a67f213e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee876920-c596-4a3a-8486-f71a67f213e0 found for delete ", "request_id": "req-e6f09197-f776-4351-9da8-d66bf3c7368d"}]} 2026-04-14 14:16:10.505 8 INFO neutron.services.segments.plugin [-] Segment ee876920-c596-4a3a-8486-f71a67f213e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee876920-c596-4a3a-8486-f71a67f213e0 found for delete ", "request_id": "req-ab92a218-5798-4e4d-9606-ab41ce40ef0e"}]} 2026-04-14 14:16:10.577 7 INFO neutron.db.segments_db [None req-0e6024b4-513b-4a6d-804e-f80a3c221d70 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Added segment 27570e28-afba-4398-b35a-c194563b4fd4 of type vxlan for network 8d6a5d06-6fcc-42c5-8a41-ae4808b5b560 2026-04-14 14:16:10.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba23a0dc-1bc7-4076-a343-8bf1d3b5f2a7 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 5727f0cb-093a-407a-9097-a3d57c2a4283 2026-04-14 14:16:10.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba23a0dc-1bc7-4076-a343-8bf1d3b5f2a7 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 5727f0cb-093a-407a-9097-a3d57c2a4283 [pid: 7|app: 0|req: 1023/1934] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:10 2026] POST /v2.0/networks => generated 631 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1935] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:10 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1936] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:10 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:16:11.046 8 INFO neutron.db.l3_hamode_db [None req-ba23a0dc-1bc7-4076-a343-8bf1d3b5f2a7 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] HA network 5372e547-1854-4de5-a62d-65f0bef20377 was deleted as no HA routers are present in tenant 05707c6feaea4b46843e1fde938810a1. [pid: 8|app: 0|req: 912/1937] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:10 2026] DELETE /v2.0/routers/31b4791e-543b-4ee7-883e-063a1f7dc724 => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1938] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:11 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1939] 10.0.0.133 () {34 vars in 678 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1940] 10.0.0.133 () {34 vars in 666 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1941] 10.0.0.133 () {34 vars in 678 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1942] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:11 2026] DELETE /v2.0/subnets/d01be5f3-dd25-4d39-ba26-cbac31308f8e => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:11.412 7 INFO neutron.db.segments_db [None req-1ed6efdc-7e56-4d99-b8da-a87d5527f01b 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Added segment ff9192c3-7d16-4930-a437-082cded3f17d of type vxlan for network 92f9d59a-d4ab-4477-b5b1-c3003d9d84db [pid: 8|app: 0|req: 915/1943] 10.0.0.133 () {34 vars in 678 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1944] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:11.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0898ddb-1898-40b8-a0c3-e1a371b9942d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: e77843e0-6348-4c07-a8ed-5bf40a4a97d7 2026-04-14 14:16:11.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0898ddb-1898-40b8-a0c3-e1a371b9942d 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: e77843e0-6348-4c07-a8ed-5bf40a4a97d7 [pid: 7|app: 0|req: 1030/1945] 10.0.0.133 () {34 vars in 678 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1946] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:11 2026] DELETE /v2.0/networks/b3e18809-8b5a-47bd-b445-381781ec9a50 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1947] 10.0.0.133 () {34 vars in 678 bytes} [Tue Apr 14 14:16:11 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: 8|app: 0|req: 918/1948] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:11 2026] PUT /v2.0/policies/7b9fc449-9d50-4a5b-afaa-b2e0b37ac0b8/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1949] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:11 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 919/1950] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:11 2026] PUT /v2.0/policies/e9ba7cf3-7728-4e2d-b52b-2aeb0d2f0bbe/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1951] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:11 2026] PUT /v2.0/policies/8ce955af-ff55-45dd-929e-9ee24b3ea6f1/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1952] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:11 2026] PUT /v2.0/policies/c548ac9c-f4ea-452c-b06c-58645f8b2c2c/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: 1032/1953] 10.0.0.133 () {34 vars in 666 bytes} [Tue Apr 14 14:16:11 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:12.098 8 INFO neutron.db.segments_db [None req-cc58d95d-bca8-401b-9121-1971a01ae233 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Added segment e49046a2-8d8b-4892-af95-9fd9d30d4c77 of type vxlan for network d36f30f5-4ec2-4af1-a2a7-3f75406eb207 [pid: 7|app: 0|req: 1033/1954] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/security-groups?tenant_id=05707c6feaea4b46843e1fde938810a1&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1955] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:12 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) [pid: 7|app: 0|req: 1034/1956] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1957] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:12 2026] DELETE /v2.0/security-groups/ebd560cc-0f10-41c1-bbee-1c9c8a8046bc => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1958] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:12.509 8 INFO neutron.services.segments.plugin [-] Segment adf68183-08e3-4815-8212-17d2cddc73f2 resource provider aggregate not found 2026-04-14 14:16:12.529 8 INFO neutron.services.segments.plugin [-] Segment adf68183-08e3-4815-8212-17d2cddc73f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf68183-08e3-4815-8212-17d2cddc73f2 found for delete ", "request_id": "req-4234288d-65c5-4014-adb3-5c6d6a44bb5f"}]} 2026-04-14 14:16:12.533 8 INFO neutron.services.segments.plugin [-] Segment adf68183-08e3-4815-8212-17d2cddc73f2 resource provider aggregate not found 2026-04-14 14:16:12.551 8 INFO neutron.services.segments.plugin [-] Segment adf68183-08e3-4815-8212-17d2cddc73f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf68183-08e3-4815-8212-17d2cddc73f2 found for delete ", "request_id": "req-9df1d9eb-b819-4fb9-b3cc-429db0c434a5"}]} 2026-04-14 14:16:12.556 8 INFO neutron.services.segments.plugin [-] Segment 55adf18e-8fcd-443b-b9dc-26018cc1093d resource provider aggregate not found 2026-04-14 14:16:12.569 8 INFO neutron.services.segments.plugin [-] Segment 55adf18e-8fcd-443b-b9dc-26018cc1093d resource provider aggregate not found 2026-04-14 14:16:12.576 8 INFO neutron.services.segments.plugin [-] Segment 55adf18e-8fcd-443b-b9dc-26018cc1093d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55adf18e-8fcd-443b-b9dc-26018cc1093d found for delete ", "request_id": "req-49ca79e0-3a48-4b41-81eb-d80221ee4fff"}]} 2026-04-14 14:16:12.588 8 INFO neutron.services.segments.plugin [-] Segment 55adf18e-8fcd-443b-b9dc-26018cc1093d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55adf18e-8fcd-443b-b9dc-26018cc1093d found for delete ", "request_id": "req-ce23b950-84d9-4b57-9493-519dcd809e6f"}]} [pid: 7|app: 0|req: 1035/1959] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:12 2026] POST /v2.0/ports => generated 743 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1036/1960] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 925/1961] 10.0.0.133 () {32 vars in 674 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1962] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/security-groups?tenant_id=096a687c39134176934d16cb751f970c&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1963] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&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: 1039/1964] 10.0.0.133 () {32 vars in 688 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1965] 10.0.0.133 () {34 vars in 666 bytes} [Tue Apr 14 14:16:12 2026] POST /v2.0/trunks => generated 407 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1966] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:12 2026] DELETE /v2.0/security-groups/ea572568-8213-4c61-a9d0-5b73ea20b923 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1967] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:16:12 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:13.119 8 INFO neutron.db.segments_db [None req-65d65131-40b4-4e6d-b414-515541680b55 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Added segment 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 of type vxlan for network 4bbf81e2-de20-49bb-aced-67969ca39060 [pid: 8|app: 0|req: 928/1968] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:13 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: 1041/1969] 10.0.0.133 () {32 vars in 684 bytes} [Tue Apr 14 14:16:13 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1970] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:13 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1043/1971] 10.0.0.133 () {32 vars in 696 bytes} [Tue Apr 14 14:16:14 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:14.363 8 INFO neutron.db.l3_db [None req-deefe071-76ad-41f5-b796-51a9df8d94c5 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Floating IP 7aefcc8b-a6ce-4e66-8882-070a23bea86b associated. External IP: 10.96.250.201, port: 659437ad-d78b-4d9c-859e-5f64e5e7f6d9. [pid: 7|app: 0|req: 1044/1972] 10.0.0.133 () {34 vars in 666 bytes} [Tue Apr 14 14:16:14 2026] POST /v2.0/trunks => generated 407 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1973] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:16:14 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-04-14 14:16:14.502 7 INFO neutron.db.segments_db [None req-cbb03806-9506-4c50-bc0c-1221e22b26a9 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Added segment 704015a8-d694-48e4-808c-78080aad1190 of type vxlan for network 50f00284-f450-4585-8986-0763dd197427 [pid: 7|app: 0|req: 1046/1974] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:14 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1975] 10.0.0.133 () {32 vars in 696 bytes} [Tue Apr 14 14:16:14 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1976] 10.0.0.133 () {34 vars in 677 bytes} [Tue Apr 14 14:16:13 2026] POST /v2.0/floatingips => generated 855 bytes in 1467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:14.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05e11b51-4a3a-4667-b0f8-2b8bd5dfc5b6'] response: {'name': 'network-changed', 'server_uuid': '833adfac-0f59-4459-8492-2b71494fc80d', 'tag': '659437ad-d78b-4d9c-859e-5f64e5e7f6d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 930/1977] 10.0.0.133 () {32 vars in 692 bytes} [Tue Apr 14 14:16:14 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1978] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:14 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1979] 10.0.0.133 () {32 vars in 704 bytes} [Tue Apr 14 14:16:14 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1980] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:14 2026] DELETE /v2.0/qos/policies/7b9fc449-9d50-4a5b-afaa-b2e0b37ac0b8 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1981] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:14 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 934/1982] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:14 2026] DELETE /v2.0/qos/policies/e9ba7cf3-7728-4e2d-b52b-2aeb0d2f0bbe => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1983] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:15 2026] DELETE /v2.0/qos/policies/8ce955af-ff55-45dd-929e-9ee24b3ea6f1 => 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: 936/1984] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:15 2026] DELETE /v2.0/qos/policies/c548ac9c-f4ea-452c-b06c-58645f8b2c2c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1985] 10.0.0.133 () {34 vars in 666 bytes} [Tue Apr 14 14:16:14 2026] POST /v2.0/trunks => generated 407 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1986] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:15 2026] DELETE /v2.0/qos/policies/a91ef7fe-18b4-4852-bc69-fcef8e52e58d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1987] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:16:15 2026] PUT /v2.0/trunks/7eff3824-15ed-45c3-b17d-b864c5b26332/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1988] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:16:15 2026] PUT /v2.0/trunks/bc3a5e2f-7fb7-4a40-a02a-1f1c32bd6c40/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1989] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:16:15 2026] PUT /v2.0/trunks/12d7125c-8d47-4f8d-bcde-46c6f178204a/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: 939/1990] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1991] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:16:15 2026] PUT /v2.0/trunks/44ba8174-d74f-479e-84f8-0cf055230ad7/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1992] 10.0.0.133 () {32 vars in 662 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1993] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1994] 10.0.0.133 () {32 vars in 676 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks?tags=red%2Cblue => 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: 1055/1995] 10.0.0.133 () {32 vars in 672 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1996] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=659437ad-d78b-4d9c-859e-5f64e5e7f6d9 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1997] 10.0.0.133 () {32 vars in 684 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1998] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/subnets?id=8b4b3f47-29c1-4aa8-b5c8-bb1a10d2d912 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1999] 10.0.0.133 () {32 vars in 670 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2000] 10.0.0.133 () {32 vars in 684 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2001] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/ports?network_id=95411d3a-9df2-41d8-af07-9c41a20ec0cb&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: 1059/2002] 10.0.0.133 () {32 vars in 680 bytes} [Tue Apr 14 14:16:15 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: 1060/2003] 10.0.0.133 () {32 vars in 692 bytes} [Tue Apr 14 14:16:15 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: 8|app: 0|req: 944/2004] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2005] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks/7eff3824-15ed-45c3-b17d-b864c5b26332 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2006] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1062/2007] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/ports/337cdedf-eaf3-4c7c-a26d-ecfa744e9b07 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2008] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:16:15 2026] DELETE /v2.0/trunks/7eff3824-15ed-45c3-b17d-b864c5b26332 => 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: 1063/2011] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks/bc3a5e2f-7fb7-4a40-a02a-1f1c32bd6c40 => generated 420 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2012] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/ports/4a6311d7-efce-4e26-8414-64efbfd834b0 => 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: 1064/2013] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2014] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:16:15 2026] DELETE /v2.0/trunks/bc3a5e2f-7fb7-4a40-a02a-1f1c32bd6c40 => 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: 951/2015] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/trunks/12d7125c-8d47-4f8d-bcde-46c6f178204a => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2016] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/ports/010ec97f-aea4-42c0-aba1-a54acfac227c => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2017] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/trunks/12d7125c-8d47-4f8d-bcde-46c6f178204a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2018] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/trunks/44ba8174-d74f-479e-84f8-0cf055230ad7 => generated 414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2019] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/ports/5658e424-32c6-44ab-ae6b-494ff75117e3 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2020] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/trunks/44ba8174-d74f-479e-84f8-0cf055230ad7 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2021] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/trunks/5d3677f7-edcb-49b9-a394-a12da1221296 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2022] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:15 2026] GET /v2.0/security-groups?tenant_id=4336544ac4ec4f3ea473acbe4775546d&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2023] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/ports/b38ccc38-b4c0-411e-84da-15007cf6d3c7 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2024] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/security-groups/eb3af536-1517-4b78-a7b5-5fa5f861177c => 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: 959/2025] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/trunks/5d3677f7-edcb-49b9-a394-a12da1221296 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:16.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-322fadf4-8781-4367-86c3-f4f3267bbb7b 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] TaaS: Handle Delete Port: 337cdedf-eaf3-4c7c-a26d-ecfa744e9b07 2026-04-14 14:16:16.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-322fadf4-8781-4367-86c3-f4f3267bbb7b 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Tap Mirror: Handle Delete Port: 337cdedf-eaf3-4c7c-a26d-ecfa744e9b07 [pid: 7|app: 0|req: 1067/2026] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/ports/337cdedf-eaf3-4c7c-a26d-ecfa744e9b07 => 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: 960/2027] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/security-groups?tenant_id=fd505e2593d047a7aa32ca96b62715dd&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2028] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/security-groups/84315ced-d1d4-4dea-a173-7bf46b8d2046 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:16.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-00a99395-647f-439a-8e24-cfdd95dd9baa 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] TaaS: Handle Delete Port: 4a6311d7-efce-4e26-8414-64efbfd834b0 2026-04-14 14:16:16.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00a99395-647f-439a-8e24-cfdd95dd9baa 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Tap Mirror: Handle Delete Port: 4a6311d7-efce-4e26-8414-64efbfd834b0 [pid: 7|app: 0|req: 1068/2029] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/ports/4a6311d7-efce-4e26-8414-64efbfd834b0 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2030] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:16.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c833693-bf4d-454d-888c-d441caf5b605 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] TaaS: Handle Delete Port: 010ec97f-aea4-42c0-aba1-a54acfac227c 2026-04-14 14:16:16.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c833693-bf4d-454d-888c-d441caf5b605 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Tap Mirror: Handle Delete Port: 010ec97f-aea4-42c0-aba1-a54acfac227c [pid: 8|app: 0|req: 962/2031] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:16 2026] DELETE /v2.0/ports/010ec97f-aea4-42c0-aba1-a54acfac227c => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2032] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:16 2026] GET /v2.0/security-groups?tenant_id=7b44379055cb43a792990d0f48e8ecde&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2033] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/security-groups/12273c12-cd35-4af6-8b4c-355a1968595f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:17.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ac610d1-92b2-4741-8a72-3bfb3e5bfd85 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] TaaS: Handle Delete Port: 5658e424-32c6-44ab-ae6b-494ff75117e3 2026-04-14 14:16:17.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac610d1-92b2-4741-8a72-3bfb3e5bfd85 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Tap Mirror: Handle Delete Port: 5658e424-32c6-44ab-ae6b-494ff75117e3 [pid: 8|app: 0|req: 963/2034] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/ports/5658e424-32c6-44ab-ae6b-494ff75117e3 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:17.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf060689-0a9a-4e9a-8576-32fe64545b8a 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] TaaS: Handle Delete Port: b38ccc38-b4c0-411e-84da-15007cf6d3c7 2026-04-14 14:16:17.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf060689-0a9a-4e9a-8576-32fe64545b8a 34754e074c674463a611c2884c45f896 b21f589e2185467dbcc16535be7086fd - - default default] Tap Mirror: Handle Delete Port: b38ccc38-b4c0-411e-84da-15007cf6d3c7 [pid: 7|app: 0|req: 1072/2035] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/ports/b38ccc38-b4c0-411e-84da-15007cf6d3c7 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:17.636 7 INFO neutron.services.segments.plugin [-] Segment 27570e28-afba-4398-b35a-c194563b4fd4 resource provider aggregate not found 2026-04-14 14:16:17.646 7 INFO neutron.services.segments.plugin [-] Segment 27570e28-afba-4398-b35a-c194563b4fd4 resource provider aggregate not found [pid: 7|app: 0|req: 1073/2036] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/networks/8d6a5d06-6fcc-42c5-8a41-ae4808b5b560 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:17.660 7 INFO neutron.services.segments.plugin [-] Segment 27570e28-afba-4398-b35a-c194563b4fd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27570e28-afba-4398-b35a-c194563b4fd4 found for delete ", "request_id": "req-81a7e695-0047-41d8-b230-a1f12edbdf6e"}]} 2026-04-14 14:16:17.672 7 INFO neutron.services.segments.plugin [-] Segment 27570e28-afba-4398-b35a-c194563b4fd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27570e28-afba-4398-b35a-c194563b4fd4 found for delete ", "request_id": "req-cc2e54c3-9c04-4515-8f81-e7bcb262aa2f"}]} [pid: 7|app: 0|req: 1074/2037] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/networks/92f9d59a-d4ab-4477-b5b1-c3003d9d84db => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:17.824 8 INFO neutron.db.segments_db [None req-f698a346-7889-4e8b-b8d5-8e5a6b105f0e 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Added segment 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c of type vxlan for network e054e7e0-d363-4c42-bbc8-ce43a7bce8bd [pid: 7|app: 0|req: 1075/2038] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/networks/d36f30f5-4ec2-4af1-a2a7-3f75406eb207 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2039] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:17 2026] POST /v2.0/networks => generated 632 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2040] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:17 2026] DELETE /v2.0/networks/4bbf81e2-de20-49bb-aced-67969ca39060 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2041] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:18 2026] DELETE /v2.0/networks/50f00284-f450-4585-8986-0763dd197427 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2042] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:17 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:18.285 7 INFO neutron.db.segments_db [None req-b738533c-10de-4fe7-b9dd-98755fec0da3 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Added segment 7add72b2-cae9-401e-9378-fb2b2729a7de of type vxlan for network 6fb23a69-5e51-411c-b2a8-9afa9553161b [pid: 7|app: 0|req: 1078/2043] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:18 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 966/2044] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:18 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:18.702 7 INFO neutron.db.segments_db [None req-00d7c164-f6d7-4143-a5be-0a63c8866f29 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Added segment 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 of type vxlan for network 82b7cd8e-0db2-4dc4-b9ca-825f167a5df9 [pid: 7|app: 0|req: 1079/2045] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:18 2026] POST /v2.0/networks => generated 632 bytes in 128 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: 967/2046] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:18 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:16:19.137 8 INFO neutron.db.segments_db [None req-eecb968b-86e6-4d1d-8389-94cf65e453e4 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Added segment b654f583-6913-4419-a61a-70bb8ae2bb38 of type vxlan for network 5f19764e-0a7b-4366-b130-09bbf99e95da [pid: 8|app: 0|req: 968/2047] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:19 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2048] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:18 2026] GET /v2.0/security-groups?tenant_id=4488872778294d01ad21c5033825c762&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: 1081/2049] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:19 2026] DELETE /v2.0/security-groups/2ac6ce56-48c1-49e6-8696-451057b592f6 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2050] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:19 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1082/2051] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:19 2026] GET /v2.0/security-groups?tenant_id=a3eee3d06fde49f48d8fda3200a39511&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:19.570 8 INFO neutron.db.segments_db [None req-0b840fa1-a4fd-4891-9f1a-e6d1cae8a147 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Added segment 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 of type vxlan for network 3925ba4a-6f4f-4465-8cfb-186d4fb63524 [pid: 8|app: 0|req: 970/2052] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:19 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:19.684 7 INFO neutron.services.segments.plugin [-] Segment ff9192c3-7d16-4930-a437-082cded3f17d resource provider aggregate not found 2026-04-14 14:16:19.695 7 INFO neutron.services.segments.plugin [-] Segment ff9192c3-7d16-4930-a437-082cded3f17d resource provider aggregate not found [pid: 7|app: 0|req: 1083/2053] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:19 2026] DELETE /v2.0/security-groups/478e1f9f-c0f9-4d7f-b495-f5d47f5190a2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:19.711 7 INFO neutron.services.segments.plugin [-] Segment ff9192c3-7d16-4930-a437-082cded3f17d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff9192c3-7d16-4930-a437-082cded3f17d found for delete ", "request_id": "req-bdc0f4fc-758e-4e91-82e3-7131f5a94845"}]} 2026-04-14 14:16:19.723 7 INFO neutron.services.segments.plugin [-] Segment ff9192c3-7d16-4930-a437-082cded3f17d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff9192c3-7d16-4930-a437-082cded3f17d found for delete ", "request_id": "req-6c78a44a-3b3e-4ac9-b59a-3dd072fd389f"}]} 2026-04-14 14:16:19.733 7 INFO neutron.services.segments.plugin [-] Segment e49046a2-8d8b-4892-af95-9fd9d30d4c77 resource provider aggregate not found 2026-04-14 14:16:19.747 7 INFO neutron.services.segments.plugin [-] Segment e49046a2-8d8b-4892-af95-9fd9d30d4c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e49046a2-8d8b-4892-af95-9fd9d30d4c77 found for delete ", "request_id": "req-4beb02ad-7611-46cd-9459-47da15eb1123"}]} 2026-04-14 14:16:19.753 7 INFO neutron.services.segments.plugin [-] Segment e49046a2-8d8b-4892-af95-9fd9d30d4c77 resource provider aggregate not found 2026-04-14 14:16:19.770 7 INFO neutron.services.segments.plugin [-] Segment e49046a2-8d8b-4892-af95-9fd9d30d4c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e49046a2-8d8b-4892-af95-9fd9d30d4c77 found for delete ", "request_id": "req-ca798a59-a49f-4683-a338-9d1114f499b3"}]} 2026-04-14 14:16:19.787 7 INFO neutron.services.segments.plugin [-] Segment 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 resource provider aggregate not found 2026-04-14 14:16:19.790 7 INFO neutron.services.segments.plugin [-] Segment 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 resource provider aggregate not found 2026-04-14 14:16:19.812 7 INFO neutron.services.segments.plugin [-] Segment 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 found for delete ", "request_id": "req-535c8d6a-2d51-4a54-ad44-70139b75fb5f"}]} 2026-04-14 14:16:19.834 7 INFO neutron.services.segments.plugin [-] Segment 704015a8-d694-48e4-808c-78080aad1190 resource provider aggregate not found 2026-04-14 14:16:19.838 7 INFO neutron.services.segments.plugin [-] Segment 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66bc8171-ea3f-41a7-aa9d-c6bd4fcc26b8 found for delete ", "request_id": "req-3f4ab133-80d8-41f1-8faa-c91c41d3fad8"}]} 2026-04-14 14:16:19.857 7 INFO neutron.services.segments.plugin [-] Segment 704015a8-d694-48e4-808c-78080aad1190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 704015a8-d694-48e4-808c-78080aad1190 found for delete ", "request_id": "req-586c440c-d159-482c-a498-61118103cdd4"}]} 2026-04-14 14:16:19.867 7 INFO neutron.services.segments.plugin [-] Segment 704015a8-d694-48e4-808c-78080aad1190 resource provider aggregate not found 2026-04-14 14:16:19.886 7 INFO neutron.services.segments.plugin [-] Segment 704015a8-d694-48e4-808c-78080aad1190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 704015a8-d694-48e4-808c-78080aad1190 found for delete ", "request_id": "req-b9fca3a6-8c09-4277-aac7-34ddee6a3480"}]} [pid: 7|app: 0|req: 1084/2054] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:19 2026] GET /v2.0/security-groups?tenant_id=b21f589e2185467dbcc16535be7086fd&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: 971/2055] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:16:19 2026] POST /v2.0/ports => generated 743 bytes in 342 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: 1085/2056] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:19 2026] DELETE /v2.0/security-groups/614cada3-62e5-487f-ae65-ef0e804aa88a => 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: 972/2057] 10.0.0.133 () {34 vars in 747 bytes} [Tue Apr 14 14:16:20 2026] PUT /v2.0/ports/ca656ada-b0a3-44b2-a6a2-8d3b0dac58d9/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2058] 10.0.0.133 () {34 vars in 747 bytes} [Tue Apr 14 14:16:20 2026] PUT /v2.0/ports/e055c03b-e264-43f1-8c85-9d84b6cbf638/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: 8|app: 0|req: 973/2059] 10.0.0.133 () {34 vars in 747 bytes} [Tue Apr 14 14:16:20 2026] PUT /v2.0/ports/5244e671-fb2c-4e14-9b2c-a3468e213ac1/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1087/2060] 10.0.0.133 () {34 vars in 747 bytes} [Tue Apr 14 14:16:20 2026] PUT /v2.0/ports/21862918-0edc-413f-92de-cc2ed980a119/tags => generated 19 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 974/2061] 10.0.0.133 () {32 vars in 660 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2062] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 1089/2063] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2064] 10.0.0.133 () {32 vars in 674 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2065] 10.0.0.133 () {32 vars in 670 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2066] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2067] 10.0.0.133 () {32 vars in 668 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2068] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2069] 10.0.0.133 () {32 vars in 678 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2070] 10.0.0.133 () {32 vars in 690 bytes} [Tue Apr 14 14:16:20 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:21.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-41bbfbd6-c2e2-4672-ac58-5633e403c990 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] TaaS: Handle Delete Port: ca656ada-b0a3-44b2-a6a2-8d3b0dac58d9 2026-04-14 14:16:21.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bbfbd6-c2e2-4672-ac58-5633e403c990 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Tap Mirror: Handle Delete Port: ca656ada-b0a3-44b2-a6a2-8d3b0dac58d9 [pid: 7|app: 0|req: 1096/2071] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:20 2026] DELETE /v2.0/ports/ca656ada-b0a3-44b2-a6a2-8d3b0dac58d9 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2072] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16:20 2026] POST /v2.0/floatingips => generated 552 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:21.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-97aa012d-01f6-45f2-90b6-8e2363f9c285 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] TaaS: Handle Delete Port: e055c03b-e264-43f1-8c85-9d84b6cbf638 2026-04-14 14:16:21.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97aa012d-01f6-45f2-90b6-8e2363f9c285 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Tap Mirror: Handle Delete Port: e055c03b-e264-43f1-8c85-9d84b6cbf638 [pid: 8|app: 0|req: 977/2073] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:21 2026] PUT /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2074] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/ports/e055c03b-e264-43f1-8c85-9d84b6cbf638 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2075] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2076] 10.0.0.133 () {34 vars in 770 bytes} [Tue Apr 14 14:16:21 2026] PUT /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 14:16:21.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bfab22f-acde-4489-b5c5-95933e65fb0d 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] TaaS: Handle Delete Port: 5244e671-fb2c-4e14-9b2c-a3468e213ac1 2026-04-14 14:16:21.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bfab22f-acde-4489-b5c5-95933e65fb0d 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Tap Mirror: Handle Delete Port: 5244e671-fb2c-4e14-9b2c-a3468e213ac1 [pid: 8|app: 0|req: 980/2077] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/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: 981/2078] 10.0.0.133 () {34 vars in 766 bytes} [Tue Apr 14 14:16:21 2026] PUT /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2079] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/ports/5244e671-fb2c-4e14-9b2c-a3468e213ac1 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2080] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2081] 10.0.0.133 () {34 vars in 788 bytes} [Tue Apr 14 14:16:21 2026] PUT /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 14:16:21.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-11b6c758-48a3-4710-9d79-436dc089f7e8 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] TaaS: Handle Delete Port: 21862918-0edc-413f-92de-cc2ed980a119 2026-04-14 14:16:21.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11b6c758-48a3-4710-9d79-436dc089f7e8 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Tap Mirror: Handle Delete Port: 21862918-0edc-413f-92de-cc2ed980a119 [pid: 8|app: 0|req: 984/2082] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/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: 1099/2083] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/ports/21862918-0edc-413f-92de-cc2ed980a119 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2084] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:21 2026] PUT /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2085] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2086] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:21.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3b136a1-4b1d-4759-ae14-dc7d2429b365 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] TaaS: Handle Delete Port: 1a46df44-e363-42f8-9620-1dd5f842a7c1 2026-04-14 14:16:21.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3b136a1-4b1d-4759-ae14-dc7d2429b365 197a78221141492184167bbccf5eb156 09a3b8f86bdb48328c320f09dca6f3e2 - - default default] Tap Mirror: Handle Delete Port: 1a46df44-e363-42f8-9620-1dd5f842a7c1 2026-04-14 14:16:21.872 8 INFO neutron.api.v2.resource [None req-d771e1f1-f8be-4079-bd4d-e7db431c3e39 1a2d3cbeaee444fb8557a4be85ba479d 0921f5574ce748acb68690a726b78153 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 988/2087] 10.0.0.133 () {32 vars in 751 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2088] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/red => 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: 1100/2089] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/ports/1a46df44-e363-42f8-9620-1dd5f842a7c1 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2090] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:21 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:22.036 8 INFO neutron.api.v2.resource [None req-f1b8fbf0-d36f-46ae-aaee-62981fc6e219 1a2d3cbeaee444fb8557a4be85ba479d 0921f5574ce748acb68690a726b78153 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 991/2091] 10.0.0.133 () {32 vars in 754 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:16:22.074 7 INFO neutron.services.segments.plugin [-] Segment 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c resource provider aggregate not found 2026-04-14 14:16:22.080 7 INFO neutron.services.segments.plugin [-] Segment 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c resource provider aggregate not found [pid: 8|app: 0|req: 992/2092] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:16:22 2026] DELETE /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2093] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:21 2026] DELETE /v2.0/networks/e054e7e0-d363-4c42-bbc8-ce43a7bce8bd => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:22.101 7 INFO neutron.services.segments.plugin [-] Segment 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c found for delete ", "request_id": "req-e12d3186-0c82-498c-a426-d0a1f99c2a8d"}]} 2026-04-14 14:16:22.102 7 INFO neutron.services.segments.plugin [-] Segment 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14793a1a-cceb-4ae2-b5ab-5d08cb0eb80c found for delete ", "request_id": "req-f588dffb-3677-45f2-8705-9d4ba1aa1396"}]} [pid: 7|app: 0|req: 1102/2094] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:22 2026] GET /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:22.222 8 INFO neutron.services.segments.plugin [-] Segment 7add72b2-cae9-401e-9378-fb2b2729a7de resource provider aggregate not found 2026-04-14 14:16:22.231 8 INFO neutron.services.segments.plugin [-] Segment 7add72b2-cae9-401e-9378-fb2b2729a7de resource provider aggregate not found 2026-04-14 14:16:22.250 8 INFO neutron.services.segments.plugin [-] Segment 7add72b2-cae9-401e-9378-fb2b2729a7de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7add72b2-cae9-401e-9378-fb2b2729a7de found for delete ", "request_id": "req-75df8dd2-399f-4259-bb72-0eff5f14958b"}]} 2026-04-14 14:16:22.255 8 INFO neutron.services.segments.plugin [-] Segment 7add72b2-cae9-401e-9378-fb2b2729a7de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7add72b2-cae9-401e-9378-fb2b2729a7de found for delete ", "request_id": "req-c1fe887c-a15b-4df3-bee6-09b297f04e84"}]} 2026-04-14 14:16:22.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-4143db8f-6dd8-4717-88bf-17cc94b4cf46 1a2d3cbeaee444fb8557a4be85ba479d 0921f5574ce748acb68690a726b78153 - - default default] TaaS: Handle Delete Port: 268a6d60-c815-4798-8a21-7e0c64f1c250 [pid: 8|app: 0|req: 993/2095] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:22 2026] DELETE /v2.0/networks/6fb23a69-5e51-411c-b2a8-9afa9553161b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:16:22.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4143db8f-6dd8-4717-88bf-17cc94b4cf46 1a2d3cbeaee444fb8557a4be85ba479d 0921f5574ce748acb68690a726b78153 - - default default] Tap Mirror: Handle Delete Port: 268a6d60-c815-4798-8a21-7e0c64f1c250 [pid: 7|app: 0|req: 1103/2096] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:22 2026] DELETE /v2.0/floatingips/69a43ac3-f782-465a-8ddf-0184494f9c23 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2097] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:22 2026] DELETE /v2.0/networks/82b7cd8e-0db2-4dc4-b9ca-825f167a5df9 => 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: 1104/2098] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:22 2026] DELETE /v2.0/networks/5f19764e-0a7b-4366-b130-09bbf99e95da => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2099] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:22 2026] DELETE /v2.0/networks/3925ba4a-6f4f-4465-8cfb-186d4fb63524 => 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: 1105/2100] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:23 2026] GET /v2.0/security-groups?tenant_id=0921f5574ce748acb68690a726b78153&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2101] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:23 2026] DELETE /v2.0/security-groups/7c8ebb51-63dc-456a-9de0-96b81d9127b1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:23.631 8 INFO neutron.db.segments_db [None req-bfdbabb9-b3dc-44a2-8dcb-fc7a5974cb4c ef5fd8bf413c4c6a9f48ed9fd2ed6c4c 504e88fe6622495ba02f4172f3fefb06 - - default default] Added segment 2f371ce6-1312-426b-b9e3-9c85479fc4cb of type vxlan for network a29a2831-39b1-46bf-bdf5-7ee3a5a77d04 [pid: 8|app: 0|req: 996/2102] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:23 2026] POST /v2.0/networks => generated 632 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2103] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:23 2026] GET /v2.0/security-groups?tenant_id=2a4ef739dd394f2e9b0cd1e0d66599a5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2104] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:23 2026] PUT /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2105] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:23 2026] DELETE /v2.0/security-groups/d6c389f1-c28d-4120-b68a-415f53e14aa0 => 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: 1110/2106] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:23 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2107] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:23 2026] GET /v2.0/security-groups?tenant_id=23fbdea4441848b7827c44d151b801ba&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2108] 10.0.0.133 () {34 vars in 764 bytes} [Tue Apr 14 14:16:24 2026] PUT /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 14:16:24.138 7 INFO neutron.services.segments.plugin [-] Segment b654f583-6913-4419-a61a-70bb8ae2bb38 resource provider aggregate not found 2026-04-14 14:16:24.142 7 INFO neutron.services.segments.plugin [-] Segment b654f583-6913-4419-a61a-70bb8ae2bb38 resource provider aggregate not found 2026-04-14 14:16:24.165 7 INFO neutron.services.segments.plugin [-] Segment b654f583-6913-4419-a61a-70bb8ae2bb38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b654f583-6913-4419-a61a-70bb8ae2bb38 found for delete ", "request_id": "req-10a6e835-6dcc-4370-b490-e326bd204835"}]} 2026-04-14 14:16:24.173 7 INFO neutron.services.segments.plugin [-] Segment b654f583-6913-4419-a61a-70bb8ae2bb38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b654f583-6913-4419-a61a-70bb8ae2bb38 found for delete ", "request_id": "req-5187aa9f-d8c7-4c9c-826f-227194dd4551"}]} [pid: 8|app: 0|req: 998/2109] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:24 2026] DELETE /v2.0/security-groups/07af4e0b-d75f-4b4a-9f08-3b59776b967d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2110] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:24.278 8 INFO neutron.services.segments.plugin [-] Segment 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 resource provider aggregate not found 2026-04-14 14:16:24.283 8 INFO neutron.services.segments.plugin [-] Segment 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 resource provider aggregate not found 2026-04-14 14:16:24.302 8 INFO neutron.services.segments.plugin [-] Segment 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 found for delete ", "request_id": "req-465abc26-1d96-4e15-8172-c2d50ebf1d61"}]} 2026-04-14 14:16:24.308 8 INFO neutron.services.segments.plugin [-] Segment 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83f4e4d0-a4d0-4d23-9e98-ccb8d01751e9 found for delete ", "request_id": "req-879879d8-d6a8-4ac9-b941-3f2a3e8383f5"}]} [pid: 8|app: 0|req: 999/2111] 10.0.0.133 () {34 vars in 760 bytes} [Tue Apr 14 14:16:24 2026] PUT /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/red => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 14:16:24.328 8 INFO neutron.services.segments.plugin [-] Segment 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 resource provider aggregate not found 2026-04-14 14:16:24.332 8 INFO neutron.services.segments.plugin [-] Segment 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 resource provider aggregate not found 2026-04-14 14:16:24.348 8 INFO neutron.services.segments.plugin [-] Segment 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 found for delete ", "request_id": "req-b7c51189-93e0-48e2-8479-e5ec9b7efca2"}]} 2026-04-14 14:16:24.355 8 INFO neutron.services.segments.plugin [-] Segment 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b8455eb-c5ed-4a49-b808-d3f2fa2eae63 found for delete ", "request_id": "req-263a2cc6-d501-4338-b8e5-95b6cd609198"}]} [pid: 7|app: 0|req: 1113/2112] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2113] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/security-groups?tenant_id=09a3b8f86bdb48328c320f09dca6f3e2&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2114] 10.0.0.133 () {34 vars in 782 bytes} [Tue Apr 14 14:16:24 2026] PUT /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2115] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:24 2026] DELETE /v2.0/security-groups/3b4007b8-a7da-49f3-80b5-917e01d08495 => 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: 1115/2116] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2117] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:24 2026] PUT /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2118] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2119] 10.0.0.133 () {32 vars in 741 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2120] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/security-groups?tenant_id=3a93573567964b92a991cf938ce2a70a&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:24.784 7 INFO neutron.api.v2.resource [None req-b44acf67-2999-4d89-8b7b-a18f43e8147c ef5fd8bf413c4c6a9f48ed9fd2ed6c4c 504e88fe6622495ba02f4172f3fefb06 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2121] 10.0.0.133 () {32 vars in 745 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2122] 10.0.0.133 () {32 vars in 744 bytes} [Tue Apr 14 14:16:24 2026] DELETE /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2123] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:24 2026] DELETE /v2.0/security-groups/478fdcbb-7b6e-4b00-978d-155b8d0d5ba9 => 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: 1120/2124] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:24 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:24.971 8 INFO neutron.api.v2.resource [None req-8d10614f-1a40-4060-8fba-1b37237df45e ef5fd8bf413c4c6a9f48ed9fd2ed6c4c 504e88fe6622495ba02f4172f3fefb06 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/2125] 10.0.0.133 () {32 vars in 748 bytes} [Tue Apr 14 14:16:24 2026] DELETE /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2126] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:16:24 2026] DELETE /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2127] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:25 2026] GET /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2128] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:25 2026] DELETE /v2.0/networks/a29a2831-39b1-46bf-bdf5-7ee3a5a77d04 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2129] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:25 2026] GET /v2.0/security-groups?tenant_id=504e88fe6622495ba02f4172f3fefb06&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2130] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:25 2026] DELETE /v2.0/security-groups/74620041-36d6-4d63-a3f0-bc7208e60245 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:26.185 7 INFO neutron.services.segments.plugin [-] Segment 2f371ce6-1312-426b-b9e3-9c85479fc4cb resource provider aggregate not found 2026-04-14 14:16:26.195 7 INFO neutron.services.segments.plugin [-] Segment 2f371ce6-1312-426b-b9e3-9c85479fc4cb resource provider aggregate not found 2026-04-14 14:16:26.206 7 INFO neutron.services.segments.plugin [-] Segment 2f371ce6-1312-426b-b9e3-9c85479fc4cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f371ce6-1312-426b-b9e3-9c85479fc4cb found for delete ", "request_id": "req-12274e2f-5e90-4748-8864-0a9eca1be78b"}]} 2026-04-14 14:16:26.219 7 INFO neutron.services.segments.plugin [-] Segment 2f371ce6-1312-426b-b9e3-9c85479fc4cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f371ce6-1312-426b-b9e3-9c85479fc4cb found for delete ", "request_id": "req-c2f89a7a-414f-49fd-b2e9-190c9b221de3"}]} [pid: 8|app: 0|req: 1008/2131] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:26 2026] GET /v2.0/security-groups?tenant_id=ca23951592a6407382f105c21f168376&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2132] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:26 2026] DELETE /v2.0/security-groups/b6a6b401-7288-43e4-94c8-af1afe4e60b8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2133] 10.0.0.133 () {34 vars in 678 bytes} [Tue Apr 14 14:16:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2134] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:27 2026] PUT /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2135] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:27 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2136] 10.0.0.133 () {34 vars in 764 bytes} [Tue Apr 14 14:16:27 2026] PUT /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2137] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:27 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2138] 10.0.0.133 () {34 vars in 760 bytes} [Tue Apr 14 14:16:27 2026] PUT /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2139] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:27 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2140] 10.0.0.133 () {34 vars in 782 bytes} [Tue Apr 14 14:16:27 2026] PUT /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/black.or.white => 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: 1013/2141] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:27 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2142] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:28 2026] PUT /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2143] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:28 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2144] 10.0.0.133 () {32 vars in 741 bytes} [Tue Apr 14 14:16:28 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:28.217 8 INFO neutron.api.v2.resource [None req-6a4caf45-fa9a-4e92-8efa-1e1ec51d8ec9 5f4ecfd6113040139af70937e6987f5e e6d154ef4aef48d8aa2eb816049da8e6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/2145] 10.0.0.133 () {32 vars in 745 bytes} [Tue Apr 14 14:16:28 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2146] 10.0.0.133 () {32 vars in 744 bytes} [Tue Apr 14 14:16:28 2026] DELETE /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2147] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:28 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:28.375 7 INFO neutron.api.v2.resource [None req-00aa46af-cc10-46c3-8bd7-5cc17110f9f2 5f4ecfd6113040139af70937e6987f5e e6d154ef4aef48d8aa2eb816049da8e6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1132/2148] 10.0.0.133 () {32 vars in 748 bytes} [Tue Apr 14 14:16:28 2026] DELETE /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2149] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:16:28 2026] DELETE /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/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: 1133/2150] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:28 2026] GET /v2.0/policies/b211daed-8679-4915-8cb1-1adaf228adf7/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2151] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:28 2026] DELETE /v2.0/qos/policies/b211daed-8679-4915-8cb1-1adaf228adf7 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2152] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:29 2026] GET /v2.0/security-groups?tenant_id=e6d154ef4aef48d8aa2eb816049da8e6&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2153] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:29 2026] DELETE /v2.0/security-groups/8426963d-1d5d-424d-a23a-a68c8a805182 => 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: 1134/2154] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2155] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2156] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:29 2026] GET /v2.0/security-groups?tenant_id=1ba94e9ac3fc4a588768da3888e1021d&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: 1022/2157] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2158] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:29 2026] DELETE /v2.0/security-groups/11c964df-dc30-4469-8e91-1b6d50e91324 => 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: 1023/2159] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 14:16:30.042 7 INFO neutron.db.segments_db [None req-1083d26f-e6c8-4cde-bc5c-ec29d62ad57f 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] Added segment 47c28b91-f4bc-4add-b9ac-b1b2caaca174 of type vxlan for network f0638c3e-706e-4d5c-82a6-c23cdc1b0ef7 [pid: 8|app: 0|req: 1024/2160] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2161] 10.0.0.133 () {34 vars in 767 bytes} [Tue Apr 14 14:16:30 2026] PUT /v2.0/security-groups/3f519e76-4f9d-4b35-b4cd-174c1ea7cc2b/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2162] 10.0.0.133 () {34 vars in 767 bytes} [Tue Apr 14 14:16:30 2026] PUT /v2.0/security-groups/e9fa574c-d6b6-47ce-854e-870be4ffd0f7/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:30.250 7 INFO neutron.db.l3_hamode_db [None req-1083d26f-e6c8-4cde-bc5c-ec29d62ad57f 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1027/2163] 10.0.0.133 () {34 vars in 767 bytes} [Tue Apr 14 14:16:30 2026] PUT /v2.0/security-groups/6f1d058a-78cc-4432-819a-26e0ff613526/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2164] 10.0.0.133 () {34 vars in 767 bytes} [Tue Apr 14 14:16:30 2026] PUT /v2.0/security-groups/7c2f969d-ba90-4022-9f96-f2ec870ae8b6/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:30.343 7 INFO neutron.db.l3_hamode_db [None req-1083d26f-e6c8-4cde-bc5c-ec29d62ad57f 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1029/2165] 10.0.0.133 () {32 vars in 680 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2166] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2167] 10.0.0.133 () {32 vars in 690 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2168] 10.0.0.133 () {32 vars in 702 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2169] 10.0.0.133 () {32 vars in 688 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2170] 10.0.0.133 () {32 vars in 702 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2171] 10.0.0.133 () {32 vars in 698 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2172] 10.0.0.133 () {32 vars in 710 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2173] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:30 2026] DELETE /v2.0/security-groups/3f519e76-4f9d-4b35-b4cd-174c1ea7cc2b => 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: 1137/2176] 10.0.0.133 () {34 vars in 668 bytes} [Tue Apr 14 14:16:29 2026] POST /v2.0/routers => generated 474 bytes in 952 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2177] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:30 2026] DELETE /v2.0/security-groups/e9fa574c-d6b6-47ce-854e-870be4ffd0f7 => 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: 1041/2178] 10.0.0.133 () {32 vars in 826 bytes} [Tue Apr 14 14:16:30 2026] GET /v2.0/ports?project_id=aec327473f38498cbd4667c87e40a5df&network_id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 3691 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2179] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:30 2026] PUT /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 25 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2180] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:30 2026] DELETE /v2.0/security-groups/6f1d058a-78cc-4432-819a-26e0ff613526 => 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: 1139/2181] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:31 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2182] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:31 2026] DELETE /v2.0/security-groups/7c2f969d-ba90-4022-9f96-f2ec870ae8b6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2183] 10.0.0.133 () {34 vars in 762 bytes} [Tue Apr 14 14:16:31 2026] PUT /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/green => generated 4 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2184] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:31 2026] DELETE /v2.0/security-groups/ebc89aa6-d2fe-417c-ba3a-2eaff26ac79f => 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: 1141/2185] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:16:31 2026] GET /v2.0/subnets?network_id=e1d3e2dd-01ed-4839-8cab-f39faf7bbbab => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2186] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:31 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 34 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2187] 10.0.0.133 () {34 vars in 758 bytes} [Tue Apr 14 14:16:31 2026] PUT /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/red => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 14:16:31.691 8 INFO neutron.db.l3_db [None req-b5ec6bc1-a75a-4be7-b58f-95b7c136144d 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Floating IP 7aefcc8b-a6ce-4e66-8882-070a23bea86b disassociated. External IP: 10.96.250.201, port: 659437ad-d78b-4d9c-859e-5f64e5e7f6d9. [pid: 7|app: 0|req: 1143/2188] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:31 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2189] 10.0.0.133 () {34 vars in 780 bytes} [Tue Apr 14 14:16:31 2026] PUT /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/black.or.white => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2190] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:31 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 52 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2191] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:16:31 2026] PUT /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 554 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:32.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-092ebe2f-20b9-458d-a39c-9b4ecd2cb906'] response: {'name': 'network-changed', 'server_uuid': '833adfac-0f59-4459-8492-2b71494fc80d', 'tag': '659437ad-d78b-4d9c-859e-5f64e5e7f6d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1047/2192] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 554 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2193] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:32 2026] PUT /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 37 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2194] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2195] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/red => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2196] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/security-groups?tenant_id=9dbfc4e828824025b2864ef506769fea&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:32.499 7 INFO neutron.api.v2.resource [None req-8fc4531e-fee8-408d-a21f-88832216020e 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2197] 10.0.0.133 () {32 vars in 743 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/green => generated 99 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2198] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:32 2026] DELETE /v2.0/security-groups/f73a3583-baf6-490e-a9e6-7ffb2b4e4b04 => 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: 1150/2199] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:16:32 2026] DELETE /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/red => 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: 1050/2200] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2201] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2202] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 30 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2203] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=659437ad-d78b-4d9c-859e-5f64e5e7f6d9 => 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: 1152/2204] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/security-groups?tenant_id=e2ae75b872c04ea8a3905297b7598fc6&name=default => 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: 1153/2205] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/subnets?id=8b4b3f47-29c1-4aa8-b5c8-bb1a10d2d912 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:32.865 8 INFO neutron.api.v2.resource [None req-c6d21932-a9b6-4470-a220-b33d64df456a 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1053/2206] 10.0.0.133 () {32 vars in 746 bytes} [Tue Apr 14 14:16:32 2026] DELETE /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags/green => generated 99 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2207] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/ports?network_id=95411d3a-9df2-41d8-af07-9c41a20ec0cb&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2208] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:32 2026] DELETE /v2.0/security-groups/a797c2aa-0d53-4d41-92cc-88110749500c => 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: 1155/2209] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1156/2210] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:16:32 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1055/2211] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:32 2026] DELETE /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => 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: 1157/2212] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061/tags => generated 12 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2213] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2214] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2215] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/security-groups?tenant_id=c19dbdc4cf18480ba09cf9c497e5d8f3&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2216] 10.0.0.133 () {34 vars in 676 bytes} [Tue Apr 14 14:16:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2217] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:33 2026] DELETE /v2.0/security-groups/0861637a-c76c-4e26-b7f0-1bd38a06709b => 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: 1162/2218] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:33 2026] PUT /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/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: 1163/2219] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2220] 10.0.0.133 () {34 vars in 770 bytes} [Tue Apr 14 14:16:33 2026] PUT /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2221] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2222] 10.0.0.133 () {34 vars in 766 bytes} [Tue Apr 14 14:16:33 2026] PUT /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2223] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2224] 10.0.0.133 () {34 vars in 742 bytes} [Tue Apr 14 14:16:33 2026] PUT /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061 => generated 480 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2225] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/ports?device_id=caad281d-074f-4889-9475-f87cf8b2f061 => 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: 1168/2226] 10.0.0.133 () {34 vars in 788 bytes} [Tue Apr 14 14:16:33 2026] PUT /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2227] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2228] 10.0.0.133 () {34 vars in 759 bytes} [Tue Apr 14 14:16:33 2026] PUT /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/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: 1171/2229] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2230] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:33 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:34.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9883dae-ff0c-4589-9f9b-926eadd14a43 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] TaaS: Handle Delete Port: 13ebb976-5186-408e-b0de-9897dfdc3103 2026-04-14 14:16:34.057 7 INFO neutron.api.v2.resource [None req-cf61b714-3338-46f6-9fc3-a7edba70a502 5af1308712c04064af87a13011fb1c13 503b8eaf538b4665898d0ebcbdda5f8d - - default default] show failed (client error): The resource could not be found. 2026-04-14 14:16:34.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9883dae-ff0c-4589-9f9b-926eadd14a43 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] Tap Mirror: Handle Delete Port: 13ebb976-5186-408e-b0de-9897dfdc3103 [pid: 7|app: 0|req: 1173/2231] 10.0.0.133 () {32 vars in 751 bytes} [Tue Apr 14 14:16:34 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2232] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:16:34 2026] DELETE /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2233] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:34 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:34.175 7 INFO neutron.api.v2.resource [None req-51832390-ddcd-4aac-89c4-877f19fb89c6 5af1308712c04064af87a13011fb1c13 503b8eaf538b4665898d0ebcbdda5f8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1176/2234] 10.0.0.133 () {32 vars in 754 bytes} [Tue Apr 14 14:16:34 2026] DELETE /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/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: 1177/2235] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:16:34 2026] DELETE /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => 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: 1178/2236] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:34 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2237] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:34 2026] GET /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b/tags => 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: 1180/2238] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:16:34 2026] DELETE /v2.0/subnetpools/421c4bd0-8c8b-48a6-818d-54403a79c14b => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:34.382 8 INFO neutron.services.segments.plugin [-] Segment 47c28b91-f4bc-4add-b9ac-b1b2caaca174 resource provider aggregate not found 2026-04-14 14:16:34.391 8 INFO neutron.services.segments.plugin [-] Segment 47c28b91-f4bc-4add-b9ac-b1b2caaca174 resource provider aggregate not found 2026-04-14 14:16:34.410 8 INFO neutron.services.segments.plugin [-] Segment 47c28b91-f4bc-4add-b9ac-b1b2caaca174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47c28b91-f4bc-4add-b9ac-b1b2caaca174 found for delete ", "request_id": "req-696e24d2-eb86-4cf2-8b22-b6ce0907b3d9"}]} 2026-04-14 14:16:34.414 8 INFO neutron.services.segments.plugin [-] Segment 47c28b91-f4bc-4add-b9ac-b1b2caaca174 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47c28b91-f4bc-4add-b9ac-b1b2caaca174 found for delete ", "request_id": "req-8aa71ca9-76ac-4d24-bd4a-0ebd0617b510"}]} 2026-04-14 14:16:34.422 8 INFO neutron.db.l3_hamode_db [None req-a9883dae-ff0c-4589-9f9b-926eadd14a43 756ed0415d2c4f3b8fd922c2b00bf1bb 0c2345dc79374d9c810989b3367b03ac - - default default] HA network f0638c3e-706e-4d5c-82a6-c23cdc1b0ef7 was deleted as no HA routers are present in tenant 0c2345dc79374d9c810989b3367b03ac. [pid: 8|app: 0|req: 1059/2239] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:33 2026] DELETE /v2.0/routers/caad281d-074f-4889-9475-f87cf8b2f061 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2240] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:34 2026] GET /v2.0/security-groups?tenant_id=503b8eaf538b4665898d0ebcbdda5f8d&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2241] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:35 2026] GET /v2.0/security-groups?tenant_id=0c2345dc79374d9c810989b3367b03ac&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2242] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:35 2026] DELETE /v2.0/security-groups/53e479a7-16f7-4f9a-a68d-dbf84d0277a6 => 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: 1183/2243] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:35 2026] DELETE /v2.0/security-groups/c3abd97b-fe3d-48cf-8c21-a2f8ba847e25 => 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: 1061/2244] 10.0.0.133 () {34 vars in 685 bytes} [Tue Apr 14 14:16:35 2026] POST /v2.0/security-groups => generated 1677 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2245] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:35 2026] GET /v2.0/security-groups?tenant_id=45854d3a36804a8a8272607f799a8613&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: 1062/2246] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2247] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:35 2026] DELETE /v2.0/security-groups/eceeb639-f3ec-49cd-826d-bf563f32052e => 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: 1063/2248] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2249] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:35 2026] GET /v2.0/security-groups?tenant_id=54ad9afb29ec48eaa4d8e4eec9bf7445&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2250] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:35 2026] DELETE /v2.0/security-groups/812f81fa-863b-4b72-b1dc-2b5177dc274f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2251] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2252] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:36.101 8 INFO neutron.db.securitygroups_db [None req-50125163-f5fa-4344-8a65-a73701a94056 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Project aec327473f38498cbd4667c87e40a5df 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: 1065/2253] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:36.252 7 INFO neutron.db.securitygroups_db [None req-ba67f306-2d97-4e9f-b738-4040122117e0 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Project aec327473f38498cbd4667c87e40a5df 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: 1189/2254] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2255] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:16:36 2026] GET /v2.0/networks => generated 1298 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2256] 10.0.0.208 () {34 vars in 1100 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1230183932&fields=id&tenant_id=aec327473f38498cbd4667c87e40a5df => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2257] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2258] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/quotas/aec327473f38498cbd4667c87e40a5df => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2259] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2260] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1069/2261] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2262] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:37 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:38.491 8 INFO neutron.db.segments_db [None req-547b161a-c192-4e0e-a188-7838d598e3a2 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] Added segment 8fad4a59-930f-410d-b62e-a7dbc257f24f of type vxlan for network 28f7039a-169e-4d87-b7a8-08945a17ca9a [pid: 8|app: 0|req: 1070/2263] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:38 2026] POST /v2.0/networks => generated 632 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2264] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:38 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => 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: 1194/2265] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:38 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:38.893 8 INFO neutron.db.segments_db [None req-0a75a368-3749-4c82-8c60-f0f8dd952e13 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] Added segment ab05cc5f-3f80-49ab-9c21-25cc266c7b19 of type vxlan for network 5a7071cd-c44e-4932-ae3d-6f76ce4cda66 [pid: 8|app: 0|req: 1072/2266] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:38 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2267] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:39.346 8 INFO neutron.db.segments_db [None req-4893bccb-84ad-447e-b6c9-71d4a366a498 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] Added segment 020a98ca-9360-4b05-a19c-c5c8a029939d of type vxlan for network ed3c9c3a-b592-4a85-9868-dbf5581c385f [pid: 8|app: 0|req: 1073/2268] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2269] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:39.728 7 INFO neutron.db.segments_db [None req-4c3b4779-3adf-4995-92ee-bcbe3275dec0 b0da5078a0cc492eb07888a125d19beb 96557ce71cbd490687a940b34ce3aad8 - - default default] Added segment df992058-cb5c-4beb-bd8f-23cbd12cf71e of type vxlan for network ca172d88-a46e-4c83-9e2b-2ba848b9992e 2026-04-14 14:16:39.754 8 INFO neutron.db.segments_db [None req-87084e16-031f-4a07-9091-5688fd4fcbc3 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] Added segment 831b3734-ce7b-4208-8712-5b404f7f4d2e of type vxlan for network c3fd7440-12f1-4b73-b862-ab10c27bc77e [pid: 7|app: 0|req: 1196/2270] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/networks => generated 631 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2271] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:39 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => 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: 1075/2272] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:39.880 7 INFO neutron.db.segments_db [None req-07eb2fa4-134e-4e72-ba48-a9c64b1e4877 b0da5078a0cc492eb07888a125d19beb 96557ce71cbd490687a940b34ce3aad8 - - default default] Added segment f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 of type vxlan for network 59d20e54-a799-45c4-96c6-98a546e7278b [pid: 7|app: 0|req: 1198/2273] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2274] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:39 2026] PUT /v2.0/networks/ca172d88-a46e-4c83-9e2b-2ba848b9992e/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: 1200/2275] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/networks/ca172d88-a46e-4c83-9e2b-2ba848b9992e/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2276] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:39 2026] POST /v2.0/subnets => generated 629 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2277] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:40 2026] PUT /v2.0/networks/59d20e54-a799-45c4-96c6-98a546e7278b/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:40.177 8 INFO neutron.db.segments_db [None req-1d6e6a7f-bd53-4169-bc37-62d12b72d7c4 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] Added segment 2c147550-7561-4c45-b476-7f83fda61256 of type vxlan for network 9208223a-9324-432c-9353-04667e678c85 [pid: 7|app: 0|req: 1202/2278] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/networks/59d20e54-a799-45c4-96c6-98a546e7278b/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2279] 10.0.0.133 () {34 vars in 753 bytes} [Tue Apr 14 14:16:40 2026] PUT /v2.0/networks/59d20e54-a799-45c4-96c6-98a546e7278b/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2280] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:40 2026] POST /v2.0/networks => generated 630 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2281] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/networks/59d20e54-a799-45c4-96c6-98a546e7278b/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2282] 10.0.0.133 () {32 vars in 733 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/networks/ca172d88-a46e-4c83-9e2b-2ba848b9992e/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:40.501 7 INFO neutron.services.segments.plugin [-] Segment df992058-cb5c-4beb-bd8f-23cbd12cf71e resource provider aggregate not found 2026-04-14 14:16:40.505 7 INFO neutron.services.segments.plugin [-] Segment df992058-cb5c-4beb-bd8f-23cbd12cf71e resource provider aggregate not found 2026-04-14 14:16:40.517 7 INFO neutron.services.segments.plugin [-] Segment df992058-cb5c-4beb-bd8f-23cbd12cf71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df992058-cb5c-4beb-bd8f-23cbd12cf71e found for delete ", "request_id": "req-bcffcfd6-266e-4a1c-ad01-581c6cdc20d3"}]} 2026-04-14 14:16:40.526 7 INFO neutron.services.segments.plugin [-] Segment df992058-cb5c-4beb-bd8f-23cbd12cf71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df992058-cb5c-4beb-bd8f-23cbd12cf71e found for delete ", "request_id": "req-6e0c3187-1eec-4d8e-9bbe-c3e9ec6ef2b8"}]} [pid: 7|app: 0|req: 1206/2283] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:40 2026] DELETE /v2.0/networks/ca172d88-a46e-4c83-9e2b-2ba848b9992e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2284] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:40 2026] POST /v2.0/subnets => generated 629 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2285] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:40 2026] PUT /v2.0/subnets/7e13fc80-60a4-41aa-8aaf-2d3f40826391/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2286] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:40 2026] PUT /v2.0/subnets/ab990f93-24f6-4465-86e9-905e5a423484/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2287] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:40 2026] DELETE /v2.0/networks/59d20e54-a799-45c4-96c6-98a546e7278b => 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: 1081/2288] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:40 2026] PUT /v2.0/subnets/bf162117-b5b2-4caa-9df2-52636a698e24/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2289] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:40 2026] PUT /v2.0/subnets/6bf2abb6-db20-489a-b809-3c15d6df337f/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2290] 10.0.0.133 () {32 vars in 664 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2291] 10.0.0.133 () {32 vars in 678 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2292] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2293] 10.0.0.133 () {32 vars in 674 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2294] 10.0.0.133 () {32 vars in 686 bytes} [Tue Apr 14 14:16:40 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2295] 10.0.0.133 () {32 vars in 672 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2296] 10.0.0.133 () {32 vars in 686 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2297] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2298] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2299] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:41 2026] DELETE /v2.0/subnets/7e13fc80-60a4-41aa-8aaf-2d3f40826391 => 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: 1087/2300] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:41 2026] DELETE /v2.0/subnets/ab990f93-24f6-4465-86e9-905e5a423484 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2301] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/security-groups?tenant_id=057cb310882c40ae936e273ab44a27e6&name=default => generated 2929 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2302] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:41 2026] DELETE /v2.0/subnets/bf162117-b5b2-4caa-9df2-52636a698e24 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2303] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:41 2026] DELETE /v2.0/security-groups/5ec1b49e-7144-416c-96c0-733b63390b70 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2304] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2305] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:41 2026] DELETE /v2.0/subnets/6bf2abb6-db20-489a-b809-3c15d6df337f => 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: 1217/2306] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:16:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aec327473f38498cbd4667c87e40a5df => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2307] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:41 2026] DELETE /v2.0/subnets/47f3f4a1-3aa6-4050-9198-a3104b5ce31c => 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: 1091/2308] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:42 2026] GET /v2.0/security-groups?tenant_id=96557ce71cbd490687a940b34ce3aad8&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:42.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-532d7515-ae5e-417f-a6c1-a7c553c98e7b 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] TaaS: Handle Delete Port: df5c8a61-b60b-4d64-86ca-ef2ddb31ed82 2026-04-14 14:16:42.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532d7515-ae5e-417f-a6c1-a7c553c98e7b 612bd9e3c3c94f02b24fbcaa112d37f7 aa90fb1dcd9d40728caed5451486fa96 - - default default] Tap Mirror: Handle Delete Port: df5c8a61-b60b-4d64-86ca-ef2ddb31ed82 [pid: 7|app: 0|req: 1218/2309] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:16:41 2026] POST /v2.0/ports => generated 954 bytes in 434 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: 1219/2310] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:42 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:42.393 8 INFO neutron.services.segments.plugin [-] Segment 8fad4a59-930f-410d-b62e-a7dbc257f24f resource provider aggregate not found 2026-04-14 14:16:42.396 8 INFO neutron.services.segments.plugin [-] Segment 8fad4a59-930f-410d-b62e-a7dbc257f24f resource provider aggregate not found 2026-04-14 14:16:42.409 8 INFO neutron.services.segments.plugin [-] Segment 8fad4a59-930f-410d-b62e-a7dbc257f24f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fad4a59-930f-410d-b62e-a7dbc257f24f found for delete ", "request_id": "req-dc9e7df9-de0a-483f-8026-37a5a27c7138"}]} 2026-04-14 14:16:42.413 8 INFO neutron.services.segments.plugin [-] Segment 8fad4a59-930f-410d-b62e-a7dbc257f24f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fad4a59-930f-410d-b62e-a7dbc257f24f found for delete ", "request_id": "req-c4fa183b-78a9-44c7-b779-7efc16bac672"}]} [pid: 8|app: 0|req: 1092/2311] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:42 2026] DELETE /v2.0/networks/28f7039a-169e-4d87-b7a8-08945a17ca9a => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2312] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:42 2026] DELETE /v2.0/security-groups/40104f62-16a7-4e0c-a21b-5ea82476c536 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2313] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:42 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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-04-14 14:16:42.536 7 INFO neutron.services.segments.plugin [-] Segment f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 resource provider aggregate not found 2026-04-14 14:16:42.556 7 INFO neutron.services.segments.plugin [-] Segment f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 found for delete ", "request_id": "req-c2e4c2d2-a463-4b9d-ac29-6a24c4914f1a"}]} 2026-04-14 14:16:42.557 7 INFO neutron.services.segments.plugin [-] Segment f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 resource provider aggregate not found 2026-04-14 14:16:42.575 7 INFO neutron.services.segments.plugin [-] Segment f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0221e75-7ff7-49c7-a3d4-db7aa08c4d67 found for delete ", "request_id": "req-054bbc35-1d5c-4ba0-a242-229b106f4603"}]} [pid: 7|app: 0|req: 1222/2314] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:42 2026] DELETE /v2.0/networks/5a7071cd-c44e-4932-ae3d-6f76ce4cda66 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2315] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:42 2026] DELETE /v2.0/networks/ed3c9c3a-b592-4a85-9868-dbf5581c385f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2316] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:42 2026] DELETE /v2.0/networks/c3fd7440-12f1-4b73-b862-ab10c27bc77e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2317] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:16:42 2026] PUT /v2.0/ports/96c702d1-b822-4134-a0ce-166fffff7408 => generated 1235 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:42.947 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13cc7a07-b4c1-44ac-90b4-c1a99ae2d905'] response: {'name': 'network-changed', 'server_uuid': 'd768601a-8050-4fe9-abda-4c171f766948', 'tag': '96c702d1-b822-4134-a0ce-166fffff7408', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1225/2318] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:42 2026] DELETE /v2.0/networks/9208223a-9324-432c-9353-04667e678c85 => generated 0 bytes in 153 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: 1094/2319] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:43 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=d768601a-8050-4fe9-abda-4c171f766948 => 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: 1226/2320] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:16:43 2026] GET /v2.0/networks?tenant_id=aec327473f38498cbd4667c87e40a5df&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2321] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:16:43 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: 8|app: 0|req: 1095/2322] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:43 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2323] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:43 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2324] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:43 2026] GET /v2.0/security-groups?tenant_id=a6ce9f1b5a8448d48f203afc1e571b2c&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2325] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:44 2026] DELETE /v2.0/security-groups/0a8ba313-81ef-4143-bc63-12ec3eccf7b2 => 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: 1097/2326] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/security-groups?tenant_id=aa90fb1dcd9d40728caed5451486fa96&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:44.584 7 INFO neutron.services.segments.plugin [-] Segment ab05cc5f-3f80-49ab-9c21-25cc266c7b19 resource provider aggregate not found 2026-04-14 14:16:44.601 7 INFO neutron.services.segments.plugin [-] Segment ab05cc5f-3f80-49ab-9c21-25cc266c7b19 resource provider aggregate not found 2026-04-14 14:16:44.605 7 INFO neutron.services.segments.plugin [-] Segment ab05cc5f-3f80-49ab-9c21-25cc266c7b19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab05cc5f-3f80-49ab-9c21-25cc266c7b19 found for delete ", "request_id": "req-46f7455c-9d97-4637-b404-31dfccee7e34"}]} 2026-04-14 14:16:44.622 7 INFO neutron.services.segments.plugin [-] Segment 020a98ca-9360-4b05-a19c-c5c8a029939d resource provider aggregate not found 2026-04-14 14:16:44.629 7 INFO neutron.services.segments.plugin [-] Segment ab05cc5f-3f80-49ab-9c21-25cc266c7b19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab05cc5f-3f80-49ab-9c21-25cc266c7b19 found for delete ", "request_id": "req-e75a6fb2-f213-4f19-bbac-6adeb1f42f41"}]} 2026-04-14 14:16:44.643 7 INFO neutron.services.segments.plugin [-] Segment 020a98ca-9360-4b05-a19c-c5c8a029939d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 020a98ca-9360-4b05-a19c-c5c8a029939d found for delete ", "request_id": "req-c8aae8a3-0558-477e-b1eb-732e5382f6f0"}]} 2026-04-14 14:16:44.655 7 INFO neutron.services.segments.plugin [-] Segment 020a98ca-9360-4b05-a19c-c5c8a029939d resource provider aggregate not found 2026-04-14 14:16:44.661 7 INFO neutron.services.segments.plugin [-] Segment 831b3734-ce7b-4208-8712-5b404f7f4d2e resource provider aggregate not found 2026-04-14 14:16:44.673 7 INFO neutron.services.segments.plugin [-] Segment 831b3734-ce7b-4208-8712-5b404f7f4d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 831b3734-ce7b-4208-8712-5b404f7f4d2e found for delete ", "request_id": "req-a04b52bd-b1e7-45cd-9848-e2c60895a04b"}]} [pid: 8|app: 0|req: 1098/2327] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:16:44.678 7 INFO neutron.services.segments.plugin [-] Segment 020a98ca-9360-4b05-a19c-c5c8a029939d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 020a98ca-9360-4b05-a19c-c5c8a029939d found for delete ", "request_id": "req-11138069-17c6-47e4-98b8-f4cf710e2cd4"}]} 2026-04-14 14:16:44.690 7 INFO neutron.services.segments.plugin [-] Segment 2c147550-7561-4c45-b476-7f83fda61256 resource provider aggregate not found [pid: 8|app: 0|req: 1099/2328] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=96c702d1-b822-4134-a0ce-166fffff7408 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:44.707 7 INFO neutron.services.segments.plugin [-] Segment 2c147550-7561-4c45-b476-7f83fda61256 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c147550-7561-4c45-b476-7f83fda61256 found for delete ", "request_id": "req-5740bedd-9960-497e-938a-6196c669db0e"}]} 2026-04-14 14:16:44.712 7 INFO neutron.services.segments.plugin [-] Segment 831b3734-ce7b-4208-8712-5b404f7f4d2e resource provider aggregate not found [pid: 7|app: 0|req: 1230/2329] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:44 2026] DELETE /v2.0/security-groups/e68d2d0a-dfd5-434d-94be-82aa89db7b2f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:44.733 7 INFO neutron.services.segments.plugin [-] Segment 831b3734-ce7b-4208-8712-5b404f7f4d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 831b3734-ce7b-4208-8712-5b404f7f4d2e found for delete ", "request_id": "req-9fcb2b3b-e575-433b-a302-15de09f5c0d8"}]} 2026-04-14 14:16:44.755 7 INFO neutron.services.segments.plugin [-] Segment 2c147550-7561-4c45-b476-7f83fda61256 resource provider aggregate not found [pid: 8|app: 0|req: 1100/2330] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/subnets?id=8b4b3f47-29c1-4aa8-b5c8-bb1a10d2d912 => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:44.781 7 INFO neutron.services.segments.plugin [-] Segment 2c147550-7561-4c45-b476-7f83fda61256 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c147550-7561-4c45-b476-7f83fda61256 found for delete ", "request_id": "req-4899d15a-5f60-4906-90a1-5a9a22d17344"}]} [pid: 7|app: 0|req: 1231/2331] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2332] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/ports?network_id=95411d3a-9df2-41d8-af07-9c41a20ec0cb&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2333] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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: 1102/2334] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1233/2335] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1103/2336] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:44 2026] GET /v2.0/security-groups?tenant_id=37b4aef6faf1429ea58967c33424ddb5&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2337] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:45 2026] DELETE /v2.0/security-groups/33429e53-21e7-427d-93f2-8711aeb57d36 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:45.730 8 INFO neutron.db.segments_db [None req-1143ce16-a41d-4f76-8373-13c68e8bd3ec 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Added segment b33d9f27-ef06-4eaf-93cc-d529f391ab31 of type vxlan for network fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b [pid: 8|app: 0|req: 1104/2340] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:45 2026] POST /v2.0/networks => generated 639 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2341] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:45 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2342] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:45 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2343] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:45 2026] POST /v2.0/subnets => generated 658 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2344] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:16:46 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2345] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:46 2026] POST /v2.0/subnets => generated 732 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:46.575 8 INFO neutron.db.segments_db [None req-a3b0f0a0-785f-4798-ab5d-2489579aefa8 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Added segment 33bce362-3a31-46b0-a88c-b883b0e00ef3 of type vxlan for network 6724aff2-8b25-4ad5-8e8f-5d7ad8541627 [pid: 8|app: 0|req: 1108/2346] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:46 2026] POST /v2.0/networks => generated 638 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2347] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:46 2026] POST /v2.0/subnets => generated 656 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2348] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:47 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2349] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:47 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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: 1109/2350] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:46 2026] POST /v2.0/subnets => generated 725 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:47.390 7 INFO neutron.db.segments_db [None req-f099b277-d9e1-4059-aebb-0ddb9c08412b 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Added segment af46eb01-6089-4148-8cfd-feb0bdfe682b of type vxlan for network 31849eb8-ead9-4f42-9ab9-06defbf01fdf [pid: 7|app: 0|req: 1242/2351] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:47 2026] POST /v2.0/networks => generated 638 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2352] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:47 2026] POST /v2.0/subnets => generated 655 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2353] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:47 2026] POST /v2.0/subnets => generated 729 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:48.086 8 INFO neutron.db.segments_db [None req-33bb2c71-b8c9-4ca5-8e90-4ee2e790c9a9 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Added segment 761c847d-0b2c-41fa-ae1d-21e1313b8f35 of type vxlan for network 87be1117-1315-459a-956b-0218307f3a19 [pid: 7|app: 0|req: 1244/2354] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:48 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:48.342 8 INFO neutron.db.l3_hamode_db [None req-33bb2c71-b8c9-4ca5-8e90-4ee2e790c9a9 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1245/2355] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:48 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2356] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2357] 10.0.0.133 () {34 vars in 767 bytes} [Tue Apr 14 14:16:48 2026] PUT /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2358] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:48 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2359] 10.0.0.133 () {34 vars in 778 bytes} [Tue Apr 14 14:16:48 2026] PUT /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2360] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/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: 1251/2361] 10.0.0.133 () {34 vars in 774 bytes} [Tue Apr 14 14:16:49 2026] PUT /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/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: 1252/2362] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:49.192 8 INFO neutron.db.l3_hamode_db [None req-33bb2c71-b8c9-4ca5-8e90-4ee2e790c9a9 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1253/2363] 10.0.0.133 () {34 vars in 796 bytes} [Tue Apr 14 14:16:49 2026] PUT /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2364] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2365] 10.0.0.133 () {34 vars in 767 bytes} [Tue Apr 14 14:16:49 2026] PUT /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2366] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/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: 1257/2367] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2368] 10.0.0.133 () {32 vars in 755 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2369] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:49.584 7 INFO neutron.api.v2.resource [None req-b4e47769-e5ef-4100-880d-daa4c0a6c491 edc556673bc747a3acd3649fc2ca32d3 79b883998c064f24919fe7897d2e9f4b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1260/2370] 10.0.0.133 () {32 vars in 759 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2371] 10.0.0.133 () {32 vars in 758 bytes} [Tue Apr 14 14:16:49 2026] DELETE /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2372] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => 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: 1263/2373] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2374] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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-04-14 14:16:49.810 7 INFO neutron.api.v2.resource [None req-6a0a7244-6515-41f7-8bb3-c0bd01ef424f edc556673bc747a3acd3649fc2ca32d3 79b883998c064f24919fe7897d2e9f4b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1265/2375] 10.0.0.133 () {32 vars in 762 bytes} [Tue Apr 14 14:16:49 2026] DELETE /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2376] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:16:49 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2377] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:16:49 2026] DELETE /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2378] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:48 2026] POST /v2.0/routers => generated 685 bytes in 2214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:16:50.285 7 INFO neutron.db.l3_db [None req-c017a6a1-7adb-46ae-af08-e5bf2a582489 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Floating IP 7aefcc8b-a6ce-4e66-8882-070a23bea86b associated. External IP: 10.96.250.201, port: 96c702d1-b822-4134-a0ce-166fffff7408. [pid: 8|app: 0|req: 1112/2379] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:16:50 2026] GET /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2380] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:16:49 2026] PUT /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 855 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:16:50.699 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffbf5a5c-1ee7-431b-ae15-da9f14c85439'] response: {'name': 'network-changed', 'server_uuid': 'd768601a-8050-4fe9-abda-4c171f766948', 'tag': '96c702d1-b822-4134-a0ce-166fffff7408', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1269/2381] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:50 2026] DELETE /v2.0/security-groups/129650ef-1d21-4d5f-9dd1-d19cd0efcb9e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2382] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:50 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2383] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/ports?tenant_id=aec327473f38498cbd4667c87e40a5df&device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2384] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/networks?id=95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2385] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=96c702d1-b822-4134-a0ce-166fffff7408 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2386] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/subnets?id=8b4b3f47-29c1-4aa8-b5c8-bb1a10d2d912 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2387] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/ports?network_id=95411d3a-9df2-41d8-af07-9c41a20ec0cb&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2388] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2389] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb?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: 1278/2390] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/security-groups?tenant_id=79b883998c064f24919fe7897d2e9f4b&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2391] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:51 2026] DELETE /v2.0/security-groups/a6fe55ff-5c8e-437b-8b55-ad3aec5104be => 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: 1280/2392] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2393] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:51 2026] GET /v2.0/security-groups?tenant_id=c124c7a0802548859be82111658c4a8c&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2394] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:52 2026] DELETE /v2.0/security-groups/7805f96a-dbeb-4960-88db-efadf9451e1a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2395] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:16:50 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/add_router_interface => generated 309 bytes in 2019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2396] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:16:52 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/add_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2397] 10.0.0.133 () {34 vars in 783 bytes} [Tue Apr 14 14:16:53 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/add_router_interface => generated 309 bytes in 1720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2398] 10.0.0.133 () {34 vars in 684 bytes} [Tue Apr 14 14:16:55 2026] POST /v2.0/security-groups => generated 1629 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2399] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:55 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: 1285/2400] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2401] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2402] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 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) 2026-04-14 14:16:56.147 8 INFO neutron.db.segments_db [None req-da29cccd-9eea-43b3-9754-99666a852c0d 50ff241e1ab44aefa10c99771a99e450 18a78f8b67ec4363806efc41c5dc75b1 - - default default] Added segment 7c1d7f81-d783-4100-8971-e340083cecc6 of type vxlan for network 563f3789-f7aa-4410-a8f3-307f9196bb4d [pid: 8|app: 0|req: 1116/2403] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:16:55 2026] POST /v2.0/networks => generated 630 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2404] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2405] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2406] 10.0.0.133 () {34 vars in 669 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2407] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2408] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:56 2026] PUT /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2409] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:56 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2410] 10.0.0.133 () {34 vars in 762 bytes} [Tue Apr 14 14:16:56 2026] PUT /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2411] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2412] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:56 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2413] 10.0.0.133 () {34 vars in 758 bytes} [Tue Apr 14 14:16:56 2026] PUT /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags/red => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2414] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2415] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:56 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2416] 10.0.0.133 () {34 vars in 780 bytes} [Tue Apr 14 14:16:56 2026] PUT /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags/black.or.white => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2417] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2418] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2419] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:16:57 2026] PUT /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2420] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2421] 10.0.0.133 () {34 vars in 695 bytes} [Tue Apr 14 14:16:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2422] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:16:57.353 7 INFO neutron.api.v2.resource [None req-bc9ec9cc-ad1f-4c29-a83b-ab72809b7309 50ff241e1ab44aefa10c99771a99e450 18a78f8b67ec4363806efc41c5dc75b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1295/2423] 10.0.0.133 () {32 vars in 743 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/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: 1129/2424] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:16:57 2026] DELETE /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2425] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:57.533 8 INFO neutron.api.v2.resource [None req-1888f188-49b7-4d9e-a53f-3080e6191368 50ff241e1ab44aefa10c99771a99e450 18a78f8b67ec4363806efc41c5dc75b1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1130/2426] 10.0.0.133 () {32 vars in 746 bytes} [Tue Apr 14 14:16:57 2026] DELETE /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2427] 10.0.0.208 () {34 vars in 1094 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-409920953&fields=id&tenant_id=ff24ba9386e044fba2eddaa294da4e41 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2428] 10.0.0.133 () {32 vars in 734 bytes} [Tue Apr 14 14:16:57 2026] DELETE /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2429] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 705 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2430] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/quotas/ff24ba9386e044fba2eddaa294da4e41 => 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: 1132/2431] 10.0.0.133 () {32 vars in 731 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2432] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:16:57 2026] DELETE /v2.0/subnets/7a435907-5f97-443e-8539-0b2cfecfafdc => 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: 1300/2433] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&fields=id => generated 287 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2434] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:16:57.940 8 INFO neutron.services.segments.plugin [-] Segment 7c1d7f81-d783-4100-8971-e340083cecc6 resource provider aggregate not found 2026-04-14 14:16:57.953 8 INFO neutron.services.segments.plugin [-] Segment 7c1d7f81-d783-4100-8971-e340083cecc6 resource provider aggregate not found [pid: 7|app: 0|req: 1302/2435] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:16:57 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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) 2026-04-14 14:16:57.979 8 INFO neutron.services.segments.plugin [-] Segment 7c1d7f81-d783-4100-8971-e340083cecc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c1d7f81-d783-4100-8971-e340083cecc6 found for delete ", "request_id": "req-35c74a31-48a2-41fd-8fe0-15b70bf1d9c0"}]} 2026-04-14 14:16:57.980 8 INFO neutron.services.segments.plugin [-] Segment 7c1d7f81-d783-4100-8971-e340083cecc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c1d7f81-d783-4100-8971-e340083cecc6 found for delete ", "request_id": "req-04a031d1-ffc6-4add-90bb-a5d85312b3b8"}]} [pid: 8|app: 0|req: 1134/2436] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:16:57 2026] DELETE /v2.0/networks/563f3789-f7aa-4410-a8f3-307f9196bb4d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2437] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:16:58 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => 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: 1135/2438] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:58 2026] GET /v2.0/security-groups?tenant_id=18a78f8b67ec4363806efc41c5dc75b1&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2439] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:58 2026] DELETE /v2.0/security-groups/0551210f-73a5-4508-8681-ce71a3e6808a => 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: 1136/2440] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:16:58 2026] GET /v2.0/security-groups?tenant_id=b89fbb7531ec4686bedef92fcf8779a0&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2441] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:16:59 2026] DELETE /v2.0/security-groups/2958209b-6617-429a-8073-c2c42334aec7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2442] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:16:59 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2443] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:16:59 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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: 1139/2446] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:17:02 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2447] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:17:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff24ba9386e044fba2eddaa294da4e41 => generated 178 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2448] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:17:02 2026] POST /v2.0/ports => generated 1183 bytes in 466 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: 1309/2449] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:02 2026] GET /v2.0/security-groups?tenant_id=eb964a82440540c1a08832995bcbf654&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2450] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:03 2026] DELETE /v2.0/security-groups/4e60afb7-70e2-4ed1-a425-aa0e1af94d7d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2451] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:03 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1198 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2452] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:03 2026] GET /v2.0/security-groups?tenant_id=ac7024544eb7426aab1760243534b88f&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2453] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:17:03 2026] PUT /v2.0/ports/69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => generated 1464 bytes in 508 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: 1313/2454] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:03 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:17:03.729 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf95a00d-9782-4bbe-8989-b066c65ff01d'] response: {'name': 'network-changed', 'server_uuid': 'ccf4f029-e8e5-41ef-b577-c484673b4ba0', 'tag': '69ca4bfe-2e0f-4cb9-a722-211c84be9cf4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1142/2455] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:03 2026] DELETE /v2.0/security-groups/4bd3cd50-6216-4071-8fc5-123eee36f842 => 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: 1314/2456] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:17:04 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2457] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:17:04 2026] GET /v2.0/networks?tenant_id=ff24ba9386e044fba2eddaa294da4e41&shared=False => generated 2376 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2458] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:17:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2459] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1467 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2460] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => 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: 1145/2461] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33a&port_id=69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2462] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/subnets?id=7ad7a07f-1961-4c92-a75d-53061a5bad70&id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2463] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2464] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2465] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2466] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:17:05 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1148/2467] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:08 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2468] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:08 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2469] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:09 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2470] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:09 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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: 1150/2471] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:10 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2472] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:10 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2473] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:11 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2474] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:12 2026] GET /v2.0/security-groups?id=180f3dae-1a08-49ab-a22a-9e2171a576df&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: 1152/2475] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:17:12 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:17:12.300 7 INFO neutron_taas.services.taas.taas_plugin [req-ce6b36bb-4cd1-449e-bdca-2fed0801f749 req-92323fca-fcd8-4bf4-8a7d-5038c47a4428 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: 96c702d1-b822-4134-a0ce-166fffff7408 2026-04-14 14:17:12.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce6b36bb-4cd1-449e-bdca-2fed0801f749 req-92323fca-fcd8-4bf4-8a7d-5038c47a4428 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: 96c702d1-b822-4134-a0ce-166fffff7408 2026-04-14 14:17:12.396 7 INFO neutron.db.l3_db [req-ce6b36bb-4cd1-449e-bdca-2fed0801f749 req-92323fca-fcd8-4bf4-8a7d-5038c47a4428 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Floating IP 7aefcc8b-a6ce-4e66-8882-070a23bea86b disassociated. External IP: 10.96.250.201, port: 96c702d1-b822-4134-a0ce-166fffff7408. [pid: 7|app: 0|req: 1324/2476] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:17:12 2026] DELETE /v2.0/ports/96c702d1-b822-4134-a0ce-166fffff7408 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:17:12.810 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-570baa2f-3445-4e7f-8a61-a37e3508b185'] response: {'server_uuid': 'd768601a-8050-4fe9-abda-4c171f766948', 'name': 'network-vif-deleted', 'tag': '96c702d1-b822-4134-a0ce-166fffff7408', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1153/2477] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:13 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => 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: 1325/2478] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:13 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2479] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:14 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2480] 10.0.0.133 () {32 vars in 818 bytes} [Tue Apr 14 14:17:14 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&mac_address=fa%3A16%3A3e%3A5c%3A3d%3Ac8 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2481] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:14 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:14.994 8 INFO neutron.db.l3_db [None req-7ebb2972-1ff6-417d-984d-160c5ebd9c7f 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Floating IP 924359ee-ade3-475f-bf9c-4cf62a631342 associated. External IP: 10.96.250.219, port: 69ca4bfe-2e0f-4cb9-a722-211c84be9cf4. [pid: 8|app: 0|req: 1155/2482] 10.0.0.133 () {34 vars in 677 bytes} [Tue Apr 14 14:17:14 2026] POST /v2.0/floatingips => generated 855 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2483] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/ports?device_id=d768601a-8050-4fe9-abda-4c171f766948 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:15.385 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f440aa87-8e78-46f3-9396-1114cdc0707c'] response: {'name': 'network-changed', 'server_uuid': 'ccf4f029-e8e5-41ef-b577-c484673b4ba0', 'tag': '69ca4bfe-2e0f-4cb9-a722-211c84be9cf4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2484] 10.0.0.208 () {34 vars in 1094 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-409920953&fields=id&tenant_id=ff24ba9386e044fba2eddaa294da4e41 => 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: 1329/2485] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2486] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/quotas/ff24ba9386e044fba2eddaa294da4e41 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2487] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&fields=id => generated 333 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2490] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2491] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1159/2492] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2493] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2494] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:15 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => 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: 1335/2495] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => generated 858 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2496] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33a&port_id=69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2497] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/subnets?id=7ad7a07f-1961-4c92-a75d-53061a5bad70&id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2498] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&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: 7|app: 0|req: 1337/2499] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&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: 1163/2500] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1338/2501] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:17:16 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1164/2502] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:16 2026] DELETE /v2.0/security-groups/180f3dae-1a08-49ab-a22a-9e2171a576df => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:17:16.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3eec1a5-6600-4adc-948b-015927f9ac6b 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: 4ed9c88b-e780-4a58-be7f-1639ef3e92fa 2026-04-14 14:17:16.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3eec1a5-6600-4adc-948b-015927f9ac6b 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: 4ed9c88b-e780-4a58-be7f-1639ef3e92fa [pid: 7|app: 0|req: 1339/2503] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:17:16 2026] DELETE /v2.0/floatingips/7aefcc8b-a6ce-4e66-8882-070a23bea86b => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2504] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:17 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 971 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2505] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:17 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2506] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:18 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 1341/2507] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:18 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&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: 1167/2508] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:19 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 1168/2509] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:19 2026] GET /v2.0/security-groups?id=6ee0d614-83e5-4b34-837d-12a89022deb4&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: 1342/2510] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:17:19 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:17:19.684 8 INFO neutron_taas.services.taas.taas_plugin [req-5b1707ed-420c-4d83-b459-1b1e787de175 req-f09864e6-aeed-402d-bd29-6456dcd84e2d 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: 659437ad-d78b-4d9c-859e-5f64e5e7f6d9 2026-04-14 14:17:19.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b1707ed-420c-4d83-b459-1b1e787de175 req-f09864e6-aeed-402d-bd29-6456dcd84e2d 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: 659437ad-d78b-4d9c-859e-5f64e5e7f6d9 [pid: 8|app: 0|req: 1169/2511] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:17:19 2026] DELETE /v2.0/ports/659437ad-d78b-4d9c-859e-5f64e5e7f6d9 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:17:19.873 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78048313-4503-4273-872c-fdf629d4078e'] response: {'server_uuid': '833adfac-0f59-4459-8492-2b71494fc80d', 'name': 'network-vif-deleted', 'tag': '659437ad-d78b-4d9c-859e-5f64e5e7f6d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1343/2512] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:17:20 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2513] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:17:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff24ba9386e044fba2eddaa294da4e41 => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2514] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:20 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 1344/2515] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:17:20 2026] POST /v2.0/ports => generated 1183 bytes in 466 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: 1345/2516] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:21 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1198 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2517] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:21 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2518] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:17:20 2026] PUT /v2.0/ports/429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => generated 1464 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2519] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:21 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => generated 12 bytes in 25 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: 1173/2520] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:17:21 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:17:21.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41e324fb-ed80-47bb-af51-3b39b7e01334'] response: {'name': 'network-changed', 'server_uuid': '30bdbef4-3911-4ad8-8008-5dbfca358fe5', 'tag': '429cc4b1-db11-4d81-b9ea-16f7fd6bffe9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1348/2521] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:21 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2522] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:17:22 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => 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: 1175/2523] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:22 2026] GET /v2.0/ports?device_id=833adfac-0f59-4459-8492-2b71494fc80d => 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: 1349/2524] 199.19.213.102 () {34 vars in 1056 bytes} [Tue Apr 14 14:17:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.92&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => generated 19 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2525] 199.19.213.102 () {34 vars in 1106 bytes} [Tue Apr 14 14:17:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2526] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:17:23 2026] GET /v2.0/subnets?id=43641b40-e85e-4eae-9e8d-14ab5b9e3c0b&id=a1185257-09f7-4a51-a272-5dc62332ea25 => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2527] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:23 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&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: 1351/2528] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:23 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2529] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:17:23 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2530] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:17:23 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2531] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:23 2026] DELETE /v2.0/security-groups/6ee0d614-83e5-4b34-837d-12a89022deb4 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:17:24.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-85a87673-9553-4775-936e-b7e90cdab431 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: f254ec67-16a5-47a7-97ac-6e37a0ddb2d4 2026-04-14 14:17:24.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a87673-9553-4775-936e-b7e90cdab431 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: f254ec67-16a5-47a7-97ac-6e37a0ddb2d4 [pid: 8|app: 0|req: 1180/2532] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2533] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2534] 199.19.213.102 () {34 vars in 1056 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.92&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => 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: 1183/2535] 199.19.213.102 () {34 vars in 1106 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => 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: 1184/2536] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/subnets?id=43641b40-e85e-4eae-9e8d-14ab5b9e3c0b&id=a1185257-09f7-4a51-a272-5dc62332ea25 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2537] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2538] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&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: 1187/2539] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1188/2540] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:17:24 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1353/2541] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:17:24 2026] PUT /v2.0/routers/f630b618-0071-49c8-9c35-1b140fc06dd7/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2542] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:25 2026] DELETE /v2.0/subnets/8b4b3f47-29c1-4aa8-b5c8-bb1a10d2d912 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:17:25.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5b0b42c-a85e-4611-9af4-eb7fe730fcc6 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: 240547ac-5e55-49f0-bdae-600ba39879ff 2026-04-14 14:17:25.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5b0b42c-a85e-4611-9af4-eb7fe730fcc6 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: 240547ac-5e55-49f0-bdae-600ba39879ff 2026-04-14 14:17:25.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5b0b42c-a85e-4611-9af4-eb7fe730fcc6 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: d40c2af7-261c-4ae7-ac26-f22d7a7ecc7a 2026-04-14 14:17:25.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5b0b42c-a85e-4611-9af4-eb7fe730fcc6 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: d40c2af7-261c-4ae7-ac26-f22d7a7ecc7a 2026-04-14 14:17:26.217 7 INFO neutron.services.segments.plugin [-] Segment 8d40e2da-eb78-4a58-8e76-671a006e2d3c resource provider aggregate not found 2026-04-14 14:17:26.226 7 INFO neutron.services.segments.plugin [-] Segment 8d40e2da-eb78-4a58-8e76-671a006e2d3c resource provider aggregate not found 2026-04-14 14:17:26.246 7 INFO neutron.services.segments.plugin [-] Segment 8d40e2da-eb78-4a58-8e76-671a006e2d3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d40e2da-eb78-4a58-8e76-671a006e2d3c found for delete ", "request_id": "req-b9520de9-ea0e-48ed-a195-bc7cd2cbec94"}]} 2026-04-14 14:17:26.254 7 INFO neutron.services.segments.plugin [-] Segment 8d40e2da-eb78-4a58-8e76-671a006e2d3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d40e2da-eb78-4a58-8e76-671a006e2d3c found for delete ", "request_id": "req-72578b69-f30d-4d9d-aa89-8ffd36cfb53c"}]} 2026-04-14 14:17:26.268 7 INFO neutron.db.l3_hamode_db [None req-c5b0b42c-a85e-4611-9af4-eb7fe730fcc6 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] HA network 922cd260-4522-4835-b69d-41e4b5e4d948 was deleted as no HA routers are present in tenant aec327473f38498cbd4667c87e40a5df. [pid: 7|app: 0|req: 1354/2543] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:25 2026] DELETE /v2.0/routers/f630b618-0071-49c8-9c35-1b140fc06dd7 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2544] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:26 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1200 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2545] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:26 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:17:26.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c4a97fc-1f9d-4c32-befd-4a2cf8e8c082 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] TaaS: Handle Delete Port: 17c81db2-cf45-4b42-8141-57cd00ff92b6 2026-04-14 14:17:26.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c4a97fc-1f9d-4c32-befd-4a2cf8e8c082 1befd1196f6f435a944a7ec1b212bf37 aec327473f38498cbd4667c87e40a5df - - default default] Tap Mirror: Handle Delete Port: 17c81db2-cf45-4b42-8141-57cd00ff92b6 [pid: 7|app: 0|req: 1355/2546] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:17:26 2026] DELETE /v2.0/networks/95411d3a-9df2-41d8-af07-9c41a20ec0cb => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2547] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:27 2026] GET /v2.0/security-groups?tenant_id=aec327473f38498cbd4667c87e40a5df&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2548] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:27 2026] DELETE /v2.0/security-groups/fc9f4db5-caba-404d-b6b3-20c8b6d0cf79 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2549] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:27 2026] GET /v2.0/security-groups?tenant_id=c345c706f3254c41aaad182beea2dfd7&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2550] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:28 2026] DELETE /v2.0/security-groups/ad59c0fd-49d2-48c5-bb6b-e605650a5a42 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:17:28.274 7 INFO neutron.services.segments.plugin [-] Segment ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 resource provider aggregate not found 2026-04-14 14:17:28.280 7 INFO neutron.services.segments.plugin [-] Segment ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 resource provider aggregate not found 2026-04-14 14:17:28.291 7 INFO neutron.services.segments.plugin [-] Segment ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 found for delete ", "request_id": "req-d09b0a1d-4f59-4df6-b64c-d6d5c33ea854"}]} 2026-04-14 14:17:28.303 7 INFO neutron.services.segments.plugin [-] Segment ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3a4237-1ea7-49e1-b2be-33e8a4f7aed3 found for delete ", "request_id": "req-d7cb3063-5222-43ce-a5b0-6ac38b2978fa"}]} [pid: 8|app: 0|req: 1195/2553] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:17:31 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2554] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:31 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2555] 10.0.0.133 () {32 vars in 818 bytes} [Tue Apr 14 14:17:31 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&mac_address=fa%3A16%3A3e%3Ae0%3Ad9%3A21 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:17:32.425 7 INFO neutron.db.l3_db [None req-52de6afa-423d-4e72-a5ba-3c37196ea7ab 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Floating IP bb3a1f06-5bec-4a6a-95f3-862a4293d471 associated. External IP: 10.96.250.220, port: 429cc4b1-db11-4d81-b9ea-16f7fd6bffe9. [pid: 7|app: 0|req: 1360/2556] 10.0.0.133 () {34 vars in 677 bytes} [Tue Apr 14 14:17:31 2026] POST /v2.0/floatingips => generated 854 bytes in 1019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:17:32.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1378c348-fff6-4ab0-8e32-d843b9bb0e4a'] response: {'name': 'network-changed', 'server_uuid': '30bdbef4-3911-4ad8-8008-5dbfca358fe5', 'tag': '429cc4b1-db11-4d81-b9ea-16f7fd6bffe9', 'status': 'completed', 'code': 200} 2026-04-14 14:17:32.762 8 INFO neutron.db.segments_db [None req-642c8aa2-8ab0-4932-9e0e-295197198b80 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Added segment ffb564d4-8e82-45e7-bf89-e31635d3e45d of type vxlan for network 87efdcb4-aefa-417c-9b16-75cdb61e9458 2026-04-14 14:17:33.062 8 INFO neutron.db.l3_hamode_db [None req-642c8aa2-8ab0-4932-9e0e-295197198b80 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:17:33.180 8 INFO neutron.db.l3_hamode_db [None req-642c8aa2-8ab0-4932-9e0e-295197198b80 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1361/2557] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1469 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2558] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => 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: 1363/2559] 199.19.213.102 () {34 vars in 1056 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.92&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2560] 199.19.213.102 () {34 vars in 1106 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => 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: 1365/2561] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/subnets?id=43641b40-e85e-4eae-9e8d-14ab5b9e3c0b&id=a1185257-09f7-4a51-a272-5dc62332ea25 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2562] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2563] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2564] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1369/2565] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:17:33 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1197/2566] 10.0.0.133 () {34 vars in 668 bytes} [Tue Apr 14 14:17:32 2026] POST /v2.0/routers => generated 474 bytes in 1197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:17:33.779 7 INFO neutron.db.l3_hamode_db [None req-7fac0a24-2a2a-488a-8f7e-34ce3c804cec d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:17:33.907 7 INFO neutron.db.l3_hamode_db [None req-7fac0a24-2a2a-488a-8f7e-34ce3c804cec d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1370/2567] 10.0.0.133 () {34 vars in 668 bytes} [Tue Apr 14 14:17:33 2026] POST /v2.0/routers => generated 474 bytes in 781 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:17:34.558 8 INFO neutron.db.l3_hamode_db [None req-affe8235-3f95-4c69-a443-9fe2386d7cbd d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:17:34.675 8 INFO neutron.db.l3_hamode_db [None req-affe8235-3f95-4c69-a443-9fe2386d7cbd d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1198/2568] 10.0.0.133 () {34 vars in 668 bytes} [Tue Apr 14 14:17:34 2026] POST /v2.0/routers => generated 474 bytes in 790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:17:35.364 7 INFO neutron.db.l3_hamode_db [None req-3e61595d-85f7-4ecc-8788-956e929fc85a d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:17:35.473 7 INFO neutron.db.l3_hamode_db [None req-3e61595d-85f7-4ecc-8788-956e929fc85a d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1371/2569] 10.0.0.133 () {34 vars in 668 bytes} [Tue Apr 14 14:17:35 2026] POST /v2.0/routers => generated 474 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 14:17:36.046 8 INFO neutron.db.l3_hamode_db [None req-42ba33f3-b9e4-414a-bfbc-b96bc85338c7 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 14:17:36.160 8 INFO neutron.db.l3_hamode_db [None req-42ba33f3-b9e4-414a-bfbc-b96bc85338c7 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1199/2570] 10.0.0.133 () {34 vars in 668 bytes} [Tue Apr 14 14:17:36 2026] POST /v2.0/routers => generated 474 bytes in 774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2571] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:17:36 2026] PUT /v2.0/routers/8b261834-3d1b-493b-a9b8-e97f0f8a84a7/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2572] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:17:36 2026] PUT /v2.0/routers/b5b8d020-72c9-4f0e-a25d-9ac15caea9cb/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2573] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:17:37 2026] PUT /v2.0/routers/7617c7b0-4fbd-4afc-bfc9-63d409f1400f/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2574] 10.0.0.133 () {34 vars in 751 bytes} [Tue Apr 14 14:17:37 2026] PUT /v2.0/routers/174d0366-2bd6-4960-b0ba-872a0f179a31/tags => generated 19 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2575] 10.0.0.133 () {32 vars in 664 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2576] 10.0.0.133 () {32 vars in 678 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2577] 10.0.0.133 () {32 vars in 674 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2578] 10.0.0.133 () {32 vars in 686 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2579] 10.0.0.133 () {32 vars in 672 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2580] 10.0.0.133 () {32 vars in 686 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2581] 10.0.0.133 () {32 vars in 682 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2582] 10.0.0.133 () {32 vars in 694 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2583] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:17:37 2026] GET /v2.0/routers/8b261834-3d1b-493b-a9b8-e97f0f8a84a7 => generated 485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2584] 10.0.0.133 () {34 vars in 742 bytes} [Tue Apr 14 14:17:38 2026] PUT /v2.0/routers/8b261834-3d1b-493b-a9b8-e97f0f8a84a7 => generated 485 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2585] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:17:38 2026] GET /v2.0/ports?device_id=8b261834-3d1b-493b-a9b8-e97f0f8a84a7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:38.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-64c2aaef-b50a-4187-83b8-bc43ca24a1dc d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] TaaS: Handle Delete Port: 25e85c4e-3d96-4536-bc8d-b39b715f4f33 2026-04-14 14:17:38.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64c2aaef-b50a-4187-83b8-bc43ca24a1dc d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Tap Mirror: Handle Delete Port: 25e85c4e-3d96-4536-bc8d-b39b715f4f33 [pid: 8|app: 0|req: 1207/2586] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:38 2026] DELETE /v2.0/routers/8b261834-3d1b-493b-a9b8-e97f0f8a84a7 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2587] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:17:39 2026] GET /v2.0/routers/b5b8d020-72c9-4f0e-a25d-9ac15caea9cb => generated 493 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2588] 10.0.0.133 () {34 vars in 742 bytes} [Tue Apr 14 14:17:39 2026] PUT /v2.0/routers/b5b8d020-72c9-4f0e-a25d-9ac15caea9cb => generated 493 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2589] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:17:39 2026] GET /v2.0/ports?device_id=b5b8d020-72c9-4f0e-a25d-9ac15caea9cb => 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: 1382/2590] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 14:17:39 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2591] 10.0.0.176 () {34 vars in 1040 bytes} [Tue Apr 14 14:17:39 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:17:39.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd91bc94-39c8-4341-b776-61532f5430d7 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] TaaS: Handle Delete Port: f7c2d4f9-4568-42a7-8414-f09c24a069d1 2026-04-14 14:17:39.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd91bc94-39c8-4341-b776-61532f5430d7 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Tap Mirror: Handle Delete Port: f7c2d4f9-4568-42a7-8414-f09c24a069d1 [pid: 8|app: 0|req: 1209/2592] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:39 2026] DELETE /v2.0/routers/b5b8d020-72c9-4f0e-a25d-9ac15caea9cb => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2593] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:17:40 2026] GET /v2.0/routers/7617c7b0-4fbd-4afc-bfc9-63d409f1400f => generated 502 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2594] 10.0.0.133 () {34 vars in 742 bytes} [Tue Apr 14 14:17:40 2026] PUT /v2.0/routers/7617c7b0-4fbd-4afc-bfc9-63d409f1400f => generated 502 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2595] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:17:40 2026] GET /v2.0/ports?device_id=7617c7b0-4fbd-4afc-bfc9-63d409f1400f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:40.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-08d92e6f-7379-40fb-ab62-09ce71e7554e d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] TaaS: Handle Delete Port: b36536fe-43dc-49ec-93b2-e250d22f78d9 2026-04-14 14:17:40.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08d92e6f-7379-40fb-ab62-09ce71e7554e d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Tap Mirror: Handle Delete Port: b36536fe-43dc-49ec-93b2-e250d22f78d9 [pid: 8|app: 0|req: 1211/2596] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:40 2026] DELETE /v2.0/routers/7617c7b0-4fbd-4afc-bfc9-63d409f1400f => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2597] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:17:41 2026] GET /v2.0/routers/174d0366-2bd6-4960-b0ba-872a0f179a31 => generated 487 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2598] 10.0.0.133 () {34 vars in 742 bytes} [Tue Apr 14 14:17:41 2026] PUT /v2.0/routers/174d0366-2bd6-4960-b0ba-872a0f179a31 => generated 487 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2599] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:17:41 2026] GET /v2.0/ports?device_id=174d0366-2bd6-4960-b0ba-872a0f179a31 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:41.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c3e3502-fc13-4375-950d-da3a463b4941 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] TaaS: Handle Delete Port: 6c3d5883-4efd-4596-8d47-e0ecb080f76d 2026-04-14 14:17:41.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c3e3502-fc13-4375-950d-da3a463b4941 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Tap Mirror: Handle Delete Port: 6c3d5883-4efd-4596-8d47-e0ecb080f76d [pid: 8|app: 0|req: 1213/2600] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:41 2026] DELETE /v2.0/routers/174d0366-2bd6-4960-b0ba-872a0f179a31 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2601] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:17:42 2026] GET /v2.0/routers/08e193b4-4d8d-45a9-91ad-82fc772ba559 => generated 480 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2602] 10.0.0.133 () {34 vars in 742 bytes} [Tue Apr 14 14:17:42 2026] PUT /v2.0/routers/08e193b4-4d8d-45a9-91ad-82fc772ba559 => generated 480 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2603] 10.0.0.133 () {32 vars in 736 bytes} [Tue Apr 14 14:17:42 2026] GET /v2.0/ports?device_id=08e193b4-4d8d-45a9-91ad-82fc772ba559 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:43.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c0221c9-7a6d-412e-9ab4-54ce34406471 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] TaaS: Handle Delete Port: 4b29325b-71f0-4830-a7bc-59c6a39c508f 2026-04-14 14:17:43.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c0221c9-7a6d-412e-9ab4-54ce34406471 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] Tap Mirror: Handle Delete Port: 4b29325b-71f0-4830-a7bc-59c6a39c508f 2026-04-14 14:17:44.015 8 INFO neutron.services.segments.plugin [-] Segment ffb564d4-8e82-45e7-bf89-e31635d3e45d resource provider aggregate not found 2026-04-14 14:17:44.017 8 INFO neutron.services.segments.plugin [-] Segment ffb564d4-8e82-45e7-bf89-e31635d3e45d resource provider aggregate not found 2026-04-14 14:17:44.040 8 INFO neutron.services.segments.plugin [-] Segment ffb564d4-8e82-45e7-bf89-e31635d3e45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffb564d4-8e82-45e7-bf89-e31635d3e45d found for delete ", "request_id": "req-bff09c9f-1a46-484e-854f-84270e19a133"}]} 2026-04-14 14:17:44.042 8 INFO neutron.services.segments.plugin [-] Segment ffb564d4-8e82-45e7-bf89-e31635d3e45d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffb564d4-8e82-45e7-bf89-e31635d3e45d found for delete ", "request_id": "req-5e88ecd8-7dd9-431c-9b67-c998c0ecdbac"}]} 2026-04-14 14:17:44.057 8 INFO neutron.db.l3_hamode_db [None req-3c0221c9-7a6d-412e-9ab4-54ce34406471 d6d51a11736c4f49a5665838bd4f96b3 a85235d427404f43b9a81356a7c1d0ef - - default default] HA network 87efdcb4-aefa-417c-9b16-75cdb61e9458 was deleted as no HA routers are present in tenant a85235d427404f43b9a81356a7c1d0ef. [pid: 8|app: 0|req: 1215/2604] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:17:42 2026] DELETE /v2.0/routers/08e193b4-4d8d-45a9-91ad-82fc772ba559 => generated 0 bytes in 1231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2605] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:44 2026] GET /v2.0/security-groups?tenant_id=bdd48248a60f459caab9c19c20f544d8&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2606] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:45 2026] DELETE /v2.0/security-groups/2181f86c-9802-4f85-9213-c0c11f8aa34f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2607] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:45 2026] GET /v2.0/security-groups?tenant_id=350712e08b9d4a9ea987107c806f6a28&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2608] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:45 2026] DELETE /v2.0/security-groups/632fe41f-edf8-42e2-96ed-acb9090d3a24 => 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: 1393/2611] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:45 2026] GET /v2.0/security-groups?tenant_id=a85235d427404f43b9a81356a7c1d0ef&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2612] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:45 2026] DELETE /v2.0/security-groups/4a94bb49-975f-403b-9376-38f582f37714 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:17:49.695 7 INFO neutron.db.segments_db [None req-3041e31a-06d5-47cc-b71d-4a8823362e64 23053ecd1f60445b9bb5f5724e6d5d3c 355eddae024c4ca1b530a44f7a3272fd - - default default] Added segment 311f9732-c6dd-4275-8db6-2c1385728672 of type vxlan for network 4b67be35-a1be-40c5-b376-617d50ad5589 [pid: 7|app: 0|req: 1394/2613] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:17:49 2026] POST /v2.0/networks => generated 631 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2614] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:17:49 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2615] 10.0.0.133 () {34 vars in 747 bytes} [Tue Apr 14 14:17:50 2026] PUT /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 25 bytes in 66 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: 1221/2616] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1396/2617] 10.0.0.133 () {34 vars in 758 bytes} [Tue Apr 14 14:17:50 2026] PUT /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/green => generated 4 bytes in 85 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: 1222/2618] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1397/2619] 10.0.0.133 () {34 vars in 754 bytes} [Tue Apr 14 14:17:50 2026] PUT /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/red => generated 4 bytes in 82 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: 1223/2620] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 34 bytes in 70 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: 1398/2621] 10.0.0.133 () {34 vars in 776 bytes} [Tue Apr 14 14:17:50 2026] PUT /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/black.or.white => generated 4 bytes in 98 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: 1224/2622] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 52 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: 1399/2623] 10.0.0.133 () {34 vars in 747 bytes} [Tue Apr 14 14:17:50 2026] PUT /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1225/2624] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 37 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: 1400/2625] 10.0.0.133 () {32 vars in 735 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/red => generated 0 bytes in 59 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-04-14 14:17:50.993 8 INFO neutron.api.v2.resource [None req-1d8159b7-736a-48fe-85e7-aa053e3f36ae 23053ecd1f60445b9bb5f5724e6d5d3c 355eddae024c4ca1b530a44f7a3272fd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1226/2626] 10.0.0.133 () {32 vars in 739 bytes} [Tue Apr 14 14:17:50 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1401/2627] 10.0.0.133 () {32 vars in 738 bytes} [Tue Apr 14 14:17:51 2026] DELETE /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/red => generated 0 bytes in 73 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: 1227/2628] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:51 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 30 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, ' 2026-04-14 14:17:51.207 7 INFO neutron.api.v2.resource [None req-d8e8275d-2592-4407-aecb-da035234abcc 23053ecd1f60445b9bb5f5724e6d5d3c 355eddae024c4ca1b530a44f7a3272fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2629] 10.0.0.133 () {32 vars in 742 bytes} [Tue Apr 14 14:17:51 2026] DELETE /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1228/2630] 10.0.0.133 () {32 vars in 730 bytes} [Tue Apr 14 14:17:51 2026] DELETE /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1403/2631] 10.0.0.133 () {32 vars in 727 bytes} [Tue Apr 14 14:17:51 2026] GET /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:17:51.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-570a6da7-5544-4dd3-87c6-ce542f169d11 23053ecd1f60445b9bb5f5724e6d5d3c 355eddae024c4ca1b530a44f7a3272fd - - default default] TaaS: Handle Delete Port: 5a128039-9524-491d-83f2-3e7a35c63da5 2026-04-14 14:17:51.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-570a6da7-5544-4dd3-87c6-ce542f169d11 23053ecd1f60445b9bb5f5724e6d5d3c 355eddae024c4ca1b530a44f7a3272fd - - default default] Tap Mirror: Handle Delete Port: 5a128039-9524-491d-83f2-3e7a35c63da5 [pid: 8|app: 0|req: 1229/2632] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:17:51 2026] DELETE /v2.0/ports/5a128039-9524-491d-83f2-3e7a35c63da5 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:17:51.711 7 INFO neutron.services.segments.plugin [-] Segment 311f9732-c6dd-4275-8db6-2c1385728672 resource provider aggregate not found 2026-04-14 14:17:51.715 7 INFO neutron.services.segments.plugin [-] Segment 311f9732-c6dd-4275-8db6-2c1385728672 resource provider aggregate not found 2026-04-14 14:17:51.733 7 INFO neutron.services.segments.plugin [-] Segment 311f9732-c6dd-4275-8db6-2c1385728672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 311f9732-c6dd-4275-8db6-2c1385728672 found for delete ", "request_id": "req-b675329f-53ed-4b18-92f1-f40d3b62ac62"}]} 2026-04-14 14:17:51.733 7 INFO neutron.services.segments.plugin [-] Segment 311f9732-c6dd-4275-8db6-2c1385728672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 311f9732-c6dd-4275-8db6-2c1385728672 found for delete ", "request_id": "req-18354fd7-c640-49d4-9c70-ef0b89a34c6c"}]} [pid: 7|app: 0|req: 1404/2633] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:17:51 2026] DELETE /v2.0/networks/4b67be35-a1be-40c5-b376-617d50ad5589 => 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: 1230/2634] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:52 2026] GET /v2.0/security-groups?tenant_id=355eddae024c4ca1b530a44f7a3272fd&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2635] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:52 2026] DELETE /v2.0/security-groups/42233058-4c42-4149-8fc1-3e31c7525d5e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2636] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:52 2026] GET /v2.0/security-groups?tenant_id=5158514a2aba412580807f67ca30f322&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2637] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:52 2026] DELETE /v2.0/security-groups/20177aee-ece1-4f04-ac69-c9ac6d4712f6 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2638] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:17:55 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2639] 10.0.0.57 () {30 vars in 689 bytes} [Tue Apr 14 14:17:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2640] 10.0.0.57 () {30 vars in 691 bytes} [Tue Apr 14 14:17:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2641] 10.0.0.57 () {30 vars in 667 bytes} [Tue Apr 14 14:17:56 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: 1236/2642] 10.0.0.57 () {30 vars in 703 bytes} [Tue Apr 14 14:17:56 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-04-14 14:17:56.630 7 INFO neutron.db.segments_db [None req-216fbf22-e3ae-4bad-b8d7-ef3a1afee188 fc0b34c5ece44705860b33105acc2bdd e0ce809486e4492c91c588522c479070 - - default default] Added segment ded8011e-6328-4033-8f18-528bb7b6dc62 of type vxlan for network a6527f87-24fd-4e1b-a306-deb3cb3bbe58 [pid: 7|app: 0|req: 1407/2643] 10.0.0.133 () {34 vars in 670 bytes} [Tue Apr 14 14:17:56 2026] POST /v2.0/networks => generated 632 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2644] 10.0.0.133 () {34 vars in 664 bytes} [Tue Apr 14 14:17:56 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2645] 10.0.0.57 () {28 vars in 438 bytes} [Tue Apr 14 14:17:57 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1239/2646] 10.0.0.57 () {30 vars in 727 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 658 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2647] 10.0.0.57 () {30 vars in 689 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2648] 10.0.0.57 () {30 vars in 691 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2649] 10.0.0.57 () {30 vars in 667 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2650] 10.0.0.57 () {30 vars in 703 bytes} [Tue Apr 14 14:17:57 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: 1244/2651] 10.0.0.57 () {30 vars in 727 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2652] 10.0.0.133 () {34 vars in 666 bytes} [Tue Apr 14 14:17:57 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) [pid: 8|app: 0|req: 1245/2653] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:17:57 2026] PUT /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2654] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2655] 10.0.0.57 () {30 vars in 689 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2656] 10.0.0.57 () {30 vars in 691 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2657] 10.0.0.133 () {34 vars in 760 bytes} [Tue Apr 14 14:17:57 2026] PUT /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2658] 10.0.0.57 () {30 vars in 667 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2659] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2660] 10.0.0.57 () {30 vars in 703 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2661] 10.0.0.133 () {34 vars in 756 bytes} [Tue Apr 14 14:17:57 2026] PUT /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2662] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2663] 10.0.0.57 () {30 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2664] 10.0.0.57 () {30 vars in 681 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2665] 10.0.0.133 () {34 vars in 778 bytes} [Tue Apr 14 14:17:57 2026] PUT /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2666] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2667] 10.0.0.133 () {34 vars in 749 bytes} [Tue Apr 14 14:17:57 2026] PUT /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2668] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2669] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:17:57.635 8 INFO neutron.api.v2.resource [None req-89b99e88-5a8b-4f83-8eea-1f4f6cb7939b fc0b34c5ece44705860b33105acc2bdd e0ce809486e4492c91c588522c479070 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2670] 10.0.0.133 () {32 vars in 741 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2671] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:57 2026] DELETE /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2672] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:17:57.732 8 INFO neutron.api.v2.resource [None req-1140a4c8-44ff-42f4-907d-5f961d6a1d22 fc0b34c5ece44705860b33105acc2bdd e0ce809486e4492c91c588522c479070 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1258/2673] 10.0.0.133 () {32 vars in 744 bytes} [Tue Apr 14 14:17:57 2026] DELETE /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/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: 1259/2674] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:17:57 2026] DELETE /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2675] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18/tags => 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: 1416/2676] 10.0.0.57 () {34 vars in 703 bytes} [Tue Apr 14 14:17:57 2026] POST /v2.0/ports => generated 1132 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2677] 10.0.0.133 () {32 vars in 719 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18 => generated 407 bytes in 16 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: 1417/2678] 10.0.0.133 () {32 vars in 717 bytes} [Tue Apr 14 14:17:57 2026] GET /v2.0/ports/f3761c38-41ff-4080-8f3a-a4cc39b992a9 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2679] 10.0.0.133 () {32 vars in 722 bytes} [Tue Apr 14 14:17:57 2026] DELETE /v2.0/trunks/5e787d6c-18b9-42b8-a217-3065155d4b18 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:17:58.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-5db41145-fa52-4cc7-9bc8-becce382a180 fc0b34c5ece44705860b33105acc2bdd e0ce809486e4492c91c588522c479070 - - default default] TaaS: Handle Delete Port: f3761c38-41ff-4080-8f3a-a4cc39b992a9 2026-04-14 14:17:58.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5db41145-fa52-4cc7-9bc8-becce382a180 fc0b34c5ece44705860b33105acc2bdd e0ce809486e4492c91c588522c479070 - - default default] Tap Mirror: Handle Delete Port: f3761c38-41ff-4080-8f3a-a4cc39b992a9 [pid: 7|app: 0|req: 1418/2680] 10.0.0.133 () {32 vars in 720 bytes} [Tue Apr 14 14:17:58 2026] DELETE /v2.0/ports/f3761c38-41ff-4080-8f3a-a4cc39b992a9 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:17:58.356 8 INFO neutron.services.segments.plugin [-] Segment ded8011e-6328-4033-8f18-528bb7b6dc62 resource provider aggregate not found 2026-04-14 14:17:58.360 8 INFO neutron.services.segments.plugin [-] Segment ded8011e-6328-4033-8f18-528bb7b6dc62 resource provider aggregate not found [pid: 8|app: 0|req: 1263/2681] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:17:58 2026] DELETE /v2.0/networks/a6527f87-24fd-4e1b-a306-deb3cb3bbe58 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:17:58.382 8 INFO neutron.services.segments.plugin [-] Segment ded8011e-6328-4033-8f18-528bb7b6dc62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ded8011e-6328-4033-8f18-528bb7b6dc62 found for delete ", "request_id": "req-46460971-8f00-4291-8bff-c6279c820c48"}]} 2026-04-14 14:17:58.386 8 INFO neutron.services.segments.plugin [-] Segment ded8011e-6328-4033-8f18-528bb7b6dc62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ded8011e-6328-4033-8f18-528bb7b6dc62 found for delete ", "request_id": "req-3a76cb7e-3a73-4413-9796-e2a69caa47dd"}]} [pid: 7|app: 0|req: 1419/2682] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:58 2026] GET /v2.0/security-groups?tenant_id=e0ce809486e4492c91c588522c479070&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: 1264/2683] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:59 2026] DELETE /v2.0/security-groups/78d53f9f-95a2-4a68-a473-2202aaa8fcb2 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2684] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:17:59 2026] GET /v2.0/security-groups?tenant_id=dc3c1d66417842cf987a10966bf8ef6b&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2685] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:17:59 2026] DELETE /v2.0/security-groups/ea2d8b57-fc6c-483d-8b9c-740ef2cb044b => 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: 1267/2688] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:18:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2689] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:18:01 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: 1268/2690] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:18:01 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: 1423/2691] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:18:01 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: 1269/2692] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:18:01 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2693] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:18:01 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: 1270/2694] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:18:01 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: 1425/2695] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:18:01 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: 1271/2696] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:18:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:18:01.570 7 INFO neutron.api.v2.resource [None req-912d9cfe-ccf7-41d6-b1c9-a4c3e44c9c34 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1426/2697] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 14:18:01 2026] GET /v2.0/security-groups/lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2698] 199.19.213.102 () {30 vars in 785 bytes} [Tue Apr 14 14:18:01 2026] GET /v2.0/security-groups?name=lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2699] 199.19.213.102 () {34 vars in 736 bytes} [Tue Apr 14 14:18:01 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2700] 199.19.213.102 () {30 vars in 815 bytes} [Tue Apr 14 14:18:01 2026] GET /v2.0/security-group-rules?security_group_id=4273539e-e403-48f7-9926-b54a890ef02d => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2701] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:18:01 2026] PUT /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2702] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:18:02 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1429/2703] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:18:02 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: 1275/2704] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:18:02 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: 1430/2705] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:18:02 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: 1276/2706] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:18:02 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2707] 10.0.0.208 () {34 vars in 1016 bytes} [Tue Apr 14 14:18:09 2026] GET /v2.0/security-groups?id=3d492442-2213-47d6-b705-cd5b7cf390b3&fields=id => 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: 1277/2708] 10.0.0.208 () {34 vars in 982 bytes} [Tue Apr 14 14:18:09 2026] GET /v2.0/networks?id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2709] 10.0.0.208 () {34 vars in 965 bytes} [Tue Apr 14 14:18:10 2026] GET /v2.0/quotas/fa467e7d635f41ce82fecfc4a5792e43 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2710] 10.0.0.208 () {34 vars in 1002 bytes} [Tue Apr 14 14:18:10 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2711] 10.0.0.208 () {34 vars in 1008 bytes} [Tue Apr 14 14:18:10 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2712] 10.0.0.208 () {34 vars in 1108 bytes} [Tue Apr 14 14:18:10 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 7|app: 0|req: 1434/2713] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:10 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => 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: 1280/2714] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:11 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => 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: 1435/2715] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:13 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => 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: 1281/2716] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:13 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => 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: 1436/2717] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:18:14 2026] GET /v2.0/networks?id=03ce9926-9687-4efa-9bb9-a639e02b6cfa => generated 735 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2718] 199.19.213.102 () {34 vars in 1050 bytes} [Tue Apr 14 14:18:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa467e7d635f41ce82fecfc4a5792e43 => generated 343 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2719] 199.19.213.102 () {38 vars in 955 bytes} [Tue Apr 14 14:18:15 2026] POST /v2.0/ports => generated 1082 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2722] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:18:15 2026] PUT /v2.0/ports/994ca2a7-d611-4795-9143-77ed06ac945d => generated 1243 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:18:15.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b8fc734-9759-4732-92f1-ca8284897984'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '994ca2a7-d611-4795-9143-77ed06ac945d', '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: 1440/2723] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:18:16 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1246 bytes in 46 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: 1284/2724] 199.19.213.102 () {34 vars in 1018 bytes} [Tue Apr 14 14:18:16 2026] GET /v2.0/networks?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&shared=False => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2725] 199.19.213.102 () {34 vars in 930 bytes} [Tue Apr 14 14:18:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2726] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:16 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2727] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:18:16 2026] GET /v2.0/security-groups?id=3d492442-2213-47d6-b705-cd5b7cf390b3&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2728] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2729] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2730] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => 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: 1444/2731] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2732] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&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: 1445/2733] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1289/2734] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:18:17 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2735] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:19 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2736] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:18:19 2026] GET /v2.0/security-groups?id=3d492442-2213-47d6-b705-cd5b7cf390b3&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2737] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:19 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2738] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:18:21 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2739] 199.19.213.102 () {34 vars in 1044 bytes} [Tue Apr 14 14:18:21 2026] GET /v2.0/security-groups?id=3d492442-2213-47d6-b705-cd5b7cf390b3&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2740] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:22 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2741] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:18:23 2026] GET /v2.0/security-groups?id=3d492442-2213-47d6-b705-cd5b7cf390b3&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2742] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:23 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2743] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:25 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2744] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:18:26 2026] GET /v2.0/security-groups?id=3d492442-2213-47d6-b705-cd5b7cf390b3&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2745] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:18:26 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2752] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:03 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: 1455/2753] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:03 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: 1299/2754] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2755] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2756] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:03 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2757] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:19:03 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2758] 199.19.213.102 () {34 vars in 717 bytes} [Tue Apr 14 14:19:03 2026] POST /v2.0/ports => generated 1059 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2759] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:19:04 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2760] 10.0.0.208 () {34 vars in 907 bytes} [Tue Apr 14 14:19:04 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2761] 199.19.213.102 () {34 vars in 1262 bytes} [Tue Apr 14 14:19:05 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2762] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:05 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1460/2763] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:05 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2764] 199.19.213.102 () {34 vars in 975 bytes} [Tue Apr 14 14:19:06 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2765] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:19:06 2026] GET /v2.0/networks?id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2766] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:19:06 2026] PUT /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1249 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:19:06.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23b26952-12d6-43e0-9ab0-e7b6adade0ee'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '4abe32ac-f0fa-420c-8b0f-10ddd9cf118a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1462/2767] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2489 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2768] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/networks?id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2769] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1307/2770] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2771] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&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: 1308/2772] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1465/2773] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:07 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2774] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2489 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2775] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => 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: 1310/2776] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2777] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&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: 1311/2778] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2779] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1312/2780] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1469/2781] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:09 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2782] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:09 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&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: 1470/2783] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:09 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1314/2784] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:09 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1471/2785] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:19:13 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1251 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2786] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:19:13 2026] PUT /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1276 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:19:13.450 7 INFO neutron.api.v2.resource [None req-3160cfa7-a760-4255-b41c-51f9427814cf 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/2787] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 14:19:13 2026] GET /v2.0/security-groups/lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:19:13.474 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db531530-885c-4ebb-baec-165504975cdb'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '4abe32ac-f0fa-420c-8b0f-10ddd9cf118a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1316/2788] 199.19.213.102 () {30 vars in 785 bytes} [Tue Apr 14 14:19:13 2026] GET /v2.0/security-groups?name=lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2789] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:19:13 2026] PUT /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1314 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:19:13.899 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a121f1ce-0cb1-4457-a7d6-cab622f4d6fb'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '4abe32ac-f0fa-420c-8b0f-10ddd9cf118a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1317/2790] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:19:13 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 60 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: 1318/2791] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2792] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:14 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: 1474/2793] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/networks?id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2794] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:14 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: 1475/2795] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:14 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: 1321/2796] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1476/2797] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2798] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2799] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2800] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2801] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2802] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1479/2803] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2804] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1480/2805] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2806] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2807] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:14 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2808] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2809] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/networks?id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 802 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2810] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1483/2811] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2812] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&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: 1484/2813] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2814] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:15 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:19:19.064 7 INFO neutron.db.l3_db [None req-dc7fdb94-af11-41ae-8488-873ceb17416c 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Floating IP f1903e13-00f6-40c6-9d6a-c9a9a4c778c6 associated. External IP: 10.96.250.204, port: e7e94f0f-f536-4401-acab-98e6608f6c79. [pid: 7|app: 0|req: 1486/2817] 10.0.0.133 () {34 vars in 677 bytes} [Tue Apr 14 14:19:18 2026] POST /v2.0/floatingips => generated 899 bytes in 1102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2818] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:24 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: 7|app: 0|req: 1487/2819] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2820] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2821] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:19:24.931 8 INFO neutron.api.v2.resource [None req-a3844077-4f95-4a3e-b7db-f7f172b125ef 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1334/2822] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 14:19:24 2026] GET /v2.0/security-groups/lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => 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: 1489/2823] 199.19.213.102 () {30 vars in 785 bytes} [Tue Apr 14 14:19:24 2026] GET /v2.0/security-groups?name=lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2824] 199.19.213.102 () {30 vars in 815 bytes} [Tue Apr 14 14:19:24 2026] GET /v2.0/security-group-rules?security_group_id=4273539e-e403-48f7-9926-b54a890ef02d => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2825] 199.19.213.102 () {34 vars in 747 bytes} [Tue Apr 14 14:19:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2826] 199.19.213.102 () {34 vars in 747 bytes} [Tue Apr 14 14:19:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2829] 10.0.0.57 () {30 vars in 689 bytes} [Tue Apr 14 14:19:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2830] 10.0.0.57 () {30 vars in 691 bytes} [Tue Apr 14 14:19:36 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: 1339/2831] 10.0.0.57 () {30 vars in 667 bytes} [Tue Apr 14 14:19:36 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: 1493/2832] 10.0.0.57 () {30 vars in 703 bytes} [Tue Apr 14 14:19:36 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: 1340/2833] 10.0.0.57 () {28 vars in 438 bytes} [Tue Apr 14 14:19:36 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2834] 10.0.0.57 () {30 vars in 727 bytes} [Tue Apr 14 14:19:37 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 656 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2835] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:38 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: 1495/2836] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2837] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2838] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2839] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2840] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2841] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:38 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: 1498/2842] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:38 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: 1345/2843] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2844] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2845] 199.19.213.102 () {34 vars in 717 bytes} [Tue Apr 14 14:19:38 2026] POST /v2.0/ports => generated 1328 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2846] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:19:38 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1328 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: 8|app: 0|req: 1347/2847] 199.19.213.102 () {34 vars in 1262 bytes} [Tue Apr 14 14:19:40 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2848] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:40 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2849] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:40 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1502/2850] 199.19.213.102 () {34 vars in 975 bytes} [Tue Apr 14 14:19:40 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1328 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2851] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:19:40 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2852] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:19:40 2026] PUT /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1518 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:19:41.357 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ff11827-3251-4b72-8f00-ee6b2555faef'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '25ba5580-5175-477a-b79b-78b78bc9aee4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1350/2853] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:19:41 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1504/2854] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:19:41 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2855] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2856] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:19:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1e1&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => 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: 1352/2857] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:19:42 2026] GET /v2.0/subnets?id=7ad7a07f-1961-4c92-a75d-53061a5bad70&id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 1410 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2858] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:42 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2859] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:42 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&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: 7|app: 0|req: 1507/2860] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:42 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1354/2861] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:42 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1508/2862] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2863] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => 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: 1509/2864] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2865] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&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: 1510/2866] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2867] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1511/2868] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1358/2869] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2870] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2871] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1513/2872] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1360/2873] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => 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: 1514/2874] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1e1&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2875] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/subnets?id=7ad7a07f-1961-4c92-a75d-53061a5bad70&id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2876] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:43 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&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: 1362/2877] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:19:44 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2878] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:19:44 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1363/2879] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:19:44 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1518/2882] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2883] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2884] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => 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: 1366/2885] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/subnets/7ad7a07f-1961-4c92-a75d-53061a5bad70 => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2886] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:48 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: 1367/2887] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2888] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:48 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: 1368/2889] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:48 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: 1522/2890] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2891] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2892] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2893] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2894] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2895] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2896] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:48 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2897] 10.0.0.57 () {30 vars in 689 bytes} [Tue Apr 14 14:19:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2898] 10.0.0.57 () {30 vars in 691 bytes} [Tue Apr 14 14:19:57 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: 1373/2899] 10.0.0.57 () {30 vars in 667 bytes} [Tue Apr 14 14:19:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2900] 10.0.0.57 () {30 vars in 703 bytes} [Tue Apr 14 14:19:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2901] 10.0.0.57 () {28 vars in 438 bytes} [Tue Apr 14 14:19:58 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: 1528/2902] 10.0.0.57 () {30 vars in 727 bytes} [Tue Apr 14 14:19:58 2026] GET /v2.0/subnets/a1185257-09f7-4a51-a272-5dc62332ea25 => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2903] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:59 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: 1529/2904] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2905] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:59 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: 1530/2906] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2907] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:59 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2908] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:19:59 2026] GET /v2.0/subnets/a1185257-09f7-4a51-a272-5dc62332ea25 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2909] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:19:59 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2910] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:19:59 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: 1379/2911] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:19: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: 7|app: 0|req: 1533/2912] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:19:59 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: 1380/2913] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:19: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: 7|app: 0|req: 1534/2914] 199.19.213.102 () {34 vars in 717 bytes} [Tue Apr 14 14:19:59 2026] POST /v2.0/ports => generated 1328 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2917] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:20:00 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1328 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: 1536/2918] 199.19.213.102 () {34 vars in 1262 bytes} [Tue Apr 14 14:20:01 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2919] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:01 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2920] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:02 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1384/2921] 199.19.213.102 () {34 vars in 975 bytes} [Tue Apr 14 14:20:02 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2922] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:20:02 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2923] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:20:02 2026] PUT /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1518 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:20:03.224 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e435eb40-21d2-4f74-9cc1-d46c04bcb350'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '389a28b3-1f64-4616-b0c3-b530d86e182f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1539/2924] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 5612 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1386/2925] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => 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: 1540/2926] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.250&port_id=389a28b3-1f64-4616-b0c3-b530d86e182f => 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: 1387/2927] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A58&port_id=389a28b3-1f64-4616-b0c3-b530d86e182f => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2928] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/subnets?id=43641b40-e85e-4eae-9e8d-14ab5b9e3c0b&id=a1185257-09f7-4a51-a272-5dc62332ea25 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2929] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2930] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:03 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2931] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:04 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2932] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:04 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1390/2933] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 5612 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2934] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2935] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2936] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2937] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1546/2938] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2939] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1547/2940] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2941] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&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: 1548/2942] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1395/2943] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1549/2944] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => 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: 1396/2945] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1e1&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => 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: 1550/2946] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/subnets?id=7ad7a07f-1961-4c92-a75d-53061a5bad70&id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 1410 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2947] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&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: 7|app: 0|req: 1551/2948] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&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: 1398/2949] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:05 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2950] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2951] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.250&port_id=389a28b3-1f64-4616-b0c3-b530d86e182f => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2952] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A58&port_id=389a28b3-1f64-4616-b0c3-b530d86e182f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2953] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/subnets?id=43641b40-e85e-4eae-9e8d-14ab5b9e3c0b&id=a1185257-09f7-4a51-a272-5dc62332ea25 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2954] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2955] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2956] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1402/2957] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:06 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2958] 10.0.0.208 () {34 vars in 971 bytes} [Tue Apr 14 14:20:10 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2959] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:10 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2960] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:10 2026] GET /v2.0/subnets/a1185257-09f7-4a51-a272-5dc62332ea25 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2961] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:10 2026] GET /v2.0/subnets/43641b40-e85e-4eae-9e8d-14ab5b9e3c0b => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2962] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:10 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2963] 199.19.213.102 () {34 vars in 790 bytes} [Tue Apr 14 14:20:10 2026] PUT /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1255 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:20:11.055 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ab4b8f6-5a22-4872-ac1f-6761f8761326'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '25ba5580-5175-477a-b79b-78b78bc9aee4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1559/2964] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1406/2965] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => 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: 1560/2966] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:11 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: 1407/2967] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:11 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: 1561/2968] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2969] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:11 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: 1562/2970] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2971] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2972] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1410/2973] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2974] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2975] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2976] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/2977] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 5385 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2978] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2979] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2980] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/subnets?id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2981] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2982] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2983] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:11 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1570/2986] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:22 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: 1417/2987] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:22 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: 1571/2988] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:22 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: 1418/2989] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2990] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:22 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2991] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:22 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 5385 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2992] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:22 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: 1420/2993] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2994] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:22 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: 1421/2995] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:22 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: 1575/2996] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:22 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2997] 199.19.213.102 () {34 vars in 790 bytes} [Tue Apr 14 14:20:22 2026] PUT /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1307 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:20:23.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-50c5e623-0427-413c-bbc4-d2ec1a886568'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '389a28b3-1f64-4616-b0c3-b530d86e182f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1576/2998] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:23 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1423/2999] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:23 2026] GET /v2.0/subnets/43641b40-e85e-4eae-9e8d-14ab5b9e3c0b => generated 747 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3000] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:23 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/3001] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:20:23 2026] PUT /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1080 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3002] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:23 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 798 bytes in 37 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: 1425/3003] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:23 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3004] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:23 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4981 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3005] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:20:24 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => 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: 1580/3006] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:24 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4981 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3007] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:24 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3008] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:24 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3009] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:25 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4981 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:20:25.475 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebddbc29-4093-43d6-b8ae-75f3e3245633'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '389a28b3-1f64-4616-b0c3-b530d86e182f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1582/3010] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:25 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4981 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3011] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3012] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1430/3013] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3014] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 4981 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3015] 199.19.213.102 () {34 vars in 975 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3016] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3017] 199.19.213.102 () {34 vars in 1016 bytes} [Tue Apr 14 14:20:26 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3018] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:20:26 2026] PUT /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 917 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3019] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3873 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:20:27.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-36a27d9a-fe3c-42f5-ae67-45038db23cfe 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 389a28b3-1f64-4616-b0c3-b530d86e182f 2026-04-14 14:20:27.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36a27d9a-fe3c-42f5-ae67-45038db23cfe 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 389a28b3-1f64-4616-b0c3-b530d86e182f [pid: 7|app: 0|req: 1587/3020] 199.19.213.102 () {32 vars in 759 bytes} [Tue Apr 14 14:20:27 2026] DELETE /v2.0/ports/389a28b3-1f64-4616-b0c3-b530d86e182f => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3021] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:27 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: 1588/3022] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3023] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3024] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3025] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3026] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3027] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3028] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3029] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:27 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3030] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3031] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3032] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3873 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3033] 199.19.213.102 () {34 vars in 1226 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/networks?id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 3097 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3034] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => 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: 1441/3035] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => 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: 1595/3036] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3037] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1596/3038] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3039] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1597/3040] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3041] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3042] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1445/3043] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1599/3044] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=25ba5580-5175-477a-b79b-78b78bc9aee4 => 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: 1446/3045] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/subnets?id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3046] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:28 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3047] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:29 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1601/3048] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:29 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3051] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3052] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:33 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: 1450/3053] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:33 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: 1604/3054] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3055] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3873 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3056] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:33 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: 1452/3057] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:33 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: 1606/3058] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3059] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:33 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: 1607/3060] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3061] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:20:33 2026] PUT /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1080 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:20:33.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffb2db4c-d371-49c4-85e8-e939248c3310'] response: {'name': 'network-changed', 'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'tag': '25ba5580-5175-477a-b79b-78b78bc9aee4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1608/3062] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1455/3063] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:33 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3064] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:34 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3065] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:34 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => 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: 1610/3066] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:20:34 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3067] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:34 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3068] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:34 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1458/3069] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:35 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3070] 199.19.213.102 () {34 vars in 975 bytes} [Tue Apr 14 14:20:36 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3071] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:20:36 2026] GET /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3072] 199.19.213.102 () {34 vars in 1016 bytes} [Tue Apr 14 14:20:36 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3073] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:36 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3074] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:20:36 2026] PUT /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 917 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3075] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:20:37.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-c95b10f0-4914-4e8c-8d57-79857173d437 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 25ba5580-5175-477a-b79b-78b78bc9aee4 2026-04-14 14:20:37.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c95b10f0-4914-4e8c-8d57-79857173d437 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 25ba5580-5175-477a-b79b-78b78bc9aee4 [pid: 7|app: 0|req: 1615/3076] 199.19.213.102 () {32 vars in 759 bytes} [Tue Apr 14 14:20:37 2026] DELETE /v2.0/ports/25ba5580-5175-477a-b79b-78b78bc9aee4 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3077] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:37 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: 1616/3078] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:37 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: 1463/3079] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:37 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: 1617/3080] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:37 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: 1464/3081] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3082] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => 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: 1465/3083] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1619/3084] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3085] 199.19.213.102 () {30 vars in 743 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3086] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => 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: 1467/3087] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3088] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:37 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3089] 199.19.213.102 () {34 vars in 1146 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/networks?id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 2310 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3090] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => 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: 1469/3091] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => 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: 1623/3092] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3093] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1624/3094] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1471/3095] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.254&port_id=4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1625/3096] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/subnets?id=47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3097] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/ports?network_id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b&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: 1626/3098] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1473/3099] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:38 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?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: 1628/3102] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:50 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: 1475/3103] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3104] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:50 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: 1476/3105] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:20:50.387 7 INFO neutron.api.v2.resource [None req-1a38f7f3-3f04-4e5d-a398-80e13db85850 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1630/3106] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 14:20:50 2026] GET /v2.0/security-groups/lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => 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: 1477/3107] 199.19.213.102 () {30 vars in 785 bytes} [Tue Apr 14 14:20:50 2026] GET /v2.0/security-groups?name=lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3108] 199.19.213.102 () {30 vars in 815 bytes} [Tue Apr 14 14:20:50 2026] GET /v2.0/security-group-rules?security_group_id=4273539e-e403-48f7-9926-b54a890ef02d => generated 2334 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3109] 199.19.213.102 () {32 vars in 789 bytes} [Tue Apr 14 14:20:50 2026] DELETE /v2.0/security-group-rules/6347b0ea-912b-413b-913e-272c1beb0054 => 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: 1632/3110] 199.19.213.102 () {32 vars in 789 bytes} [Tue Apr 14 14:20:50 2026] DELETE /v2.0/security-group-rules/c3ff5b67-484d-4057-b046-c906dabe2707 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:20:53.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-02189e78-b62b-4427-b92a-73595341e4ea 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 7bf02836-a206-4df8-b00d-5868f528a1cf 2026-04-14 14:20:53.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02189e78-b62b-4427-b92a-73595341e4ea 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 7bf02836-a206-4df8-b00d-5868f528a1cf 2026-04-14 14:20:53.588 8 INFO neutron.db.l3_db [None req-02189e78-b62b-4427-b92a-73595341e4ea 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Floating IP f1903e13-00f6-40c6-9d6a-c9a9a4c778c6 disassociated (deleted). External IP: 10.96.250.204, port: e7e94f0f-f536-4401-acab-98e6608f6c79. [pid: 8|app: 0|req: 1479/3111] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:20:53 2026] DELETE /v2.0/floatingips/f1903e13-00f6-40c6-9d6a-c9a9a4c778c6 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:20:53.902 7 INFO neutron.api.v2.resource [None req-d8e7be7b-4e90-477e-b29f-f2b8349ea788 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3112] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:20:53 2026] GET /v2.0/floatingips/f1903e13-00f6-40c6-9d6a-c9a9a4c778c6 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3113] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:54 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: 1634/3114] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3115] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:54 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: 1635/3116] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20: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) 2026-04-14 14:20:54.665 8 INFO neutron.api.v2.resource [None req-f303a539-08b7-4b3c-925b-be373872e74e 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/3117] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/security-groups/lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3118] 199.19.213.102 () {30 vars in 785 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/security-groups?name=lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => 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: 1483/3119] 199.19.213.102 () {30 vars in 815 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/security-group-rules?security_group_id=4273539e-e403-48f7-9926-b54a890ef02d => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3120] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:54 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: 1484/3121] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:54 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: 1638/3122] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:54 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: 1485/3123] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:54 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: 1639/3124] 199.19.213.102 () {30 vars in 741 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3125] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3126] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:54 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3127] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:55 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3128] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:56 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => 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: 1488/3129] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:57 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3130] 199.19.213.102 () {34 vars in 975 bytes} [Tue Apr 14 14:20:57 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3131] 199.19.213.102 () {34 vars in 1060 bytes} [Tue Apr 14 14:20:57 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3132] 199.19.213.102 () {34 vars in 1016 bytes} [Tue Apr 14 14:20:57 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3133] 199.19.213.102 () {38 vars in 1028 bytes} [Tue Apr 14 14:20:57 2026] PUT /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => 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: 1644/3134] 199.19.213.102 () {30 vars in 769 bytes} [Tue Apr 14 14:20:58 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1491/3135] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:20:58 2026] PUT /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1090 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3136] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:58 2026] GET /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 1090 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 14:20:58.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb320411-4922-4898-b866-595954a13364 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 4abe32ac-f0fa-420c-8b0f-10ddd9cf118a 2026-04-14 14:20:58.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb320411-4922-4898-b866-595954a13364 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 4abe32ac-f0fa-420c-8b0f-10ddd9cf118a [pid: 8|app: 0|req: 1492/3137] 199.19.213.102 () {32 vars in 759 bytes} [Tue Apr 14 14:20:58 2026] DELETE /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3138] 199.19.213.102 () {30 vars in 703 bytes} [Tue Apr 14 14:20:58 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: 1493/3139] 199.19.213.102 () {30 vars in 705 bytes} [Tue Apr 14 14:20:58 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: 1647/3140] 199.19.213.102 () {30 vars in 681 bytes} [Tue Apr 14 14:20:58 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: 1494/3141] 199.19.213.102 () {30 vars in 717 bytes} [Tue Apr 14 14:20:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:20:58.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01bb68c9-f4c3-4af4-ad5f-6bdf3fac8047 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3142] 199.19.213.102 () {32 vars in 759 bytes} [Tue Apr 14 14:20:58 2026] DELETE /v2.0/ports/4abe32ac-f0fa-420c-8b0f-10ddd9cf118a => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3143] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:58 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:20:59.066 7 INFO neutron.api.v2.resource [None req-044fe2b0-4f4c-4516-aec3-0dd00e2fb719 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3144] 199.19.213.102 () {30 vars in 763 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/security-groups/lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3145] 199.19.213.102 () {30 vars in 785 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/security-groups?name=lb-2146cc12-830e-45d2-8eca-fc20107cb2ac => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3146] 199.19.213.102 () {30 vars in 737 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3147] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/ports?tenant_id=fa467e7d635f41ce82fecfc4a5792e43&device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3148] 199.19.213.102 () {34 vars in 1066 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/networks?id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&id=fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 1523 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3149] 199.19.213.102 () {34 vars in 1062 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.207&port_id=994ca2a7-d611-4795-9143-77ed06ac945d => 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: 1654/3150] 199.19.213.102 () {34 vars in 984 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/subnets?id=4f23ed8a-63f3-4c0b-ac45-e8efc8ca3c88 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3151] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/ports?network_id=03ce9926-9687-4efa-9bb9-a639e02b6cfa&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3152] 199.19.213.102 () {34 vars in 789 bytes} [Tue Apr 14 14:20:59 2026] PUT /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 1094 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3153] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?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: 1657/3154] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:20:59 2026] GET /v2.0/networks/03ce9926-9687-4efa-9bb9-a639e02b6cfa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3155] 199.19.213.102 () {32 vars in 779 bytes} [Tue Apr 14 14:20:59 2026] DELETE /v2.0/security-groups/4273539e-e403-48f7-9926-b54a890ef02d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:20:59.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4a0f1df-4763-4002-889b-9c718bdd47dd 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: e7e94f0f-f536-4401-acab-98e6608f6c79 2026-04-14 14:20:59.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4a0f1df-4763-4002-889b-9c718bdd47dd 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: e7e94f0f-f536-4401-acab-98e6608f6c79 [pid: 7|app: 0|req: 1658/3156] 199.19.213.102 () {32 vars in 759 bytes} [Tue Apr 14 14:20:59 2026] DELETE /v2.0/ports/e7e94f0f-f536-4401-acab-98e6608f6c79 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3159] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:21:02 2026] GET /v2.0/ports?device_id=cf6f1500-9b44-4bc4-ba70-d21cba871693 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:21:03.118 8 INFO neutron_taas.services.taas.taas_plugin [req-3db7e7bb-b00e-4493-a849-6eebe86006a0 req-f87d9f99-89fd-410a-a46c-2aa17fb37867 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] TaaS: Handle Delete Port: 994ca2a7-d611-4795-9143-77ed06ac945d 2026-04-14 14:21:03.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3db7e7bb-b00e-4493-a849-6eebe86006a0 req-f87d9f99-89fd-410a-a46c-2aa17fb37867 2c16458904c048858769e715cf83c940 fa467e7d635f41ce82fecfc4a5792e43 - - default default] Tap Mirror: Handle Delete Port: 994ca2a7-d611-4795-9143-77ed06ac945d [pid: 8|app: 0|req: 1500/3160] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:21:03 2026] DELETE /v2.0/ports/994ca2a7-d611-4795-9143-77ed06ac945d => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:03.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b287f3be-10f3-4607-8ede-293c1b664d48'] response: {'server_uuid': 'cf6f1500-9b44-4bc4-ba70-d21cba871693', 'name': 'network-vif-deleted', 'tag': '994ca2a7-d611-4795-9143-77ed06ac945d', 'status': 'completed', 'code': 200} 2026-04-14 14:21:04.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-54b14c90-8efe-40dc-a130-b01339c4e3bd 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 20b99324-ffea-47fd-a87b-932b296072af 2026-04-14 14:21:04.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54b14c90-8efe-40dc-a130-b01339c4e3bd 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 20b99324-ffea-47fd-a87b-932b296072af 2026-04-14 14:21:04.452 7 INFO neutron.db.l3_db [None req-54b14c90-8efe-40dc-a130-b01339c4e3bd 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Floating IP bb3a1f06-5bec-4a6a-95f3-862a4293d471 disassociated (deleted). External IP: 10.96.250.220, port: 429cc4b1-db11-4d81-b9ea-16f7fd6bffe9. [pid: 7|app: 0|req: 1661/3161] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:21:04 2026] DELETE /v2.0/floatingips/bb3a1f06-5bec-4a6a-95f3-862a4293d471 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:04.745 8 INFO neutron.api.v2.resource [None req-e1023bbf-9ecb-42d1-9163-148c524fdae8 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1501/3162] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:21:04 2026] GET /v2.0/floatingips/bb3a1f06-5bec-4a6a-95f3-862a4293d471 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:04.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f412426-76c7-45a4-ae8c-9f6a12eb61d1'] response: {'name': 'network-changed', 'server_uuid': '30bdbef4-3911-4ad8-8008-5dbfca358fe5', 'tag': '429cc4b1-db11-4d81-b9ea-16f7fd6bffe9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1662/3163] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:21:04 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3164] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:21:04 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3165] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3166] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/networks?id=31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3167] 199.19.213.102 () {34 vars in 1056 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.92&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => 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: 1504/3168] 199.19.213.102 () {34 vars in 1106 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A370&port_id=429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3169] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/subnets?id=43641b40-e85e-4eae-9e8d-14ab5b9e3c0b&id=a1185257-09f7-4a51-a272-5dc62332ea25 => generated 1413 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3170] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3171] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/ports?network_id=31849eb8-ead9-4f42-9ab9-06defbf01fdf&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3172] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1667/3173] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:21:05 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf?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: 1507/3174] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:21:07 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:21:07.618 7 INFO neutron_taas.services.taas.taas_plugin [req-0913478a-68e0-4e00-b668-360d8c315fb6 req-527d6934-fbac-4cbb-b7f1-d229444bacdf 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 2026-04-14 14:21:07.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0913478a-68e0-4e00-b668-360d8c315fb6 req-527d6934-fbac-4cbb-b7f1-d229444bacdf 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 [pid: 7|app: 0|req: 1668/3175] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:21:07 2026] DELETE /v2.0/ports/429cc4b1-db11-4d81-b9ea-16f7fd6bffe9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:07.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ba3bb4c-2b25-4a4d-b94c-aae00420101c'] response: {'server_uuid': '30bdbef4-3911-4ad8-8008-5dbfca358fe5', 'name': 'network-vif-deleted', 'tag': '429cc4b1-db11-4d81-b9ea-16f7fd6bffe9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1508/3176] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:21:10 2026] GET /v2.0/ports?device_id=30bdbef4-3911-4ad8-8008-5dbfca358fe5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 14:21:15.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaa08fb3-1322-4af0-9333-70834126fe21 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 4b777d29-90af-4191-98b7-841f152d5019 2026-04-14 14:21:15.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa08fb3-1322-4af0-9333-70834126fe21 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 4b777d29-90af-4191-98b7-841f152d5019 2026-04-14 14:21:15.503 7 INFO neutron.db.l3_db [None req-aaa08fb3-1322-4af0-9333-70834126fe21 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Floating IP 924359ee-ade3-475f-bf9c-4cf62a631342 disassociated (deleted). External IP: 10.96.250.219, port: 69ca4bfe-2e0f-4cb9-a722-211c84be9cf4. [pid: 7|app: 0|req: 1669/3179] 10.0.0.133 () {32 vars in 732 bytes} [Tue Apr 14 14:21:15 2026] DELETE /v2.0/floatingips/924359ee-ade3-475f-bf9c-4cf62a631342 => generated 0 bytes in 605 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:15.838 8 INFO neutron.api.v2.resource [None req-913db554-3889-47cf-b4ae-1f576a8f216d 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3180] 10.0.0.133 () {32 vars in 729 bytes} [Tue Apr 14 14:21:15 2026] GET /v2.0/floatingips/924359ee-ade3-475f-bf9c-4cf62a631342 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:15.844 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a74a72a2-fda5-4c7b-ac78-c6cb73578530'] response: {'name': 'network-changed', 'server_uuid': 'ccf4f029-e8e5-41ef-b577-c484673b4ba0', 'tag': '69ca4bfe-2e0f-4cb9-a722-211c84be9cf4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1670/3181] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:21:15 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => 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: 1512/3182] 10.0.0.208 () {34 vars in 1040 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/security-groups?id=a1597581-ef67-498d-9344-8d26c2dc1c60&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3183] 199.19.213.102 () {34 vars in 1080 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/ports?tenant_id=ff24ba9386e044fba2eddaa294da4e41&device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3184] 199.19.213.102 () {34 vars in 986 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/networks?id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3185] 199.19.213.102 () {34 vars in 1058 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.147&port_id=69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => 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: 1514/3186] 199.19.213.102 () {34 vars in 1104 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33a&port_id=69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3187] 199.19.213.102 () {34 vars in 1064 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/subnets?id=7ad7a07f-1961-4c92-a75d-53061a5bad70&id=f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3188] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3189] 199.19.213.102 () {34 vars in 1052 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/ports?network_id=6724aff2-8b25-4ad5-8e8f-5d7ad8541627&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3190] 199.19.213.102 () {34 vars in 1012 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1675/3191] 199.19.213.102 () {34 vars in 1112 bytes} [Tue Apr 14 14:21:16 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627?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: 1517/3192] 199.19.213.102 () {34 vars in 994 bytes} [Tue Apr 14 14:21:18 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 14:21:18.615 7 INFO neutron_taas.services.taas.taas_plugin [req-5558016d-d608-43f4-81de-e586fa102ab3 req-92e2cb2f-73a0-433b-8ab5-4c42c0fee96d 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 2026-04-14 14:21:18.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5558016d-d608-43f4-81de-e586fa102ab3 req-92e2cb2f-73a0-433b-8ab5-4c42c0fee96d 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 [pid: 7|app: 0|req: 1676/3193] 199.19.213.102 () {36 vars in 997 bytes} [Tue Apr 14 14:21:18 2026] DELETE /v2.0/ports/69ca4bfe-2e0f-4cb9-a722-211c84be9cf4 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:18.836 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-60226c9c-36c0-4d6a-82aa-f51fb6a78661'] response: {'server_uuid': 'ccf4f029-e8e5-41ef-b577-c484673b4ba0', 'name': 'network-vif-deleted', 'tag': '69ca4bfe-2e0f-4cb9-a722-211c84be9cf4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1518/3194] 10.0.0.208 () {34 vars in 990 bytes} [Tue Apr 14 14:21:21 2026] GET /v2.0/ports?device_id=ccf4f029-e8e5-41ef-b577-c484673b4ba0 => 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: 1677/3195] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/67842f16-36d0-468e-8e9f-fa8e47836616 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.378 8 INFO neutron.api.v2.resource [None req-39475f23-2647-44f0-abaa-074c09a67745 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/3196] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/67842f16-36d0-468e-8e9f-fa8e47836616 => 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: 1678/3197] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/9f9211bb-1063-4564-ae40-1459b4ab5606 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.489 8 INFO neutron.api.v2.resource [None req-23bb7af8-7a88-4efe-8c65-d2ab63792536 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3198] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/9f9211bb-1063-4564-ae40-1459b4ab5606 => 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: 1679/3199] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/61d55f8a-ba26-4f01-a328-f6523763ca0f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.576 8 INFO neutron.api.v2.resource [None req-ce510ae4-bde1-4ec8-b03a-5e4c0fbe03e9 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3200] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/61d55f8a-ba26-4f01-a328-f6523763ca0f => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3201] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/9488f337-71f8-44d2-a076-f12bc22390f1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.663 8 INFO neutron.api.v2.resource [None req-6997a691-ebc0-49f2-9400-cdabc21b7cef 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3202] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/9488f337-71f8-44d2-a076-f12bc22390f1 => 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: 1681/3203] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/0153fca4-bee0-48b8-acf1-0a3155f680a2 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.747 8 INFO neutron.api.v2.resource [None req-f8adddd6-ed2b-4f20-805b-4a6b4496f3ac 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3204] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/0153fca4-bee0-48b8-acf1-0a3155f680a2 => 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: 1682/3205] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/1de955e9-f1f4-4360-b06f-bb523df4e281 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.868 8 INFO neutron.api.v2.resource [None req-5075e262-6a01-41a1-bc5c-d6a33b698a53 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3206] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/1de955e9-f1f4-4360-b06f-bb523df4e281 => 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: 1683/3207] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/5f22c3c6-88ce-454f-8dfe-f242d34cb04a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:26.957 8 INFO neutron.api.v2.resource [None req-3bd9b825-f4c6-45e1-a37d-d3c7d7c0ac30 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3208] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:26 2026] GET /v2.0/security-group-rules/5f22c3c6-88ce-454f-8dfe-f242d34cb04a => 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: 1684/3209] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:26 2026] DELETE /v2.0/security-group-rules/d045d1b1-46c1-4314-8a64-cb0326bf22d5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:27.050 8 INFO neutron.api.v2.resource [None req-1f9f152d-7723-4e38-aa12-701c6022454c 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3210] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:27 2026] GET /v2.0/security-group-rules/d045d1b1-46c1-4314-8a64-cb0326bf22d5 => 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: 1685/3211] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:27 2026] DELETE /v2.0/security-group-rules/c95518de-c659-489a-9e15-0a67c4e0e23e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:27.147 8 INFO neutron.api.v2.resource [None req-b9979dcc-ce88-4276-9159-67b2a36610e1 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3212] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:27 2026] GET /v2.0/security-group-rules/c95518de-c659-489a-9e15-0a67c4e0e23e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3213] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:27 2026] DELETE /v2.0/security-group-rules/cd0917d7-fe96-41b4-8c90-68b8a89b3d5c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:27.237 8 INFO neutron.api.v2.resource [None req-df6da9df-d79e-41ea-9f8c-2d1cf47f17b4 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3214] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:27 2026] GET /v2.0/security-group-rules/cd0917d7-fe96-41b4-8c90-68b8a89b3d5c => 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: 1687/3215] 10.0.0.133 () {32 vars in 750 bytes} [Tue Apr 14 14:21:27 2026] DELETE /v2.0/security-group-rules/a74f9c42-990b-4ed9-8639-b8c628e5d1f7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:27.328 8 INFO neutron.api.v2.resource [None req-51f12009-fcb7-4f14-b36d-6e2960cb50da 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3216] 10.0.0.133 () {32 vars in 747 bytes} [Tue Apr 14 14:21:27 2026] GET /v2.0/security-group-rules/a74f9c42-990b-4ed9-8639-b8c628e5d1f7 => 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: 1688/3217] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:27 2026] DELETE /v2.0/security-groups/a1597581-ef67-498d-9344-8d26c2dc1c60 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:27.426 8 INFO neutron.api.v2.resource [None req-0816fe45-3d13-4202-a6d8-c22573747e33 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3218] 10.0.0.133 () {32 vars in 737 bytes} [Tue Apr 14 14:21:27 2026] GET /v2.0/security-groups/a1597581-ef67-498d-9344-8d26c2dc1c60 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:27.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a206011-3538-44b8-ba66-ae19d715ea48 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 26b88bec-b74e-4e1a-8148-535e51379cc9 2026-04-14 14:21:27.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a206011-3538-44b8-ba66-ae19d715ea48 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 26b88bec-b74e-4e1a-8148-535e51379cc9 [pid: 7|app: 0|req: 1689/3219] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:21:27 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:21:28.544 8 INFO neutron.api.v2.resource [None req-efaa48f0-d048-419b-af54-d223f23ceb8c 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3220] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:21:28 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:28.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-904b3e9f-327d-45fa-82b5-298996ddb300 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 9216c892-5d3b-474d-931c-cf08a0a18693 2026-04-14 14:21:28.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-904b3e9f-327d-45fa-82b5-298996ddb300 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 9216c892-5d3b-474d-931c-cf08a0a18693 [pid: 7|app: 0|req: 1690/3221] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:21:28 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:21:29.595 8 INFO neutron.api.v2.resource [None req-50bb7902-1b38-4264-b5b6-822e8c4f9ca1 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3222] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:21:29 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:30.027 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cec6a54-bb22-4100-92c5-0f313a50766c 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: fa794d17-d5ec-45a0-a634-4bdf3522df51 2026-04-14 14:21:30.031 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cec6a54-bb22-4100-92c5-0f313a50766c 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: fa794d17-d5ec-45a0-a634-4bdf3522df51 [pid: 7|app: 0|req: 1691/3223] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:21:29 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 14:21:30.796 8 INFO neutron.api.v2.resource [None req-6b5b5c60-18f9-49fe-9a3a-ec20f2a8254b 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3226] 10.0.0.133 () {34 vars in 789 bytes} [Tue Apr 14 14:21:30 2026] PUT /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:31.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8567ae6-c3b9-4a07-bfcd-72fb23cb2b60 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 544e401a-0998-42bb-bed6-6aea0a469eb5 2026-04-14 14:21:31.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8567ae6-c3b9-4a07-bfcd-72fb23cb2b60 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 544e401a-0998-42bb-bed6-6aea0a469eb5 2026-04-14 14:21:31.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8567ae6-c3b9-4a07-bfcd-72fb23cb2b60 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 3894b5e8-4e85-43ca-a83c-20d412c514e4 2026-04-14 14:21:31.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8567ae6-c3b9-4a07-bfcd-72fb23cb2b60 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 3894b5e8-4e85-43ca-a83c-20d412c514e4 2026-04-14 14:21:32.361 7 INFO neutron.db.l3_hamode_db [None req-e8567ae6-c3b9-4a07-bfcd-72fb23cb2b60 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] HA network 87be1117-1315-459a-956b-0218307f3a19 was deleted as no HA routers are present in tenant ff24ba9386e044fba2eddaa294da4e41. 2026-04-14 14:21:32.369 7 INFO neutron.services.segments.plugin [-] Segment 761c847d-0b2c-41fa-ae1d-21e1313b8f35 resource provider aggregate not found [pid: 7|app: 0|req: 1694/3227] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:30 2026] DELETE /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4 => generated 0 bytes in 1569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 14:21:32.389 7 INFO neutron.services.segments.plugin [-] Segment 761c847d-0b2c-41fa-ae1d-21e1313b8f35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 761c847d-0b2c-41fa-ae1d-21e1313b8f35 found for delete ", "request_id": "req-e6d3e9de-a294-4007-86b9-caa0c7148e71"}]} 2026-04-14 14:21:32.400 7 INFO neutron.services.segments.plugin [-] Segment 761c847d-0b2c-41fa-ae1d-21e1313b8f35 resource provider aggregate not found 2026-04-14 14:21:32.402 8 INFO neutron.api.v2.resource [None req-cf5e19cc-66b8-4992-ae37-97a6e20a874a 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3228] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:32 2026] GET /v2.0/routers/a6811008-c685-47dd-92c6-872aa74e34c4 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:32.421 7 INFO neutron.services.segments.plugin [-] Segment 761c847d-0b2c-41fa-ae1d-21e1313b8f35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 761c847d-0b2c-41fa-ae1d-21e1313b8f35 found for delete ", "request_id": "req-f6df5800-e16e-4335-9456-1082d02d039a"}]} [pid: 7|app: 0|req: 1695/3229] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:32 2026] DELETE /v2.0/subnets/43641b40-e85e-4eae-9e8d-14ab5b9e3c0b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:32.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef5ff994-783b-4466-bd92-1dbb95d3bfaa 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3230] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:32 2026] GET /v2.0/subnets/43641b40-e85e-4eae-9e8d-14ab5b9e3c0b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3231] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:32 2026] DELETE /v2.0/subnets/a1185257-09f7-4a51-a272-5dc62332ea25 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:32.829 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1180fa10-646c-4f00-a7f0-1572d65bc8ea 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3232] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:32 2026] GET /v2.0/subnets/a1185257-09f7-4a51-a272-5dc62332ea25 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:32.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b0f7da3-670b-4fb2-9f51-47e71a21eb90 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: c66f5fd3-d58c-451e-888b-f9fbe478c3c7 2026-04-14 14:21:32.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b0f7da3-670b-4fb2-9f51-47e71a21eb90 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: c66f5fd3-d58c-451e-888b-f9fbe478c3c7 [pid: 7|app: 0|req: 1697/3233] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:21:32 2026] DELETE /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:33.146 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37131fbc-2b36-4ac7-8a6d-18970403b331 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3234] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:21:33 2026] GET /v2.0/networks/31849eb8-ead9-4f42-9ab9-06defbf01fdf => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3235] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:33 2026] DELETE /v2.0/subnets/7ad7a07f-1961-4c92-a75d-53061a5bad70 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:33.333 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9eb45be8-4c44-481c-89b6-339dd4383172 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3236] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:33 2026] GET /v2.0/subnets/7ad7a07f-1961-4c92-a75d-53061a5bad70 => 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: 1699/3237] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:33 2026] DELETE /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:33.534 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d84f3638-5faa-4add-8b98-835e6e722fa1 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3238] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:33 2026] GET /v2.0/subnets/f6b02b6b-3782-4bf7-ab18-82cc6f50d928 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:33.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-e00a0cc5-98f2-4216-8ebc-aa9b336f59ad 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: 9c24ce49-b1aa-4801-b7d8-7fb9f712c70d 2026-04-14 14:21:33.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e00a0cc5-98f2-4216-8ebc-aa9b336f59ad 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: 9c24ce49-b1aa-4801-b7d8-7fb9f712c70d [pid: 7|app: 0|req: 1700/3239] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:21:33 2026] DELETE /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:33.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8846e0e4-9cda-4239-8333-9bc368fd4e4d 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3240] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:21:33 2026] GET /v2.0/networks/6724aff2-8b25-4ad5-8e8f-5d7ad8541627 => 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: 1701/3241] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:33 2026] DELETE /v2.0/subnets/18e738e6-b25b-4600-a37d-7b2f49aca36d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:34.045 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8477531-7de9-4b8f-829e-bac7991b56e6 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3242] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:34 2026] GET /v2.0/subnets/18e738e6-b25b-4600-a37d-7b2f49aca36d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3243] 10.0.0.133 () {32 vars in 724 bytes} [Tue Apr 14 14:21:34 2026] DELETE /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:34.236 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09865dee-2807-498f-8b16-9baa02a2fcf6 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3244] 10.0.0.133 () {32 vars in 721 bytes} [Tue Apr 14 14:21:34 2026] GET /v2.0/subnets/47d8af0f-6b75-4989-9a9d-a373def8ca39 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:34.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb43aa27-c05e-4164-9d2c-5a1ee0f607b7 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] TaaS: Handle Delete Port: e2c42304-eb98-4abb-8a5b-e1de688ce46e 2026-04-14 14:21:34.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb43aa27-c05e-4164-9d2c-5a1ee0f607b7 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] Tap Mirror: Handle Delete Port: e2c42304-eb98-4abb-8a5b-e1de688ce46e 2026-04-14 14:21:34.418 7 INFO neutron.services.segments.plugin [-] Segment af46eb01-6089-4148-8cfd-feb0bdfe682b resource provider aggregate not found 2026-04-14 14:21:34.444 7 INFO neutron.services.segments.plugin [-] Segment af46eb01-6089-4148-8cfd-feb0bdfe682b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af46eb01-6089-4148-8cfd-feb0bdfe682b found for delete ", "request_id": "req-60be7b4f-7e0f-4f11-bfca-13eb5a436fe4"}]} 2026-04-14 14:21:34.452 7 INFO neutron.services.segments.plugin [-] Segment af46eb01-6089-4148-8cfd-feb0bdfe682b resource provider aggregate not found 2026-04-14 14:21:34.463 7 INFO neutron.services.segments.plugin [-] Segment 33bce362-3a31-46b0-a88c-b883b0e00ef3 resource provider aggregate not found 2026-04-14 14:21:34.480 7 INFO neutron.services.segments.plugin [-] Segment af46eb01-6089-4148-8cfd-feb0bdfe682b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af46eb01-6089-4148-8cfd-feb0bdfe682b found for delete ", "request_id": "req-c5ccfd26-b5e4-4aae-aad4-c3ca44b29d7f"}]} 2026-04-14 14:21:34.488 7 INFO neutron.services.segments.plugin [-] Segment 33bce362-3a31-46b0-a88c-b883b0e00ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33bce362-3a31-46b0-a88c-b883b0e00ef3 found for delete ", "request_id": "req-6b0ed977-9bac-4493-9a58-72b438c3875d"}]} 2026-04-14 14:21:34.504 7 INFO neutron.services.segments.plugin [-] Segment 33bce362-3a31-46b0-a88c-b883b0e00ef3 resource provider aggregate not found 2026-04-14 14:21:34.526 7 INFO neutron.services.segments.plugin [-] Segment 33bce362-3a31-46b0-a88c-b883b0e00ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33bce362-3a31-46b0-a88c-b883b0e00ef3 found for delete ", "request_id": "req-825118d4-2e97-4b98-8a16-4e4da7fc1a33"}]} [pid: 7|app: 0|req: 1703/3245] 10.0.0.133 () {32 vars in 726 bytes} [Tue Apr 14 14:21:34 2026] DELETE /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 14:21:34.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b71ea826-8f05-486a-b0b3-f7211bd38411 9e96d42925a749fd9e008e7e1580a199 ff24ba9386e044fba2eddaa294da4e41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3246] 10.0.0.133 () {32 vars in 723 bytes} [Tue Apr 14 14:21:34 2026] GET /v2.0/networks/fa9bb5c6-eb8c-48bc-8abb-7f8718a87e3b => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 14:21:36.514 7 INFO neutron.services.segments.plugin [-] Segment b33d9f27-ef06-4eaf-93cc-d529f391ab31 resource provider aggregate not found 2026-04-14 14:21:36.546 7 INFO neutron.services.segments.plugin [-] Segment b33d9f27-ef06-4eaf-93cc-d529f391ab31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33d9f27-ef06-4eaf-93cc-d529f391ab31 found for delete ", "request_id": "req-58c1830b-2157-494f-8ef6-fb45813d9bb5"}]} 2026-04-14 14:21:36.560 7 INFO neutron.services.segments.plugin [-] Segment b33d9f27-ef06-4eaf-93cc-d529f391ab31 resource provider aggregate not found 2026-04-14 14:21:36.575 7 INFO neutron.services.segments.plugin [-] Segment b33d9f27-ef06-4eaf-93cc-d529f391ab31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33d9f27-ef06-4eaf-93cc-d529f391ab31 found for delete ", "request_id": "req-6d5b1e51-d99b-4e49-9af9-23813068ff45"}]} [pid: 7|app: 0|req: 1704/3247] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:36 2026] GET /v2.0/security-groups?tenant_id=e3095f1c5adf45ac91b5a1e5186e5599&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3248] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:36 2026] DELETE /v2.0/security-groups/435dcfba-e8f5-4ac6-8240-3b713e25c7c3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3249] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:37 2026] GET /v2.0/security-groups?tenant_id=cfb9cf549aa6494c85c63e5e75cb6d3a&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3250] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:37 2026] DELETE /v2.0/security-groups/7c240720-95cb-4f97-ba91-889acc6a93a1 => 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: 1706/3251] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:37 2026] GET /v2.0/security-groups?tenant_id=42c8ae3a04024d8d8b4fdf0b18a707a3&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3252] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:37 2026] DELETE /v2.0/security-groups/dfb51c71-18e2-4fa1-a26a-eebc1a4f343a => 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: 1707/3253] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:37 2026] GET /v2.0/security-groups?tenant_id=948e18266cd5477fbedd981f271a94c4&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3254] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:38 2026] DELETE /v2.0/security-groups/9dc5a2f5-eb00-4fca-9594-f6dfe664a323 => 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: 1708/3255] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:38 2026] GET /v2.0/security-groups?tenant_id=57772823c8c24c26a0015cd3729b3cbb&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: 1548/3256] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:38 2026] DELETE /v2.0/security-groups/38552967-2f1c-43d0-8804-1ca98923420f => 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: 1709/3257] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:38 2026] GET /v2.0/security-groups?tenant_id=ff24ba9386e044fba2eddaa294da4e41&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3258] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:38 2026] DELETE /v2.0/security-groups/f7fc9eb1-3a0f-4cfa-a4ba-26207d430299 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3259] 10.0.0.133 () {32 vars in 774 bytes} [Tue Apr 14 14:21:39 2026] GET /v2.0/security-groups?tenant_id=028ba9d57c464d4e845eca33dcb548ce&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3260] 10.0.0.133 () {32 vars in 740 bytes} [Tue Apr 14 14:21:39 2026] DELETE /v2.0/security-groups/e090fd48-017c-4350-bcfb-1f8998a60f43 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3261] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:21:42 2026] GET /v2.0/networks => generated 2168 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3262] 10.0.0.133 () {32 vars in 655 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3263] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3264] 10.0.0.133 () {32 vars in 643 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/ports => generated 4721 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3265] 10.0.0.133 () {32 vars in 647 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3266] 10.0.0.133 () {32 vars in 649 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3267] 10.0.0.133 () {32 vars in 663 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/security-groups => generated 17397 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3268] 10.0.0.133 () {32 vars in 655 bytes} [Tue Apr 14 14:21:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)