+ 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 [Sun May 31 17:57:07 2026] *** compiled with version: 13.3.0 on 30 May 2026 02:39:28 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-778dc64754-ws29b machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f1038c1f668 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-05-31 17:57:10.974 7 INFO neutron.common.config [-] Logging enabled! 2026-05-31 17:57:10.975 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-05-31 17:57:11.008 8 INFO neutron.common.config [-] Logging enabled! 2026-05-31 17:57:11.008 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev15 2026-05-31 17:57:11.948 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-31 17:57:11.996 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-31 17:57:13.269 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 17:57:13.271 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-31 17:57:13.275 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-31 17:57:13.276 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 17:57:13.276 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-31 17:57:13.276 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-31 17:57:13.276 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:13.284 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:13.284 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:13.284 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 17:57:13.307 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-31 17:57:13.308 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 17:57:13.308 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-31 17:57:13.358 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-31 17:57:13.359 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-31 17:57:13.359 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-31 17:57:13.359 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-31 17:57:13.366 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 17:57:13.368 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-31 17:57:13.372 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-31 17:57:13.373 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-31 17:57:13.373 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-31 17:57:13.374 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-31 17:57:13.374 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:13.381 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:13.381 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-31 17:57:13.381 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 17:57:13.403 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-31 17:57:13.404 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-31 17:57:13.404 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-31 17:57:13.453 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-31 17:57:13.454 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-31 17:57:13.454 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-31 17:57:13.454 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-31 17:57:13.646 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing driver for type 'vlan' 2026-05-31 17:57:13.739 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing driver for type 'vlan' 2026-05-31 17:57:13.921 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] VlanTypeDriver initialization complete 2026-05-31 17:57:13.921 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing driver for type 'vxlan' 2026-05-31 17:57:13.922 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-31 17:57:13.953 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-31 17:57:13.953 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-31 17:57:13.953 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing extension driver 'port_security' 2026-05-31 17:57:13.953 7 INFO neutron.plugins.ml2.extensions.port_security [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-31 17:57:13.954 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing extension driver 'qos' 2026-05-31 17:57:13.954 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-31 17:57:13.954 7 INFO neutron.plugins.ml2.managers [None req-1530a26d-a2a5-43f6-ae16-6166d3003e66 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-31 17:57:13.966 7 INFO neutron.quota [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded quota_driver: . 2026-05-31 17:57:13.967 7 INFO neutron.plugins.ml2.plugin [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Modular L2 Plugin initialization complete 2026-05-31 17:57:13.967 7 INFO neutron.plugins.ml2.managers [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-31 17:57:13.967 7 INFO neutron.plugins.ml2.managers [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-31 17:57:13.967 7 INFO neutron.plugins.ml2.managers [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-31 17:57:13.967 7 INFO neutron.extensions.vlantransparent [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Disabled vlantransparent extension. 2026-05-31 17:57:13.968 7 INFO neutron.extensions.qinq [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Disabled VLAN QinQ extension. 2026-05-31 17:57:13.968 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: qos 2026-05-31 17:57:13.981 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: router 2026-05-31 17:57:14.009 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] VlanTypeDriver initialization complete 2026-05-31 17:57:14.009 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing driver for type 'vxlan' 2026-05-31 17:57:14.009 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-31 17:57:14.023 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-31 17:57:14.023 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-31 17:57:14.023 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing extension driver 'port_security' 2026-05-31 17:57:14.023 8 INFO neutron.plugins.ml2.extensions.port_security [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-31 17:57:14.023 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing extension driver 'qos' 2026-05-31 17:57:14.024 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-31 17:57:14.024 8 INFO neutron.plugins.ml2.managers [None req-964d8471-8d6e-4471-ab26-0d593b08c8dc - - - - - -] Initializing mechanism driver 'l2population' 2026-05-31 17:57:14.026 7 INFO neutron.services.service_base [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-31 17:57:14.026 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: segments 2026-05-31 17:57:14.037 8 INFO neutron.quota [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded quota_driver: . 2026-05-31 17:57:14.038 8 INFO neutron.plugins.ml2.plugin [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Modular L2 Plugin initialization complete 2026-05-31 17:57:14.038 8 INFO neutron.plugins.ml2.managers [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-31 17:57:14.038 8 INFO neutron.plugins.ml2.managers [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-31 17:57:14.038 8 INFO neutron.plugins.ml2.managers [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-31 17:57:14.038 8 INFO neutron.extensions.vlantransparent [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Disabled vlantransparent extension. 2026-05-31 17:57:14.038 8 INFO neutron.extensions.qinq [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Disabled VLAN QinQ extension. 2026-05-31 17:57:14.038 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: qos 2026-05-31 17:57:14.051 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: router 2026-05-31 17:57:14.095 8 INFO neutron.services.service_base [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-31 17:57:14.096 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: segments 2026-05-31 17:57:14.125 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: trunk 2026-05-31 17:57:14.139 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: vpnaas 2026-05-31 17:57:14.177 7 WARNING stevedore.named [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-31 17:57:14.177 7 WARNING stevedore.named [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:14.194 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: trunk 2026-05-31 17:57:14.208 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: vpnaas 2026-05-31 17:57:14.247 8 WARNING stevedore.named [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-31 17:57:14.248 8 WARNING stevedore.named [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:14.257 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-31 17:57:14.258 7 INFO neutron.common.utils [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-31 17:57:14.258 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: taas 2026-05-31 17:57:14.283 7 WARNING stevedore.named [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:14.306 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-31 17:57:14.306 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: tapmirror 2026-05-31 17:57:14.320 7 WARNING stevedore.named [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:14.327 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-31 17:57:14.328 8 INFO neutron.common.utils [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-31 17:57:14.328 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: taas 2026-05-31 17:57:14.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-31 17:57:14.337 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: auto_allocate 2026-05-31 17:57:14.342 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: tag 2026-05-31 17:57:14.350 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: timestamp 2026-05-31 17:57:14.352 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: network_ip_availability 2026-05-31 17:57:14.354 8 WARNING stevedore.named [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:14.357 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: flavors 2026-05-31 17:57:14.360 7 INFO neutron.manager [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loading Plugin: revisions 2026-05-31 17:57:14.364 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Initializing extension manager. 2026-05-31 17:57:14.365 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: address-group 2026-05-31 17:57:14.366 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: address-scope 2026-05-31 17:57:14.367 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-31 17:57:14.368 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: agent 2026-05-31 17:57:14.368 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: agent-resources-synced 2026-05-31 17:57:14.369 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-31 17:57:14.370 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-31 17:57:14.371 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: availability_zone 2026-05-31 17:57:14.371 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: availability_zone_filter 2026-05-31 17:57:14.372 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-31 17:57:14.372 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: default-subnetpools 2026-05-31 17:57:14.374 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-31 17:57:14.374 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: dns-integration 2026-05-31 17:57:14.375 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: dns-domain-ports 2026-05-31 17:57:14.375 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-31 17:57:14.376 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: dvr 2026-05-31 17:57:14.377 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-31 17:57:14.377 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: empty-string-filtering 2026-05-31 17:57:14.378 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 17:57:14.378 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-31 17:57:14.379 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: external-net 2026-05-31 17:57:14.379 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-31 17:57:14.380 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: extraroute 2026-05-31 17:57:14.381 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: extraroute-atomic 2026-05-31 17:57:14.381 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-31 17:57:14.382 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-31 17:57:14.382 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-31 17:57:14.383 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-31 17:57:14.383 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: fip-port-details 2026-05-31 17:57:14.384 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: flavors 2026-05-31 17:57:14.385 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-31 17:57:14.387 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: floatingip-pools 2026-05-31 17:57:14.387 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: ip_allocation 2026-05-31 17:57:14.388 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-31 17:57:14.388 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: l2_adjacency 2026-05-31 17:57:14.389 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: router 2026-05-31 17:57:14.391 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 17:57:14.392 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-31 17:57:14.393 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-31 17:57:14.393 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: ext-gw-mode 2026-05-31 17:57:14.394 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: l3-ha 2026-05-31 17:57:14.394 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-31 17:57:14.395 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-31 17:57:14.395 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: l3-flavors 2026-05-31 17:57:14.396 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-31 17:57:14.396 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-31 17:57:14.399 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-31 17:57:14.400 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-31 17:57:14.401 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-31 17:57:14.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-31 17:57:14.401 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: tapmirror 2026-05-31 17:57:14.402 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-31 17:57:14.403 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-31 17:57:14.403 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: multi-provider 2026-05-31 17:57:14.404 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: net-mtu 2026-05-31 17:57:14.404 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: net-mtu-writable 2026-05-31 17:57:14.405 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: network_availability_zone 2026-05-31 17:57:14.405 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: network_ha 2026-05-31 17:57:14.406 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: network-ip-availability 2026-05-31 17:57:14.407 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-31 17:57:14.407 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: pagination 2026-05-31 17:57:14.408 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-device-profile 2026-05-31 17:57:14.408 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-31 17:57:14.409 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-31 17:57:14.409 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-31 17:57:14.410 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-mac-override 2026-05-31 17:57:14.410 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-31 17:57:14.411 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-31 17:57:14.411 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-31 17:57:14.412 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-resource-request 2026-05-31 17:57:14.412 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-31 17:57:14.413 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-31 17:57:14.413 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: binding 2026-05-31 17:57:14.414 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: binding-extended 2026-05-31 17:57:14.414 8 WARNING stevedore.named [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-31 17:57:14.415 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-security 2026-05-31 17:57:14.415 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: project-id 2026-05-31 17:57:14.415 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: provider 2026-05-31 17:57:14.416 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-31 17:57:14.418 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos 2026-05-31 17:57:14.419 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-31 17:57:14.419 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-31 17:57:14.420 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-default 2026-05-31 17:57:14.420 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-fip 2026-05-31 17:57:14.422 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-31 17:57:14.422 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-31 17:57:14.423 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-31 17:57:14.423 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-31 17:57:14.424 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-31 17:57:14.425 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-pps 2026-05-31 17:57:14.425 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-31 17:57:14.426 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-31 17:57:14.426 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: qos-rules-alias 2026-05-31 17:57:14.427 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: quota-check-limit 2026-05-31 17:57:14.427 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-31 17:57:14.429 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: quotas 2026-05-31 17:57:14.430 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: quota_details 2026-05-31 17:57:14.432 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: rbac-policies 2026-05-31 17:57:14.432 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: rbac-address-group 2026-05-31 17:57:14.434 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: rbac-address-scope 2026-05-31 17:57:14.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-31 17:57:14.434 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: auto_allocate 2026-05-31 17:57:14.435 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: rbac-security-groups 2026-05-31 17:57:14.435 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-31 17:57:14.436 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: revision-if-match 2026-05-31 17:57:14.436 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-31 17:57:14.437 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: router_availability_zone 2026-05-31 17:57:14.437 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-31 17:57:14.439 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-31 17:57:14.440 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-31 17:57:14.440 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-31 17:57:14.441 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-31 17:57:14.441 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-31 17:57:14.442 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-31 17:57:14.442 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: tag 2026-05-31 17:57:14.446 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: security-group 2026-05-31 17:57:14.447 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: segment 2026-05-31 17:57:14.448 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-31 17:57:14.448 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: service-type 2026-05-31 17:57:14.449 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: sorting 2026-05-31 17:57:14.449 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: standard-attr-segment 2026-05-31 17:57:14.450 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: standard-attr-description 2026-05-31 17:57:14.451 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: stateful-security-group 2026-05-31 17:57:14.451 7 WARNING neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-31 17:57:14.452 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: timestamp 2026-05-31 17:57:14.452 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-31 17:57:14.452 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: subnet-external-network 2026-05-31 17:57:14.453 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: subnet_onboard 2026-05-31 17:57:14.454 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-31 17:57:14.454 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: subnet-service-types 2026-05-31 17:57:14.455 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: subnet_allocation 2026-05-31 17:57:14.455 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: network_ip_availability 2026-05-31 17:57:14.456 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-31 17:57:14.457 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: tag-creation 2026-05-31 17:57:14.457 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-31 17:57:14.458 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: flavors 2026-05-31 17:57:14.461 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: standard-attr-tag 2026-05-31 17:57:14.462 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-31 17:57:14.462 8 INFO neutron.manager [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loading Plugin: revisions 2026-05-31 17:57:14.462 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: trunk 2026-05-31 17:57:14.463 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: trunk-details 2026-05-31 17:57:14.463 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-31 17:57:14.464 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-31 17:57:14.464 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-31 17:57:14.465 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-31 17:57:14.465 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Initializing extension manager. 2026-05-31 17:57:14.466 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: address-group 2026-05-31 17:57:14.467 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-31 17:57:14.467 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: address-scope 2026-05-31 17:57:14.467 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-31 17:57:14.468 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-31 17:57:14.468 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: vpn-flavors 2026-05-31 17:57:14.469 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: agent 2026-05-31 17:57:14.469 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: agent-resources-synced 2026-05-31 17:57:14.470 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: vpnaas 2026-05-31 17:57:14.470 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-31 17:57:14.471 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: taas 2026-05-31 17:57:14.471 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-31 17:57:14.472 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: availability_zone 2026-05-31 17:57:14.472 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: tap-mirror 2026-05-31 17:57:14.472 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: availability_zone_filter 2026-05-31 17:57:14.472 7 INFO neutron.api.extensions [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-31 17:57:14.473 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-31 17:57:14.473 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: default-subnetpools 2026-05-31 17:57:14.475 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-31 17:57:14.475 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-31 17:57:14.475 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-31 17:57:14.475 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.475 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-31 17:57:14.475 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: dns-integration 2026-05-31 17:57:14.476 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: dns-domain-ports 2026-05-31 17:57:14.477 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-31 17:57:14.477 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: dvr 2026-05-31 17:57:14.478 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-31 17:57:14.478 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: empty-string-filtering 2026-05-31 17:57:14.478 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 17:57:14.479 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 17:57:14.479 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 17:57:14.480 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-31 17:57:14.480 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: external-net 2026-05-31 17:57:14.481 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-31 17:57:14.481 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: extraroute 2026-05-31 17:57:14.482 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: extraroute-atomic 2026-05-31 17:57:14.483 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-31 17:57:14.483 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-31 17:57:14.483 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 17:57:14.484 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-31 17:57:14.484 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 17:57:14.484 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-31 17:57:14.484 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 17:57:14.485 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: fip-port-details 2026-05-31 17:57:14.485 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: flavors 2026-05-31 17:57:14.485 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.485 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.486 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.486 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.486 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-31 17:57:14.486 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 17:57:14.487 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.487 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: floatingip-pools 2026-05-31 17:57:14.487 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.488 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 17:57:14.488 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: ip_allocation 2026-05-31 17:57:14.488 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 17:57:14.488 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: ip-substring-filtering 2026-05-31 17:57:14.488 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 17:57:14.489 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: l2_adjacency 2026-05-31 17:57:14.489 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.489 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ipsecpolicy is already registered 2026-05-31 17:57:14.489 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.490 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ikepolicy is already registered 2026-05-31 17:57:14.490 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: router 2026-05-31 17:57:14.492 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-31 17:57:14.492 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-31 17:57:14.493 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-31 17:57:14.493 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: ext-gw-mode 2026-05-31 17:57:14.494 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: l3-ha 2026-05-31 17:57:14.494 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 17:57:14.494 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] router is already registered 2026-05-31 17:57:14.494 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-31 17:57:14.495 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-31 17:57:14.495 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 17:57:14.495 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] floatingip is already registered 2026-05-31 17:57:14.495 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: l3-flavors 2026-05-31 17:57:14.496 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-31 17:57:14.497 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-31 17:57:14.498 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 17:57:14.498 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] rbac_policy is already registered 2026-05-31 17:57:14.499 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-31 17:57:14.499 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 17:57:14.499 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] security_group is already registered 2026-05-31 17:57:14.500 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 17:57:14.500 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] security_group_rule is already registered 2026-05-31 17:57:14.500 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-31 17:57:14.500 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.501 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.501 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-31 17:57:14.501 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.501 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.502 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 17:57:14.502 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] trunk is already registered 2026-05-31 17:57:14.502 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-31 17:57:14.502 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.502 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ikepolicy is already registered 2026-05-31 17:57:14.503 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-31 17:57:14.503 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.503 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ipsecpolicy is already registered 2026-05-31 17:57:14.503 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: multi-provider 2026-05-31 17:57:14.503 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 17:57:14.503 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] endpoint_group is already registered 2026-05-31 17:57:14.504 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: net-mtu 2026-05-31 17:57:14.504 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 17:57:14.504 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] vpnservice is already registered 2026-05-31 17:57:14.504 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: net-mtu-writable 2026-05-31 17:57:14.504 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 17:57:14.504 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ipsec_site_connection is already registered 2026-05-31 17:57:14.505 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: network_availability_zone 2026-05-31 17:57:14.505 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.505 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ipsecpolicy is already registered 2026-05-31 17:57:14.505 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: network_ha 2026-05-31 17:57:14.505 7 INFO neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.506 7 WARNING neutron.quota.resource_registry [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] ikepolicy is already registered 2026-05-31 17:57:14.506 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: network-ip-availability 2026-05-31 17:57:14.507 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-31 17:57:14.507 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: pagination 2026-05-31 17:57:14.508 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-device-profile 2026-05-31 17:57:14.508 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-31 17:57:14.509 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-31 17:57:14.509 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-31 17:57:14.510 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-mac-override 2026-05-31 17:57:14.510 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-31 17:57:14.511 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-31 17:57:14.512 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-31 17:57:14.512 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-resource-request 2026-05-31 17:57:14.513 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-31 17:57:14.513 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-31 17:57:14.514 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: binding 2026-05-31 17:57:14.515 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: binding-extended 2026-05-31 17:57:14.515 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-security 2026-05-31 17:57:14.516 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: project-id 2026-05-31 17:57:14.516 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: provider 2026-05-31 17:57:14.517 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-31 17:57:14.519 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos 2026-05-31 17:57:14.520 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-31 17:57:14.520 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-31 17:57:14.521 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-default 2026-05-31 17:57:14.521 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-fip 2026-05-31 17:57:14.522 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-31 17:57:14.522 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-31 17:57:14.523 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-31 17:57:14.523 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-31 17:57:14.524 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-31 17:57:14.525 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-pps 2026-05-31 17:57:14.525 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-31 17:57:14.526 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-31 17:57:14.526 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: qos-rules-alias 2026-05-31 17:57:14.527 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: quota-check-limit 2026-05-31 17:57:14.527 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: quota-check-limit-default 2026-05-31 17:57:14.531 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: quotas 2026-05-31 17:57:14.532 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: quota_details 2026-05-31 17:57:14.533 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: rbac-policies 2026-05-31 17:57:14.534 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: rbac-address-group 2026-05-31 17:57:14.534 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: rbac-address-scope 2026-05-31 17:57:14.535 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: rbac-security-groups 2026-05-31 17:57:14.535 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: rbac-subnetpool 2026-05-31 17:57:14.536 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: revision-if-match 2026-05-31 17:57:14.536 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-31 17:57:14.537 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: router_availability_zone 2026-05-31 17:57:14.538 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-31 17:57:14.539 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-31 17:57:14.540 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-31 17:57:14.540 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-31 17:57:14.541 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-31 17:57:14.541 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-31 17:57:14.542 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-31 17:57:14.544 7 WARNING keystonemiddleware._common.config [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-31 17:57:14.546 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: security-group 2026-05-31 17:57:14.548 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: segment 2026-05-31 17:57:14.548 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-31 17:57:14.549 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: service-type 2026-05-31 17:57:14.549 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: sorting 2026-05-31 17:57:14.550 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: standard-attr-segment 2026-05-31 17:57:14.550 7 WARNING oslo_config.cfg [None req-b8f7642e-0326-4275-ba4b-8f1b051cdaf1 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-31 17:57:14.550 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: standard-attr-description 2026-05-31 17:57:14.551 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: stateful-security-group 2026-05-31 17:57:14.551 8 WARNING neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-31 17:57:14.552 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-31 17:57:14.552 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: subnet-external-network WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f1038c1f668 pid: 7 (default app) 2026-05-31 17:57:14.553 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: subnet_onboard 2026-05-31 17:57:14.553 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-31 17:57:14.554 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: subnet-service-types 2026-05-31 17:57:14.555 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: subnet_allocation 2026-05-31 17:57:14.555 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-31 17:57:14.556 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: tag-creation 2026-05-31 17:57:14.556 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-31 17:57:14.560 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: standard-attr-tag 2026-05-31 17:57:14.561 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-31 17:57:14.561 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: trunk 2026-05-31 17:57:14.562 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: trunk-details 2026-05-31 17:57:14.562 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-31 17:57:14.563 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-31 17:57:14.563 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-31 17:57:14.564 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-31 17:57:14.566 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-31 17:57:14.567 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-31 17:57:14.567 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: vpn-flavors 2026-05-31 17:57:14.569 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: vpnaas 2026-05-31 17:57:14.570 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: taas 2026-05-31 17:57:14.571 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: tap-mirror 2026-05-31 17:57:14.572 8 INFO neutron.api.extensions [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Loaded extension: taas-vlan-filter 2026-05-31 17:57:14.574 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-31 17:57:14.575 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-31 17:57:14.575 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.575 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-31 17:57:14.578 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 17:57:14.578 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 17:57:14.583 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 17:57:14.584 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 17:57:14.584 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 17:57:14.585 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.585 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.585 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.586 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.586 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 17:57:14.586 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.587 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.587 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 17:57:14.588 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 17:57:14.588 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 17:57:14.589 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.589 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ipsecpolicy is already registered 2026-05-31 17:57:14.589 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.589 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ikepolicy is already registered 2026-05-31 17:57:14.594 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-31 17:57:14.594 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] router is already registered 2026-05-31 17:57:14.594 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-31 17:57:14.595 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] floatingip is already registered 2026-05-31 17:57:14.598 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-31 17:57:14.598 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] rbac_policy is already registered 2026-05-31 17:57:14.599 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-31 17:57:14.599 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] security_group is already registered 2026-05-31 17:57:14.600 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-31 17:57:14.600 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] security_group_rule is already registered 2026-05-31 17:57:14.601 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.601 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.601 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-31 17:57:14.601 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] subnetpool is already registered 2026-05-31 17:57:14.602 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-31 17:57:14.602 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] trunk is already registered 2026-05-31 17:57:14.602 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.602 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ikepolicy is already registered 2026-05-31 17:57:14.603 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.603 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ipsecpolicy is already registered 2026-05-31 17:57:14.603 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-31 17:57:14.607 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] endpoint_group is already registered 2026-05-31 17:57:14.607 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-31 17:57:14.608 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] vpnservice is already registered 2026-05-31 17:57:14.608 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-31 17:57:14.608 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ipsec_site_connection is already registered 2026-05-31 17:57:14.609 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-31 17:57:14.609 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ipsecpolicy is already registered 2026-05-31 17:57:14.609 8 INFO neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-31 17:57:14.609 8 WARNING neutron.quota.resource_registry [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] ikepolicy is already registered 2026-05-31 17:57:14.655 8 WARNING keystonemiddleware._common.config [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-31 17:57:14.663 8 WARNING oslo_config.cfg [None req-5160a9e1-4a6a-498a-aee0-5e7b8210737a - - - - - -] 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 7 seconds on interpreter 0x7f1038c1f668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 17:57:19.287 7 INFO neutron.pecan_wsgi.hooks.translation [None req-171afc75-62f6-47f6-b4e6-427b6c4575ba e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 17:57:18 2026] GET /v2.0/networks/public => generated 108 bytes in 789 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 17:57:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 17:57:19.992 7 WARNING neutron.services.revisions.revision_plugin [None req-6fd37eac-e8f8-4f18-8990-2c95f465af54 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Could not find related network for resource to bump revision. 2026-05-31 17:57:20.016 7 INFO neutron.db.segments_db [None req-6fd37eac-e8f8-4f18-8990-2c95f465af54 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 2c3ec9f6-ba81-4457-9286-81d635fc912f of type flat for network 8c1da9bc-ce7c-474c-b452-a2c9a8147131 2026-05-31 17:57:20.062 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fd37eac-e8f8-4f18-8990-2c95f465af54 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.156 () {48 vars in 968 bytes} [Sun May 31 17:57:19 2026] POST /v2.0/networks => generated 124 bytes in 447 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 17:57:25.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-002f5cb7-9c0f-4ba8-8ffd-2376ce45a2a4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 17:57:25 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: 3/9] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 17:57:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 17:57:25.990 7 WARNING neutron.services.revisions.revision_plugin [None req-db0f37bc-fbeb-4f61-98a8-a2105604a6ae e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Could not find related network for resource to bump revision. 2026-05-31 17:57:26.006 7 INFO neutron.db.segments_db [None req-db0f37bc-fbeb-4f61-98a8-a2105604a6ae e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 89a713c3-5ae9-4bd3-8e29-91718251c0ef of type flat for network 12a75c4a-419a-4ecb-bbcc-29d1ba65a94b 2026-05-31 17:57:26.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db0f37bc-fbeb-4f61-98a8-a2105604a6ae e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.156 () {48 vars in 968 bytes} [Sun May 31 17:57:25 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 17:57:32.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df1d000c-c5ae-402e-b3c1-c0b2b5cf0e51 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 17:57:31 2026] GET /v2.0/networks/public => generated 108 bytes in 348 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 17:57:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 17:57:32.419 8 WARNING neutron.services.revisions.revision_plugin [None req-0d4a4cb5-e780-4657-9c35-a604eb3bc249 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Could not find related network for resource to bump revision. 2026-05-31 17:57:32.437 8 INFO neutron.db.segments_db [None req-0d4a4cb5-e780-4657-9c35-a604eb3bc249 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment d64cc587-0cf4-470b-8ba7-3bd95443bf0d of type flat for network de687eb1-1da3-44e3-835e-ede25b879da4 2026-05-31 17:57:32.489 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d4a4cb5-e780-4657-9c35-a604eb3bc249 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.156 () {48 vars in 968 bytes} [Sun May 31 17:57:32 2026] POST /v2.0/networks => generated 124 bytes in 304 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 17:57:38.366 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1029c125-4fac-497b-be96-c5c68d3424ed e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 17:57:38 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 17:57:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 17:57:38.453 7 WARNING neutron.services.revisions.revision_plugin [None req-fa526cfe-fa90-46f8-b0f7-710a4009e852 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Could not find related network for resource to bump revision. 2026-05-31 17:57:38.473 7 INFO neutron.db.segments_db [None req-fa526cfe-fa90-46f8-b0f7-710a4009e852 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment aefb5ca9-c927-4ff5-8d08-393140ed490c of type flat for network cd1f39a7-9d46-4a44-b174-e0b895520760 2026-05-31 17:57:38.496 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa526cfe-fa90-46f8-b0f7-710a4009e852 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.156 () {48 vars in 968 bytes} [Sun May 31 17:57:38 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 17:57:44.355 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88e8aec6-d959-4aad-9764-653c3f5c3ad2 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 17:57:44 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 17:57:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 17:57:44.471 7 WARNING neutron.services.revisions.revision_plugin [None req-cf23b489-d3f3-42fc-85b9-4009e5975ea9 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Could not find related network for resource to bump revision. 2026-05-31 17:57:44.490 7 INFO neutron.db.segments_db [None req-cf23b489-d3f3-42fc-85b9-4009e5975ea9 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 0ee4ad7e-eaf8-4c59-bb2f-da2fbef488ff of type flat for network 82380fb6-093a-457d-b817-76ad9c846b80 [pid: 7|app: 0|req: 12/20] 199.204.45.156 () {48 vars in 968 bytes} [Sun May 31 17:57:44 2026] POST /v2.0/networks => generated 706 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 17:57:45.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e58c1b0-7a23-41ab-8c61-840b6ff3c9cb e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 17:57:45 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 17:57:45 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 17:57:45.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b055c298-7b39-42de-88d9-1bcfed5a6198 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.156 () {44 vars in 1035 bytes} [Sun May 31 17:57:45 2026] GET /v2.0/subnets/public-subnet?network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.156 () {44 vars in 1058 bytes} [Sun May 31 17:57:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.156 () {48 vars in 966 bytes} [Sun May 31 17:57:45 2026] POST /v2.0/subnets => generated 664 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:02:22.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89294539-56b2-4790-95ba-f6c348efbe11 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 29/61] 199.204.45.156 () {44 vars in 938 bytes} [Sun May 31 18:02: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: 33/62] 199.204.45.156 () {44 vars in 960 bytes} [Sun May 31 18:02:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:02:22.460 8 INFO neutron.db.segments_db [None req-759291bc-b5fd-4531-b989-4667852b5315 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 8bf96b6f-bd87-4ecb-b60d-47073948b8f0 of type vxlan for network 3742e988-a993-4d7e-8bd0-10529e8aaf50 [pid: 8|app: 0|req: 30/63] 199.204.45.156 () {48 vars in 967 bytes} [Sun May 31 18:02: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-05-31 18:02:23.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4595161-2207-47bb-bea6-c93ec5985789 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/64] 199.204.45.156 () {44 vars in 938 bytes} [Sun May 31 18:02:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/65] 199.204.45.156 () {44 vars in 960 bytes} [Sun May 31 18:02:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:02:23.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b31ed30-afb8-41de-91e9-5534cd8f1565 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.156 () {44 vars in 1037 bytes} [Sun May 31 18:02:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.156 () {44 vars in 1060 bytes} [Sun May 31 18:02:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.156 () {48 vars in 966 bytes} [Sun May 31 18:02:23 2026] POST /v2.0/subnets => generated 651 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:02:24.914 7 INFO neutron.api.v2.resource [None req-0ffb8200-6cf9-4002-846e-45fa97aba134 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.204.45.156 () {44 vars in 972 bytes} [Sun May 31 18:02:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.156 () {44 vars in 994 bytes} [Sun May 31 18:02:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.204.45.156 () {48 vars in 981 bytes} [Sun May 31 18:02:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:26 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:26 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:26 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:27 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:27 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:27 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:28 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:28 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:28 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:29 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:29 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:29 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:30 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:30 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:30 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.156 () {44 vars in 988 bytes} [Sun May 31 18:02:31 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:02:31.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a5f4d24-476c-44fc-b59f-fe2c2695fae6 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/95] 199.204.45.156 () {44 vars in 1077 bytes} [Sun May 31 18:02:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.156 () {44 vars in 1100 bytes} [Sun May 31 18:02:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:31 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.156 () {48 vars in 962 bytes} [Sun May 31 18:02:31 2026] POST /v2.0/ports => generated 1100 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:02:38.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-321ccce1-7311-4590-89ac-f7c2a550d406 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/99] 199.204.45.156 () {44 vars in 980 bytes} [Sun May 31 18:02:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 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: 48/102] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/103] 199.204.45.156 () {48 vars in 1032 bytes} [Sun May 31 18:02:39 2026] PUT /v2.0/ports/8a3bef51-7c17-4c95-afc9-e53cf8a89ac1 => generated 1249 bytes in 645 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/104] 199.204.45.156 () {44 vars in 921 bytes} [Sun May 31 18:02:41 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:02:42.637 7 INFO neutron.api.v2.resource [None req-1c945dd2-2e7a-4d45-8116-adda8d526970 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/105] 199.204.45.156 () {44 vars in 960 bytes} [Sun May 31 18:02:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/106] 199.204.45.156 () {44 vars in 982 bytes} [Sun May 31 18:02:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/107] 199.204.45.156 () {48 vars in 981 bytes} [Sun May 31 18:02:42 2026] POST /v2.0/security-groups => generated 1610 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/108] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:43 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/109] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:43 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/110] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:43 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/111] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:43 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/112] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:44 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/113] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:44 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/114] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:02:44 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/115] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:02:44 2026] POST /v2.0/security-group-rules => generated 627 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/126] 199.204.45.156 () {44 vars in 976 bytes} [Sun May 31 18:03:58 2026] GET /v2.0/quotas/0605ec3cdca34bf58a5d75b6c0d08911 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/127] 199.204.45.156 () {48 vars in 1028 bytes} [Sun May 31 18:03:58 2026] PUT /v2.0/quotas/0605ec3cdca34bf58a5d75b6c0d08911 => generated 291 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, ' 2026-05-31 18:06:08.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aafcd68d-050a-4e0d-b335-62025e9f84c3 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 69/144] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:06:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 142 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: 76/145] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:06:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:06:10.717 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72dc6607-7c08-476b-807d-d19674d030ee e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 71/148] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:06:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/149] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:06:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:14:02.386 8 INFO neutron.api.v2.resource [None req-e90856c4-6471-4ba6-ab5c-29e6cad4b264 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/212] 199.204.45.156 () {44 vars in 1075 bytes} [Sun May 31 18:14:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 139 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/213] 199.204.45.156 () {44 vars in 1098 bytes} [Sun May 31 18:14:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 23 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/214] 199.204.45.156 () {48 vars in 982 bytes} [Sun May 31 18:14:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/215] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:03 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/216] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:14:03 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 1624 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/217] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:03 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/218] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:14:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/219] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:04 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/220] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:14:04 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/221] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:04 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/222] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:14:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/223] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:05 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/224] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:14:06 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/225] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:06 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/226] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:14:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/227] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:07 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/228] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:14:07 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/229] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:14:07 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/230] 199.204.45.156 () {48 vars in 992 bytes} [Sun May 31 18:14:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.204.45.156 () {30 vars in 740 bytes} [Sun May 31 18:16:25 2026] GET /v2.0/networks?tenant_id=ac2d98cb27f746a0aabb5f9a19b437bb&shared=False => generated 15 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:16:25.363 7 INFO neutron.db.segments_db [None req-68d971b6-f4f6-4f98-b79a-40bf924035cb f769fd8407f64abd8b4fb7bfdca0b64a ac2d98cb27f746a0aabb5f9a19b437bb - - 8a6ff739cc34460bb0c2df6d389b7798 8a6ff739cc34460bb0c2df6d389b7798] Added segment 263a66e4-f6ab-4c51-9516-09b1c0cc19d1 of type vxlan for network ca3fbcc7-c8fd-4540-9a4e-650a8d0462ef [pid: 7|app: 0|req: 129/252] 199.204.45.156 () {34 vars in 682 bytes} [Sun May 31 18:16:25 2026] POST /v2.0/networks => generated 718 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/253] 199.204.45.156 () {30 vars in 722 bytes} [Sun May 31 18:16:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 199.204.45.156 () {30 vars in 633 bytes} [Sun May 31 18:16:25 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/255] 199.204.45.156 () {34 vars in 677 bytes} [Sun May 31 18:16:25 2026] POST /v2.0/ports => generated 999 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/256] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:16:25 2026] GET /v2.0/networks/ca3fbcc7-c8fd-4540-9a4e-650a8d0462ef => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/257] 199.204.45.156 () {30 vars in 722 bytes} [Sun May 31 18:16:27 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/258] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:16:28 2026] GET /v2.0/networks/ca3fbcc7-c8fd-4540-9a4e-650a8d0462ef => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/261] 199.204.45.156 () {44 vars in 976 bytes} [Sun May 31 18:16:39 2026] GET /v2.0/quotas/ac2d98cb27f746a0aabb5f9a19b437bb => 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: 134/262] 199.204.45.156 () {48 vars in 1028 bytes} [Sun May 31 18:16:40 2026] PUT /v2.0/quotas/ac2d98cb27f746a0aabb5f9a19b437bb => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:03.252 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8cba323-b256-48b5-bbd4-fbe009f8b8bf e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/353] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 18:28:03 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/354] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 18:28:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:04.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8dac7e37-887c-4dc0-885d-95b6da5708f5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/355] 199.204.45.156 () {44 vars in 928 bytes} [Sun May 31 18:28:04 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: 7|app: 0|req: 181/356] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 18:28:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:04.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a93dc6c3-7147-4d56-b98f-8c1e813ab6b0 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/357] 199.204.45.156 () {44 vars in 1035 bytes} [Sun May 31 18:28:04 2026] GET /v2.0/subnets/public-subnet?network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/358] 199.204.45.156 () {44 vars in 1058 bytes} [Sun May 31 18:28:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:31.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6feca82-3173-42e5-8d99-a64f45c7910f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/363] 199.204.45.156 () {44 vars in 938 bytes} [Sun May 31 18:28:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/364] 199.204.45.156 () {44 vars in 960 bytes} [Sun May 31 18:28:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:32.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d01f8364-c045-4693-8c95-7f186708029e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/365] 199.204.45.156 () {44 vars in 938 bytes} [Sun May 31 18:28:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/366] 199.204.45.156 () {44 vars in 960 bytes} [Sun May 31 18:28:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:32.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfeac402-2251-4ecc-a965-1cc32e1eacd1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/367] 199.204.45.156 () {44 vars in 1037 bytes} [Sun May 31 18:28:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/368] 199.204.45.156 () {44 vars in 1060 bytes} [Sun May 31 18:28:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:33.605 8 INFO neutron.api.v2.resource [None req-17c14dce-1f68-4108-98c2-025e14a993c1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/369] 199.204.45.156 () {44 vars in 972 bytes} [Sun May 31 18:28:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/370] 199.204.45.156 () {44 vars in 994 bytes} [Sun May 31 18:28:33 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/371] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:34 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/372] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:34 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => 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: 184/373] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:34 2026] GET /v2.0/security-group-rules/831d1938-f310-4767-8ade-10d1bdc18d88 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/374] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:35 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/375] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:35 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/376] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:35 2026] GET /v2.0/security-group-rules/34c12ac3-afba-404e-9a2a-3dbc1303131c => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/377] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:36 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/378] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:36 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:36 2026] GET /v2.0/security-group-rules/419711a1-c5ff-4442-815a-0b6836fd0659 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/380] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:37 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:37 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/382] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:37 2026] GET /v2.0/security-group-rules/4dcb94c9-96ef-41ba-82c2-7e4feb64e617 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:38 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:38 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/385] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:38 2026] GET /v2.0/security-group-rules/b31ce852-3560-4a9c-9613-7116ad1872e4 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/388] 199.204.45.156 () {44 vars in 988 bytes} [Sun May 31 18:28:39 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:28:40.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14ed02b7-33c5-4f95-9b8b-0025efccd603 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/389] 199.204.45.156 () {44 vars in 1077 bytes} [Sun May 31 18:28:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/390] 199.204.45.156 () {44 vars in 1100 bytes} [Sun May 31 18:28:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 1254 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/391] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:40 2026] GET /v2.0/security-groups/1b57e28d-d3fc-48fb-a4ee-abc59d24fec4 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:28:47.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-646f3309-1cb5-426a-a129-aa7ddfb2bfb8 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/392] 199.204.45.156 () {44 vars in 980 bytes} [Sun May 31 18:28:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/393] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/394] 199.204.45.156 () {44 vars in 921 bytes} [Sun May 31 18:28:49 2026] GET /v2.0/ports => generated 4725 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:28:50.279 8 INFO neutron.api.v2.resource [None req-6f6a10e1-7386-43d8-834b-bb7335e8aee8 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/395] 199.204.45.156 () {44 vars in 960 bytes} [Sun May 31 18:28:50 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/396] 199.204.45.156 () {44 vars in 982 bytes} [Sun May 31 18:28:50 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/397] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:51 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/398] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:51 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/399] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:51 2026] GET /v2.0/security-group-rules/08c17109-ccc2-44ac-90b8-0407533b3715 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:52 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/401] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:28:52 2026] GET /v2.0/security-groups/49a74822-b442-444d-861f-c300031c100b => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/402] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:28:52 2026] GET /v2.0/security-group-rules/727c7852-814a-4c03-942c-82163d2818dc => generated 627 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/405] 199.204.45.156 () {44 vars in 976 bytes} [Sun May 31 18:29:03 2026] GET /v2.0/quotas/0605ec3cdca34bf58a5d75b6c0d08911 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:29:56.452 7 INFO neutron.api.v2.resource [None req-cfeceaa0-9027-4f7d-98b8-f284148deccb e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 211/414] 199.204.45.156 () {44 vars in 1075 bytes} [Sun May 31 18:29:56 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/415] 199.204.45.156 () {44 vars in 1098 bytes} [Sun May 31 18:29:56 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/416] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:29:57 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/417] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:29:57 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/418] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:29:57 2026] GET /v2.0/security-group-rules/ecbb098e-ea4c-4d84-965f-af12bbe9ea77 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/419] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:29:58 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/420] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:29:58 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/421] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:29:58 2026] GET /v2.0/security-group-rules/0cff94b2-20de-4c83-9285-a595a64ee9f5 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/422] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:29:59 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/423] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:29:59 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/424] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:29:59 2026] GET /v2.0/security-group-rules/38df9b65-5b35-4697-9dd1-d79719ad1eb5 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/425] 199.204.45.156 () {44 vars in 1089 bytes} [Sun May 31 18:30:00 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d?project_id=ac2d98cb27f746a0aabb5f9a19b437bb => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/426] 199.204.45.156 () {44 vars in 1002 bytes} [Sun May 31 18:30:00 2026] GET /v2.0/security-groups/3f05dcff-7de9-465d-806a-85b5e2d2714d => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/427] 199.204.45.156 () {44 vars in 1012 bytes} [Sun May 31 18:30:00 2026] GET /v2.0/security-group-rules/271a05e7-da9d-4d40-b044-f7bec1e902eb => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/428] 199.204.45.156 () {44 vars in 976 bytes} [Sun May 31 18:30:07 2026] GET /v2.0/quotas/ac2d98cb27f746a0aabb5f9a19b437bb => 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: 223/437] 199.204.45.156 () {44 vars in 950 bytes} [Sun May 31 18:30:56 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/442] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:31:34 2026] GET /v2.0/networks => generated 2168 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/443] 10.0.0.196 () {32 vars in 655 bytes} [Sun May 31 18:31:35 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/444] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:31:35 2026] GET /v2.0/routers => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/445] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:31:35 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/446] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:31:36 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/447] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:31:36 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/448] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:31:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/449] 10.0.0.196 () {32 vars in 655 bytes} [Sun May 31 18:31:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:31:46.592 8 INFO neutron.db.segments_db [None req-5bd83353-3259-4447-b110-216ae83ae94a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 59ff7f1a-8875-497c-8fd6-57adfb03ac1f of type vxlan for network ba7ac960-ce5a-4339-8872-849269e1e02c 2026-05-31 18:31:46.639 7 INFO neutron.db.segments_db [None req-9f1be3dd-5d9f-4018-844e-1de87406290a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 688f4a01-bf55-4c8b-a3f8-5a6990957e35 of type vxlan for network 8b0cb00c-aa31-49cc-b7e3-5f03d3368760 [pid: 8|app: 0|req: 222/452] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/networks => generated 737 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/453] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/networks => generated 748 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:46.835 8 INFO neutron.db.segments_db [None req-d2a37563-a4c8-4600-a0c9-38363b0ee318 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 717fea5f-4c14-4e39-9f56-a382498b70c6 of type vxlan for network 948c52a0-c2b3-4e5b-8101-bce2f60660c6 [pid: 7|app: 0|req: 232/454] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/subnets => generated 684 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/455] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/networks => generated 744 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:46.962 8 INFO neutron.db.segments_db [None req-fcd6a58c-3167-487b-abbf-663f226f3fbe e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment b5870fd3-62c3-42ef-967f-39af618961cc of type vxlan for network bfe482cb-6420-456e-a996-9d6e91d98b7e [pid: 7|app: 0|req: 233/456] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/subnets => generated 695 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/457] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/subnets => generated 691 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:47.114 7 INFO neutron.db.segments_db [None req-b9896c91-77ea-4996-b178-c500b5b6440f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment ec57232f-44c5-4098-af05-7cae2cb9b0e2 of type vxlan for network f1254144-7d82-4142-b0ed-b806dd0045f7 2026-05-31 18:31:47.187 8 INFO neutron.db.l3_hamode_db [None req-fcd6a58c-3167-487b-abbf-663f226f3fbe e6eda51265aa4ae8994c4389a4a8dbc1 b56c6fe63496481c9b6d05230d48805b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:31:47.272 7 INFO neutron.db.l3_hamode_db [None req-b9896c91-77ea-4996-b178-c500b5b6440f e6eda51265aa4ae8994c4389a4a8dbc1 1a1a634894d0476da0d290a6a39d51dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:31:48.111 7 INFO neutron.db.l3_hamode_db [None req-b9896c91-77ea-4996-b178-c500b5b6440f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:31:48.112 8 INFO neutron.db.l3_hamode_db [None req-fcd6a58c-3167-487b-abbf-663f226f3fbe e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/458] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:46 2026] POST /v2.0/routers => generated 724 bytes in 2306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:49.257 8 INFO neutron.db.segments_db [None req-daa6423a-b857-4d26-a55e-6203b5ab5576 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 194433e9-2dfc-4e72-8586-1f2879ff295f of type vxlan for network c236d91d-0846-453f-849f-b25ba15f056a [pid: 7|app: 0|req: 235/459] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:47 2026] POST /v2.0/routers => generated 735 bytes in 2188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:49.427 8 INFO neutron.db.l3_hamode_db [None req-daa6423a-b857-4d26-a55e-6203b5ab5576 e6eda51265aa4ae8994c4389a4a8dbc1 39aec9ba50904880ba0ce64ad032c040 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/460] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:31:49 2026] GET /v2.0/security-groups?tenant_id=940fb8734e7f4b629fd9c17c5f148bc5&name=default => generated 2921 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:31:50.004 8 INFO neutron.db.l3_hamode_db [None req-daa6423a-b857-4d26-a55e-6203b5ab5576 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/461] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:31:49 2026] PUT /v2.0/routers/bdfb45ca-184e-437d-8d4b-f77062dd7649/add_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/462] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:49 2026] POST /v2.0/routers => generated 731 bytes in 1530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/463] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:31:50 2026] DELETE /v2.0/security-groups/35078c14-d05f-4665-bb71-cd54e5e11bed => 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: 238/464] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:31:50 2026] PUT /v2.0/routers/80a71f0f-3bd4-4643-85e0-7433b470a7ba/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/465] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:31:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/466] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:31:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/467] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:31:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/468] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:31:50 2026] PUT /v2.0/routers/dd9e44b7-9494-4db1-a535-27d4ba06df3c/add_router_interface => generated 309 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/469] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:31:51 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/470] 10.0.0.76 () {38 vars in 970 bytes} [Sun May 31 18:31:52 2026] POST /v2.0/security-groups => generated 1684 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/471] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:52 2026] GET /v2.0/security-groups/8d032608-24cb-430c-982b-1f2ff65dcf51 => generated 1684 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/472] 10.0.0.76 () {38 vars in 980 bytes} [Sun May 31 18:31:52 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:52.831 7 INFO neutron.db.segments_db [None req-43e912dc-2d72-4e4d-a984-9b81d90ae4ea e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 1a51c2eb-e8c8-4ece-9d53-2c774895639f of type vxlan for network fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 [pid: 7|app: 0|req: 243/473] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:31:52 2026] POST /v2.0/networks => generated 752 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/474] 10.0.0.76 () {38 vars in 970 bytes} [Sun May 31 18:31:52 2026] POST /v2.0/security-groups => generated 1682 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/475] 10.0.0.76 () {38 vars in 970 bytes} [Sun May 31 18:31:52 2026] POST /v2.0/security-groups => generated 1684 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/476] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:52 2026] POST /v2.0/subnets => generated 699 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/477] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2085562227&fields=id&tenant_id=b56c6fe63496481c9b6d05230d48805b => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/478] 10.0.0.76 () {38 vars in 970 bytes} [Sun May 31 18:31:53 2026] POST /v2.0/security-groups => generated 1681 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:31:53.207 8 INFO neutron.db.segments_db [None req-55b5ebe3-a1dc-46cb-80be-9a32ba4fc5d3 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment b346ecc0-284b-43e4-81a5-3f5d4edcbff7 of type vxlan for network 3fb81e69-c0d9-401f-8068-addd18823530 [pid: 7|app: 0|req: 246/479] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/networks?id=ba7ac960-ce5a-4339-8872-849269e1e02c => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/480] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups/3a29c10d-126b-4315-8e00-a520f11f1d5a => generated 1684 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/481] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/quotas/b56c6fe63496481c9b6d05230d48805b => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/482] 10.0.0.76 () {38 vars in 980 bytes} [Sun May 31 18:31:53 2026] POST /v2.0/security-group-rules => generated 614 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/483] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/ports?tenant_id=b56c6fe63496481c9b6d05230d48805b&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:31:53.444 8 INFO neutron.db.l3_hamode_db [None req-55b5ebe3-a1dc-46cb-80be-9a32ba4fc5d3 e6eda51265aa4ae8994c4389a4a8dbc1 e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 251/484] 10.0.0.76 () {38 vars in 970 bytes} [Sun May 31 18:31:53 2026] POST /v2.0/security-groups => generated 1682 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/485] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups/3a29c10d-126b-4315-8e00-a520f11f1d5a => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/486] 10.0.0.76 () {38 vars in 980 bytes} [Sun May 31 18:31:53 2026] POST /v2.0/security-group-rules => generated 619 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/487] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups?tenant_id=39aec9ba50904880ba0ce64ad032c040 => generated 7906 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/488] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups/cbc96db1-aa6d-4f5d-a429-50c5278ba3a8 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/489] 10.0.0.76 () {34 vars in 906 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/490] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups/cbc96db1-aa6d-4f5d-a429-50c5278ba3a8 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/491] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/492] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups/3a29c10d-126b-4315-8e00-a520f11f1d5a => generated 2939 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/493] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/494] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:53 2026] GET /v2.0/security-groups/f99b4723-2c19-44e4-9740-5f1cc8165f67 => generated 1682 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/495] 10.0.0.76 () {36 vars in 1012 bytes} [Sun May 31 18:31:53 2026] DELETE /v2.0/security-groups/f99b4723-2c19-44e4-9740-5f1cc8165f67 => 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: 263/496] 10.0.0.76 () {34 vars in 1000 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-group-rules/e5506555-4f0e-463c-b54b-9a1a12dbd204 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:31:54.074 7 INFO neutron.api.v2.resource [req-ab768b4f-024c-4a9c-9b9c-41ad408dc88f req-6b156cbb-b397-49aa-8daa-e0430803a73b b4d7ce75e73d43dd8afe9e78d8624d50 39aec9ba50904880ba0ce64ad032c040 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/497] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/f99b4723-2c19-44e4-9740-5f1cc8165f67 => 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: 265/498] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/3a29c10d-126b-4315-8e00-a520f11f1d5a => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/499] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/500] 10.0.0.76 () {36 vars in 1022 bytes} [Sun May 31 18:31:54 2026] DELETE /v2.0/security-group-rules/e5506555-4f0e-463c-b54b-9a1a12dbd204 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/503] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/e3a94604-1f12-4a7b-abec-44482343c32b => generated 1681 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/504] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/3a29c10d-126b-4315-8e00-a520f11f1d5a => generated 2309 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/505] 10.0.0.76 () {36 vars in 1012 bytes} [Sun May 31 18:31:54 2026] DELETE /v2.0/security-groups/e3a94604-1f12-4a7b-abec-44482343c32b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:31:54.474 8 INFO neutron.db.l3_hamode_db [None req-55b5ebe3-a1dc-46cb-80be-9a32ba4fc5d3 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 273/506] 10.0.0.76 () {36 vars in 1012 bytes} [Sun May 31 18:31:54 2026] DELETE /v2.0/security-groups/3a29c10d-126b-4315-8e00-a520f11f1d5a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:31:54.508 7 INFO neutron.api.v2.resource [req-c19b0f97-a9c7-46b9-99f0-d808efee32fb req-4884a542-7c1e-4827-9d40-86f1d5c2cbc9 b4d7ce75e73d43dd8afe9e78d8624d50 39aec9ba50904880ba0ce64ad032c040 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 274/507] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/e3a94604-1f12-4a7b-abec-44482343c32b => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/508] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/8d032608-24cb-430c-982b-1f2ff65dcf51 => generated 2309 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/509] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:54 2026] GET /v2.0/security-groups/0c925fab-de0f-44c0-ad0b-4b0bab6c9df4 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/510] 10.0.0.76 () {36 vars in 1012 bytes} [Sun May 31 18:31:54 2026] DELETE /v2.0/security-groups/8d032608-24cb-430c-982b-1f2ff65dcf51 => 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: 278/511] 10.0.0.76 () {36 vars in 1012 bytes} [Sun May 31 18:31:54 2026] DELETE /v2.0/security-groups/0c925fab-de0f-44c0-ad0b-4b0bab6c9df4 => 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: 234/512] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:31:53 2026] POST /v2.0/routers => generated 739 bytes in 2210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:31:55.386 8 INFO neutron.api.v2.resource [req-c992c6c9-ff58-4a23-b342-272a15c7e8b7 req-217ac1ac-1680-42e9-b6d9-3f4c0e38c32f b4d7ce75e73d43dd8afe9e78d8624d50 39aec9ba50904880ba0ce64ad032c040 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 235/513] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:55 2026] GET /v2.0/security-groups/0c925fab-de0f-44c0-ad0b-4b0bab6c9df4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/514] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:31:55 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:31:55.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2754d15-5b39-4a4e-816b-48ebb39e9b15 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: ac16c45f-4f40-4c51-88f5-6634b6feee44 2026-05-31 18:31:55.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2754d15-5b39-4a4e-816b-48ebb39e9b15 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: ac16c45f-4f40-4c51-88f5-6634b6feee44 [pid: 7|app: 0|req: 279/515] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:31:54 2026] PUT /v2.0/routers/80a71f0f-3bd4-4643-85e0-7433b470a7ba/remove_router_interface => generated 309 bytes in 1340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/516] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:31:56 2026] GET /v2.0/security-groups?tenant_id=39aec9ba50904880ba0ce64ad032c040 => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/517] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:31:55 2026] PUT /v2.0/routers/5fbd34b8-65dd-4312-9769-f2c2fab8fc9f/add_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:31:56.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-29a712c5-1574-461f-a957-aa5b75788bfd e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: b52f2db1-1488-4a5b-863f-086420682e49 2026-05-31 18:31:56.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29a712c5-1574-461f-a957-aa5b75788bfd e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: b52f2db1-1488-4a5b-863f-086420682e49 [pid: 8|app: 0|req: 238/518] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:56 2026] GET /v2.0/security-groups/cbc96db1-aa6d-4f5d-a429-50c5278ba3a8 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/519] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:56 2026] GET /v2.0/security-groups/cbc96db1-aa6d-4f5d-a429-50c5278ba3a8 => generated 2918 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:31:56.424 8 INFO neutron.api.v2.resource [req-9d01a9b4-b157-48d9-83ba-01a759cec42d req-fb44c589-707d-4086-a837-5a5da43f29bc b4d7ce75e73d43dd8afe9e78d8624d50 39aec9ba50904880ba0ce64ad032c040 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/520] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:56 2026] GET /v2.0/security-groups/0c925fab-de0f-44c0-ad0b-4b0bab6c9df4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:31:56.456 8 INFO neutron.api.v2.resource [req-15f0766e-252d-42ff-a02f-0ca2a71d361f req-d46e2200-8833-45c7-9b23-8ca4f6bd2296 b4d7ce75e73d43dd8afe9e78d8624d50 39aec9ba50904880ba0ce64ad032c040 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 241/521] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:56 2026] GET /v2.0/security-groups/e3a94604-1f12-4a7b-abec-44482343c32b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:31:56.491 8 INFO neutron.api.v2.resource [req-7cb0b0dc-2b8d-4c00-8f1f-266414df950b req-f33801ef-975a-4bea-b264-f025c6e946e7 b4d7ce75e73d43dd8afe9e78d8624d50 39aec9ba50904880ba0ce64ad032c040 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/522] 10.0.0.76 () {34 vars in 990 bytes} [Sun May 31 18:31:56 2026] GET /v2.0/security-groups/f99b4723-2c19-44e4-9740-5f1cc8165f67 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:31:56.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-29a712c5-1574-461f-a957-aa5b75788bfd e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 029679de-5aa8-4cce-913d-3750b6d023a7 2026-05-31 18:31:56.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29a712c5-1574-461f-a957-aa5b75788bfd e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 029679de-5aa8-4cce-913d-3750b6d023a7 2026-05-31 18:31:56.668 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-29a712c5-1574-461f-a957-aa5b75788bfd e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - 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() 2026-05-31 18:31:56.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9ca62db-40b2-4797-a0aa-4da68af53b01 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 2c6183d4-6ee5-4274-8f3d-7328efd1373a 2026-05-31 18:31:56.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9ca62db-40b2-4797-a0aa-4da68af53b01 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 2c6183d4-6ee5-4274-8f3d-7328efd1373a 2026-05-31 18:31:57.035 7 INFO neutron.db.l3_hamode_db [None req-29a712c5-1574-461f-a957-aa5b75788bfd e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network f1254144-7d82-4142-b0ed-b806dd0045f7 was deleted as no HA routers are present in tenant 1a1a634894d0476da0d290a6a39d51dd. [pid: 7|app: 0|req: 281/523] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:31:56 2026] DELETE /v2.0/routers/80a71f0f-3bd4-4643-85e0-7433b470a7ba => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/524] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:31:57 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => 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: 283/525] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:31:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/526] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:31:57 2026] DELETE /v2.0/subnets/06f1145b-950a-433a-a032-1224b050be30 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:31:57.355 7 INFO neutron.services.segments.plugin [-] Segment ec57232f-44c5-4098-af05-7cae2cb9b0e2 resource provider aggregate not found 2026-05-31 18:31:57.370 7 INFO neutron.services.segments.plugin [-] Segment ec57232f-44c5-4098-af05-7cae2cb9b0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec57232f-44c5-4098-af05-7cae2cb9b0e2 found for delete ", "request_id": "req-e08ebd1e-a8fe-499f-8c3d-af01854a5f4e"}]} 2026-05-31 18:31:57.414 7 INFO neutron.services.segments.plugin [-] Segment ec57232f-44c5-4098-af05-7cae2cb9b0e2 resource provider aggregate not found 2026-05-31 18:31:57.432 7 INFO neutron.services.segments.plugin [-] Segment ec57232f-44c5-4098-af05-7cae2cb9b0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec57232f-44c5-4098-af05-7cae2cb9b0e2 found for delete ", "request_id": "req-f8af6efa-c491-4623-ba94-fcfafbf7b614"}]} [pid: 7|app: 0|req: 285/527] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:31:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/528] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:31:56 2026] PUT /v2.0/routers/dd9e44b7-9494-4db1-a535-27d4ba06df3c/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:31:57.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-7de281f7-dde1-4a7c-8284-a7039df05ff1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: bb81305e-92c7-4ef9-a494-51cf267bb9c6 2026-05-31 18:31:57.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7de281f7-dde1-4a7c-8284-a7039df05ff1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: bb81305e-92c7-4ef9-a494-51cf267bb9c6 [pid: 8|app: 0|req: 244/529] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:31:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/530] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:31:57 2026] DELETE /v2.0/networks/8b0cb00c-aa31-49cc-b7e3-5f03d3368760 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:31:57.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fb77d67-edad-407b-9b3a-268bc383d7b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: ce502bfe-5782-4696-8cc9-42546465a093 2026-05-31 18:31:57.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fb77d67-edad-407b-9b3a-268bc383d7b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: ce502bfe-5782-4696-8cc9-42546465a093 2026-05-31 18:31:57.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fb77d67-edad-407b-9b3a-268bc383d7b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: dc0f46a6-cd44-4b8b-85e0-1f23845e3b5b 2026-05-31 18:31:57.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fb77d67-edad-407b-9b3a-268bc383d7b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: dc0f46a6-cd44-4b8b-85e0-1f23845e3b5b 2026-05-31 18:31:58.042 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5fb77d67-edad-407b-9b3a-268bc383d7b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - 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: 287/531] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:31:57 2026] POST /v2.0/floatingips => generated 552 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/532] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/security-groups?tenant_id=1a1a634894d0476da0d290a6a39d51dd&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/533] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:31:58 2026] DELETE /v2.0/security-groups/18599fb1-3012-4240-b011-ad3616f1099d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/534] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:31:58.410 8 INFO neutron.db.l3_hamode_db [None req-5fb77d67-edad-407b-9b3a-268bc383d7b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network c236d91d-0846-453f-849f-b25ba15f056a was deleted as no HA routers are present in tenant 39aec9ba50904880ba0ce64ad032c040. [pid: 8|app: 0|req: 245/535] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:31:57 2026] DELETE /v2.0/routers/dd9e44b7-9494-4db1-a535-27d4ba06df3c => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/536] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:31:58 2026] DELETE /v2.0/subnets/c024d6f7-b12e-43d8-9a87-cb959b187b31 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/537] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1793844519&fields=id&tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:31:58.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-f036c8a6-6ef9-4d35-9fd5-cab05e097e0d e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: dc7c564d-3d68-4a7f-84da-e0141e833de6 2026-05-31 18:31:58.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f036c8a6-6ef9-4d35-9fd5-cab05e097e0d e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: dc7c564d-3d68-4a7f-84da-e0141e833de6 [pid: 7|app: 0|req: 293/538] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/539] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/quotas/e2f9ce3a76c6433eb3545873ab4b20f4 => 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: 295/540] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:31:58.829 8 INFO neutron.services.segments.plugin [-] Segment 194433e9-2dfc-4e72-8586-1f2879ff295f resource provider aggregate not found [pid: 8|app: 0|req: 246/541] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:31:58 2026] DELETE /v2.0/networks/948c52a0-c2b3-4e5b-8101-bce2f60660c6 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:31:58.849 8 INFO neutron.services.segments.plugin [-] Segment 194433e9-2dfc-4e72-8586-1f2879ff295f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 194433e9-2dfc-4e72-8586-1f2879ff295f found for delete ", "request_id": "req-68e777cb-dd06-4a11-baff-7e8bfa484396"}]} 2026-05-31 18:31:58.856 8 INFO neutron.services.segments.plugin [-] Segment 194433e9-2dfc-4e72-8586-1f2879ff295f resource provider aggregate not found 2026-05-31 18:31:58.872 8 INFO neutron.services.segments.plugin [-] Segment 194433e9-2dfc-4e72-8586-1f2879ff295f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 194433e9-2dfc-4e72-8586-1f2879ff295f found for delete ", "request_id": "req-855bcfc1-3a6c-4b2d-80bc-0b7d170cec18"}]} [pid: 8|app: 0|req: 247/542] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/security-groups?tenant_id=39aec9ba50904880ba0ce64ad032c040&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/543] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:31:58 2026] GET /v2.0/networks?id=ba7ac960-ce5a-4339-8872-849269e1e02c => generated 669 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/544] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:31:59 2026] DELETE /v2.0/security-groups/cbc96db1-aa6d-4f5d-a429-50c5278ba3a8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/545] 199.204.45.156 () {34 vars in 911 bytes} [Sun May 31 18:31:59 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/546] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:31:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b56c6fe63496481c9b6d05230d48805b => generated 181 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/547] 10.0.0.76 () {34 vars in 906 bytes} [Sun May 31 18:31:59 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: 7|app: 0|req: 299/548] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:31:59 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => 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: 300/549] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:31:59 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:31:59.386 7 INFO neutron.services.segments.plugin [-] Segment 688f4a01-bf55-4c8b-a3f8-5a6990957e35 resource provider aggregate not found [pid: 7|app: 0|req: 301/550] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:31:59 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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) 2026-05-31 18:31:59.409 7 INFO neutron.services.segments.plugin [-] Segment 688f4a01-bf55-4c8b-a3f8-5a6990957e35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 688f4a01-bf55-4c8b-a3f8-5a6990957e35 found for delete ", "request_id": "req-84ab6253-c4cd-4d69-97e4-e16ef1213315"}]} 2026-05-31 18:31:59.452 7 INFO neutron.services.segments.plugin [-] Segment 688f4a01-bf55-4c8b-a3f8-5a6990957e35 resource provider aggregate not found 2026-05-31 18:31:59.470 7 INFO neutron.services.segments.plugin [-] Segment 688f4a01-bf55-4c8b-a3f8-5a6990957e35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 688f4a01-bf55-4c8b-a3f8-5a6990957e35 found for delete ", "request_id": "req-2a92e8b4-e67e-4013-912f-62436ce00b2a"}]} [pid: 7|app: 0|req: 302/551] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:31:59 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 250/552] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:31:59 2026] POST /v2.0/ports => generated 954 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:32:00.514 7 INFO neutron.db.segments_db [None req-c4772233-2510-4c50-9e3e-118b4f3c63d3 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 59991bed-f49b-4f8a-b9a4-28894109eaa2 of type vxlan for network 4c35edf0-89e9-4100-868c-413196908854 [pid: 7|app: 0|req: 303/553] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:32:00 2026] POST /v2.0/networks => generated 747 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/554] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:00 2026] PUT /v2.0/ports/f5fad09b-ad95-4bc8-924d-e9c81db50aa7 => 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: 304/555] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:00 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/556] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:00 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 306/557] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:00 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:00.877 8 INFO neutron.services.segments.plugin [-] Segment 717fea5f-4c14-4e39-9f56-a382498b70c6 resource provider aggregate not found 2026-05-31 18:32:00.890 8 INFO neutron.services.segments.plugin [-] Segment 717fea5f-4c14-4e39-9f56-a382498b70c6 resource provider aggregate not found 2026-05-31 18:32:00.902 8 INFO neutron.services.segments.plugin [-] Segment 717fea5f-4c14-4e39-9f56-a382498b70c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 717fea5f-4c14-4e39-9f56-a382498b70c6 found for delete ", "request_id": "req-364fc1de-7af8-472b-883b-c9a75b0099b3"}]} 2026-05-31 18:32:00.903 8 INFO neutron.services.segments.plugin [-] Segment 717fea5f-4c14-4e39-9f56-a382498b70c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 717fea5f-4c14-4e39-9f56-a382498b70c6 found for delete ", "request_id": "req-d30d2610-a22d-4f15-89ad-62f69ee66ee0"}]} [pid: 8|app: 0|req: 252/558] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:32:00 2026] POST /v2.0/subnets => generated 695 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:32:01.003 7 INFO neutron.db.segments_db [None req-a235faa4-e171-4575-bd0e-fd56b09afc05 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 9cdb465a-9dd9-4971-9c86-9b08613a7337 of type vxlan for network da0b0799-dfaf-4d47-a86b-19b10acf1d55 2026-05-31 18:32:01.170 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0746d5ac-f23a-4f65-895b-62c185707560'] response: {'name': 'network-changed', 'server_uuid': 'b3e67214-bd38-4678-9335-bca3dae90b01', 'tag': 'f5fad09b-ad95-4bc8-924d-e9c81db50aa7', 'status': 'completed', 'code': 200} 2026-05-31 18:32:01.287 7 INFO neutron.db.l3_hamode_db [None req-a235faa4-e171-4575-bd0e-fd56b09afc05 e6eda51265aa4ae8994c4389a4a8dbc1 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:32:01.358 8 INFO neutron.db.segments_db [None req-f5b20efc-f32a-40b6-8e24-78d5629806ed e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment c748823d-4588-442e-ac90-0923922301bd of type vxlan for network 9869f20b-bc90-4b07-ada9-640ebf9cfe07 [pid: 8|app: 0|req: 253/559] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:32:01 2026] POST /v2.0/networks => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/560] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:32:01 2026] POST /v2.0/subnets => generated 691 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/561] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:01 2026] GET /v2.0/ports?tenant_id=b56c6fe63496481c9b6d05230d48805b&device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 1238 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:32:01.791 8 INFO neutron.db.segments_db [None req-82a53393-73b3-41f1-b2df-ab67ea2ac6eb e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 41f0f7dc-752b-4189-be35-cbf64585b801 of type vxlan for network 522c93fe-bf71-4cc9-98e7-7442f6da287f 2026-05-31 18:32:02.034 7 INFO neutron.db.l3_hamode_db [None req-a235faa4-e171-4575-bd0e-fd56b09afc05 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:32:02.289 8 INFO neutron.db.l3_hamode_db [None req-82a53393-73b3-41f1-b2df-ab67ea2ac6eb e6eda51265aa4ae8994c4389a4a8dbc1 00c088e82a534911a5037c1ad6f09b41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 307/562] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:32:00 2026] POST /v2.0/routers => generated 735 bytes in 1927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/563] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f5fad09b-ad95-4bc8-924d-e9c81db50aa7 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/564] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:02 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 310/565] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:02 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:03.043 8 INFO neutron.db.l3_hamode_db [None req-82a53393-73b3-41f1-b2df-ab67ea2ac6eb e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 256/566] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:32:01 2026] POST /v2.0/routers => generated 731 bytes in 2298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/567] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/subnets?id=0c4c4122-4c6e-469b-9489-d64292b8b99c => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/568] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/569] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 311/570] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:32:02 2026] PUT /v2.0/routers/a4638d65-09e6-4041-a133-b4ad683569eb/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/571] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/572] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/ports?network_id=ba7ac960-ce5a-4339-8872-849269e1e02c&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/573] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/574] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/575] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:32:04 2026] POST /v2.0/ports => generated 954 bytes in 428 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: 317/576] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:04 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/577] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:32:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/578] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:32:04 2026] PUT /v2.0/routers/489dd0b1-7af1-449e-b590-976000ca249e/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/579] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:32:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/580] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:05 2026] PUT /v2.0/ports/7a0b95c9-940b-4939-abae-118e59ea7907 => generated 1235 bytes in 428 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: 320/581] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:05 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/582] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:05 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/583] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:05 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/584] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:05 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/585] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:32:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/586] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:32:05 2026] POST /v2.0/security-groups => generated 1661 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/587] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:05 2026] GET /v2.0/ports?tenant_id=b56c6fe63496481c9b6d05230d48805b&device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:32:06.020 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87599079-b827-4e91-bc63-3c31c31df3f1'] response: {'name': 'network-changed', 'server_uuid': '5d6b4087-c25c-43bb-b4fb-cece55772a0a', 'tag': '7a0b95c9-940b-4939-abae-118e59ea7907', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 323/588] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:32:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/589] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/networks?id=ba7ac960-ce5a-4339-8872-849269e1e02c => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/590] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:32:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/591] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f5fad09b-ad95-4bc8-924d-e9c81db50aa7 => 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: 266/592] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:32:06 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/593] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/subnets?id=0c4c4122-4c6e-469b-9489-d64292b8b99c => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/594] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/595] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/ports?network_id=ba7ac960-ce5a-4339-8872-849269e1e02c&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: 8|app: 0|req: 270/596] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/597] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:32:06 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/598] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/599] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?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: 273/600] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/601] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/602] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/603] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/604] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?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: 276/605] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/606] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/607] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:06 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 331/608] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1333336149&fields=id&tenant_id=00c088e82a534911a5037c1ad6f09b41 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/609] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/networks?id=9869f20b-bc90-4b07-ada9-640ebf9cfe07 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/610] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/quotas/00c088e82a534911a5037c1ad6f09b41 => 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: 279/611] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/ports?tenant_id=00c088e82a534911a5037c1ad6f09b41&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/612] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?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: 280/613] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?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: 334/614] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/615] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 282/616] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/617] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:07 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/618] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/619] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/620] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/621] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => 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: 285/622] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/623] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/624] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 339/625] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 287/626] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:08 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 340/627] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:09 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/628] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:09 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/631] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:09 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/632] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:09 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&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: 342/633] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:09 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 292/634] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:10 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/635] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:10 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => 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: 293/636] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:10 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/637] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:10 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&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: 294/638] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:10 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 345/639] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1704366310&fields=id&tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/640] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/networks?id=4c35edf0-89e9-4100-868c-413196908854 => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/641] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/quotas/9e21b4fa65c5409b8ae38dd91e9c1f07 => 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: 296/642] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/ports?tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/643] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/644] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/645] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854?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: 298/646] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/647] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/648] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/649] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 300/650] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:11 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 351/651] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/networks?id=9869f20b-bc90-4b07-ada9-640ebf9cfe07 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/652] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=00c088e82a534911a5037c1ad6f09b41 => generated 181 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/653] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:32:12 2026] POST /v2.0/ports => generated 958 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 302/654] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/655] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/656] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/657] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/658] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:12 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 307/659] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/660] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:12 2026] PUT /v2.0/ports/5e6712ee-801e-46f7-b04e-c4c8999681e7 => generated 1239 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/661] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 973 bytes in 74 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: 309/662] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:13.196 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c710d12-5c49-4550-88a2-5c38b1cc36c0'] response: {'name': 'network-changed', 'server_uuid': '6dd16bb3-64db-4e49-825b-df0192615cfa', 'tag': '5e6712ee-801e-46f7-b04e-c4c8999681e7', 'status': 'completed', 'code': 200} 2026-05-31 18:32:13.632 7 INFO neutron.db.l3_db [None req-dae8ae56-b850-40c8-8522-460cb02eee81 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] Floating IP d6d35435-77d0-470d-b5bf-8ddecf74cdc5 associated. External IP: 10.96.250.217, port: f5fad09b-ad95-4bc8-924d-e9c81db50aa7. [pid: 8|app: 0|req: 310/663] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/ports?tenant_id=00c088e82a534911a5037c1ad6f09b41&device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/664] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/networks?tenant_id=00c088e82a534911a5037c1ad6f09b41&shared=False => 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: 312/665] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:32:13 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: 8|app: 0|req: 313/666] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 354/667] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:32:13 2026] PUT /v2.0/floatingips/d6d35435-77d0-470d-b5bf-8ddecf74cdc5 => generated 855 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/668] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/669] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:13 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/670] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&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: 356/671] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 316/672] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/673] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 317/674] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/675] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/676] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/ports?tenant_id=00c088e82a534911a5037c1ad6f09b41&device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/677] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5e6712ee-801e-46f7-b04e-c4c8999681e7 => 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: 319/678] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/subnets?id=5c36d516-b08f-411b-840a-ce7994c03490 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/679] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:14 2026] GET /v2.0/ports?network_id=9869f20b-bc90-4b07-ada9-640ebf9cfe07&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/680] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/681] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/682] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/683] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/684] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/685] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:32:15.240 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-75ee8b36-b27b-4267-a46f-7ff44600fd60'] response: {'name': 'network-changed', 'server_uuid': 'b3e67214-bd38-4678-9335-bca3dae90b01', 'tag': 'f5fad09b-ad95-4bc8-924d-e9c81db50aa7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 324/686] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/687] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:15.527 7 INFO neutron.db.l3_db [None req-596e219b-9896-48a8-b814-3e447cb1bb24 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] Floating IP c2355971-051a-4b90-a0bc-976f0f711327 associated. External IP: 10.96.250.204, port: 7a0b95c9-940b-4939-abae-118e59ea7907. [pid: 8|app: 0|req: 326/688] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/689] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&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: 328/690] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?tenant_id=b56c6fe63496481c9b6d05230d48805b&device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/691] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:32:15 2026] PUT /v2.0/floatingips/c2355971-051a-4b90-a0bc-976f0f711327 => generated 855 bytes in 654 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/692] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/networks?id=ba7ac960-ce5a-4339-8872-849269e1e02c => 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: 364/693] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f5fad09b-ad95-4bc8-924d-e9c81db50aa7 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/694] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/695] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/subnets?id=0c4c4122-4c6e-469b-9489-d64292b8b99c => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/696] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/697] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/ports?network_id=ba7ac960-ce5a-4339-8872-849269e1e02c&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/698] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:15 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?fields=segments => generated 14 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/699] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/700] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/networks?id=4c35edf0-89e9-4100-868c-413196908854 => generated 680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/701] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/702] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/703] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 336/704] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 369/705] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:32:16 2026] POST /v2.0/ports => generated 954 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: 370/706] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/707] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/security-groups?id=27719cd1-f88f-4916-86e9-73a089710cfc&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/708] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:32:16 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:17.101 7 INFO neutron_taas.services.taas.taas_plugin [req-6802bee3-dfde-4f3f-9631-2bc361bc38e7 req-43adcce2-2bbf-4c69-8641-a1524c79eeae 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] TaaS: Handle Delete Port: f5fad09b-ad95-4bc8-924d-e9c81db50aa7 2026-05-31 18:32:17.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6802bee3-dfde-4f3f-9631-2bc361bc38e7 req-43adcce2-2bbf-4c69-8641-a1524c79eeae 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] Tap Mirror: Handle Delete Port: f5fad09b-ad95-4bc8-924d-e9c81db50aa7 [pid: 8|app: 0|req: 337/709] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:16 2026] PUT /v2.0/ports/a0fb59c6-11c0-4ad5-b753-a96e75a075af => generated 1235 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:32:17.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-639d0233-40ed-4a5f-b80c-c892e5fe3a81'] response: {'name': 'network-changed', 'server_uuid': 'b7121f10-4564-4c5f-9f4e-57ccff0bc506', 'tag': 'a0fb59c6-11c0-4ad5-b753-a96e75a075af', 'status': 'completed', 'code': 200} 2026-05-31 18:32:17.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-005f154d-f211-4873-ac3b-d224f2186998'] response: {'name': 'network-changed', 'server_uuid': '5d6b4087-c25c-43bb-b4fb-cece55772a0a', 'tag': '7a0b95c9-940b-4939-abae-118e59ea7907', 'status': 'completed', 'code': 200} 2026-05-31 18:32:17.288 7 INFO neutron.db.l3_db [req-6802bee3-dfde-4f3f-9631-2bc361bc38e7 req-43adcce2-2bbf-4c69-8641-a1524c79eeae 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] Floating IP d6d35435-77d0-470d-b5bf-8ddecf74cdc5 disassociated. External IP: 10.96.250.217, port: f5fad09b-ad95-4bc8-924d-e9c81db50aa7. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 338/710] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/711] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/712] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:32:16 2026] DELETE /v2.0/ports/f5fad09b-ad95-4bc8-924d-e9c81db50aa7 => generated 0 bytes in 726 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/713] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/ports?tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07&device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/714] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/715] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/networks?tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07&shared=False => generated 775 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/716] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/717] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/718] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/719] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/720] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/721] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/722] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:17 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/723] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&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: 379/724] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 346/725] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/726] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/727] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/728] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/729] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/ports?tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07&device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/730] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a0fb59c6-11c0-4ad5-b753-a96e75a075af => 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: 382/731] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/732] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:18 2026] GET /v2.0/subnets?id=7a003e8d-ed41-4909-8ca0-2601266ab1b4 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/733] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:19 2026] GET /v2.0/ports?network_id=4c35edf0-89e9-4100-868c-413196908854&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/734] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:19 2026] GET /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/735] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:19 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => 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: 352/736] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:19 2026] GET /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854?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) 2026-05-31 18:32:19.323 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c160b43b-2726-4463-9bdb-85d331fbc895'] response: {'server_uuid': 'b3e67214-bd38-4678-9335-bca3dae90b01', 'name': 'network-vif-deleted', 'tag': 'f5fad09b-ad95-4bc8-924d-e9c81db50aa7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/737] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:19 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/738] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:19 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/739] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:20 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/740] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:20 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 355/741] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:20 2026] GET /v2.0/ports?device_id=b3e67214-bd38-4678-9335-bca3dae90b01 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/742] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:20 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:20.687 8 INFO neutron.db.l3_db [None req-118fab9f-8c1c-4373-8f52-8a4011823836 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] Floating IP fe2fc53b-1532-4729-abb1-227d0aaa72d1 associated. External IP: 10.96.250.209, port: 5e6712ee-801e-46f7-b04e-c4c8999681e7. [pid: 7|app: 0|req: 388/743] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:20 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 389/744] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:20 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&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: 356/745] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:32:20 2026] PUT /v2.0/floatingips/fe2fc53b-1532-4729-abb1-227d0aaa72d1 => generated 856 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:21.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23b2e2f2-d0d9-4eff-8d73-917602156c47'] response: {'name': 'network-changed', 'server_uuid': '6dd16bb3-64db-4e49-825b-df0192615cfa', 'tag': '5e6712ee-801e-46f7-b04e-c4c8999681e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 390/746] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:21 2026] DELETE /v2.0/security-groups/27719cd1-f88f-4916-86e9-73a089710cfc => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:21.397 8 INFO neutron.api.v2.resource [None req-7d3b7883-523f-4376-8017-6ad8ed2f2e40 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 357/747] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/security-groups/27719cd1-f88f-4916-86e9-73a089710cfc => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:32:21.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-07868527-1510-42aa-8f3c-5e0c2d8413b8 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] TaaS: Handle Delete Port: 9bbedd22-e220-4cf7-8e46-656dbff4aea8 2026-05-31 18:32:21.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07868527-1510-42aa-8f3c-5e0c2d8413b8 775326e0453c4d6cbf6e3aec5f102d89 b56c6fe63496481c9b6d05230d48805b - - default default] Tap Mirror: Handle Delete Port: 9bbedd22-e220-4cf7-8e46-656dbff4aea8 [pid: 8|app: 0|req: 358/748] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/ports?tenant_id=00c088e82a534911a5037c1ad6f09b41&device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/749] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/networks?id=9869f20b-bc90-4b07-ada9-640ebf9cfe07 => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/750] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5e6712ee-801e-46f7-b04e-c4c8999681e7 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/751] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:32:21 2026] DELETE /v2.0/floatingips/d6d35435-77d0-470d-b5bf-8ddecf74cdc5 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/752] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/subnets?id=5c36d516-b08f-411b-840a-ce7994c03490 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/753] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/ports?network_id=9869f20b-bc90-4b07-ada9-640ebf9cfe07&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/754] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?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: 364/755] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:21 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/756] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:22 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/757] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:22 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:22.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-64c1445d-285b-4116-a892-d0e9c1b54da1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 3caad5f3-5661-47cd-8912-e45ed8f8d53b 2026-05-31 18:32:22.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64c1445d-285b-4116-a892-d0e9c1b54da1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 3caad5f3-5661-47cd-8912-e45ed8f8d53b [pid: 7|app: 0|req: 392/758] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:32:21 2026] PUT /v2.0/routers/bdfb45ca-184e-437d-8d4b-f77062dd7649/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:22.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-739a5749-947f-49e4-83b9-db24daae498c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 588e54c8-56b3-421e-8644-ce75925d1c44 2026-05-31 18:32:22.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-739a5749-947f-49e4-83b9-db24daae498c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 588e54c8-56b3-421e-8644-ce75925d1c44 2026-05-31 18:32:23.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-739a5749-947f-49e4-83b9-db24daae498c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: e077bfab-5c50-48be-a275-d87bc6bbfd5d 2026-05-31 18:32:23.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-739a5749-947f-49e4-83b9-db24daae498c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: e077bfab-5c50-48be-a275-d87bc6bbfd5d [pid: 7|app: 0|req: 393/759] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:23 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:23.295 8 INFO neutron.services.segments.plugin [-] Segment b5870fd3-62c3-42ef-967f-39af618961cc resource provider aggregate not found 2026-05-31 18:32:23.302 8 INFO neutron.services.segments.plugin [-] Segment b5870fd3-62c3-42ef-967f-39af618961cc resource provider aggregate not found 2026-05-31 18:32:23.319 8 INFO neutron.services.segments.plugin [-] Segment b5870fd3-62c3-42ef-967f-39af618961cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5870fd3-62c3-42ef-967f-39af618961cc found for delete ", "request_id": "req-53740584-346b-4dc7-9feb-7cb1b5dcddf9"}]} [pid: 7|app: 0|req: 394/760] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:23 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:23.322 8 INFO neutron.services.segments.plugin [-] Segment b5870fd3-62c3-42ef-967f-39af618961cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5870fd3-62c3-42ef-967f-39af618961cc found for delete ", "request_id": "req-9a741671-a034-4623-8eff-7429fb38df7b"}]} 2026-05-31 18:32:23.350 8 INFO neutron.db.l3_hamode_db [None req-739a5749-947f-49e4-83b9-db24daae498c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network bfe482cb-6420-456e-a996-9d6e91d98b7e was deleted as no HA routers are present in tenant b56c6fe63496481c9b6d05230d48805b. [pid: 8|app: 0|req: 367/761] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:22 2026] DELETE /v2.0/routers/bdfb45ca-184e-437d-8d4b-f77062dd7649 => generated 0 bytes in 718 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/762] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:23 2026] DELETE /v2.0/subnets/0c4c4122-4c6e-469b-9489-d64292b8b99c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:32:23.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-32afff4f-ccb8-4ccc-abba-b57d9996ecbb e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: e60a5118-b1d5-4676-9437-25284c27ce31 2026-05-31 18:32:23.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32afff4f-ccb8-4ccc-abba-b57d9996ecbb e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: e60a5118-b1d5-4676-9437-25284c27ce31 [pid: 8|app: 0|req: 368/763] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:32:23 2026] DELETE /v2.0/networks/ba7ac960-ce5a-4339-8872-849269e1e02c => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/764] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:23 2026] GET /v2.0/security-groups?tenant_id=b56c6fe63496481c9b6d05230d48805b&name=default => generated 2921 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/765] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:24 2026] DELETE /v2.0/security-groups/4ec2863c-4b63-44bd-99b2-3514b878d2e4 => 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: 371/768] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:24 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/769] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:24 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:25.340 8 INFO neutron.services.segments.plugin [-] Segment 59ff7f1a-8875-497c-8fd6-57adfb03ac1f resource provider aggregate not found 2026-05-31 18:32:25.345 8 INFO neutron.services.segments.plugin [-] Segment 59ff7f1a-8875-497c-8fd6-57adfb03ac1f resource provider aggregate not found 2026-05-31 18:32:25.361 8 INFO neutron.services.segments.plugin [-] Segment 59ff7f1a-8875-497c-8fd6-57adfb03ac1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ff7f1a-8875-497c-8fd6-57adfb03ac1f found for delete ", "request_id": "req-fbe735fa-37d3-466f-a1fc-a0a27f5ea1e4"}]} 2026-05-31 18:32:25.362 8 INFO neutron.services.segments.plugin [-] Segment 59ff7f1a-8875-497c-8fd6-57adfb03ac1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ff7f1a-8875-497c-8fd6-57adfb03ac1f found for delete ", "request_id": "req-c8b46821-3d86-477b-908f-67362984d167"}]} [pid: 8|app: 0|req: 372/770] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:25 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/771] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:25 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:26.132 8 INFO neutron.db.segments_db [None req-743f3445-bd96-4c1a-8c49-0a4d814da9d5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 of type vxlan for network a6e7c1f2-27c8-41cc-b2b1-62e26529e132 [pid: 8|app: 0|req: 373/772] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:32:25 2026] POST /v2.0/networks => generated 744 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/773] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:32:26 2026] POST /v2.0/subnets => generated 691 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:32:26.493 7 INFO neutron.db.segments_db [None req-c0fdb1a9-3ee3-4f0d-bc98-b91c3cd0adc0 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment aef91ec1-7671-425f-aea5-5c9b4b6a737a of type vxlan for network 79bcec12-554a-4b9d-8fe0-444eb7403958 [pid: 8|app: 0|req: 374/774] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:32:26 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1240 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/775] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:32:26 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&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: 376/776] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:26 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:26.760 7 INFO neutron.db.l3_hamode_db [None req-c0fdb1a9-3ee3-4f0d-bc98-b91c3cd0adc0 e6eda51265aa4ae8994c4389a4a8dbc1 182470f17f304987b372ef3235799fce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 377/777] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:26 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&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: 378/778] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:26 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:27.479 7 INFO neutron.db.l3_hamode_db [None req-c0fdb1a9-3ee3-4f0d-bc98-b91c3cd0adc0 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:32:27.545 8 INFO neutron.db.l3_db [None req-b50ec0eb-10ab-4c86-9838-4cd508aefce1 bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] Floating IP 8f666aa1-cb06-4920-a604-8b1e3bba022f associated. External IP: 10.96.250.202, port: a0fb59c6-11c0-4ad5-b753-a96e75a075af. [pid: 8|app: 0|req: 379/779] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:32:26 2026] PUT /v2.0/floatingips/8f666aa1-cb06-4920-a604-8b1e3bba022f => generated 855 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:27.886 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57919a6d-1977-4ebd-b1fa-8d38ca3266c1'] response: {'name': 'network-changed', 'server_uuid': 'b7121f10-4564-4c5f-9f4e-57ccff0bc506', 'tag': 'a0fb59c6-11c0-4ad5-b753-a96e75a075af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 380/780] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:27 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 381/781] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:27 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&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: 382/782] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 401/783] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:32:26 2026] POST /v2.0/routers => generated 731 bytes in 1864 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/784] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&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: 384/785] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/ports?tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07&device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/786] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/networks?id=4c35edf0-89e9-4100-868c-413196908854 => generated 775 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/787] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a0fb59c6-11c0-4ad5-b753-a96e75a075af => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/788] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/subnets?id=7a003e8d-ed41-4909-8ca0-2601266ab1b4 => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/789] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/ports?network_id=4c35edf0-89e9-4100-868c-413196908854&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/790] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/791] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:28 2026] GET /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/792] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:29 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 392/793] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:32:29 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 393/794] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:29 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/795] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:32:29 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/796] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:32:28 2026] PUT /v2.0/routers/6157dc17-4f8c-4a6c-8453-70298875f052/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/797] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:32:30 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/798] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:32:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/799] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:32:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/800] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:30 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/801] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:30 2026] GET /v2.0/security-groups?id=87c70bb0-8cc9-42e1-bda8-e593260696ed&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: 399/802] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:32:30 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:30.894 8 INFO neutron_taas.services.taas.taas_plugin [req-5d32f35f-26ab-4d3c-9a0d-28c657498435 req-ccaa0ef5-ca20-4993-b265-3407f0cd1e83 bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] TaaS: Handle Delete Port: a0fb59c6-11c0-4ad5-b753-a96e75a075af 2026-05-31 18:32:30.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5d32f35f-26ab-4d3c-9a0d-28c657498435 req-ccaa0ef5-ca20-4993-b265-3407f0cd1e83 bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] Tap Mirror: Handle Delete Port: a0fb59c6-11c0-4ad5-b753-a96e75a075af [pid: 7|app: 0|req: 404/803] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:32:30 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:32:31.094 8 INFO neutron.db.l3_db [req-5d32f35f-26ab-4d3c-9a0d-28c657498435 req-ccaa0ef5-ca20-4993-b265-3407f0cd1e83 bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] Floating IP 8f666aa1-cb06-4920-a604-8b1e3bba022f disassociated. External IP: 10.96.250.202, port: a0fb59c6-11c0-4ad5-b753-a96e75a075af. [pid: 7|app: 0|req: 405/804] 10.0.0.76 () {34 vars in 1097 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--212246207&fields=id&tenant_id=182470f17f304987b372ef3235799fce => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/805] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:32:30 2026] DELETE /v2.0/ports/a0fb59c6-11c0-4ad5-b753-a96e75a075af => generated 0 bytes in 715 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:32:31.513 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79fb3ec2-a859-468c-ba5e-ea411141db13'] response: {'server_uuid': 'b7121f10-4564-4c5f-9f4e-57ccff0bc506', 'name': 'network-vif-deleted', 'tag': 'a0fb59c6-11c0-4ad5-b753-a96e75a075af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 406/806] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/networks?id=a6e7c1f2-27c8-41cc-b2b1-62e26529e132 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/807] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/quotas/182470f17f304987b372ef3235799fce => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/808] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/ports?tenant_id=182470f17f304987b372ef3235799fce&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/809] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/810] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132?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: 403/811] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 409/812] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:31 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 404/813] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:32 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 410/814] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:33 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/815] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:33 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/816] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:34 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 406/817] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:35 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 412/818] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:35 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 407/819] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:36 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => 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: 413/820] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:36 2026] GET /v2.0/networks?id=a6e7c1f2-27c8-41cc-b2b1-62e26529e132 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/821] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:36 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/822] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:32:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=182470f17f304987b372ef3235799fce => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/823] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:32:36 2026] POST /v2.0/ports => generated 954 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/824] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:36 2026] PUT /v2.0/ports/3d6aae98-4556-4c0f-88b5-063b1fb141cd => generated 1235 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:32:37.068 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-446cdd2a-4473-4fb0-95ea-e605bee3f778'] response: {'name': 'network-changed', 'server_uuid': '089f9917-cef2-44a9-93ee-1fc8fce87a48', 'tag': '3d6aae98-4556-4c0f-88b5-063b1fb141cd', '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: 410/825] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:37 2026] GET /v2.0/ports?device_id=b7121f10-4564-4c5f-9f4e-57ccff0bc506 => generated 12 bytes in 27 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: 416/826] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:37 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/827] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:37 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/828] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:37 2026] GET /v2.0/ports?tenant_id=182470f17f304987b372ef3235799fce&device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/829] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:32:37 2026] GET /v2.0/networks?tenant_id=182470f17f304987b372ef3235799fce&shared=False => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/830] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:32:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/831] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:38 2026] DELETE /v2.0/security-groups/87c70bb0-8cc9-42e1-bda8-e593260696ed => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:38.432 7 INFO neutron.api.v2.resource [None req-23570bc3-2f6c-4ee9-8ce3-12a1f7200058 bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 419/832] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/security-groups/87c70bb0-8cc9-42e1-bda8-e593260696ed => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:32:38.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-171247c5-aa07-4590-9c8b-41260abdd0cb bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] TaaS: Handle Delete Port: f5b6c463-b40c-424b-9d34-468da21a348f 2026-05-31 18:32:38.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-171247c5-aa07-4590-9c8b-41260abdd0cb bee77e0951f74c889cd6ac0a546e61fc 9e21b4fa65c5409b8ae38dd91e9c1f07 - - default default] Tap Mirror: Handle Delete Port: f5b6c463-b40c-424b-9d34-468da21a348f [pid: 7|app: 0|req: 420/833] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 421/834] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/835] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:32:38 2026] DELETE /v2.0/floatingips/8f666aa1-cb06-4920-a604-8b1e3bba022f => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/836] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/ports?tenant_id=182470f17f304987b372ef3235799fce&device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/837] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3d6aae98-4556-4c0f-88b5-063b1fb141cd => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/838] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/subnets?id=2858a66a-f02d-432b-9a90-888e88d542b1 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/839] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/ports?network_id=a6e7c1f2-27c8-41cc-b2b1-62e26529e132&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/840] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/841] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:38 2026] GET /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:32:39.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-517b1b3b-2942-4818-bd34-7a7a18a07a48 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 858e5fe7-20d9-49ff-b122-af92d89e3e1b 2026-05-31 18:32:39.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-517b1b3b-2942-4818-bd34-7a7a18a07a48 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 858e5fe7-20d9-49ff-b122-af92d89e3e1b [pid: 7|app: 0|req: 422/844] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:32:38 2026] PUT /v2.0/routers/a4638d65-09e6-4041-a133-b4ad683569eb/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/845] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:39 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/846] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:39 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&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-05-31 18:32:39.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-049b5f67-1c62-4c23-800b-112686a9c602 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 143132fd-dd5f-4b07-986a-2f6e788ce6a3 2026-05-31 18:32:39.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049b5f67-1c62-4c23-800b-112686a9c602 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 143132fd-dd5f-4b07-986a-2f6e788ce6a3 2026-05-31 18:32:40.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-049b5f67-1c62-4c23-800b-112686a9c602 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: c68e2918-0ff6-4656-bb58-c5bd61e82115 2026-05-31 18:32:40.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049b5f67-1c62-4c23-800b-112686a9c602 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: c68e2918-0ff6-4656-bb58-c5bd61e82115 2026-05-31 18:32:40.427 8 INFO neutron.services.segments.plugin [-] Segment 9cdb465a-9dd9-4971-9c86-9b08613a7337 resource provider aggregate not found 2026-05-31 18:32:40.429 8 INFO neutron.services.segments.plugin [-] Segment 9cdb465a-9dd9-4971-9c86-9b08613a7337 resource provider aggregate not found 2026-05-31 18:32:40.446 8 INFO neutron.services.segments.plugin [-] Segment 9cdb465a-9dd9-4971-9c86-9b08613a7337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cdb465a-9dd9-4971-9c86-9b08613a7337 found for delete ", "request_id": "req-83d3f477-7823-440f-bbba-7859d6b7bb5d"}]} 2026-05-31 18:32:40.447 8 INFO neutron.services.segments.plugin [-] Segment 9cdb465a-9dd9-4971-9c86-9b08613a7337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cdb465a-9dd9-4971-9c86-9b08613a7337 found for delete ", "request_id": "req-41f3b994-099f-410d-8665-cae2f013e293"}]} 2026-05-31 18:32:40.454 8 INFO neutron.db.l3_hamode_db [None req-049b5f67-1c62-4c23-800b-112686a9c602 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network da0b0799-dfaf-4d47-a86b-19b10acf1d55 was deleted as no HA routers are present in tenant 9e21b4fa65c5409b8ae38dd91e9c1f07. [pid: 8|app: 0|req: 423/847] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:39 2026] DELETE /v2.0/routers/a4638d65-09e6-4041-a133-b4ad683569eb => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/848] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:40 2026] DELETE /v2.0/subnets/7a003e8d-ed41-4909-8ca0-2601266ab1b4 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:32:40.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fc914bd-3276-4987-8d12-9c2b89f6a12a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 55e2ee52-f445-4e40-819a-fd2de8cac683 2026-05-31 18:32:40.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fc914bd-3276-4987-8d12-9c2b89f6a12a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 55e2ee52-f445-4e40-819a-fd2de8cac683 [pid: 7|app: 0|req: 426/849] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:40 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/850] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:32:40 2026] DELETE /v2.0/networks/4c35edf0-89e9-4100-868c-413196908854 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/851] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:40 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&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: 425/852] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:40 2026] GET /v2.0/security-groups?tenant_id=9e21b4fa65c5409b8ae38dd91e9c1f07&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/853] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:40 2026] DELETE /v2.0/security-groups/b0b87953-fec1-4fcf-b8d4-c9dc5648b02b => 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: 426/854] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:41 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/855] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:42 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&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-05-31 18:32:42.469 8 INFO neutron.services.segments.plugin [-] Segment 59991bed-f49b-4f8a-b9a4-28894109eaa2 resource provider aggregate not found 2026-05-31 18:32:42.475 8 INFO neutron.services.segments.plugin [-] Segment 59991bed-f49b-4f8a-b9a4-28894109eaa2 resource provider aggregate not found 2026-05-31 18:32:42.482 8 INFO neutron.services.segments.plugin [-] Segment 59991bed-f49b-4f8a-b9a4-28894109eaa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59991bed-f49b-4f8a-b9a4-28894109eaa2 found for delete ", "request_id": "req-6e5b122d-2d09-4fc8-a13d-078c986822e3"}]} 2026-05-31 18:32:42.491 8 INFO neutron.services.segments.plugin [-] Segment 59991bed-f49b-4f8a-b9a4-28894109eaa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59991bed-f49b-4f8a-b9a4-28894109eaa2 found for delete ", "request_id": "req-12a92987-0188-49ae-a5a6-c0f71168963b"}]} [pid: 8|app: 0|req: 427/856] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:43 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/857] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:43 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&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: 428/858] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:44 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 431/859] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:44 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&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: 8|app: 0|req: 429/860] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:44 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 432/861] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:44 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/862] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:32:44 2026] GET /v2.0/ports/7a0b95c9-940b-4939-abae-118e59ea7907 => generated 968 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:44.784 8 INFO neutron.db.l3_db [None req-84dc7e20-391b-475b-8977-eb1f6a8ad946 bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] Floating IP 2cb4d707-70ac-4da4-9cfa-aa05e6ca89a1 associated. External IP: 10.96.250.213, port: 3d6aae98-4556-4c0f-88b5-063b1fb141cd. [pid: 7|app: 0|req: 434/863] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:44 2026] GET /v2.0/security-groups?tenant_id=2a2dab42cb6246f8a0924d035ac80372&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/864] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:32:44 2026] PUT /v2.0/floatingips/2cb4d707-70ac-4da4-9cfa-aa05e6ca89a1 => generated 855 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:45.187 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fda239f3-fdfe-4635-adf8-97d99c9371ee'] response: {'name': 'network-changed', 'server_uuid': '089f9917-cef2-44a9-93ee-1fc8fce87a48', 'tag': '3d6aae98-4556-4c0f-88b5-063b1fb141cd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 435/865] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:45 2026] DELETE /v2.0/security-groups/17ff54df-96aa-49ab-baa1-b65c4aefc6d7 => 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: 431/866] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/867] 199.204.45.156 () {34 vars in 1000 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/subnets?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/868] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/869] 199.204.45.156 () {34 vars in 1146 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a&device_owner=compute%3Anova&network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/870] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/security-groups?tenant_id=60716ecfd9ac4f54881a2541e43d6e8f&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/871] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:45 2026] DELETE /v2.0/security-groups/dce7b25a-2ba3-49c1-8b91-0d00000af3a9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/872] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/873] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/874] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:45 2026] PUT /v2.0/ports/7a0b95c9-940b-4939-abae-118e59ea7907 => generated 1145 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/875] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/ports?tenant_id=182470f17f304987b372ef3235799fce&device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:32:45.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-094ea839-2155-4730-96a6-f28fddb2bd9c'] response: {'name': 'network-changed', 'server_uuid': '5d6b4087-c25c-43bb-b4fb-cece55772a0a', 'tag': '7a0b95c9-940b-4939-abae-118e59ea7907', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 439/876] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/networks?id=a6e7c1f2-27c8-41cc-b2b1-62e26529e132 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/877] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3d6aae98-4556-4c0f-88b5-063b1fb141cd => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/878] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/subnets?id=2858a66a-f02d-432b-9a90-888e88d542b1 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/879] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/ports?network_id=a6e7c1f2-27c8-41cc-b2b1-62e26529e132&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: 441/880] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132?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: 440/881] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:45 2026] GET /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132?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: 442/882] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1417 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/883] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/884] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => 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: 442/885] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/886] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/887] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/888] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/889] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/890] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/891] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/892] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1148 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/893] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:46 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/894] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1417 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/895] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/896] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/897] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/898] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => 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: 449/899] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&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: 451/900] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/901] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/902] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 453/903] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/security-groups?id=9f4de57a-a84a-4153-938a-255c876ef867&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: 451/904] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:32:47 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:48.107 7 INFO neutron_taas.services.taas.taas_plugin [req-fa2d5744-8ec0-4f0d-91dd-28e2ac52c9de req-58780c89-9410-4fe8-bbb2-7744bf744700 bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] TaaS: Handle Delete Port: 3d6aae98-4556-4c0f-88b5-063b1fb141cd 2026-05-31 18:32:48.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa2d5744-8ec0-4f0d-91dd-28e2ac52c9de req-58780c89-9410-4fe8-bbb2-7744bf744700 bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] Tap Mirror: Handle Delete Port: 3d6aae98-4556-4c0f-88b5-063b1fb141cd 2026-05-31 18:32:48.240 7 INFO neutron.db.l3_db [req-fa2d5744-8ec0-4f0d-91dd-28e2ac52c9de req-58780c89-9410-4fe8-bbb2-7744bf744700 bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] Floating IP 2cb4d707-70ac-4da4-9cfa-aa05e6ca89a1 disassociated. External IP: 10.96.250.213, port: 3d6aae98-4556-4c0f-88b5-063b1fb141cd. [pid: 8|app: 0|req: 452/905] 199.204.45.156 () {34 vars in 1118 bytes} [Sun May 31 18:32:48 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/906] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:32:48 2026] DELETE /v2.0/ports/3d6aae98-4556-4c0f-88b5-063b1fb141cd => generated 0 bytes in 590 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:32:48.638 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-13c07ff0-6dd6-4610-824f-4db3745711c2'] response: {'server_uuid': '089f9917-cef2-44a9-93ee-1fc8fce87a48', 'name': 'network-vif-deleted', 'tag': '3d6aae98-4556-4c0f-88b5-063b1fb141cd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 453/907] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:32:48 2026] PUT /v2.0/ports/7a0b95c9-940b-4939-abae-118e59ea7907 => generated 968 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:48.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-518fc98d-9d37-4740-985c-4e200eef74d5'] response: {'name': 'network-changed', 'server_uuid': '5d6b4087-c25c-43bb-b4fb-cece55772a0a', 'tag': '7a0b95c9-940b-4939-abae-118e59ea7907', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 455/908] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => generated 12 bytes in 22 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: 454/909] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/910] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/911] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/912] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/913] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/914] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/915] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/916] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 459/917] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 459/918] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/919] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/920] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/921] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:49 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/922] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 462/923] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/924] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/925] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/ports?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/926] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/networks?id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/927] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7a0b95c9-940b-4939-abae-118e59ea7907 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/928] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/subnets?id=644edc3a-d57c-4470-a962-c397855e826f => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/929] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/ports?network_id=fee65dfd-f23e-4e5d-af0e-9e690b5f95b8&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/930] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 466/931] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:50 2026] GET /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8?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: 466/932] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 467/933] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/934] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/ports?device_id=089f9917-cef2-44a9-93ee-1fc8fce87a48 => 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: 467/935] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/security-groups?tenant_id=cef87a3437554e63a36370f0b31a6725&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/936] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/ports?tenant_id=00c088e82a534911a5037c1ad6f09b41&device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/937] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/networks?id=9869f20b-bc90-4b07-ada9-640ebf9cfe07 => generated 771 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/938] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:51 2026] DELETE /v2.0/security-groups/3a5f2a6b-8e44-4389-9115-86cb96f14e47 => 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: 470/939] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5e6712ee-801e-46f7-b04e-c4c8999681e7 => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/940] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/subnets?id=5c36d516-b08f-411b-840a-ce7994c03490 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/941] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 471/942] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/ports?network_id=9869f20b-bc90-4b07-ada9-640ebf9cfe07&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: 472/943] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/944] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/945] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07?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: 472/946] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:51 2026] GET /v2.0/security-groups?tenant_id=0b22b54f65fe4532b2ccd39d927309bd&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/947] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:51 2026] DELETE /v2.0/security-groups/abfce317-5d70-4bf9-98fb-e64fd7d5e45d => 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: 473/948] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:52 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 476/949] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:52 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 474/950] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:52 2026] DELETE /v2.0/security-groups/9f4de57a-a84a-4153-938a-255c876ef867 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:52.422 7 INFO neutron.api.v2.resource [None req-53f51745-5f2d-43af-ad88-e298d19d70e8 bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 477/951] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:32:52 2026] GET /v2.0/security-groups/9f4de57a-a84a-4153-938a-255c876ef867 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:32:52.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-551af60c-42a1-4c07-8d8e-67749b5b8cbe bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] TaaS: Handle Delete Port: 64312a78-c103-4654-aac6-78f919b07811 2026-05-31 18:32:52.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-551af60c-42a1-4c07-8d8e-67749b5b8cbe bdd3466f55a24cc38ed56856b2f6de9f 182470f17f304987b372ef3235799fce - - default default] Tap Mirror: Handle Delete Port: 64312a78-c103-4654-aac6-78f919b07811 [pid: 8|app: 0|req: 475/952] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:32:52 2026] DELETE /v2.0/floatingips/2cb4d707-70ac-4da4-9cfa-aa05e6ca89a1 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/953] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:52 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/954] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:52 2026] GET /v2.0/security-groups?id=5d0e85a5-3e96-4a79-801d-bb45ff5a9e56&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: 478/955] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:32:52 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:52.971 8 INFO neutron_taas.services.taas.taas_plugin [req-19fb71a4-cf28-4c86-bb65-032ae6d2755d req-0deef30e-baee-4efc-82e6-12f71bab7c93 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] TaaS: Handle Delete Port: 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:52.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-19fb71a4-cf28-4c86-bb65-032ae6d2755d req-0deef30e-baee-4efc-82e6-12f71bab7c93 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] Tap Mirror: Handle Delete Port: 7a0b95c9-940b-4939-abae-118e59ea7907 2026-05-31 18:32:53.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-bef05ee6-c908-4f4f-b794-fb5380fa1a51 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:53.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef05ee6-c908-4f4f-b794-fb5380fa1a51 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: a1958d1f-2bc8-4f03-a43d-0ad2f29e61a6 2026-05-31 18:32:53.086 8 INFO neutron.db.l3_db [req-19fb71a4-cf28-4c86-bb65-032ae6d2755d req-0deef30e-baee-4efc-82e6-12f71bab7c93 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] Floating IP c2355971-051a-4b90-a0bc-976f0f711327 disassociated. External IP: 10.96.250.204, port: 7a0b95c9-940b-4939-abae-118e59ea7907. [pid: 8|app: 0|req: 479/956] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:32:52 2026] DELETE /v2.0/ports/7a0b95c9-940b-4939-abae-118e59ea7907 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:32:53.489 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcbcac5b-8c80-4934-8368-239de649d1d8'] response: {'server_uuid': '5d6b4087-c25c-43bb-b4fb-cece55772a0a', 'name': 'network-vif-deleted', 'tag': '7a0b95c9-940b-4939-abae-118e59ea7907', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 480/957] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:53 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/958] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:53 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/959] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:32:52 2026] PUT /v2.0/routers/6157dc17-4f8c-4a6c-8453-70298875f052/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:53.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee5e122f-0f73-4877-aff7-464b46fda46c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: d085080d-cbfa-417a-bbfb-b5456b6b7d33 2026-05-31 18:32:53.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee5e122f-0f73-4877-aff7-464b46fda46c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: d085080d-cbfa-417a-bbfb-b5456b6b7d33 [pid: 7|app: 0|req: 479/960] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:53 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:32:54.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee5e122f-0f73-4877-aff7-464b46fda46c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 6a694114-ac6e-48be-90ba-66a28a884810 2026-05-31 18:32:54.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee5e122f-0f73-4877-aff7-464b46fda46c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 6a694114-ac6e-48be-90ba-66a28a884810 2026-05-31 18:32:54.476 8 INFO neutron.services.segments.plugin [-] Segment aef91ec1-7671-425f-aea5-5c9b4b6a737a resource provider aggregate not found 2026-05-31 18:32:54.486 8 INFO neutron.services.segments.plugin [-] Segment aef91ec1-7671-425f-aea5-5c9b4b6a737a resource provider aggregate not found 2026-05-31 18:32:54.495 8 INFO neutron.services.segments.plugin [-] Segment aef91ec1-7671-425f-aea5-5c9b4b6a737a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef91ec1-7671-425f-aea5-5c9b4b6a737a found for delete ", "request_id": "req-5643d716-f6be-4f44-87f3-da6d3dd8d901"}]} 2026-05-31 18:32:54.504 8 INFO neutron.services.segments.plugin [-] Segment aef91ec1-7671-425f-aea5-5c9b4b6a737a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef91ec1-7671-425f-aea5-5c9b4b6a737a found for delete ", "request_id": "req-9e841a5f-4b9b-43a6-b8ca-1cd2b4008cb5"}]} [pid: 7|app: 0|req: 482/963] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:54 2026] GET /v2.0/security-groups?tenant_id=fc2ec635c8d1485bbac5e0e1898f8f54&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:32:54.534 8 INFO neutron.db.l3_hamode_db [None req-ee5e122f-0f73-4877-aff7-464b46fda46c e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network 79bcec12-554a-4b9d-8fe0-444eb7403958 was deleted as no HA routers are present in tenant 182470f17f304987b372ef3235799fce. [pid: 8|app: 0|req: 482/964] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:53 2026] DELETE /v2.0/routers/6157dc17-4f8c-4a6c-8453-70298875f052 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/965] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:54 2026] DELETE /v2.0/security-groups/cda8fc8a-b0ec-4aff-b95d-6412064ebd69 => 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: 483/966] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:54 2026] DELETE /v2.0/subnets/2858a66a-f02d-432b-9a90-888e88d542b1 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/967] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:54 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/968] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:54 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:54.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-0eb70978-f0ea-43db-b930-9b75ce51a9f1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 1a6f2a69-3306-4435-aef5-aa3dbfe4bbd0 2026-05-31 18:32:54.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eb70978-f0ea-43db-b930-9b75ce51a9f1 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 1a6f2a69-3306-4435-aef5-aa3dbfe4bbd0 [pid: 7|app: 0|req: 486/969] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:54 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => 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: 484/970] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:32:54 2026] DELETE /v2.0/networks/a6e7c1f2-27c8-41cc-b2b1-62e26529e132 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/971] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:55 2026] GET /v2.0/security-groups?tenant_id=182470f17f304987b372ef3235799fce&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/972] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:55 2026] DELETE /v2.0/security-groups/c1509023-92df-46f1-abd4-781059e2047f => 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: 488/973] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:55 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/974] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:55 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 489/975] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:56 2026] GET /v2.0/ports?device_id=5d6b4087-c25c-43bb-b4fb-cece55772a0a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:32:56.510 8 INFO neutron.services.segments.plugin [-] Segment dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 resource provider aggregate not found 2026-05-31 18:32:56.518 8 INFO neutron.services.segments.plugin [-] Segment dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 resource provider aggregate not found 2026-05-31 18:32:56.528 8 INFO neutron.services.segments.plugin [-] Segment dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 found for delete ", "request_id": "req-32852dac-53a5-4593-b469-5c9deb8ebc3a"}]} 2026-05-31 18:32:56.536 8 INFO neutron.services.segments.plugin [-] Segment dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfe1bcdf-6428-4a4d-9ca0-e29ea2a697e6 found for delete ", "request_id": "req-08bd8b79-8380-41f7-b459-d9e4e7aa8662"}]} [pid: 8|app: 0|req: 487/976] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:57 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/977] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:57 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/978] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:57 2026] DELETE /v2.0/security-groups/5d0e85a5-3e96-4a79-801d-bb45ff5a9e56 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:57.293 8 INFO neutron.api.v2.resource [None req-3358c328-22ea-482f-ac3e-95477048263d 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/979] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:32:57 2026] GET /v2.0/security-groups/5d0e85a5-3e96-4a79-801d-bb45ff5a9e56 => 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: 490/980] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:57 2026] GET /v2.0/security-groups?tenant_id=e699e5f56e674e86a99e636a316a4f1a&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:32:57.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-88f86ac5-de4a-4afc-8274-b8b80ae1e802 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] TaaS: Handle Delete Port: 01b90d00-5391-4c88-a7b9-7977eab56637 2026-05-31 18:32:57.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88f86ac5-de4a-4afc-8274-b8b80ae1e802 09e9ab6827cb4127a7a7cd413960478f e2f9ce3a76c6433eb3545873ab4b20f4 - - default default] Tap Mirror: Handle Delete Port: 01b90d00-5391-4c88-a7b9-7977eab56637 [pid: 7|app: 0|req: 491/981] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:57 2026] DELETE /v2.0/security-groups/d5dfb679-0d7c-4aab-b683-db501af48245 => 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: 491/982] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:32:57 2026] DELETE /v2.0/floatingips/c2355971-051a-4b90-a0bc-976f0f711327 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:58.010 7 INFO neutron_taas.services.taas.taas_plugin [None req-b51a137b-7559-42ac-8c1d-0dbf50f44568 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 2026-05-31 18:32:58.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b51a137b-7559-42ac-8c1d-0dbf50f44568 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 4dcc8c8c-f79d-4530-9bb5-b368c1e863d9 [pid: 8|app: 0|req: 492/983] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:58 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/984] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:32:57 2026] PUT /v2.0/routers/5fbd34b8-65dd-4312-9769-f2c2fab8fc9f/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/985] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:58 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/986] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:58 2026] GET /v2.0/security-groups?tenant_id=b584b47f28494f1aadce2117296c67fa&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/987] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:58 2026] DELETE /v2.0/security-groups/bac22682-487a-4842-b187-b2bcf54de393 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:58.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-63d76b99-c43a-4118-82ea-9c42cf058ab5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 46fbba24-c7c4-4f0f-ab3a-c499fddd75f7 2026-05-31 18:32:58.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d76b99-c43a-4118-82ea-9c42cf058ab5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 46fbba24-c7c4-4f0f-ab3a-c499fddd75f7 2026-05-31 18:32:59.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-63d76b99-c43a-4118-82ea-9c42cf058ab5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 7253e061-a85e-4227-a909-f4f24ff863e5 2026-05-31 18:32:59.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d76b99-c43a-4118-82ea-9c42cf058ab5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 7253e061-a85e-4227-a909-f4f24ff863e5 2026-05-31 18:32:59.363 7 INFO neutron.services.segments.plugin [-] Segment b346ecc0-284b-43e4-81a5-3f5d4edcbff7 resource provider aggregate not found 2026-05-31 18:32:59.368 7 INFO neutron.services.segments.plugin [-] Segment b346ecc0-284b-43e4-81a5-3f5d4edcbff7 resource provider aggregate not found 2026-05-31 18:32:59.387 7 INFO neutron.services.segments.plugin [-] Segment b346ecc0-284b-43e4-81a5-3f5d4edcbff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b346ecc0-284b-43e4-81a5-3f5d4edcbff7 found for delete ", "request_id": "req-3b943ba3-777d-494f-8386-795f131c6c0f"}]} 2026-05-31 18:32:59.390 7 INFO neutron.services.segments.plugin [-] Segment b346ecc0-284b-43e4-81a5-3f5d4edcbff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b346ecc0-284b-43e4-81a5-3f5d4edcbff7 found for delete ", "request_id": "req-71c03ffc-c187-4517-a607-c42e55e66a87"}]} 2026-05-31 18:32:59.391 7 INFO neutron.db.l3_hamode_db [None req-63d76b99-c43a-4118-82ea-9c42cf058ab5 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network 3fb81e69-c0d9-401f-8068-addd18823530 was deleted as no HA routers are present in tenant e2f9ce3a76c6433eb3545873ab4b20f4. [pid: 7|app: 0|req: 494/988] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:58 2026] DELETE /v2.0/routers/5fbd34b8-65dd-4312-9769-f2c2fab8fc9f => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:32:59.425 8 INFO neutron.db.segments_db [None req-e9bb8f15-ae2c-47b9-b7f4-f64b10d35f4d fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Added segment cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 of type vxlan for network ce838ebc-1ef8-41a2-9c6c-455388400097 2026-05-31 18:32:59.480 8 INFO neutron.db.segments_db [None req-e9bb8f15-ae2c-47b9-b7f4-f64b10d35f4d fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Added segment 044d47ca-5bd6-400b-9b1b-577721640112 of type vxlan for network 86ee1ff6-f5e9-47c5-b62a-02c046ea8317 [pid: 7|app: 0|req: 495/989] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:32:59 2026] DELETE /v2.0/subnets/644edc3a-d57c-4470-a962-c397855e826f => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/990] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:32:59 2026] POST /v2.0/networks => generated 1246 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:32:59.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-48def480-0f2d-4441-9b02-499f8bfcca0f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 840c833e-300a-4233-91f2-631fa08ef321 2026-05-31 18:32:59.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48def480-0f2d-4441-9b02-499f8bfcca0f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 840c833e-300a-4233-91f2-631fa08ef321 [pid: 8|app: 0|req: 496/991] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:32:59 2026] GET /v2.0/networks => generated 1845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/992] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:32:59 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/993] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:32:59 2026] DELETE /v2.0/networks/fee65dfd-f23e-4e5d-af0e-9e690b5f95b8 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:32:59.805 8 INFO neutron.services.segments.plugin [-] Segment cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 resource provider aggregate not found 2026-05-31 18:32:59.810 8 INFO neutron.services.segments.plugin [-] Segment cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 resource provider aggregate not found [pid: 7|app: 0|req: 497/994] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:32:59 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:32:59.834 8 INFO neutron.services.segments.plugin [-] Segment cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 found for delete ", "request_id": "req-6f070fad-f37c-4bda-8fb2-a40a0771650a"}]} 2026-05-31 18:32:59.836 8 INFO neutron.services.segments.plugin [-] Segment cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf1d0dac-eaef-4ebc-ac9b-30aa00c287a5 found for delete ", "request_id": "req-eebff28e-b685-4048-b7c1-4eedf2bbd97c"}]} [pid: 8|app: 0|req: 498/995] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:32:59 2026] DELETE /v2.0/networks/ce838ebc-1ef8-41a2-9c6c-455388400097 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/996] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:32:59 2026] GET /v2.0/security-groups?tenant_id=e2f9ce3a76c6433eb3545873ab4b20f4&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/997] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:32:59 2026] DELETE /v2.0/networks/86ee1ff6-f5e9-47c5-b62a-02c046ea8317 => 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: 499/998] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:32:59 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/999] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:32:59 2026] DELETE /v2.0/security-groups/ab2c62cd-5173-45a1-b193-226c149ee3ff => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:00.103 7 INFO neutron.db.segments_db [None req-9a5e1b29-1847-4a4d-af19-975b9e3accc2 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Added segment 1499364e-b2b0-483a-b45d-06d9770af7f3 of type vxlan for network b845e800-a1d6-46ed-aeff-084674abfe38 [pid: 7|app: 0|req: 500/1000] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:00 2026] POST /v2.0/networks => generated 654 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:00.244 8 INFO neutron.db.segments_db [None req-49f6c969-ff9e-4b42-83c2-e678b12cd84e fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Added segment 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 of type vxlan for network 67ba82d1-1727-42a9-aa23-8637fa29c1cf [pid: 8|app: 0|req: 501/1001] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:00 2026] POST /v2.0/networks => generated 654 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1002] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:00 2026] POST /v2.0/ports => generated 1505 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1003] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:00 2026] GET /v2.0/ports => generated 1505 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:01.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8e29e44-3913-491a-a4b8-fc4a3f157ba9 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] TaaS: Handle Delete Port: c238c337-9a98-4a32-b2b6-ae0ef787d9fc 2026-05-31 18:33:01.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8e29e44-3913-491a-a4b8-fc4a3f157ba9 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Tap Mirror: Handle Delete Port: c238c337-9a98-4a32-b2b6-ae0ef787d9fc [pid: 7|app: 0|req: 502/1004] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:01 2026] DELETE /v2.0/ports/c238c337-9a98-4a32-b2b6-ae0ef787d9fc => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:01.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf101c29-d65b-4f50-85ae-fde1e745a670 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] TaaS: Handle Delete Port: 96f7d1f3-4f98-48d8-99df-2dcbd38347ed 2026-05-31 18:33:01.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf101c29-d65b-4f50-85ae-fde1e745a670 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Tap Mirror: Handle Delete Port: 96f7d1f3-4f98-48d8-99df-2dcbd38347ed 2026-05-31 18:33:01.408 7 INFO neutron.services.segments.plugin [-] Segment 1a51c2eb-e8c8-4ece-9d53-2c774895639f resource provider aggregate not found 2026-05-31 18:33:01.412 7 INFO neutron.services.segments.plugin [-] Segment 1a51c2eb-e8c8-4ece-9d53-2c774895639f resource provider aggregate not found 2026-05-31 18:33:01.426 7 INFO neutron.services.segments.plugin [-] Segment 1a51c2eb-e8c8-4ece-9d53-2c774895639f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a51c2eb-e8c8-4ece-9d53-2c774895639f found for delete ", "request_id": "req-39216675-c268-48b0-b15e-eab3244bc9ef"}]} [pid: 8|app: 0|req: 503/1005] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:01 2026] DELETE /v2.0/ports/96f7d1f3-4f98-48d8-99df-2dcbd38347ed => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:01.434 7 INFO neutron.services.segments.plugin [-] Segment 1a51c2eb-e8c8-4ece-9d53-2c774895639f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a51c2eb-e8c8-4ece-9d53-2c774895639f found for delete ", "request_id": "req-7841f555-19c5-48c2-bec2-258cd8cffe77"}]} 2026-05-31 18:33:01.450 7 INFO neutron.services.segments.plugin [-] Segment 044d47ca-5bd6-400b-9b1b-577721640112 resource provider aggregate not found 2026-05-31 18:33:01.465 7 INFO neutron.services.segments.plugin [-] Segment 044d47ca-5bd6-400b-9b1b-577721640112 resource provider aggregate not found [pid: 7|app: 0|req: 503/1006] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:01 2026] GET /v2.0/ports => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:01.495 7 INFO neutron.services.segments.plugin [-] Segment 044d47ca-5bd6-400b-9b1b-577721640112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044d47ca-5bd6-400b-9b1b-577721640112 found for delete ", "request_id": "req-f2662e75-3a9e-4365-974b-54afd86fea71"}]} 2026-05-31 18:33:01.497 7 INFO neutron.services.segments.plugin [-] Segment 044d47ca-5bd6-400b-9b1b-577721640112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 044d47ca-5bd6-400b-9b1b-577721640112 found for delete ", "request_id": "req-78a6095d-a8e2-44b0-934b-47d5cd192341"}]} 2026-05-31 18:33:01.560 8 INFO neutron.db.segments_db [None req-55b0f007-9108-4bca-8f18-25760da21fc9 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Added segment 78954226-d32b-4e41-862f-eb6b90f0eb07 of type vxlan for network ab215750-32c3-4c63-aea8-1890b9e0107a [pid: 8|app: 0|req: 504/1007] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:01 2026] POST /v2.0/networks => generated 653 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:01.711 7 INFO neutron.db.segments_db [None req-19196ce0-f716-46e6-bd9e-0e2b03cde4b2 fae146ac244a4f5da0b57d2e9dab3055 93bcb502130c4a928d0c07fd99db00db - - default default] Added segment a43683cc-9b1d-4da1-8528-49d59891689a of type vxlan for network 0887a9fe-2c4c-46df-b820-5c8f2018b1d9 [pid: 7|app: 0|req: 504/1008] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:01 2026] POST /v2.0/networks => generated 654 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:02.062 8 INFO neutron.db.segments_db [None req-9c79210e-684d-424c-82d9-3a2d308eaf72 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 555cc922-fd35-4b2f-a968-f620c90845c8 of type vxlan for network aa2ec637-6b76-40f8-858b-d2896a765695 [pid: 8|app: 0|req: 505/1009] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:33:01 2026] POST /v2.0/networks => generated 745 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1010] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:02 2026] POST /v2.0/subnets => generated 692 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:02.364 7 INFO neutron.db.segments_db [None req-49cfa7e7-09f0-4f46-9700-6b78087c1de4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 51911d9e-e240-4a33-a694-345a389ca362 of type vxlan for network 42869cf2-6466-4b5d-bdc5-379d13c3301c 2026-05-31 18:33:02.595 7 INFO neutron.db.l3_hamode_db [None req-49cfa7e7-09f0-4f46-9700-6b78087c1de4 e6eda51265aa4ae8994c4389a4a8dbc1 be92354bc3804650bf39e2a1d3377255 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 506/1011] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:02 2026] POST /v2.0/subnets => generated 1324 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1012] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:02 2026] GET /v2.0/security-groups?tenant_id=1be4d332851c4e11ba56ddecd83804a7&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1013] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:33:02 2026] GET /v2.0/subnets => generated 1960 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1014] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:02 2026] DELETE /v2.0/security-groups/9ee5f10a-eaba-45bb-88bd-db5caa016c11 => 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: 510/1015] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:03 2026] DELETE /v2.0/subnets/c3d67bdb-f1d8-4b8b-a2ab-e2689cbc05c9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1016] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:03 2026] GET /v2.0/security-groups?tenant_id=9c9a74e88b7e41b0ad275515986fcd8e&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:03.362 7 INFO neutron.db.l3_hamode_db [None req-49cfa7e7-09f0-4f46-9700-6b78087c1de4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 512/1017] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:03 2026] DELETE /v2.0/subnets/5a495cc0-3915-49e0-a2c9-8c7a5d32806f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1018] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:03 2026] DELETE /v2.0/security-groups/2931c3e5-d568-42de-8c7e-88d55dbedf4d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1019] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:33:03 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) 2026-05-31 18:33:03.689 8 INFO neutron.services.segments.plugin [-] Segment a43683cc-9b1d-4da1-8528-49d59891689a resource provider aggregate not found 2026-05-31 18:33:03.699 8 INFO neutron.services.segments.plugin [-] Segment a43683cc-9b1d-4da1-8528-49d59891689a resource provider aggregate not found 2026-05-31 18:33:03.707 8 INFO neutron.services.segments.plugin [-] Segment a43683cc-9b1d-4da1-8528-49d59891689a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a43683cc-9b1d-4da1-8528-49d59891689a found for delete ", "request_id": "req-64653c99-9b0c-4123-8872-f22098a1fd64"}]} 2026-05-31 18:33:03.716 8 INFO neutron.services.segments.plugin [-] Segment a43683cc-9b1d-4da1-8528-49d59891689a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a43683cc-9b1d-4da1-8528-49d59891689a found for delete ", "request_id": "req-de194257-42b2-4bdf-80f5-16303498d110"}]} [pid: 8|app: 0|req: 515/1020] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:03 2026] DELETE /v2.0/networks/0887a9fe-2c4c-46df-b820-5c8f2018b1d9 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1021] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:03 2026] DELETE /v2.0/networks/ab215750-32c3-4c63-aea8-1890b9e0107a => 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: 517/1022] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:03 2026] DELETE /v2.0/networks/67ba82d1-1727-42a9-aa23-8637fa29c1cf => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1023] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:04 2026] DELETE /v2.0/networks/b845e800-a1d6-46ed-aeff-084674abfe38 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1024] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:02 2026] POST /v2.0/routers => generated 732 bytes in 1973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1025] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:04 2026] GET /v2.0/security-groups?tenant_id=93bcb502130c4a928d0c07fd99db00db&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1026] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:04 2026] DELETE /v2.0/security-groups/5bce3fec-46c0-4046-97f3-ae41580d2e70 => 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: 519/1027] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:04 2026] PUT /v2.0/routers/89ac6a8f-cbee-4196-8467-0278bfc7a682/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:05.724 8 INFO neutron.services.segments.plugin [-] Segment 78954226-d32b-4e41-862f-eb6b90f0eb07 resource provider aggregate not found 2026-05-31 18:33:05.742 8 INFO neutron.services.segments.plugin [-] Segment 78954226-d32b-4e41-862f-eb6b90f0eb07 resource provider aggregate not found 2026-05-31 18:33:05.746 8 INFO neutron.services.segments.plugin [-] Segment 78954226-d32b-4e41-862f-eb6b90f0eb07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78954226-d32b-4e41-862f-eb6b90f0eb07 found for delete ", "request_id": "req-e93e6649-284b-443e-a523-47ed0eacbea5"}]} 2026-05-31 18:33:05.758 8 INFO neutron.services.segments.plugin [-] Segment 78954226-d32b-4e41-862f-eb6b90f0eb07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78954226-d32b-4e41-862f-eb6b90f0eb07 found for delete ", "request_id": "req-ff06df94-3dec-44d4-8eee-e07d1de1697d"}]} 2026-05-31 18:33:05.763 8 INFO neutron.services.segments.plugin [-] Segment 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 resource provider aggregate not found 2026-05-31 18:33:05.783 8 INFO neutron.services.segments.plugin [-] Segment 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 resource provider aggregate not found 2026-05-31 18:33:05.788 8 INFO neutron.services.segments.plugin [-] Segment 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 found for delete ", "request_id": "req-e195b818-2056-4e9f-a042-6e04cce5a7b5"}]} 2026-05-31 18:33:05.803 8 INFO neutron.services.segments.plugin [-] Segment 1499364e-b2b0-483a-b45d-06d9770af7f3 resource provider aggregate not found 2026-05-31 18:33:05.808 8 INFO neutron.services.segments.plugin [-] Segment 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa9ac3d-bef0-4afd-9da7-8f9bb142c2e9 found for delete ", "request_id": "req-b81bd512-1be9-4ac3-bb3e-6cf2d1ba1f92"}]} 2026-05-31 18:33:05.825 8 INFO neutron.services.segments.plugin [-] Segment 1499364e-b2b0-483a-b45d-06d9770af7f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1499364e-b2b0-483a-b45d-06d9770af7f3 found for delete ", "request_id": "req-8c361733-8858-420e-b5ca-d8e043377b71"}]} 2026-05-31 18:33:05.826 8 INFO neutron.services.segments.plugin [-] Segment 1499364e-b2b0-483a-b45d-06d9770af7f3 resource provider aggregate not found 2026-05-31 18:33:05.842 8 INFO neutron.services.segments.plugin [-] Segment 1499364e-b2b0-483a-b45d-06d9770af7f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1499364e-b2b0-483a-b45d-06d9770af7f3 found for delete ", "request_id": "req-7c392b79-102d-46fe-9470-d7f1a6471e75"}]} [pid: 7|app: 0|req: 509/1028] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:33:06 2026] GET /v2.0/networks?id=aa2ec637-6b76-40f8-858b-d2896a765695 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1029] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:33:06 2026] GET /v2.0/quotas/be92354bc3804650bf39e2a1d3377255 => 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: 510/1030] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:33:06 2026] GET /v2.0/ports?tenant_id=be92354bc3804650bf39e2a1d3377255&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1031] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:33:06 2026] GET /v2.0/networks/aa2ec637-6b76-40f8-858b-d2896a765695?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1032] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:33:06 2026] GET /v2.0/networks/aa2ec637-6b76-40f8-858b-d2896a765695?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: 512/1033] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:06 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:07.003 8 INFO neutron.db.segments_db [None req-e0de3a03-46c3-4723-a923-fe9b2c5db480 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Added segment 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 of type vxlan for network 25a88603-23cd-46ba-9cf1-c29b8af87d11 2026-05-31 18:33:07.059 8 INFO neutron.db.segments_db [None req-e0de3a03-46c3-4723-a923-fe9b2c5db480 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Added segment 2c516c07-6424-4857-ba8d-dfd6dc4617d2 of type vxlan for network 565911b0-604e-479c-b8dc-c09b181d7770 [pid: 8|app: 0|req: 522/1034] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:06 2026] POST /v2.0/networks => generated 1244 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1035] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:33:07 2026] GET /v2.0/networks => generated 1843 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1036] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:07 2026] DELETE /v2.0/networks/25a88603-23cd-46ba-9cf1-c29b8af87d11 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:07.516 7 INFO neutron.services.segments.plugin [-] Segment 2c516c07-6424-4857-ba8d-dfd6dc4617d2 resource provider aggregate not found 2026-05-31 18:33:07.520 7 INFO neutron.services.segments.plugin [-] Segment 2c516c07-6424-4857-ba8d-dfd6dc4617d2 resource provider aggregate not found 2026-05-31 18:33:07.539 7 INFO neutron.services.segments.plugin [-] Segment 2c516c07-6424-4857-ba8d-dfd6dc4617d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c516c07-6424-4857-ba8d-dfd6dc4617d2 found for delete ", "request_id": "req-cb178aa5-02b6-4da7-948c-2a534ca70d5e"}]} 2026-05-31 18:33:07.543 7 INFO neutron.services.segments.plugin [-] Segment 2c516c07-6424-4857-ba8d-dfd6dc4617d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c516c07-6424-4857-ba8d-dfd6dc4617d2 found for delete ", "request_id": "req-747223c5-864e-4845-8af0-74b203936a42"}]} [pid: 7|app: 0|req: 514/1037] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:07 2026] DELETE /v2.0/networks/565911b0-604e-479c-b8dc-c09b181d7770 => 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: 524/1038] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:33:07 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:07.664 7 INFO neutron.db.segments_db [None req-9d886860-ac6d-42e7-ae63-8563c7f98fe2 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Added segment 09ce9f01-d689-4032-92b9-a36a79783f1b of type vxlan for network e3a7cd41-ffdf-4649-8a23-682aebeb96b9 [pid: 7|app: 0|req: 515/1039] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:07 2026] POST /v2.0/networks => generated 650 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1040] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:07 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:07.816 8 INFO neutron.db.segments_db [None req-8e9a268e-5cd8-4b36-9ab5-4c650768af50 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Added segment 8ba49b81-294e-4a07-9aad-2a585f3e7b0e of type vxlan for network 9a208964-db4d-498e-a497-4c09cf0c8ad0 2026-05-31 18:33:07.852 8 INFO neutron.services.segments.plugin [-] Segment 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 resource provider aggregate not found 2026-05-31 18:33:07.865 8 INFO neutron.services.segments.plugin [-] Segment 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 resource provider aggregate not found 2026-05-31 18:33:07.874 8 INFO neutron.services.segments.plugin [-] Segment 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 found for delete ", "request_id": "req-3c73a71d-46e7-48dd-80f7-9d3bc2e750e5"}]} 2026-05-31 18:33:07.890 8 INFO neutron.services.segments.plugin [-] Segment 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bbae8ba-020d-47b6-be4c-ee6b7476c1d8 found for delete ", "request_id": "req-c3af481f-0f69-4ce6-9a8c-ffc61c817bd2"}]} [pid: 8|app: 0|req: 525/1041] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:07 2026] POST /v2.0/networks => generated 650 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1042] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:07 2026] POST /v2.0/ports => generated 1506 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1043] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:08 2026] GET /v2.0/ports => generated 1506 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:08.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2a717bc-f870-4a2e-a567-120af84b4003 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] TaaS: Handle Delete Port: 0e7de538-cede-4f6b-bd3e-0ff9ad8682df 2026-05-31 18:33:08.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2a717bc-f870-4a2e-a567-120af84b4003 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Tap Mirror: Handle Delete Port: 0e7de538-cede-4f6b-bd3e-0ff9ad8682df [pid: 7|app: 0|req: 518/1044] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:08 2026] DELETE /v2.0/ports/0e7de538-cede-4f6b-bd3e-0ff9ad8682df => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1045] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:08 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:08.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5b39e1a-95f7-4aea-af15-80bd84faaed8 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] TaaS: Handle Delete Port: d4ed81e8-beea-4a7b-8f05-8dda11eab16f 2026-05-31 18:33:08.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5b39e1a-95f7-4aea-af15-80bd84faaed8 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Tap Mirror: Handle Delete Port: d4ed81e8-beea-4a7b-8f05-8dda11eab16f [pid: 8|app: 0|req: 527/1046] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:08 2026] DELETE /v2.0/ports/d4ed81e8-beea-4a7b-8f05-8dda11eab16f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1047] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:09 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:09.102 8 INFO neutron.db.segments_db [None req-65d16054-c3a7-467a-9a7b-d7e93072a887 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Added segment 0054276f-606a-4ffb-a2ab-90a229104058 of type vxlan for network f021968e-9cde-47d3-a610-3512426eec65 [pid: 8|app: 0|req: 528/1050] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:09 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:09.275 7 INFO neutron.db.segments_db [None req-96f7be8a-d738-4041-b6ca-597f66ec4e84 9f312a7e533940988d2d8ee4d4bd0f09 6fb9c5bb9d9d4aeba73d0c90a3e44055 - - default default] Added segment dd70c3fd-9252-43d3-be03-a9991727a073 of type vxlan for network ea757f53-ca24-4078-b13f-7e9d02a67e3d [pid: 7|app: 0|req: 523/1051] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:09 2026] POST /v2.0/networks => generated 649 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1052] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:09 2026] GET /v2.0/security-groups?tenant_id=9d7488db2812450e92ae07d54ba278bf&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1053] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:09 2026] DELETE /v2.0/security-groups/80ac0ed3-9ab3-42ba-bc4e-447e976d766a => 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: 526/1054] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:09 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1055] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:10 2026] GET /v2.0/security-groups?tenant_id=f02d4cf5bac94594a42aa4f2e3df0e9e&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1056] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:09 2026] POST /v2.0/subnets => generated 1273 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1057] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:33:10 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1058] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:10 2026] DELETE /v2.0/security-groups/2a0f3848-56a8-4d83-9453-3a54751ae212 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1059] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:10 2026] DELETE /v2.0/subnets/611356b0-196a-4766-84b9-0c7581685f9f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1060] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:10 2026] DELETE /v2.0/subnets/3c644720-0060-4764-8e57-1e84698bf86e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1061] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:33:10 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) 2026-05-31 18:33:10.618 7 INFO neutron.services.segments.plugin [-] Segment dd70c3fd-9252-43d3-be03-a9991727a073 resource provider aggregate not found 2026-05-31 18:33:10.625 7 INFO neutron.services.segments.plugin [-] Segment dd70c3fd-9252-43d3-be03-a9991727a073 resource provider aggregate not found 2026-05-31 18:33:10.633 7 INFO neutron.services.segments.plugin [-] Segment dd70c3fd-9252-43d3-be03-a9991727a073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd70c3fd-9252-43d3-be03-a9991727a073 found for delete ", "request_id": "req-465e9162-13ce-48bf-8fb1-3c51d6ebf201"}]} 2026-05-31 18:33:10.641 7 INFO neutron.services.segments.plugin [-] Segment dd70c3fd-9252-43d3-be03-a9991727a073 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd70c3fd-9252-43d3-be03-a9991727a073 found for delete ", "request_id": "req-250a2282-8d53-4170-ad4e-580d37dceb7f"}]} [pid: 7|app: 0|req: 530/1062] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:10 2026] DELETE /v2.0/networks/ea757f53-ca24-4078-b13f-7e9d02a67e3d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:10.893 8 INFO neutron.services.segments.plugin [-] Segment 0054276f-606a-4ffb-a2ab-90a229104058 resource provider aggregate not found 2026-05-31 18:33:10.895 8 INFO neutron.services.segments.plugin [-] Segment 0054276f-606a-4ffb-a2ab-90a229104058 resource provider aggregate not found 2026-05-31 18:33:10.914 8 INFO neutron.services.segments.plugin [-] Segment 0054276f-606a-4ffb-a2ab-90a229104058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0054276f-606a-4ffb-a2ab-90a229104058 found for delete ", "request_id": "req-3ab6776e-3d3a-4b7b-b885-e57639aa562c"}]} 2026-05-31 18:33:10.916 8 INFO neutron.services.segments.plugin [-] Segment 0054276f-606a-4ffb-a2ab-90a229104058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0054276f-606a-4ffb-a2ab-90a229104058 found for delete ", "request_id": "req-d9cd486d-bc24-44aa-b9db-2073826697d9"}]} [pid: 8|app: 0|req: 533/1063] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:10 2026] DELETE /v2.0/networks/f021968e-9cde-47d3-a610-3512426eec65 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1064] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:33:11 2026] GET /v2.0/networks?id=aa2ec637-6b76-40f8-858b-d2896a765695 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1065] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:11 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1066] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:10 2026] DELETE /v2.0/networks/9a208964-db4d-498e-a497-4c09cf0c8ad0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1067] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:33:11 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 1244 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1068] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:11 2026] DELETE /v2.0/networks/e3a7cd41-ffdf-4649-8a23-682aebeb96b9 => 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: 538/1069] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:33:11 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1070] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:33:11 2026] POST /v2.0/ports => generated 958 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1071] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:33:11 2026] PUT /v2.0/ports/0b56a551-72af-432b-aae9-b47d8d85e810 => generated 1239 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:11.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b41abc9e-9968-4c28-977e-c0e1d8c68755'] response: {'name': 'network-changed', 'server_uuid': 'e740551f-f203-463b-a7ce-8ba119c520f8', 'tag': '0b56a551-72af-432b-aae9-b47d8d85e810', '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: 533/1072] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:11 2026] GET /v2.0/security-groups?tenant_id=6fb9c5bb9d9d4aeba73d0c90a3e44055&name=default => generated 2925 bytes in 232 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: 540/1073] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:12 2026] DELETE /v2.0/security-groups/b0c9643f-fe72-4933-b680-773f73929905 => 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: 534/1074] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:12 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1075] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:12 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1076] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:33:12 2026] GET /v2.0/ports?tenant_id=be92354bc3804650bf39e2a1d3377255&device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1077] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:33:12 2026] GET /v2.0/networks?tenant_id=be92354bc3804650bf39e2a1d3377255&shared=False => generated 773 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1078] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:33:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:12.653 7 INFO neutron.services.segments.plugin [-] Segment 8ba49b81-294e-4a07-9aad-2a585f3e7b0e resource provider aggregate not found 2026-05-31 18:33:12.657 7 INFO neutron.services.segments.plugin [-] Segment 8ba49b81-294e-4a07-9aad-2a585f3e7b0e resource provider aggregate not found 2026-05-31 18:33:12.670 7 INFO neutron.services.segments.plugin [-] Segment 8ba49b81-294e-4a07-9aad-2a585f3e7b0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ba49b81-294e-4a07-9aad-2a585f3e7b0e found for delete ", "request_id": "req-89f2f741-fab5-4d58-a022-8da7eac69acf"}]} 2026-05-31 18:33:12.671 7 INFO neutron.services.segments.plugin [-] Segment 8ba49b81-294e-4a07-9aad-2a585f3e7b0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ba49b81-294e-4a07-9aad-2a585f3e7b0e found for delete ", "request_id": "req-ed28eabe-9758-4ede-a882-74534cd9917a"}]} 2026-05-31 18:33:12.935 8 INFO neutron.services.segments.plugin [-] Segment 09ce9f01-d689-4032-92b9-a36a79783f1b resource provider aggregate not found 2026-05-31 18:33:12.940 8 INFO neutron.services.segments.plugin [-] Segment 09ce9f01-d689-4032-92b9-a36a79783f1b resource provider aggregate not found 2026-05-31 18:33:12.955 8 INFO neutron.services.segments.plugin [-] Segment 09ce9f01-d689-4032-92b9-a36a79783f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ce9f01-d689-4032-92b9-a36a79783f1b found for delete ", "request_id": "req-584509a3-fc8d-4b82-8a4a-3a90b158d35d"}]} 2026-05-31 18:33:12.957 8 INFO neutron.services.segments.plugin [-] Segment 09ce9f01-d689-4032-92b9-a36a79783f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09ce9f01-d689-4032-92b9-a36a79783f1b found for delete ", "request_id": "req-07d115de-c0d8-421a-a068-b7ab6b4b3f40"}]} [pid: 8|app: 0|req: 543/1079] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1080] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1081] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/ports?tenant_id=be92354bc3804650bf39e2a1d3377255&device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1082] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0b56a551-72af-432b-aae9-b47d8d85e810 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1083] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/subnets?id=3edbd16f-3661-491e-8a56-3834a38138f5 => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1084] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/ports?network_id=aa2ec637-6b76-40f8-858b-d2896a765695&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1085] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/networks/aa2ec637-6b76-40f8-858b-d2896a765695?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: 540/1086] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:33:13 2026] GET /v2.0/networks/aa2ec637-6b76-40f8-858b-d2896a765695?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:14.065 8 INFO neutron.db.segments_db [None req-0685cc65-4ef6-47ed-a805-62a76e34d256 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Added segment f35125cc-ac91-47e9-86eb-2a0db6bbf71c of type vxlan for network 798e1e3c-6d23-4053-9033-905d14fafb77 [pid: 8|app: 0|req: 547/1087] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:13 2026] POST /v2.0/networks => generated 644 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1088] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:14 2026] GET /v2.0/security-groups?tenant_id=a7bd14818ea843e9a92dade3197c4afa&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1089] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:14 2026] POST /v2.0/ports => generated 774 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:14.485 7 INFO neutron.db.segments_db [None req-8df3b382-8159-42f7-9001-2d7f132f37cf e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Added segment 6cb2f49c-f21e-45c7-adef-da38d90879f3 of type vxlan for network 74a78446-1dda-4fe3-96af-e41c42657ec4 [pid: 8|app: 0|req: 549/1090] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:14 2026] DELETE /v2.0/security-groups/fff5dd6b-a8d1-4595-80b5-ca6af4619d15 => 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: 550/1091] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:14 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1092] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:14 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1093] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:14 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1094] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:14 2026] GET /v2.0/security-groups?tenant_id=d50f777896a9436b9727528779c21066&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1095] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:14 2026] POST /v2.0/subnets => generated 626 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1096] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:14 2026] DELETE /v2.0/security-groups/e9666a88-ce1c-4c36-81fd-28b32f412684 => 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: 553/1097] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:14 2026] POST /v2.0/ports => generated 949 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:15.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-84e7b2c6-4a9d-425f-8905-5e17f51019f8 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] TaaS: Handle Delete Port: 10e5e354-dbf9-4186-b347-61ad434397c9 2026-05-31 18:33:15.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84e7b2c6-4a9d-425f-8905-5e17f51019f8 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Tap Mirror: Handle Delete Port: 10e5e354-dbf9-4186-b347-61ad434397c9 [pid: 7|app: 0|req: 545/1098] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:15 2026] DELETE /v2.0/ports/10e5e354-dbf9-4186-b347-61ad434397c9 => generated 0 bytes in 304 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-05-31 18:33:15.412 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18c3d79b-b0de-4879-80fc-1b628a9acc22 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1099] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:15 2026] DELETE /v2.0/ports/10e5e354-dbf9-4186-b347-61ad434397c9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:15.438 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62386e2f-3964-447d-a51c-73dc4dbf4669 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1100] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:15 2026] GET /v2.0/ports/10e5e354-dbf9-4186-b347-61ad434397c9 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1101] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:15 2026] DELETE /v2.0/subnets/eb6c9966-de56-4a99-9e7f-b16b07e58936 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1102] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:15 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:15.679 7 INFO neutron.services.segments.plugin [-] Segment 6cb2f49c-f21e-45c7-adef-da38d90879f3 resource provider aggregate not found 2026-05-31 18:33:15.683 7 INFO neutron.services.segments.plugin [-] Segment 6cb2f49c-f21e-45c7-adef-da38d90879f3 resource provider aggregate not found 2026-05-31 18:33:15.704 7 INFO neutron.services.segments.plugin [-] Segment 6cb2f49c-f21e-45c7-adef-da38d90879f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb2f49c-f21e-45c7-adef-da38d90879f3 found for delete ", "request_id": "req-8e38e2ba-ffc5-486b-b15f-bb4c384178c8"}]} 2026-05-31 18:33:15.707 7 INFO neutron.services.segments.plugin [-] Segment 6cb2f49c-f21e-45c7-adef-da38d90879f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb2f49c-f21e-45c7-adef-da38d90879f3 found for delete ", "request_id": "req-7e985ac9-2e5c-41da-aac6-4c64ed0adf80"}]} [pid: 7|app: 0|req: 547/1103] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:15 2026] DELETE /v2.0/networks/74a78446-1dda-4fe3-96af-e41c42657ec4 => 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: 557/1104] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:15 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:15.767 7 INFO neutron.db.segments_db [None req-b80e3334-353f-4961-b9c4-8e0fa3cd96a7 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Added segment ec3bd426-4253-4c09-a909-716ad98debc0 of type vxlan for network 929eacc7-e09e-47e4-b218-4310181cfc3e [pid: 7|app: 0|req: 548/1105] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:15 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1106] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:15 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1107] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:16 2026] POST /v2.0/ports => generated 911 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:16.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-88aeefcb-b7f5-4f72-a35b-2d013790db8d e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] TaaS: Handle Delete Port: cb32c009-9d47-4508-9f6c-647f2a47d1f8 2026-05-31 18:33:16.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88aeefcb-b7f5-4f72-a35b-2d013790db8d e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Tap Mirror: Handle Delete Port: cb32c009-9d47-4508-9f6c-647f2a47d1f8 [pid: 8|app: 0|req: 559/1108] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:16 2026] DELETE /v2.0/ports/cb32c009-9d47-4508-9f6c-647f2a47d1f8 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:16.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5b3a949-e091-494e-bfaa-08034ea5ceeb e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1109] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:16 2026] GET /v2.0/ports/cb32c009-9d47-4508-9f6c-647f2a47d1f8 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:16.788 7 INFO neutron.db.segments_db [None req-4eeda23e-ff3f-4614-be22-88d1c9c101d3 c5d3708bf5284b09ba7d3db65824e359 8e14a028737f42808e571872f691a112 - - default default] Added segment bd0fa916-d4d5-4b86-baba-aee2d2d3a359 of type vxlan for network ab65f0f5-c8da-4a41-a179-348deacfa5da [pid: 8|app: 0|req: 561/1110] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:16 2026] DELETE /v2.0/subnets/9dfef9be-340e-457d-b528-c4e26a095610 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1111] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:16 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1112] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:16 2026] POST /v2.0/networks => generated 644 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1113] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:16 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:16.940 8 INFO neutron.services.segments.plugin [-] Segment ec3bd426-4253-4c09-a909-716ad98debc0 resource provider aggregate not found 2026-05-31 18:33:16.944 8 INFO neutron.services.segments.plugin [-] Segment ec3bd426-4253-4c09-a909-716ad98debc0 resource provider aggregate not found 2026-05-31 18:33:16.960 8 INFO neutron.services.segments.plugin [-] Segment ec3bd426-4253-4c09-a909-716ad98debc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec3bd426-4253-4c09-a909-716ad98debc0 found for delete ", "request_id": "req-b97f1f74-d610-4140-bb6e-34b7e42db5a9"}]} 2026-05-31 18:33:16.961 8 INFO neutron.services.segments.plugin [-] Segment ec3bd426-4253-4c09-a909-716ad98debc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec3bd426-4253-4c09-a909-716ad98debc0 found for delete ", "request_id": "req-72afbafd-473a-443f-820f-a61130bb5b03"}]} [pid: 8|app: 0|req: 563/1114] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:16 2026] DELETE /v2.0/networks/929eacc7-e09e-47e4-b218-4310181cfc3e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1115] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:16 2026] POST /v2.0/subnets => generated 641 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:17.143 7 INFO neutron.db.segments_db [None req-2973e0df-e09a-453a-ad95-c0b49cde55a7 c5d3708bf5284b09ba7d3db65824e359 8e14a028737f42808e571872f691a112 - - default default] Added segment 597bbd98-5f41-4412-8486-ea39f115d43f of type vxlan for network f97ded76-70a4-47ea-9424-d3b00e84dac6 [pid: 7|app: 0|req: 553/1116] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:17 2026] POST /v2.0/networks => generated 643 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1117] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:16 2026] POST /v2.0/ports => generated 774 bytes in 275 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: 554/1118] 10.0.0.196 () {34 vars in 743 bytes} [Sun May 31 18:33:17 2026] PUT /v2.0/networks/f97ded76-70a4-47ea-9424-d3b00e84dac6 => generated 592 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1119] 10.0.0.196 () {34 vars in 737 bytes} [Sun May 31 18:33:17 2026] PUT /v2.0/ports/22197e20-0aae-4426-98c0-10c3bff4876f => generated 752 bytes in 170 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: 555/1120] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:17 2026] POST /v2.0/subnets => generated 626 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:17.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fa96834-36b7-4b21-ac9e-e6dd8bf64ed0 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] TaaS: Handle Delete Port: 22197e20-0aae-4426-98c0-10c3bff4876f 2026-05-31 18:33:17.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fa96834-36b7-4b21-ac9e-e6dd8bf64ed0 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Tap Mirror: Handle Delete Port: 22197e20-0aae-4426-98c0-10c3bff4876f [pid: 7|app: 0|req: 556/1121] 10.0.0.196 () {34 vars in 741 bytes} [Sun May 31 18:33:17 2026] PUT /v2.0/subnets/a810d297-c17a-434d-a4fa-e3f9aea76682 => generated 636 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1122] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/ports/22197e20-0aae-4426-98c0-10c3bff4876f => 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: 567/1123] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:17 2026] GET /v2.0/ports => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:17.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7dc7c63-bd3f-4cbc-9fc3-7c8e798a5584 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1124] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:17 2026] GET /v2.0/ports/22197e20-0aae-4426-98c0-10c3bff4876f => 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: 569/1125] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:17 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1126] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:17 2026] GET /v2.0/ports/5a73bf4a-ceb1-42ff-908b-12145a99e9e5 => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:17.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f5aadba-3a7b-4be6-87e0-e02038733e0e e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1127] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/ports/cb32c009-9d47-4508-9f6c-647f2a47d1f8 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:17.815 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f00c8a2e-e4ef-4dc6-b431-1283a522cfa8 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1128] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/subnets/9dfef9be-340e-457d-b528-c4e26a095610 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:17.831 7 INFO neutron.services.segments.plugin [-] Segment 597bbd98-5f41-4412-8486-ea39f115d43f resource provider aggregate not found 2026-05-31 18:33:17.834 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ff23467-4c39-43c1-b0d8-757321ad4822 e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-31 18:33:17.836 7 INFO neutron.services.segments.plugin [-] Segment 597bbd98-5f41-4412-8486-ea39f115d43f resource provider aggregate not found [pid: 8|app: 0|req: 573/1129] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/subnets/eb6c9966-de56-4a99-9e7f-b16b07e58936 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:17.854 7 INFO neutron.services.segments.plugin [-] Segment 597bbd98-5f41-4412-8486-ea39f115d43f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 597bbd98-5f41-4412-8486-ea39f115d43f found for delete ", "request_id": "req-dc73ebba-1ddb-473b-924e-3ba67aedcbe6"}]} [pid: 7|app: 0|req: 557/1130] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/networks/f97ded76-70a4-47ea-9424-d3b00e84dac6 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:17.861 7 INFO neutron.services.segments.plugin [-] Segment 597bbd98-5f41-4412-8486-ea39f115d43f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 597bbd98-5f41-4412-8486-ea39f115d43f found for delete ", "request_id": "req-71cd0feb-84b5-4c8a-9ff6-b7799e64c2e3"}]} 2026-05-31 18:33:17.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b0022a8-93c7-43f4-91eb-3b887c3051bf c5d3708bf5284b09ba7d3db65824e359 8e14a028737f42808e571872f691a112 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 558/1131] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/networks/f97ded76-70a4-47ea-9424-d3b00e84dac6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:17.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebdb126d-801d-4fdc-b7f4-05bad228df2f e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] TaaS: Handle Delete Port: 5a73bf4a-ceb1-42ff-908b-12145a99e9e5 2026-05-31 18:33:17.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebdb126d-801d-4fdc-b7f4-05bad228df2f e61a2597f38848119e1e74d4f11e055f eb56923c32324552bec2319d593516c9 - - default default] Tap Mirror: Handle Delete Port: 5a73bf4a-ceb1-42ff-908b-12145a99e9e5 [pid: 7|app: 0|req: 559/1132] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:33:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1133] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:17 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1134] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:17 2026] DELETE /v2.0/ports/5a73bf4a-ceb1-42ff-908b-12145a99e9e5 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1135] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&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: 7|app: 0|req: 561/1136] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/subnets?network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1137] 10.0.0.196 () {32 vars in 653 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1138] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/networks => generated 1309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1139] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:18 2026] DELETE /v2.0/networks/798e1e3c-6d23-4053-9033-905d14fafb77 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1140] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/subnets => generated 1280 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1141] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/networks/ab65f0f5-c8da-4a41-a179-348deacfa5da => generated 669 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1142] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/subnets/37d95073-c710-4bd5-8b85-08a0984b42b7 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:18.271 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc9dd9e3-4b05-48d2-8e27-d335d10aeaaa c5d3708bf5284b09ba7d3db65824e359 8e14a028737f42808e571872f691a112 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 578/1143] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:18 2026] DELETE /v2.0/subnets/a810d297-c17a-434d-a4fa-e3f9aea76682 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:18.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f00bc9a-7455-4a86-a28a-39c3ea1ae987 c5d3708bf5284b09ba7d3db65824e359 8e14a028737f42808e571872f691a112 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1144] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:18 2026] DELETE /v2.0/networks/f97ded76-70a4-47ea-9424-d3b00e84dac6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1145] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:18 2026] DELETE /v2.0/subnets/37d95073-c710-4bd5-8b85-08a0984b42b7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1146] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:18 2026] DELETE /v2.0/networks/ab65f0f5-c8da-4a41-a179-348deacfa5da => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1147] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:18 2026] GET /v2.0/security-groups?tenant_id=eb56923c32324552bec2319d593516c9&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:18.984 8 INFO neutron.services.segments.plugin [-] Segment f35125cc-ac91-47e9-86eb-2a0db6bbf71c resource provider aggregate not found [pid: 7|app: 0|req: 568/1148] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:18 2026] DELETE /v2.0/security-groups/b535cebe-e8b3-4471-a46d-daf468d3c4e9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:18.986 8 INFO neutron.services.segments.plugin [-] Segment f35125cc-ac91-47e9-86eb-2a0db6bbf71c resource provider aggregate not found 2026-05-31 18:33:19.008 8 INFO neutron.services.segments.plugin [-] Segment f35125cc-ac91-47e9-86eb-2a0db6bbf71c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35125cc-ac91-47e9-86eb-2a0db6bbf71c found for delete ", "request_id": "req-9d83eb32-e1d7-43f7-952c-5fe7f3d39dc7"}]} 2026-05-31 18:33:19.010 8 INFO neutron.services.segments.plugin [-] Segment f35125cc-ac91-47e9-86eb-2a0db6bbf71c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35125cc-ac91-47e9-86eb-2a0db6bbf71c found for delete ", "request_id": "req-26292d7a-c03b-41a9-84e0-881d0919ee48"}]} [pid: 7|app: 0|req: 569/1149] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:19 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => 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: 570/1150] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:19 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&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: 581/1151] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:19 2026] GET /v2.0/security-groups?tenant_id=8e14a028737f42808e571872f691a112&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1152] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:19 2026] DELETE /v2.0/security-groups/ef7179e2-15a0-4063-b838-ce2e95816369 => 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: 582/1153] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:19 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => 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: 572/1154] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:19 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:19.872 7 INFO neutron.services.segments.plugin [-] Segment bd0fa916-d4d5-4b86-baba-aee2d2d3a359 resource provider aggregate not found 2026-05-31 18:33:19.877 7 INFO neutron.services.segments.plugin [-] Segment bd0fa916-d4d5-4b86-baba-aee2d2d3a359 resource provider aggregate not found 2026-05-31 18:33:19.886 7 INFO neutron.services.segments.plugin [-] Segment bd0fa916-d4d5-4b86-baba-aee2d2d3a359 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0fa916-d4d5-4b86-baba-aee2d2d3a359 found for delete ", "request_id": "req-f227b665-f196-4268-a961-b6636d6129d6"}]} 2026-05-31 18:33:19.891 7 INFO neutron.services.segments.plugin [-] Segment bd0fa916-d4d5-4b86-baba-aee2d2d3a359 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0fa916-d4d5-4b86-baba-aee2d2d3a359 found for delete ", "request_id": "req-13532071-71d4-4632-95f1-882b73b859fd"}]} [pid: 8|app: 0|req: 583/1155] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:20 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => 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: 573/1156] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:20 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1157] 10.0.0.196 () {32 vars in 623 bytes} [Sun May 31 18:33:21 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: 575/1158] 10.0.0.196 () {32 vars in 633 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/ => generated 632 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:21.136 8 INFO neutron.db.segments_db [None req-e7b56854-d26f-43cc-a9ad-9e9e33878632 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment 76f1b812-88df-4ace-8ab4-a958eeadeaa5 of type vxlan for network abf9f556-b54c-4023-8be0-df33191ec51b [pid: 8|app: 0|req: 584/1159] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:20 2026] POST /v2.0/networks => generated 633 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:21.290 7 INFO neutron.db.segments_db [None req-72d06d9e-eb9e-49c1-bc72-75ad07385a31 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment 5d24bbcc-e7a1-45cb-bcf4-61db786d486b of type vxlan for network 21eed50e-e268-416d-bed3-3bd23c04bd87 [pid: 7|app: 0|req: 576/1160] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:21 2026] POST /v2.0/networks => generated 633 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1161] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1162] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 585/1163] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:21 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1164] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/security-groups?tenant_id=6d14a12fb236462fac58a1db6c089c1d&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1165] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1166] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:21 2026] POST /v2.0/subnets => generated 655 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1167] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 975 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1168] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:21.934 7 INFO neutron.db.segments_db [None req-5b5a0090-b965-4260-9b70-453b62722f96 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment 16e9341e-f097-4b58-8b57-6e8634f498d3 of type vxlan for network 9b4abf2c-2766-42ea-8b9a-e67fcd084980 [pid: 8|app: 0|req: 587/1169] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:21 2026] DELETE /v2.0/security-groups/d2f1a855-fb78-47e0-9bfa-678eae59dfd0 => 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: 588/1170] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/security-groups?id=7c433548-300c-4f51-9bcd-a5f1d24788d0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1171] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:33:21 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:22.105 8 INFO neutron_taas.services.taas.taas_plugin [req-17622386-7724-496d-82fe-fea1de162967 req-1f087a0d-ef1e-40c9-8f24-b449440d0386 f17483f3ca08423d84cb65962dc8120f be92354bc3804650bf39e2a1d3377255 - - default default] TaaS: Handle Delete Port: 0b56a551-72af-432b-aae9-b47d8d85e810 2026-05-31 18:33:22.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-17622386-7724-496d-82fe-fea1de162967 req-1f087a0d-ef1e-40c9-8f24-b449440d0386 f17483f3ca08423d84cb65962dc8120f be92354bc3804650bf39e2a1d3377255 - - default default] Tap Mirror: Handle Delete Port: 0b56a551-72af-432b-aae9-b47d8d85e810 2026-05-31 18:33:22.137 7 INFO neutron.db.l3_hamode_db [None req-5b5a0090-b965-4260-9b70-453b62722f96 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 590/1172] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:33:22 2026] DELETE /v2.0/ports/0b56a551-72af-432b-aae9-b47d8d85e810 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:22.246 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5389555-c34e-4b00-8e61-4a164860c6f3'] response: {'server_uuid': 'e740551f-f203-463b-a7ce-8ba119c520f8', 'name': 'network-vif-deleted', 'tag': '0b56a551-72af-432b-aae9-b47d8d85e810', 'status': 'completed', 'code': 200} 2026-05-31 18:33:22.282 7 INFO neutron.db.l3_hamode_db [None req-5b5a0090-b965-4260-9b70-453b62722f96 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 591/1173] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:22 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1174] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:23 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&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: 593/1175] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:23 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1176] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:21 2026] POST /v2.0/routers => generated 510 bytes in 1283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1177] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:24 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1178] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:33:24 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1179] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:24 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => 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: 587/1180] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:33:24 2026] GET /v2.0/security-groups?id=e099ca57-d432-4f25-bd9f-05cbb4c52984&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:24.385 7 INFO neutron_taas.services.taas.taas_plugin [req-47fa2168-3560-40a2-9c63-c75931ee2cd7 req-62b28466-6d90-4165-b572-19f1d21bbecd 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] TaaS: Handle Delete Port: 5e6712ee-801e-46f7-b04e-c4c8999681e7 2026-05-31 18:33:24.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47fa2168-3560-40a2-9c63-c75931ee2cd7 req-62b28466-6d90-4165-b572-19f1d21bbecd 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] Tap Mirror: Handle Delete Port: 5e6712ee-801e-46f7-b04e-c4c8999681e7 [pid: 8|app: 0|req: 594/1183] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:23 2026] PUT /v2.0/routers/34f5937f-d6a2-475d-bc38-eb785bb9fab6/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1184] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:24 2026] GET /v2.0/ports/22982fb7-d4b0-43d4-9d66-cdedfc613550 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:24.496 7 INFO neutron.db.l3_db [req-47fa2168-3560-40a2-9c63-c75931ee2cd7 req-62b28466-6d90-4165-b572-19f1d21bbecd 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] Floating IP fe2fc53b-1532-4729-abb1-227d0aaa72d1 disassociated. External IP: 10.96.250.209, port: 5e6712ee-801e-46f7-b04e-c4c8999681e7. [pid: 7|app: 0|req: 590/1185] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:33:24 2026] DELETE /v2.0/ports/5e6712ee-801e-46f7-b04e-c4c8999681e7 => generated 0 bytes in 607 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:24.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d91d58a3-f884-43e6-a967-56a1f58e793f'] response: {'server_uuid': '6dd16bb3-64db-4e49-825b-df0192615cfa', 'name': 'network-vif-deleted', 'tag': '5e6712ee-801e-46f7-b04e-c4c8999681e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 591/1186] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:25 2026] GET /v2.0/ports?device_id=e740551f-f203-463b-a7ce-8ba119c520f8 => 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: 592/1187] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:25 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 596/1188] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:24 2026] PUT /v2.0/routers/34f5937f-d6a2-475d-bc38-eb785bb9fab6/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1189] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:25 2026] GET /v2.0/ports/5fb2aa03-6a88-4738-b1ef-293c8c8b1675 => generated 967 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:26.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a19471d-6123-40d3-b05a-45e90ee43720 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 5fb2aa03-6a88-4738-b1ef-293c8c8b1675 2026-05-31 18:33:26.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a19471d-6123-40d3-b05a-45e90ee43720 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 5fb2aa03-6a88-4738-b1ef-293c8c8b1675 [pid: 8|app: 0|req: 597/1190] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:25 2026] PUT /v2.0/routers/34f5937f-d6a2-475d-bc38-eb785bb9fab6/remove_router_interface => generated 309 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1191] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:26 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:26.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-622d7ca8-9418-44a5-867d-cb836847376e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:26.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-622d7ca8-9418-44a5-867d-cb836847376e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 26f19935-4117-4134-83fa-0bb081f8c345 2026-05-31 18:33:26.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddd70d77-0416-4036-8312-ca12d3669451 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 22982fb7-d4b0-43d4-9d66-cdedfc613550 2026-05-31 18:33:26.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddd70d77-0416-4036-8312-ca12d3669451 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 22982fb7-d4b0-43d4-9d66-cdedfc613550 [pid: 8|app: 0|req: 599/1192] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:26 2026] PUT /v2.0/routers/34f5937f-d6a2-475d-bc38-eb785bb9fab6/remove_router_interface => generated 309 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1193] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:26 2026] PUT /v2.0/routers/89ac6a8f-cbee-4196-8467-0278bfc7a682/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:27.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3846a24-1c42-479b-b775-99cf21891723 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 4e1424e5-abf9-4a97-ac88-68067fa7690c 2026-05-31 18:33:27.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3846a24-1c42-479b-b775-99cf21891723 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 4e1424e5-abf9-4a97-ac88-68067fa7690c [pid: 8|app: 0|req: 600/1194] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:27 2026] GET /v2.0/security-groups?tenant_id=39b0f2e93c1047ce9a77cdd2d593633c&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1195] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:27 2026] GET /v2.0/ports?device_id=34f5937f-d6a2-475d-bc38-eb785bb9fab6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1196] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:27 2026] DELETE /v2.0/security-groups/7daca198-466c-4768-8b7c-af65edca8227 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:27.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3846a24-1c42-479b-b775-99cf21891723 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 77452ff0-d420-4872-b7cc-33b0de9f6909 2026-05-31 18:33:27.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3846a24-1c42-479b-b775-99cf21891723 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 77452ff0-d420-4872-b7cc-33b0de9f6909 2026-05-31 18:33:27.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-2587a226-d0bc-4ce6-8fe4-1a814be26428 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 5eb4eff9-75df-4713-a976-829b5fdcc265 2026-05-31 18:33:27.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2587a226-d0bc-4ce6-8fe4-1a814be26428 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 5eb4eff9-75df-4713-a976-829b5fdcc265 2026-05-31 18:33:28.053 7 INFO neutron.services.segments.plugin [-] Segment 51911d9e-e240-4a33-a694-345a389ca362 resource provider aggregate not found 2026-05-31 18:33:28.054 7 INFO neutron.services.segments.plugin [-] Segment 51911d9e-e240-4a33-a694-345a389ca362 resource provider aggregate not found 2026-05-31 18:33:28.074 7 INFO neutron.services.segments.plugin [-] Segment 51911d9e-e240-4a33-a694-345a389ca362 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51911d9e-e240-4a33-a694-345a389ca362 found for delete ", "request_id": "req-0e4edf2f-566c-4821-b3c5-05b18d7b9aec"}]} 2026-05-31 18:33:28.075 7 INFO neutron.db.l3_hamode_db [None req-e3846a24-1c42-479b-b775-99cf21891723 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network 42869cf2-6466-4b5d-bdc5-379d13c3301c was deleted as no HA routers are present in tenant be92354bc3804650bf39e2a1d3377255. 2026-05-31 18:33:28.076 7 INFO neutron.services.segments.plugin [-] Segment 51911d9e-e240-4a33-a694-345a389ca362 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51911d9e-e240-4a33-a694-345a389ca362 found for delete ", "request_id": "req-d0c04025-7067-4265-a4fe-37eca021251a"}]} [pid: 7|app: 0|req: 595/1197] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:27 2026] DELETE /v2.0/routers/89ac6a8f-cbee-4196-8467-0278bfc7a682 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:28.099 8 INFO neutron.services.segments.plugin [-] Segment 16e9341e-f097-4b58-8b57-6e8634f498d3 resource provider aggregate not found 2026-05-31 18:33:28.109 8 INFO neutron.services.segments.plugin [-] Segment 16e9341e-f097-4b58-8b57-6e8634f498d3 resource provider aggregate not found 2026-05-31 18:33:28.114 8 INFO neutron.services.segments.plugin [-] Segment 16e9341e-f097-4b58-8b57-6e8634f498d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e9341e-f097-4b58-8b57-6e8634f498d3 found for delete ", "request_id": "req-723e681b-fa64-4576-b7be-a28578ca94f8"}]} 2026-05-31 18:33:28.124 8 INFO neutron.services.segments.plugin [-] Segment 16e9341e-f097-4b58-8b57-6e8634f498d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e9341e-f097-4b58-8b57-6e8634f498d3 found for delete ", "request_id": "req-be31706e-c663-4486-8fa1-8f0bd51a8832"}]} 2026-05-31 18:33:28.127 8 INFO neutron.db.l3_hamode_db [None req-2587a226-d0bc-4ce6-8fe4-1a814be26428 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] HA network 9b4abf2c-2766-42ea-8b9a-e67fcd084980 was deleted as no HA routers are present in tenant 5720730a68e44a3ca9eced3df56d2120. [pid: 8|app: 0|req: 603/1198] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:27 2026] DELETE /v2.0/routers/34f5937f-d6a2-475d-bc38-eb785bb9fab6 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1199] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:28 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 596/1200] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:28 2026] GET /v2.0/security-groups?tenant_id=078d61500edd4b8faefdc0fc1e6f8813&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1201] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/subnets/3edbd16f-3661-491e-8a56-3834a38138f5 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1202] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/subnets/e8b5a648-2c6f-4123-afc7-d36515aaec58 => 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: 606/1203] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/security-groups/920d42a9-df1b-45f9-a79d-c60b8de49bbd => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:28.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd686671-17fd-4c7e-8e5a-73f44298d32e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 543ecb98-e909-4e78-ba3b-8e163b7830d9 2026-05-31 18:33:28.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd686671-17fd-4c7e-8e5a-73f44298d32e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 543ecb98-e909-4e78-ba3b-8e163b7830d9 [pid: 8|app: 0|req: 607/1204] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/subnets/6dc4c6ba-a315-4c60-b2a4-43df67083c7a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1205] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/networks/aa2ec637-6b76-40f8-858b-d2896a765695 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:28.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e0d4f1e-7204-4a03-9f47-5bfa03beb9e2 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 0b62a74e-8663-47a7-b7c0-c377f5ce3a0c 2026-05-31 18:33:28.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e0d4f1e-7204-4a03-9f47-5bfa03beb9e2 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 0b62a74e-8663-47a7-b7c0-c377f5ce3a0c [pid: 8|app: 0|req: 608/1206] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/networks/21eed50e-e268-416d-bed3-3bd23c04bd87 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1207] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:28 2026] GET /v2.0/security-groups?tenant_id=be92354bc3804650bf39e2a1d3377255&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1208] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/security-groups/7c433548-300c-4f51-9bcd-a5f1d24788d0 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:28.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-03c2516c-2620-44be-9f78-8bdc29992a4e a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: a2155747-ca4e-4f49-9bb6-477a800b7195 2026-05-31 18:33:28.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03c2516c-2620-44be-9f78-8bdc29992a4e a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: a2155747-ca4e-4f49-9bb6-477a800b7195 [pid: 8|app: 0|req: 609/1209] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:28 2026] DELETE /v2.0/networks/abf9f556-b54c-4023-8be0-df33191ec51b => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:29.192 7 INFO neutron.db.segments_db [None req-389f03e2-447f-46e1-abd8-15d6fa3f2462 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment 572c23b2-6657-444c-8078-b675a7f1f976 of type vxlan for network 95acf4ff-4526-487d-8b38-fbb8d78cb484 [pid: 8|app: 0|req: 610/1210] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:33:29 2026] GET /v2.0/ports?device_id=6dd16bb3-64db-4e49-825b-df0192615cfa => 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: 601/1211] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:29 2026] POST /v2.0/networks => generated 634 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1212] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:29 2026] POST /v2.0/subnets => generated 646 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:29.533 7 INFO neutron.db.segments_db [None req-e63a4ec3-6275-4040-8e5f-0381ce50b27e a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment ace44033-7d0f-4356-9ddc-9b22d3fbf641 of type vxlan for network f3edf9b0-04f2-4183-afd5-678f0f6b5d37 2026-05-31 18:33:29.784 7 INFO neutron.db.l3_hamode_db [None req-e63a4ec3-6275-4040-8e5f-0381ce50b27e a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:29.903 7 INFO neutron.db.l3_hamode_db [None req-e63a4ec3-6275-4040-8e5f-0381ce50b27e a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:30.102 7 INFO neutron.services.segments.plugin [-] Segment 555cc922-fd35-4b2f-a968-f620c90845c8 resource provider aggregate not found 2026-05-31 18:33:30.109 7 INFO neutron.services.segments.plugin [-] Segment 555cc922-fd35-4b2f-a968-f620c90845c8 resource provider aggregate not found 2026-05-31 18:33:30.123 7 INFO neutron.services.segments.plugin [-] Segment 555cc922-fd35-4b2f-a968-f620c90845c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 555cc922-fd35-4b2f-a968-f620c90845c8 found for delete ", "request_id": "req-29cb2eb4-24a5-4dc1-88cd-2bd7eab8cae7"}]} 2026-05-31 18:33:30.127 7 INFO neutron.services.segments.plugin [-] Segment 555cc922-fd35-4b2f-a968-f620c90845c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 555cc922-fd35-4b2f-a968-f620c90845c8 found for delete ", "request_id": "req-d3332420-6d94-4aaa-8bc8-50c1d1a05ad8"}]} 2026-05-31 18:33:30.132 8 INFO neutron.services.segments.plugin [-] Segment 5d24bbcc-e7a1-45cb-bcf4-61db786d486b resource provider aggregate not found 2026-05-31 18:33:30.143 8 INFO neutron.services.segments.plugin [-] Segment 5d24bbcc-e7a1-45cb-bcf4-61db786d486b resource provider aggregate not found 2026-05-31 18:33:30.148 8 INFO neutron.services.segments.plugin [-] Segment 5d24bbcc-e7a1-45cb-bcf4-61db786d486b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d24bbcc-e7a1-45cb-bcf4-61db786d486b found for delete ", "request_id": "req-15f87fd5-9777-4be6-8dc5-e787ba93b8e4"}]} 2026-05-31 18:33:30.164 8 INFO neutron.services.segments.plugin [-] Segment 5d24bbcc-e7a1-45cb-bcf4-61db786d486b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d24bbcc-e7a1-45cb-bcf4-61db786d486b found for delete ", "request_id": "req-fabdf220-8701-46f5-86e5-41f8852ec6cc"}]} 2026-05-31 18:33:30.170 8 INFO neutron.services.segments.plugin [-] Segment 76f1b812-88df-4ace-8ab4-a958eeadeaa5 resource provider aggregate not found 2026-05-31 18:33:30.184 8 INFO neutron.services.segments.plugin [-] Segment 76f1b812-88df-4ace-8ab4-a958eeadeaa5 resource provider aggregate not found 2026-05-31 18:33:30.188 8 INFO neutron.services.segments.plugin [-] Segment 76f1b812-88df-4ace-8ab4-a958eeadeaa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76f1b812-88df-4ace-8ab4-a958eeadeaa5 found for delete ", "request_id": "req-72707c87-d124-459f-852b-babe95ad8f79"}]} 2026-05-31 18:33:30.196 8 INFO neutron.services.segments.plugin [-] Segment 76f1b812-88df-4ace-8ab4-a958eeadeaa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76f1b812-88df-4ace-8ab4-a958eeadeaa5 found for delete ", "request_id": "req-9805e38d-00c0-4821-9a8d-67cdffb1e163"}]} [pid: 8|app: 0|req: 612/1213] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:30 2026] DELETE /v2.0/security-groups/e099ca57-d432-4f25-bd9f-05cbb4c52984 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:30.453 8 INFO neutron.api.v2.resource [None req-9169dcc8-b209-4edb-826e-9ca7a2819a46 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 613/1214] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:33:30 2026] GET /v2.0/security-groups/e099ca57-d432-4f25-bd9f-05cbb4c52984 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1215] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:29 2026] POST /v2.0/routers => generated 511 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:30.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-a549aa97-6cb6-4371-b88f-1ef0370ab40f 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] TaaS: Handle Delete Port: 48d659a9-d3b8-4b8b-80a2-e2d427b0e323 2026-05-31 18:33:30.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a549aa97-6cb6-4371-b88f-1ef0370ab40f 5f18926b547149169781ec15b622030d 00c088e82a534911a5037c1ad6f09b41 - - default default] Tap Mirror: Handle Delete Port: 48d659a9-d3b8-4b8b-80a2-e2d427b0e323 [pid: 8|app: 0|req: 614/1216] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:33:30 2026] DELETE /v2.0/floatingips/fe2fc53b-1532-4729-abb1-227d0aaa72d1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1217] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:30 2026] POST /v2.0/ports => generated 963 bytes in 324 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: 615/1218] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:30 2026] GET /v2.0/security-groups?tenant_id=24adbd00274249c493cd69d5c852ee3b&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:31.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-32c24c5c-b0cd-4745-a2ca-5a8d27a7fc92 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: f9c660a2-5389-4868-ba2a-0e2ca25c25b9 2026-05-31 18:33:31.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32c24c5c-b0cd-4745-a2ca-5a8d27a7fc92 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: f9c660a2-5389-4868-ba2a-0e2ca25c25b9 [pid: 7|app: 0|req: 604/1219] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:30 2026] PUT /v2.0/routers/489dd0b1-7af1-449e-b590-976000ca249e/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1220] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:31 2026] DELETE /v2.0/security-groups/ea9ff72b-dc7a-4ca2-9809-4bcf016f116a => 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: 616/1221] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:30 2026] PUT /v2.0/routers/74a71ad6-08e6-4a24-901e-00b0c1cb15f3/add_router_interface => generated 309 bytes in 865 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: 617/1222] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:31 2026] GET /v2.0/ports/7116bae9-83d8-4027-97c2-2df1793af146 => generated 1037 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:31.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-725af162-be8f-47a5-93c2-bf054a57a39f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 9346fa0d-c083-4453-87c5-ae64a4318a58 2026-05-31 18:33:31.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-725af162-be8f-47a5-93c2-bf054a57a39f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 9346fa0d-c083-4453-87c5-ae64a4318a58 2026-05-31 18:33:32.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-0310e4fa-0912-408a-8747-65c9decd69e0 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 7116bae9-83d8-4027-97c2-2df1793af146 2026-05-31 18:33:32.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0310e4fa-0912-408a-8747-65c9decd69e0 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 7116bae9-83d8-4027-97c2-2df1793af146 2026-05-31 18:33:32.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-725af162-be8f-47a5-93c2-bf054a57a39f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: c6bb5651-0915-4c37-baad-732b21169a35 2026-05-31 18:33:32.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-725af162-be8f-47a5-93c2-bf054a57a39f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: c6bb5651-0915-4c37-baad-732b21169a35 2026-05-31 18:33:32.570 7 INFO neutron.services.segments.plugin [-] Segment 41f0f7dc-752b-4189-be35-cbf64585b801 resource provider aggregate not found 2026-05-31 18:33:32.581 7 INFO neutron.services.segments.plugin [-] Segment 41f0f7dc-752b-4189-be35-cbf64585b801 resource provider aggregate not found 2026-05-31 18:33:32.599 7 INFO neutron.services.segments.plugin [-] Segment 41f0f7dc-752b-4189-be35-cbf64585b801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41f0f7dc-752b-4189-be35-cbf64585b801 found for delete ", "request_id": "req-4f2a9f30-4feb-4cda-9875-b3089eb8f285"}]} 2026-05-31 18:33:32.600 7 INFO neutron.services.segments.plugin [-] Segment 41f0f7dc-752b-4189-be35-cbf64585b801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41f0f7dc-752b-4189-be35-cbf64585b801 found for delete ", "request_id": "req-e1161dc7-1cfc-4fa5-a1b5-f669bb2eda10"}]} 2026-05-31 18:33:32.600 7 INFO neutron.db.l3_hamode_db [None req-725af162-be8f-47a5-93c2-bf054a57a39f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network 522c93fe-bf71-4cc9-98e7-7442f6da287f was deleted as no HA routers are present in tenant 00c088e82a534911a5037c1ad6f09b41. [pid: 7|app: 0|req: 606/1223] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:31 2026] DELETE /v2.0/routers/489dd0b1-7af1-449e-b590-976000ca249e => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1224] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:31 2026] PUT /v2.0/routers/74a71ad6-08e6-4a24-901e-00b0c1cb15f3/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:32.755 8 INFO neutron.api.v2.resource [None req-7eba614a-dfda-43a2-b830-a98eaf7391a5 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1225] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:32 2026] PUT /v2.0/routers/74a71ad6-08e6-4a24-901e-00b0c1cb15f3/remove_router_interface => generated 197 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1226] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:32 2026] DELETE /v2.0/subnets/5c36d516-b08f-411b-840a-ce7994c03490 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1227] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:32 2026] GET /v2.0/ports?device_id=74a71ad6-08e6-4a24-901e-00b0c1cb15f3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:32.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-853cf4f9-cc22-4c34-9e37-996b545600dc e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 1aa1697c-d704-43da-b070-a1c2fca9966d 2026-05-31 18:33:32.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-853cf4f9-cc22-4c34-9e37-996b545600dc e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 1aa1697c-d704-43da-b070-a1c2fca9966d 2026-05-31 18:33:32.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4e0ff77-f7da-4c7f-8f90-37e64e79757f a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 5e20cdbf-f616-4807-97a3-42ead428d0c5 2026-05-31 18:33:32.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4e0ff77-f7da-4c7f-8f90-37e64e79757f a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 5e20cdbf-f616-4807-97a3-42ead428d0c5 [pid: 7|app: 0|req: 608/1228] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:32 2026] DELETE /v2.0/networks/9869f20b-bc90-4b07-ada9-640ebf9cfe07 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1229] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:33 2026] GET /v2.0/security-groups?tenant_id=00c088e82a534911a5037c1ad6f09b41&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:33.268 8 INFO neutron.services.segments.plugin [-] Segment ace44033-7d0f-4356-9ddc-9b22d3fbf641 resource provider aggregate not found 2026-05-31 18:33:33.272 8 INFO neutron.services.segments.plugin [-] Segment ace44033-7d0f-4356-9ddc-9b22d3fbf641 resource provider aggregate not found 2026-05-31 18:33:33.290 8 INFO neutron.services.segments.plugin [-] Segment ace44033-7d0f-4356-9ddc-9b22d3fbf641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace44033-7d0f-4356-9ddc-9b22d3fbf641 found for delete ", "request_id": "req-c877420d-f846-4c03-baad-7d0d89f2729f"}]} 2026-05-31 18:33:33.292 8 INFO neutron.services.segments.plugin [-] Segment ace44033-7d0f-4356-9ddc-9b22d3fbf641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace44033-7d0f-4356-9ddc-9b22d3fbf641 found for delete ", "request_id": "req-8c24f2ee-8b06-48e1-8a8f-35ec0fa27b87"}]} 2026-05-31 18:33:33.299 8 INFO neutron.db.l3_hamode_db [None req-e4e0ff77-f7da-4c7f-8f90-37e64e79757f a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] HA network f3edf9b0-04f2-4183-afd5-678f0f6b5d37 was deleted as no HA routers are present in tenant 5720730a68e44a3ca9eced3df56d2120. [pid: 8|app: 0|req: 621/1230] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:32 2026] DELETE /v2.0/routers/74a71ad6-08e6-4a24-901e-00b0c1cb15f3 => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1231] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:33 2026] DELETE /v2.0/security-groups/fbee76be-2cf5-4989-8803-3869dd83601e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1232] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:33 2026] DELETE /v2.0/subnets/e8f52daa-9ec2-48df-9a47-ace70709f837 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1233] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:33 2026] DELETE /v2.0/networks/95acf4ff-4526-487d-8b38-fbb8d78cb484 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:33.629 8 INFO neutron.db.segments_db [None req-ffd23528-cca6-4363-832d-9f12e15833d2 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment dbba3175-90f8-4ef3-8a19-81f6a041036f of type vxlan for network ca329486-fb0c-460b-b28d-5c08fef81eec [pid: 8|app: 0|req: 623/1234] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:33 2026] POST /v2.0/networks => generated 633 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1235] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:33 2026] POST /v2.0/subnets => generated 646 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:34.072 8 INFO neutron.db.segments_db [None req-46cc2925-0670-4e4f-b472-9c9c0c6b455a a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment 17f66303-1a30-4bbc-ab63-2379e25c9f27 of type vxlan for network 220de135-3e67-4767-9513-63d75ee66ccf 2026-05-31 18:33:34.296 8 INFO neutron.db.l3_hamode_db [None req-46cc2925-0670-4e4f-b472-9c9c0c6b455a a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:34.390 8 INFO neutron.db.l3_hamode_db [None req-46cc2925-0670-4e4f-b472-9c9c0c6b455a a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:34.616 7 INFO neutron.services.segments.plugin [-] Segment c748823d-4588-442e-ac90-0923922301bd resource provider aggregate not found 2026-05-31 18:33:34.625 7 INFO neutron.services.segments.plugin [-] Segment c748823d-4588-442e-ac90-0923922301bd resource provider aggregate not found 2026-05-31 18:33:34.634 7 INFO neutron.services.segments.plugin [-] Segment c748823d-4588-442e-ac90-0923922301bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c748823d-4588-442e-ac90-0923922301bd found for delete ", "request_id": "req-d03cdd2a-d9f3-4703-8995-bf653c69e27c"}]} 2026-05-31 18:33:34.642 7 INFO neutron.services.segments.plugin [-] Segment c748823d-4588-442e-ac90-0923922301bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c748823d-4588-442e-ac90-0923922301bd found for delete ", "request_id": "req-f0fc1e6a-763c-4a9a-9cb6-42b918fa7175"}]} 2026-05-31 18:33:34.650 7 INFO neutron.services.segments.plugin [-] Segment 572c23b2-6657-444c-8078-b675a7f1f976 resource provider aggregate not found 2026-05-31 18:33:34.654 7 INFO neutron.services.segments.plugin [-] Segment 572c23b2-6657-444c-8078-b675a7f1f976 resource provider aggregate not found 2026-05-31 18:33:34.664 7 INFO neutron.services.segments.plugin [-] Segment 572c23b2-6657-444c-8078-b675a7f1f976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 572c23b2-6657-444c-8078-b675a7f1f976 found for delete ", "request_id": "req-780abfc2-65e6-4357-878a-f74179931c0d"}]} 2026-05-31 18:33:34.666 7 INFO neutron.services.segments.plugin [-] Segment 572c23b2-6657-444c-8078-b675a7f1f976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 572c23b2-6657-444c-8078-b675a7f1f976 found for delete ", "request_id": "req-39b1b8d2-7c0a-4bf1-85c0-631c172eb2f8"}]} [pid: 8|app: 0|req: 624/1236] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:34 2026] POST /v2.0/routers => generated 510 bytes in 886 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1237] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:35 2026] GET /v2.0/security-groups?tenant_id=8b96ee9307ff41bdbf3e9f027d1c33ad&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1238] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:35 2026] DELETE /v2.0/security-groups/19597e16-9b3b-46da-a55e-83819bdeb45a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1239] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:34 2026] PUT /v2.0/routers/8b431172-2058-46f5-867d-c9e28d6c2e72/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1240] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:35 2026] GET /v2.0/ports/55b07131-9d84-4673-85d6-839ee289ec56 => generated 959 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1241] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:36 2026] GET /v2.0/security-groups?tenant_id=5cef80d96c704873808e099e38c4bb2d&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1242] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:36 2026] DELETE /v2.0/security-groups/4ed7a523-abeb-4ebc-82fa-abce44d8bc7a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:36.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b371d4d-015f-4243-bad3-b2a2a73def73 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 55b07131-9d84-4673-85d6-839ee289ec56 2026-05-31 18:33:36.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b371d4d-015f-4243-bad3-b2a2a73def73 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 55b07131-9d84-4673-85d6-839ee289ec56 [pid: 8|app: 0|req: 628/1243] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:36 2026] PUT /v2.0/routers/8b431172-2058-46f5-867d-c9e28d6c2e72/remove_router_interface => generated 309 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1244] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:36 2026] GET /v2.0/ports?device_id=8b431172-2058-46f5-867d-c9e28d6c2e72 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:36.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa3cd736-4e03-4fbe-ad4d-5a8d6814079d a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 369c34af-97f7-4cfa-a5b4-a96ca224d7eb 2026-05-31 18:33:36.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa3cd736-4e03-4fbe-ad4d-5a8d6814079d a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 369c34af-97f7-4cfa-a5b4-a96ca224d7eb 2026-05-31 18:33:37.248 8 INFO neutron.services.segments.plugin [-] Segment 17f66303-1a30-4bbc-ab63-2379e25c9f27 resource provider aggregate not found 2026-05-31 18:33:37.259 8 INFO neutron.services.segments.plugin [-] Segment 17f66303-1a30-4bbc-ab63-2379e25c9f27 resource provider aggregate not found 2026-05-31 18:33:37.262 8 INFO neutron.services.segments.plugin [-] Segment 17f66303-1a30-4bbc-ab63-2379e25c9f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17f66303-1a30-4bbc-ab63-2379e25c9f27 found for delete ", "request_id": "req-5df9a52e-5ce3-419d-9be8-3095ca97545d"}]} 2026-05-31 18:33:37.279 8 INFO neutron.services.segments.plugin [-] Segment 17f66303-1a30-4bbc-ab63-2379e25c9f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17f66303-1a30-4bbc-ab63-2379e25c9f27 found for delete ", "request_id": "req-a9cc36eb-5b29-4cb9-8e0d-17f61e479f64"}]} 2026-05-31 18:33:37.282 8 INFO neutron.db.l3_hamode_db [None req-aa3cd736-4e03-4fbe-ad4d-5a8d6814079d a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] HA network 220de135-3e67-4767-9513-63d75ee66ccf was deleted as no HA routers are present in tenant 5720730a68e44a3ca9eced3df56d2120. [pid: 8|app: 0|req: 629/1245] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:36 2026] DELETE /v2.0/routers/8b431172-2058-46f5-867d-c9e28d6c2e72 => generated 0 bytes in 472 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1246] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:37 2026] DELETE /v2.0/subnets/2515f824-5afc-4b8e-922c-8ad09eec56b7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:37.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1e00e0e-2935-4e48-a687-d8c47baf8859 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 2a05a33c-e7a7-40dc-971f-3da49ce282ee 2026-05-31 18:33:37.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e00e0e-2935-4e48-a687-d8c47baf8859 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 2a05a33c-e7a7-40dc-971f-3da49ce282ee [pid: 8|app: 0|req: 630/1247] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:37 2026] GET /v2.0/security-groups?tenant_id=a112da87b6a84d17a024dc7dfd4289f4&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:37.713 7 INFO neutron.services.segments.plugin [-] Segment dbba3175-90f8-4ef3-8a19-81f6a041036f resource provider aggregate not found 2026-05-31 18:33:37.717 7 INFO neutron.services.segments.plugin [-] Segment dbba3175-90f8-4ef3-8a19-81f6a041036f resource provider aggregate not found 2026-05-31 18:33:37.731 7 INFO neutron.services.segments.plugin [-] Segment dbba3175-90f8-4ef3-8a19-81f6a041036f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbba3175-90f8-4ef3-8a19-81f6a041036f found for delete ", "request_id": "req-dbc51228-fa4b-4701-a033-151809e006da"}]} 2026-05-31 18:33:37.737 7 INFO neutron.services.segments.plugin [-] Segment dbba3175-90f8-4ef3-8a19-81f6a041036f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbba3175-90f8-4ef3-8a19-81f6a041036f found for delete ", "request_id": "req-9e7dfb4a-6df9-45e3-be8a-23d9c6b1dd81"}]} [pid: 7|app: 0|req: 618/1248] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:37 2026] DELETE /v2.0/networks/ca329486-fb0c-460b-b28d-5c08fef81eec => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1249] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:37 2026] DELETE /v2.0/security-groups/4af56283-36d9-4642-8095-213667f65bfb => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:37.792 7 INFO neutron.db.segments_db [None req-94bd5ee3-6467-45d8-9357-680b28533fad a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Added segment 8777a819-7d29-4c73-a1ee-4d041710f457 of type vxlan for network e70d8a65-63dd-4987-b1e2-7ee977b85750 [pid: 8|app: 0|req: 632/1250] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:37 2026] GET /v2.0/security-groups?tenant_id=26c94907a1004d52998ec85d8b34fbc3&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:38.047 7 INFO neutron.db.l3_hamode_db [None req-94bd5ee3-6467-45d8-9357-680b28533fad a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 633/1251] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:38 2026] DELETE /v2.0/security-groups/034c3f39-c278-4655-bd4e-1b219cfa921a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1252] 10.0.0.196 () {32 vars in 653 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions => generated 21537 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1253] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1254] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1255] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1256] 10.0.0.196 () {32 vars in 665 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1257] 10.0.0.196 () {32 vars in 699 bytes} [Sun May 31 18:33:38 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: 640/1258] 10.0.0.196 () {32 vars in 697 bytes} [Sun May 31 18:33:38 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: 641/1259] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1260] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1261] 10.0.0.196 () {32 vars in 703 bytes} [Sun May 31 18:33:38 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: 644/1262] 10.0.0.196 () {32 vars in 693 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1263] 10.0.0.196 () {32 vars in 695 bytes} [Sun May 31 18:33:38 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: 8|app: 0|req: 646/1264] 10.0.0.196 () {32 vars in 685 bytes} [Sun May 31 18:33:38 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: 647/1265] 10.0.0.196 () {32 vars in 687 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1266] 10.0.0.196 () {32 vars in 661 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1267] 10.0.0.196 () {32 vars in 699 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1268] 10.0.0.196 () {32 vars in 679 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1269] 10.0.0.196 () {32 vars in 683 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1270] 10.0.0.196 () {32 vars in 675 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1271] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1272] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1273] 10.0.0.196 () {32 vars in 687 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1274] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1275] 10.0.0.196 () {32 vars in 687 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1276] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1277] 10.0.0.196 () {32 vars in 699 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1278] 10.0.0.196 () {32 vars in 679 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1279] 10.0.0.196 () {32 vars in 667 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1280] 10.0.0.196 () {32 vars in 677 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1281] 10.0.0.196 () {32 vars in 665 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1282] 10.0.0.196 () {32 vars in 675 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1283] 10.0.0.196 () {32 vars in 713 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1284] 10.0.0.196 () {32 vars in 691 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1285] 10.0.0.196 () {32 vars in 683 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1286] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:38 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: 669/1287] 10.0.0.196 () {32 vars in 687 bytes} [Sun May 31 18:33:38 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: 670/1288] 10.0.0.196 () {32 vars in 705 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1289] 10.0.0.196 () {32 vars in 675 bytes} [Sun May 31 18:33:38 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: 8|app: 0|req: 672/1290] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1291] 10.0.0.196 () {32 vars in 675 bytes} [Sun May 31 18:33:38 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: 674/1292] 10.0.0.196 () {32 vars in 693 bytes} [Sun May 31 18:33:38 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: 675/1293] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:38 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: 676/1294] 10.0.0.196 () {32 vars in 709 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1295] 10.0.0.196 () {32 vars in 705 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1296] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:33:38 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) 2026-05-31 18:33:38.715 7 INFO neutron.db.l3_hamode_db [None req-94bd5ee3-6467-45d8-9357-680b28533fad a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 679/1297] 10.0.0.196 () {32 vars in 697 bytes} [Sun May 31 18:33:38 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: 680/1298] 10.0.0.196 () {32 vars in 711 bytes} [Sun May 31 18:33:38 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: 8|app: 0|req: 681/1299] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1300] 10.0.0.196 () {32 vars in 687 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1301] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1302] 10.0.0.196 () {32 vars in 675 bytes} [Sun May 31 18:33:38 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: 8|app: 0|req: 685/1303] 10.0.0.196 () {32 vars in 671 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1304] 10.0.0.196 () {32 vars in 661 bytes} [Sun May 31 18:33:38 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: 687/1305] 10.0.0.196 () {32 vars in 699 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1306] 10.0.0.196 () {32 vars in 699 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1307] 10.0.0.196 () {32 vars in 677 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1308] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1309] 10.0.0.196 () {32 vars in 683 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1310] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:38 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: 8|app: 0|req: 693/1311] 10.0.0.196 () {32 vars in 685 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1312] 10.0.0.196 () {32 vars in 707 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1313] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1314] 10.0.0.196 () {32 vars in 697 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1315] 10.0.0.196 () {32 vars in 695 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1316] 10.0.0.196 () {32 vars in 685 bytes} [Sun May 31 18:33:38 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: 699/1317] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1318] 10.0.0.196 () {32 vars in 705 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1319] 10.0.0.196 () {32 vars in 667 bytes} [Sun May 31 18:33:38 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: 702/1320] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:38 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: 703/1321] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1322] 10.0.0.196 () {32 vars in 691 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1323] 10.0.0.196 () {32 vars in 691 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1324] 10.0.0.196 () {32 vars in 695 bytes} [Sun May 31 18:33:38 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: 707/1325] 10.0.0.196 () {32 vars in 685 bytes} [Sun May 31 18:33:38 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: 708/1326] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:38 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: 709/1327] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:38 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1328] 10.0.0.196 () {32 vars in 703 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1329] 10.0.0.196 () {32 vars in 713 bytes} [Sun May 31 18:33:39 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: 712/1330] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:39 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: 8|app: 0|req: 713/1331] 10.0.0.196 () {32 vars in 715 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1332] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1333] 10.0.0.196 () {32 vars in 741 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1334] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:33:39 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: 8|app: 0|req: 717/1335] 10.0.0.196 () {32 vars in 683 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1336] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:39 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: 719/1337] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1338] 10.0.0.196 () {32 vars in 679 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1339] 10.0.0.196 () {32 vars in 669 bytes} [Sun May 31 18:33:39 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: 8|app: 0|req: 722/1340] 10.0.0.196 () {32 vars in 697 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1341] 10.0.0.196 () {32 vars in 705 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1342] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1343] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1344] 10.0.0.196 () {32 vars in 683 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1345] 10.0.0.196 () {32 vars in 705 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1346] 10.0.0.196 () {32 vars in 695 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1347] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1348] 10.0.0.196 () {32 vars in 697 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1349] 10.0.0.196 () {32 vars in 679 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1352] 10.0.0.196 () {32 vars in 689 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1353] 10.0.0.196 () {32 vars in 701 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1354] 10.0.0.196 () {32 vars in 665 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1355] 10.0.0.196 () {32 vars in 681 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1356] 10.0.0.196 () {32 vars in 677 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1357] 10.0.0.196 () {32 vars in 693 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1358] 10.0.0.196 () {32 vars in 677 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1359] 10.0.0.196 () {32 vars in 667 bytes} [Sun May 31 18:33:39 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: 742/1360] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1361] 10.0.0.196 () {32 vars in 675 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1362] 10.0.0.196 () {32 vars in 687 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1363] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:37 2026] POST /v2.0/routers => generated 692 bytes in 1681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1364] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/routers/c6e8807d-e2cf-4224-9435-181834032955 => generated 698 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1365] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/routers => generated 701 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1366] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:39 2026] GET /v2.0/security-groups?tenant_id=bc4ddabd03e14371b24f7bb0228ce48b&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1367] 10.0.0.196 () {34 vars in 741 bytes} [Sun May 31 18:33:39 2026] PUT /v2.0/routers/c6e8807d-e2cf-4224-9435-181834032955 => generated 705 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1368] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:39 2026] DELETE /v2.0/security-groups/345c420c-8712-4805-9de9-348508bd699e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1369] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:33:40 2026] GET /v2.0/routers/c6e8807d-e2cf-4224-9435-181834032955 => generated 705 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1370] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:40 2026] GET /v2.0/ports?device_id=c6e8807d-e2cf-4224-9435-181834032955 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:40.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-ded4b152-6647-4fa8-b1df-f51c0b9bc4ee a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: 755c1290-c322-41a4-9e77-5212cd85d834 2026-05-31 18:33:40.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ded4b152-6647-4fa8-b1df-f51c0b9bc4ee a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: 755c1290-c322-41a4-9e77-5212cd85d834 2026-05-31 18:33:40.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-ded4b152-6647-4fa8-b1df-f51c0b9bc4ee a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] TaaS: Handle Delete Port: f4ac9138-19d1-4188-bbe4-1a60e48d2ab1 2026-05-31 18:33:40.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ded4b152-6647-4fa8-b1df-f51c0b9bc4ee a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] Tap Mirror: Handle Delete Port: f4ac9138-19d1-4188-bbe4-1a60e48d2ab1 2026-05-31 18:33:41.037 8 INFO neutron.services.segments.plugin [-] Segment 8777a819-7d29-4c73-a1ee-4d041710f457 resource provider aggregate not found 2026-05-31 18:33:41.043 8 INFO neutron.services.segments.plugin [-] Segment 8777a819-7d29-4c73-a1ee-4d041710f457 resource provider aggregate not found 2026-05-31 18:33:41.053 8 INFO neutron.services.segments.plugin [-] Segment 8777a819-7d29-4c73-a1ee-4d041710f457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8777a819-7d29-4c73-a1ee-4d041710f457 found for delete ", "request_id": "req-5faf3b8d-1809-4005-9ad0-60a51e819687"}]} 2026-05-31 18:33:41.069 8 INFO neutron.services.segments.plugin [-] Segment 8777a819-7d29-4c73-a1ee-4d041710f457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8777a819-7d29-4c73-a1ee-4d041710f457 found for delete ", "request_id": "req-ccf5a0b1-6e0f-4525-a104-d6cf240f4bc6"}]} 2026-05-31 18:33:41.072 8 INFO neutron.db.l3_hamode_db [None req-ded4b152-6647-4fa8-b1df-f51c0b9bc4ee a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] HA network e70d8a65-63dd-4987-b1e2-7ee977b85750 was deleted as no HA routers are present in tenant 5720730a68e44a3ca9eced3df56d2120. [pid: 8|app: 0|req: 748/1371] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:40 2026] DELETE /v2.0/routers/c6e8807d-e2cf-4224-9435-181834032955 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1372] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:41 2026] GET /v2.0/ports?device_id=c6e8807d-e2cf-4224-9435-181834032955 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:41.127 8 INFO neutron.api.v2.resource [None req-cc7a8e50-f947-4eb2-94b6-d5b6bc23a745 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1373] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/routers/c6e8807d-e2cf-4224-9435-181834032955 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1374] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:41 2026] GET /v2.0/ports?device_id=8b431172-2058-46f5-867d-c9e28d6c2e72 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:41.183 8 INFO neutron.api.v2.resource [None req-9ece4764-36f1-4c59-9da7-62004c8d9dcc a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1375] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/routers/8b431172-2058-46f5-867d-c9e28d6c2e72 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:41.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-803c0c2d-7223-43cb-b910-5c070e9a8dd1 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1376] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/subnets/2515f824-5afc-4b8e-922c-8ad09eec56b7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1377] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:41 2026] GET /v2.0/ports?device_id=74a71ad6-08e6-4a24-901e-00b0c1cb15f3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:41.256 7 INFO neutron.api.v2.resource [None req-54ddeea8-30d2-4d96-a0c8-3f10bbfdf8ce a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1378] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/routers/74a71ad6-08e6-4a24-901e-00b0c1cb15f3 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:41.275 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14364179-1a70-43db-adf4-5712890ea05c a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1379] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/subnets/e8f52daa-9ec2-48df-9a47-ace70709f837 => 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: 628/1380] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:41 2026] GET /v2.0/ports?device_id=34f5937f-d6a2-475d-bc38-eb785bb9fab6 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:33:41.359 8 INFO neutron.api.v2.resource [None req-9cb4e795-d2fb-4ff7-9c6a-d42395a1d2c4 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1381] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/routers/34f5937f-d6a2-475d-bc38-eb785bb9fab6 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:41.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-597e385d-413a-48b6-8f91-552f1a8c0c94 a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1382] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/subnets/e8b5a648-2c6f-4123-afc7-d36515aaec58 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:41.410 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f36528d-adfb-405e-848a-7065496470db a5279251230d4b4ba3589ac8978eee7a 5720730a68e44a3ca9eced3df56d2120 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1383] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:41 2026] DELETE /v2.0/subnets/6dc4c6ba-a315-4c60-b2a4-43df67083c7a => 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: 630/1384] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:41 2026] GET /v2.0/security-groups?tenant_id=5720730a68e44a3ca9eced3df56d2120&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:42.246 8 INFO neutron.db.segments_db [None req-32550e73-206e-4543-b77f-b90dfa53d713 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Added segment 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 of type vxlan for network d171e4fb-2175-41f5-9166-1d2e77858409 [pid: 7|app: 0|req: 631/1385] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:42 2026] DELETE /v2.0/security-groups/79d51d82-7d75-4ad3-8085-d684ccbd919a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1386] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:42 2026] GET /v2.0/security-groups?tenant_id=8d5c420337d54cf7b72144fd250776a7&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1387] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:42 2026] DELETE /v2.0/security-groups/f82d5e79-38d9-4d27-bf31-2f22276e5164 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1388] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:41 2026] POST /v2.0/networks => generated 649 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1389] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:42 2026] POST /v2.0/ports => generated 779 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:42.998 8 INFO neutron.db.segments_db [None req-02d765be-3765-45aa-8c7b-774f51fc09a2 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Added segment 06cbd070-09e1-4ba2-91b4-0809b225e9be of type vxlan for network bf740183-02f4-46b8-a31a-3b3c1eacbdaa [pid: 8|app: 0|req: 756/1390] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:42 2026] POST /v2.0/networks => generated 636 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 635/1391] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:43 2026] POST /v2.0/subnets => generated 646 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1392] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:43 2026] POST /v2.0/ports => generated 958 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:43.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-f197bede-71ad-48fa-a56f-032519660cfd 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] TaaS: Handle Delete Port: 485a7686-7008-4d84-8b40-a117a37255d2 2026-05-31 18:33:43.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f197bede-71ad-48fa-a56f-032519660cfd 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Tap Mirror: Handle Delete Port: 485a7686-7008-4d84-8b40-a117a37255d2 [pid: 7|app: 0|req: 636/1393] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:43 2026] GET /v2.0/security-groups?tenant_id=b2ff91617b8840bba1a340a39f8dc9c4&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1394] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:43 2026] DELETE /v2.0/ports/485a7686-7008-4d84-8b40-a117a37255d2 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:43.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc00cf79-4db5-4fa6-94e3-ac53adb6f004 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1395] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:43 2026] DELETE /v2.0/ports/485a7686-7008-4d84-8b40-a117a37255d2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:43.912 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ff51373-ffe8-499e-a33a-bf13862c36a9 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1396] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:43 2026] GET /v2.0/ports/485a7686-7008-4d84-8b40-a117a37255d2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1397] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:43 2026] DELETE /v2.0/security-groups/fe5dcb16-d97a-4f4b-ac11-34613153421f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1398] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:43 2026] DELETE /v2.0/subnets/42ffe5b1-6ff6-4027-a0f9-43222589755e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:44.134 8 INFO neutron.services.segments.plugin [-] Segment 06cbd070-09e1-4ba2-91b4-0809b225e9be resource provider aggregate not found 2026-05-31 18:33:44.135 8 INFO neutron.services.segments.plugin [-] Segment 06cbd070-09e1-4ba2-91b4-0809b225e9be resource provider aggregate not found [pid: 8|app: 0|req: 762/1399] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:44 2026] DELETE /v2.0/networks/bf740183-02f4-46b8-a31a-3b3c1eacbdaa => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1400] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:44 2026] GET /v2.0/security-groups?tenant_id=9f21a68e9de947cf90276a8558fc1d6f&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:44.167 8 INFO neutron.services.segments.plugin [-] Segment 06cbd070-09e1-4ba2-91b4-0809b225e9be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06cbd070-09e1-4ba2-91b4-0809b225e9be found for delete ", "request_id": "req-21fc7134-b2c9-4eea-a0ff-598a9dc8181e"}]} 2026-05-31 18:33:44.169 8 INFO neutron.services.segments.plugin [-] Segment 06cbd070-09e1-4ba2-91b4-0809b225e9be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06cbd070-09e1-4ba2-91b4-0809b225e9be found for delete ", "request_id": "req-d1bbd875-a8c0-41d7-90d6-aa8aee47e16b"}]} 2026-05-31 18:33:44.215 7 INFO neutron.db.segments_db [None req-4168e1b1-b38d-40d1-ae60-50e6c518df85 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Added segment 91284b91-ec54-4355-8fdf-a3f64d22d26f of type vxlan for network 0b0be71b-39d7-40e1-baff-6610fb4763c9 [pid: 7|app: 0|req: 639/1401] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:44 2026] POST /v2.0/networks => generated 635 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:44.382 8 INFO neutron.db.segments_db [None req-ad3879b2-8eee-47b9-83e1-7d1ec5532481 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 of type vxlan for network 1ba1065e-37d2-46d2-8b4d-39d2558fd1b1 [pid: 7|app: 0|req: 640/1402] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:44 2026] DELETE /v2.0/security-groups/ab4fdbf2-3c1e-48f9-9f59-d35418add6eb => 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: 763/1403] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:44 2026] POST /v2.0/networks => generated 630 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:44.501 8 INFO neutron.db.segments_db [None req-52193bd9-4030-4747-89c7-7164434e939b 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment 2f8d67d5-1401-407f-944d-769158c4096f of type vxlan for network 934c2fd4-606d-421e-b57c-57f9aee09685 [pid: 8|app: 0|req: 764/1404] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:44 2026] POST /v2.0/networks => generated 630 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1405] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:44 2026] POST /v2.0/subnets => generated 646 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1406] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:44 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1407] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:44 2026] POST /v2.0/ports => generated 928 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:44.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-269cbeae-5866-4c25-aaa3-41529f48ccee 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] TaaS: Handle Delete Port: 3c1ecc18-46e6-4dbe-9a55-f7f03e5818d1 2026-05-31 18:33:44.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-269cbeae-5866-4c25-aaa3-41529f48ccee 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Tap Mirror: Handle Delete Port: 3c1ecc18-46e6-4dbe-9a55-f7f03e5818d1 [pid: 8|app: 0|req: 766/1408] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:44 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: 7|app: 0|req: 643/1409] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:44 2026] DELETE /v2.0/ports/3c1ecc18-46e6-4dbe-9a55-f7f03e5818d1 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:45.094 7 INFO neutron.pecan_wsgi.hooks.translation [None req-697cd8d7-a13d-497e-8cea-20115a124f84 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1410] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:45 2026] GET /v2.0/ports/3c1ecc18-46e6-4dbe-9a55-f7f03e5818d1 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:45.121 8 INFO neutron.db.segments_db [None req-500cccfc-f790-44b7-ad23-b73cf8bbf06e 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment 2fa792d6-aaa7-4987-b8c6-920ef4020f5b of type vxlan for network 26078083-84d0-4e3b-96be-cddc12797753 [pid: 7|app: 0|req: 645/1411] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:45 2026] DELETE /v2.0/subnets/4f51e933-2a5e-400b-a249-3053a9dbbd6d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:45.309 7 INFO neutron.services.segments.plugin [-] Segment 91284b91-ec54-4355-8fdf-a3f64d22d26f resource provider aggregate not found 2026-05-31 18:33:45.314 7 INFO neutron.services.segments.plugin [-] Segment 91284b91-ec54-4355-8fdf-a3f64d22d26f resource provider aggregate not found 2026-05-31 18:33:45.328 7 INFO neutron.services.segments.plugin [-] Segment 91284b91-ec54-4355-8fdf-a3f64d22d26f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91284b91-ec54-4355-8fdf-a3f64d22d26f found for delete ", "request_id": "req-4e543346-665b-42b2-bff8-33d4811206d9"}]} [pid: 7|app: 0|req: 646/1412] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:45 2026] DELETE /v2.0/networks/0b0be71b-39d7-40e1-baff-6610fb4763c9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:45.340 7 INFO neutron.services.segments.plugin [-] Segment 91284b91-ec54-4355-8fdf-a3f64d22d26f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91284b91-ec54-4355-8fdf-a3f64d22d26f found for delete ", "request_id": "req-15927601-8853-4b0d-b97e-c8df7e0a83f8"}]} 2026-05-31 18:33:45.386 8 INFO neutron.db.l3_hamode_db [None req-500cccfc-f790-44b7-ad23-b73cf8bbf06e 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:45.532 8 INFO neutron.db.l3_hamode_db [None req-500cccfc-f790-44b7-ad23-b73cf8bbf06e 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 647/1413] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:45 2026] POST /v2.0/ports => generated 779 bytes in 221 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: 648/1414] 10.0.0.196 () {34 vars in 737 bytes} [Sun May 31 18:33:45 2026] PUT /v2.0/ports/f68874a9-e181-469d-86d8-25dade1cd573 => generated 752 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:45.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cc1d537-02cb-48bb-9627-7b12e7894e51 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] TaaS: Handle Delete Port: f68874a9-e181-469d-86d8-25dade1cd573 2026-05-31 18:33:45.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cc1d537-02cb-48bb-9627-7b12e7894e51 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Tap Mirror: Handle Delete Port: f68874a9-e181-469d-86d8-25dade1cd573 [pid: 7|app: 0|req: 649/1415] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:45 2026] DELETE /v2.0/ports/f68874a9-e181-469d-86d8-25dade1cd573 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1416] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:45 2026] GET /v2.0/ports => generated 782 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:45.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0eb216a-5134-46b0-bcda-d590f4d5ee6d 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1417] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:45 2026] GET /v2.0/ports/f68874a9-e181-469d-86d8-25dade1cd573 => 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: 652/1418] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:33:45 2026] GET /v2.0/ports => generated 782 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1419] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:46 2026] GET /v2.0/ports/c9dfb43f-81af-4461-87b7-cb1f9f5f0636 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:46.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d9afdae-d781-4ddd-8d48-b18a7f3e7c3d 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1420] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:46 2026] DELETE /v2.0/ports/3c1ecc18-46e6-4dbe-9a55-f7f03e5818d1 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:46.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3e9fb17-24db-4ac2-bca2-786acb634de6 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1421] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:46 2026] DELETE /v2.0/subnets/4f51e933-2a5e-400b-a249-3053a9dbbd6d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:46.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d9b117a-b00c-445d-9d4f-61f0f0199b9a 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1422] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:46 2026] DELETE /v2.0/subnets/42ffe5b1-6ff6-4027-a0f9-43222589755e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1423] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:45 2026] POST /v2.0/routers => generated 507 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:46.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-398492c3-28f3-44e1-ba78-2323a2eadbf8 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] TaaS: Handle Delete Port: c9dfb43f-81af-4461-87b7-cb1f9f5f0636 2026-05-31 18:33:46.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398492c3-28f3-44e1-ba78-2323a2eadbf8 8c308bb313144080ab5ca33a3d3be33d 69bea885a1124db097bb4254bc54b403 - - default default] Tap Mirror: Handle Delete Port: c9dfb43f-81af-4461-87b7-cb1f9f5f0636 [pid: 8|app: 0|req: 768/1424] 10.0.0.49 () {30 vars in 649 bytes} [Sun May 31 18:33:46 2026] GET /v2.0/extensions => generated 21537 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1425] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:33:46 2026] DELETE /v2.0/ports/c9dfb43f-81af-4461-87b7-cb1f9f5f0636 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1426] 10.0.0.49 () {30 vars in 723 bytes} [Sun May 31 18:33:46 2026] GET /v2.0/quotas/a120676c115b49ba89e5c8a9f84275fa/details => generated 847 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1427] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:46 2026] DELETE /v2.0/networks/d171e4fb-2175-41f5-9166-1d2e77858409 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1428] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:47 2026] GET /v2.0/security-groups?tenant_id=69bea885a1124db097bb4254bc54b403&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1429] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:47 2026] DELETE /v2.0/security-groups/a9055a97-d1d6-4edf-9088-2e6fa4d2309e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:47.350 7 INFO neutron.services.segments.plugin [-] Segment 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 resource provider aggregate not found 2026-05-31 18:33:47.371 7 INFO neutron.services.segments.plugin [-] Segment 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 found for delete ", "request_id": "req-105461db-a690-410e-89d4-b9b49068816f"}]} 2026-05-31 18:33:47.372 7 INFO neutron.services.segments.plugin [-] Segment 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 resource provider aggregate not found [pid: 8|app: 0|req: 769/1430] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:46 2026] PUT /v2.0/routers/6d691c88-a3c2-4608-b219-79a39fd4c999/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:47.390 7 INFO neutron.services.segments.plugin [-] Segment 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 769539b5-0c7e-4ee7-9b6c-7d5b0cfbfda8 found for delete ", "request_id": "req-5e350b33-5816-469f-ab45-49eba240a7fb"}]} [pid: 7|app: 0|req: 662/1431] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:47 2026] GET /v2.0/ports/391ce932-69a4-4a23-8efa-8516e6b10c91 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1432] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:47 2026] PUT /v2.0/routers/6d691c88-a3c2-4608-b219-79a39fd4c999/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1433] 10.0.0.49 () {30 vars in 649 bytes} [Sun May 31 18:33:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1434] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:48 2026] GET /v2.0/ports/eaad7dc9-f3fa-4c11-8462-dcbeafc1ae39 => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1435] 10.0.0.49 () {30 vars in 723 bytes} [Sun May 31 18:33:48 2026] GET /v2.0/quotas/a120676c115b49ba89e5c8a9f84275fa/details => generated 847 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:49.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-faf1a55a-3493-4671-bb77-a91f9ccc603a 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: eaad7dc9-f3fa-4c11-8462-dcbeafc1ae39 2026-05-31 18:33:49.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf1a55a-3493-4671-bb77-a91f9ccc603a 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: eaad7dc9-f3fa-4c11-8462-dcbeafc1ae39 [pid: 7|app: 0|req: 664/1436] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:48 2026] PUT /v2.0/routers/6d691c88-a3c2-4608-b219-79a39fd4c999/remove_router_interface => generated 309 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1437] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:49 2026] GET /v2.0/security-groups?tenant_id=8780e79d27fc41fba99cbc3641aff2dc&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1438] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:33:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1439] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:49 2026] DELETE /v2.0/security-groups/7dd4d1dc-bb0c-4c87-bc53-0859c55fe710 => 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: 667/1440] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:33:49 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:49.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-10d05108-edca-494c-bade-43305c9458e9 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 391ce932-69a4-4a23-8efa-8516e6b10c91 2026-05-31 18:33:49.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d05108-edca-494c-bade-43305c9458e9 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 391ce932-69a4-4a23-8efa-8516e6b10c91 [pid: 7|app: 0|req: 668/1441] 10.0.0.196 () {34 vars in 758 bytes} [Sun May 31 18:33:49 2026] PUT /v2.0/security-groups/19aff97d-878f-404d-9f5b-624cccad8dc3 => generated 1664 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1442] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:49 2026] GET /v2.0/security-groups?tenant_id=fc47550aa5d845e6a92a05b15fc437c2&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1443] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:33:49 2026] GET /v2.0/security-groups/19aff97d-878f-404d-9f5b-624cccad8dc3 => generated 1664 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1444] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:50 2026] DELETE /v2.0/security-groups/a4945bef-c303-47de-a49a-be3dc8f11d80 => 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: 672/1445] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:50 2026] DELETE /v2.0/security-groups/19aff97d-878f-404d-9f5b-624cccad8dc3 => 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: 673/1446] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:50.228 7 INFO neutron.api.v2.resource [None req-d1b8368f-5a9f-410b-9462-e5269feeb4d6 717d85d8893b4a558a9f782c3ec02711 02090843488b49b0878888d03744ae6f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1447] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:50 2026] DELETE /v2.0/security-groups/19aff97d-878f-404d-9f5b-624cccad8dc3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1448] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:49 2026] PUT /v2.0/routers/6d691c88-a3c2-4608-b219-79a39fd4c999/remove_router_interface => generated 309 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1449] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/ports?device_id=6d691c88-a3c2-4608-b219-79a39fd4c999 => 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: 675/1450] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:33:50 2026] POST /v2.0/security-groups => generated 1625 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1451] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:33:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1452] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-group-rules/52ec8e72-cd44-425f-a875-447c598f794d => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:50.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-81ab1dd5-ce1b-4a78-a012-9375409dbad8 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: dabdc3d9-4215-401b-baeb-4f8a4160bcde 2026-05-31 18:33:50.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ab1dd5-ce1b-4a78-a012-9375409dbad8 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: dabdc3d9-4215-401b-baeb-4f8a4160bcde [pid: 7|app: 0|req: 678/1453] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1454] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:33:50 2026] DELETE /v2.0/security-group-rules/52ec8e72-cd44-425f-a875-447c598f794d => 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: 680/1455] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1456] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:33:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1457] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-group-rules/389909cc-c349-439f-90d9-4e231d4d0e83 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1458] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:50.907 8 INFO neutron.services.segments.plugin [-] Segment 2fa792d6-aaa7-4987-b8c6-920ef4020f5b resource provider aggregate not found 2026-05-31 18:33:50.912 8 INFO neutron.services.segments.plugin [-] Segment 2fa792d6-aaa7-4987-b8c6-920ef4020f5b resource provider aggregate not found 2026-05-31 18:33:50.930 8 INFO neutron.db.l3_hamode_db [None req-81ab1dd5-ce1b-4a78-a012-9375409dbad8 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] HA network 26078083-84d0-4e3b-96be-cddc12797753 was deleted as no HA routers are present in tenant 5382f5e401e64ac7ae409e42028e721f. 2026-05-31 18:33:50.936 8 INFO neutron.services.segments.plugin [-] Segment 2fa792d6-aaa7-4987-b8c6-920ef4020f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fa792d6-aaa7-4987-b8c6-920ef4020f5b found for delete ", "request_id": "req-2a4f2454-a2fb-4f81-a798-eef35eaa1bbb"}]} 2026-05-31 18:33:50.941 8 INFO neutron.services.segments.plugin [-] Segment 2fa792d6-aaa7-4987-b8c6-920ef4020f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fa792d6-aaa7-4987-b8c6-920ef4020f5b found for delete ", "request_id": "req-5ee3269c-937e-4b0f-9ea1-9fc07d891eec"}]} [pid: 8|app: 0|req: 776/1459] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:50 2026] DELETE /v2.0/routers/6d691c88-a3c2-4608-b219-79a39fd4c999 => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1460] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:33:50 2026] DELETE /v2.0/security-group-rules/389909cc-c349-439f-90d9-4e231d4d0e83 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1461] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:50 2026] GET /v2.0/security-groups?tenant_id=a120676c115b49ba89e5c8a9f84275fa&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1462] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:33:51 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: 778/1463] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/subnets/7c91a55a-986d-4f20-b24c-d61b222e203e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1464] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/security-groups/88108255-9223-430f-8103-79d9b0cff89b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1465] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:33:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1466] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:33:51 2026] GET /v2.0/security-group-rules/b8e355b5-4613-464d-af07-ff60803689f2 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1467] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:33:51 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1468] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/subnets/a7b4f808-8bb9-464c-9330-156ceea52bf2 => 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: 782/1469] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/security-group-rules/b8e355b5-4613-464d-af07-ff60803689f2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:51.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5d2d6d0-ccb5-4352-86fb-749b0adb7b83 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 87656890-a57f-4e18-ab50-bc972494115d 2026-05-31 18:33:51.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d2d6d0-ccb5-4352-86fb-749b0adb7b83 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 87656890-a57f-4e18-ab50-bc972494115d [pid: 8|app: 0|req: 783/1470] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:33:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1471] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/security-groups/370a7a33-5853-48f5-8593-06e486366c83 => 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: 785/1472] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:33:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:51.687 7 INFO neutron.services.segments.plugin [-] Segment 2f8d67d5-1401-407f-944d-769158c4096f resource provider aggregate not found 2026-05-31 18:33:51.694 7 INFO neutron.services.segments.plugin [-] Segment 2f8d67d5-1401-407f-944d-769158c4096f resource provider aggregate not found 2026-05-31 18:33:51.703 7 INFO neutron.services.segments.plugin [-] Segment 2f8d67d5-1401-407f-944d-769158c4096f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8d67d5-1401-407f-944d-769158c4096f found for delete ", "request_id": "req-ca8bc40a-ca72-4d22-8605-a377fb4597bd"}]} [pid: 8|app: 0|req: 786/1473] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:33:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:51.716 7 INFO neutron.services.segments.plugin [-] Segment 2f8d67d5-1401-407f-944d-769158c4096f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8d67d5-1401-407f-944d-769158c4096f found for delete ", "request_id": "req-5e3fb505-4907-4925-ba64-678be2ffc3a5"}]} [pid: 7|app: 0|req: 688/1474] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/networks/934c2fd4-606d-421e-b57c-57f9aee09685 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:51.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-963348a8-a466-4299-a01a-287747c7ee25 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 8a7283a3-1380-4e5d-891f-8f02727dcb04 2026-05-31 18:33:51.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963348a8-a466-4299-a01a-287747c7ee25 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 8a7283a3-1380-4e5d-891f-8f02727dcb04 [pid: 8|app: 0|req: 787/1475] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:51 2026] DELETE /v2.0/networks/1ba1065e-37d2-46d2-8b4d-39d2558fd1b1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:52.093 7 INFO neutron.db.segments_db [None req-734ddb9f-4437-48e7-8b3d-ec1cf204f007 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment 71e6fd82-9bcd-4187-b0aa-a73820b7b04a of type vxlan for network 79a95750-d990-43cb-8c12-0baa147eb517 [pid: 7|app: 0|req: 689/1476] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:52 2026] POST /v2.0/networks => generated 628 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1477] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:52 2026] GET /v2.0/security-groups?tenant_id=02090843488b49b0878888d03744ae6f&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1478] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:52 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1479] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:52 2026] DELETE /v2.0/security-groups/08774d25-62df-40f9-ade4-1882110969da => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:52.477 8 INFO neutron.db.segments_db [None req-219ce08b-e928-4e68-95a4-6943553aa846 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment 14db2381-f7b0-415a-815d-5b2534e662ca of type vxlan for network 0ecd43a9-2e3c-454a-b9de-5b28a059fd4c 2026-05-31 18:33:52.728 8 INFO neutron.db.l3_hamode_db [None req-219ce08b-e928-4e68-95a4-6943553aa846 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:52.850 8 INFO neutron.db.l3_hamode_db [None req-219ce08b-e928-4e68-95a4-6943553aa846 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:33:52.964 8 INFO neutron.services.segments.plugin [-] Segment f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 resource provider aggregate not found 2026-05-31 18:33:52.971 8 INFO neutron.services.segments.plugin [-] Segment f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 resource provider aggregate not found 2026-05-31 18:33:52.988 8 INFO neutron.services.segments.plugin [-] Segment f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 found for delete ", "request_id": "req-9fb15ad9-6232-4b8d-84d9-4ae009a178ec"}]} 2026-05-31 18:33:52.993 8 INFO neutron.services.segments.plugin [-] Segment f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9d9b0e3-3ecc-4a1a-a4f8-113b275ce0d7 found for delete ", "request_id": "req-960dcc1b-f773-482f-99d5-dce3b5b4d06a"}]} [pid: 8|app: 0|req: 789/1480] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:52 2026] POST /v2.0/routers => generated 507 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1481] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:33:53 2026] POST /v2.0/ports => generated 952 bytes in 372 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: 695/1484] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:33:54 2026] POST /v2.0/subnetpools => generated 549 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1485] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:54 2026] GET /v2.0/security-groups?tenant_id=535740c9a9324d04a1aa9348f1a5fe3b&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1486] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:33:54 2026] GET /v2.0/subnetpools/8c8ccdb3-89aa-47b8-95ed-ac5386b9f3bb => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1487] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:54 2026] DELETE /v2.0/security-groups/519bbd24-3628-4156-8ecd-11fb8315605a => 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: 699/1488] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:33:54 2026] PUT /v2.0/subnetpools/8c8ccdb3-89aa-47b8-95ed-ac5386b9f3bb => generated 501 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1489] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:53 2026] PUT /v2.0/routers/1c333315-87ea-4b41-a5ae-61f3c08e31c0/add_router_interface => generated 309 bytes in 1056 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: 700/1490] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:33:54 2026] DELETE /v2.0/subnetpools/8c8ccdb3-89aa-47b8-95ed-ac5386b9f3bb => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:54.847 7 INFO neutron.api.v2.resource [None req-de2615a0-0992-4ac0-9b9d-d91370c339e5 eb12bc30bf9b4db48ec570b208dea94e 5646d32148674024bc92a5283c176530 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1491] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:33:54 2026] GET /v2.0/subnetpools/8c8ccdb3-89aa-47b8-95ed-ac5386b9f3bb => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1492] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:54 2026] GET /v2.0/ports/8e6f163a-cc65-4d12-8838-44b3a8f51223 => generated 1026 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:54.863 7 INFO neutron.api.v2.resource [None req-0ca9cd6b-e816-40ee-88ca-70ec2afa9e09 eb12bc30bf9b4db48ec570b208dea94e 5646d32148674024bc92a5283c176530 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 702/1493] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:33:54 2026] DELETE /v2.0/subnetpools/8c8ccdb3-89aa-47b8-95ed-ac5386b9f3bb => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:55.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-4caa450a-e072-4f6b-89ea-3d7fd8776519 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 8e6f163a-cc65-4d12-8838-44b3a8f51223 2026-05-31 18:33:55.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4caa450a-e072-4f6b-89ea-3d7fd8776519 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 8e6f163a-cc65-4d12-8838-44b3a8f51223 [pid: 8|app: 0|req: 792/1494] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:54 2026] PUT /v2.0/routers/1c333315-87ea-4b41-a5ae-61f3c08e31c0/remove_router_interface => generated 309 bytes in 646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1495] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:55 2026] GET /v2.0/security-groups?tenant_id=5646d32148674024bc92a5283c176530&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:33:55.687 7 INFO neutron.api.v2.resource [None req-1c234619-809f-4453-b128-f476e309b07b 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1496] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:55 2026] PUT /v2.0/routers/1c333315-87ea-4b41-a5ae-61f3c08e31c0/remove_router_interface => generated 197 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:33:55.735 8 INFO neutron.db.segments_db [None req-2e5b280e-1c09-44c2-9075-bf0371c3e9d8 5af4c673529441a59bc696ff7c028ec4 bf57709b978d442bb92a0f89c8096312 - - default default] Added segment 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 of type vxlan for network d4b853cb-eb2b-4c6f-8836-4d145c3cd67a [pid: 7|app: 0|req: 705/1497] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:55 2026] DELETE /v2.0/security-groups/d6036284-21c1-42ff-b8cb-e1c50122f10b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1498] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:33:55 2026] GET /v2.0/ports?device_id=1c333315-87ea-4b41-a5ae-61f3c08e31c0 => 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: 793/1499] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:55 2026] POST /v2.0/networks => generated 632 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:55.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-24a69101-92f5-4f2e-b384-c7be83847df7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 33b8b86c-39e2-47b9-bf7e-7dd708f9b65b 2026-05-31 18:33:55.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a69101-92f5-4f2e-b384-c7be83847df7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 33b8b86c-39e2-47b9-bf7e-7dd708f9b65b [pid: 8|app: 0|req: 794/1500] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:55 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:56.151 8 INFO neutron.db.segments_db [None req-1a239196-dcd0-4e16-a6c4-dcf6e24bd152 5af4c673529441a59bc696ff7c028ec4 bf57709b978d442bb92a0f89c8096312 - - default default] Added segment f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb of type vxlan for network c86d0a1a-b0bc-418c-aa58-ab0b4029afbe [pid: 8|app: 0|req: 795/1501] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:56 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) 2026-05-31 18:33:56.301 7 INFO neutron.services.segments.plugin [-] Segment 14db2381-f7b0-415a-815d-5b2534e662ca resource provider aggregate not found 2026-05-31 18:33:56.307 7 INFO neutron.services.segments.plugin [-] Segment 14db2381-f7b0-415a-815d-5b2534e662ca resource provider aggregate not found 2026-05-31 18:33:56.324 7 INFO neutron.services.segments.plugin [-] Segment 14db2381-f7b0-415a-815d-5b2534e662ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14db2381-f7b0-415a-815d-5b2534e662ca found for delete ", "request_id": "req-c48ea51b-094b-4897-a405-3d8c0c149b5d"}]} 2026-05-31 18:33:56.328 7 INFO neutron.services.segments.plugin [-] Segment 14db2381-f7b0-415a-815d-5b2534e662ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14db2381-f7b0-415a-815d-5b2534e662ca found for delete ", "request_id": "req-a397afd9-bfe4-45f2-990c-3c998ee2da64"}]} 2026-05-31 18:33:56.341 7 INFO neutron.db.l3_hamode_db [None req-24a69101-92f5-4f2e-b384-c7be83847df7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] HA network 0ecd43a9-2e3c-454a-b9de-5b28a059fd4c was deleted as no HA routers are present in tenant 5382f5e401e64ac7ae409e42028e721f. [pid: 7|app: 0|req: 707/1502] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:55 2026] DELETE /v2.0/routers/1c333315-87ea-4b41-a5ae-61f3c08e31c0 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1503] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:56 2026] POST /v2.0/subnets => generated 629 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1504] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:56 2026] DELETE /v2.0/subnets/99bc81ff-9fbd-4ae2-b2ba-600fd011c580 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:56.551 8 INFO neutron.db.segments_db [None req-95436df5-86cc-4eef-bac8-ef1aab3ed1e8 5af4c673529441a59bc696ff7c028ec4 bf57709b978d442bb92a0f89c8096312 - - default default] Added segment ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd of type vxlan for network 0f84a521-4f93-457f-b204-ffead52cc6cd [pid: 8|app: 0|req: 797/1505] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:56 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:56.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-96054cf4-85e7-4167-ab84-a7020027e730 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: ff14ed7b-4c5d-49b8-932b-5121e2947953 2026-05-31 18:33:56.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96054cf4-85e7-4167-ab84-a7020027e730 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: ff14ed7b-4c5d-49b8-932b-5121e2947953 [pid: 7|app: 0|req: 709/1506] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:56 2026] DELETE /v2.0/networks/79a95750-d990-43cb-8c12-0baa147eb517 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1507] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:56 2026] POST /v2.0/subnets => generated 629 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:56.831 8 INFO neutron.db.segments_db [None req-07422d97-0dd0-4db1-ad19-201b3fbd9e90 5af4c673529441a59bc696ff7c028ec4 bf57709b978d442bb92a0f89c8096312 - - default default] Added segment d773455e-38a3-45fa-bf55-4da64f3977fc of type vxlan for network dffaacb5-ddd8-46b8-abc3-90520c261075 2026-05-31 18:33:56.841 7 INFO neutron.db.segments_db [None req-f79d6929-e226-42cf-aad2-2770a6616b8f 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment aa94df03-cb68-4d37-8d51-55b7c6764c91 of type vxlan for network 891d0763-6e5c-4479-97b9-dd78d8ab90a2 [pid: 8|app: 0|req: 799/1508] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:56 2026] POST /v2.0/networks => generated 631 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1509] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:56 2026] POST /v2.0/networks => generated 630 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1510] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:56 2026] POST /v2.0/subnets => generated 629 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1511] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:56 2026] GET /v2.0/security-groups?tenant_id=7c7c4622347d4e19bb7410c7b4fb6c2e&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:57.238 7 INFO neutron.db.segments_db [None req-71f17db3-cee1-471a-a60d-9cab115b33bf 5af4c673529441a59bc696ff7c028ec4 bf57709b978d442bb92a0f89c8096312 - - default default] Added segment 50283862-e125-47d4-a766-110e8033820f of type vxlan for network cdbd7a85-5c1e-47bc-b9d8-e3abe638a677 [pid: 8|app: 0|req: 801/1512] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:57 2026] POST /v2.0/subnets => generated 626 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1513] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:57 2026] DELETE /v2.0/security-groups/4cde3687-c2eb-4ea6-a796-a85829a538be => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:33:57.363 8 INFO neutron.db.segments_db [None req-eff69fca-ce70-4e3a-a523-70e205af4a41 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment 077ef2b7-b815-47af-9edc-1037aeb8fd59 of type vxlan for network 50adfdff-48e2-4588-80ff-5b65a823c78d 2026-05-31 18:33:57.586 8 INFO neutron.db.l3_hamode_db [None req-eff69fca-ce70-4e3a-a523-70e205af4a41 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 712/1514] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:57 2026] POST /v2.0/networks => generated 632 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:33:57.707 8 INFO neutron.db.l3_hamode_db [None req-eff69fca-ce70-4e3a-a523-70e205af4a41 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 713/1515] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:57 2026] POST /v2.0/subnets => generated 629 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1516] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:33:57 2026] PUT /v2.0/subnets/37cc7801-a980-4e9f-95a4-d9ae05f369d4/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1517] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:33:57 2026] PUT /v2.0/subnets/2e682dfa-cc4a-4280-84f4-2a5b70ab1e39/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1518] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:33:57 2026] PUT /v2.0/subnets/92b4f761-b9ca-4383-b97a-2a6930bb41e4/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1519] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:33:58 2026] PUT /v2.0/subnets/b56b3056-9ccf-46ba-b8b3-5ac93a3c5e27/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1520] 10.0.0.196 () {32 vars in 664 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1521] 10.0.0.196 () {32 vars in 678 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1522] 10.0.0.196 () {32 vars in 674 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1523] 10.0.0.196 () {32 vars in 686 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1524] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:57 2026] POST /v2.0/routers => generated 507 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1525] 10.0.0.196 () {32 vars in 672 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:33:58.350 7 INFO neutron.services.segments.plugin [-] Segment 71e6fd82-9bcd-4187-b0aa-a73820b7b04a resource provider aggregate not found 2026-05-31 18:33:58.352 7 INFO neutron.services.segments.plugin [-] Segment 71e6fd82-9bcd-4187-b0aa-a73820b7b04a resource provider aggregate not found 2026-05-31 18:33:58.385 7 INFO neutron.services.segments.plugin [-] Segment 71e6fd82-9bcd-4187-b0aa-a73820b7b04a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e6fd82-9bcd-4187-b0aa-a73820b7b04a found for delete ", "request_id": "req-08c59ac8-25f0-47ce-ab2f-eddff08b5dbf"}]} 2026-05-31 18:33:58.396 7 INFO neutron.services.segments.plugin [-] Segment 71e6fd82-9bcd-4187-b0aa-a73820b7b04a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e6fd82-9bcd-4187-b0aa-a73820b7b04a found for delete ", "request_id": "req-c16b501d-7d00-4289-a524-dc4c32de10ab"}]} [pid: 7|app: 0|req: 723/1526] 10.0.0.196 () {32 vars in 686 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1527] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1528] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:33:58 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1529] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:58 2026] DELETE /v2.0/subnets/37cc7801-a980-4e9f-95a4-d9ae05f369d4 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1530] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:58 2026] DELETE /v2.0/subnets/2e682dfa-cc4a-4280-84f4-2a5b70ab1e39 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1531] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:58 2026] DELETE /v2.0/subnets/92b4f761-b9ca-4383-b97a-2a6930bb41e4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1532] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:58 2026] DELETE /v2.0/subnets/b56b3056-9ccf-46ba-b8b3-5ac93a3c5e27 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1533] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:33:59 2026] DELETE /v2.0/subnets/d5195008-5cf0-42a6-a7be-ba1d6455f2a6 => 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: 804/1534] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:33:58 2026] PUT /v2.0/routers/d711813e-1453-45e6-8fac-a541a16b19d5/add_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:33:59.390 8 INFO neutron.services.segments.plugin [-] Segment 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 resource provider aggregate not found 2026-05-31 18:33:59.394 8 INFO neutron.services.segments.plugin [-] Segment 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 resource provider aggregate not found 2026-05-31 18:33:59.406 8 INFO neutron.services.segments.plugin [-] Segment 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 found for delete ", "request_id": "req-2350ab92-4a57-44a6-8c6d-024d5fc2cee2"}]} 2026-05-31 18:33:59.407 8 INFO neutron.services.segments.plugin [-] Segment 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f1aca3-45d2-43a8-b4e6-5a6a2e9275d8 found for delete ", "request_id": "req-cd7f995d-df33-493c-be38-9a73d26c2eaa"}]} [pid: 8|app: 0|req: 805/1535] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:59 2026] DELETE /v2.0/networks/d4b853cb-eb2b-4c6f-8836-4d145c3cd67a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:33:59.481 7 INFO neutron.db.segments_db [None req-4cfcd47d-4fad-43a2-b2c6-06dae6dcfc43 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Added segment 2469fad7-b1e5-43f9-bd58-680c2ecfee04 of type vxlan for network 87e06c1c-ad81-428c-8f12-a9f7d6d766aa [pid: 7|app: 0|req: 731/1536] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:33:59 2026] POST /v2.0/networks => generated 650 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1537] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:33:59 2026] GET /v2.0/security-groups?tenant_id=4cfcbad5f57746e9b2e6eaa44b24dbb4&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: 732/1538] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:33:59 2026] GET /v2.0/ports/71decd24-fc44-4592-960b-d832f4d62863 => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1539] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:59 2026] DELETE /v2.0/networks/c86d0a1a-b0bc-418c-aa58-ab0b4029afbe => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1540] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:33:59 2026] DELETE /v2.0/security-groups/cd9fd82f-0d01-4430-83aa-1048ec922873 => 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: 733/1541] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:59 2026] POST /v2.0/subnets => generated 627 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1542] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:33:59 2026] DELETE /v2.0/networks/0f84a521-4f93-457f-b204-ffead52cc6cd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:00.025 7 INFO neutron.db.segments_db [None req-50270dda-5552-44df-a5d2-bc850c62c3a4 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Added segment 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 of type vxlan for network bb639d64-45a6-4946-86ed-b0c124727858 2026-05-31 18:34:00.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4c5ff7e-1e22-4779-908b-c92b73f6692f 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 71decd24-fc44-4592-960b-d832f4d62863 2026-05-31 18:34:00.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4c5ff7e-1e22-4779-908b-c92b73f6692f 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 71decd24-fc44-4592-960b-d832f4d62863 2026-05-31 18:34:00.271 7 INFO neutron.db.l3_hamode_db [None req-50270dda-5552-44df-a5d2-bc850c62c3a4 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:34:00.418 7 INFO neutron.services.segments.plugin [-] Segment ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd resource provider aggregate not found 2026-05-31 18:34:00.423 7 INFO neutron.services.segments.plugin [-] Segment ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd resource provider aggregate not found 2026-05-31 18:34:00.443 7 INFO neutron.services.segments.plugin [-] Segment ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd found for delete ", "request_id": "req-bd8208b2-37f0-4452-8681-54ec4e5c9b40"}]} 2026-05-31 18:34:00.446 7 INFO neutron.services.segments.plugin [-] Segment ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed3fdc69-632f-4cbe-b1ae-b3dcfbb46dfd found for delete ", "request_id": "req-1dddc6e4-d61e-43d5-8d80-6e8d6a6d1356"}]} [pid: 8|app: 0|req: 809/1543] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:33:59 2026] PUT /v2.0/routers/d711813e-1453-45e6-8fac-a541a16b19d5/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1544] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:00 2026] DELETE /v2.0/networks/dffaacb5-ddd8-46b8-abc3-90520c261075 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1545] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:00 2026] GET /v2.0/ports?device_id=d711813e-1453-45e6-8fac-a541a16b19d5 => 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: 812/1546] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:00 2026] DELETE /v2.0/networks/cdbd7a85-5c1e-47bc-b9d8-e3abe638a677 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:00.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-496ec60c-1b10-426c-8466-ab18dd2a913c 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 6ec33280-2679-4086-ac1c-df2a7e6c2002 2026-05-31 18:34:00.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-496ec60c-1b10-426c-8466-ab18dd2a913c 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 6ec33280-2679-4086-ac1c-df2a7e6c2002 2026-05-31 18:34:00.996 7 INFO neutron.db.l3_hamode_db [None req-50270dda-5552-44df-a5d2-bc850c62c3a4 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:34:01.301 8 INFO neutron.db.l3_hamode_db [None req-496ec60c-1b10-426c-8466-ab18dd2a913c 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] HA network 50adfdff-48e2-4588-80ff-5b65a823c78d was deleted as no HA routers are present in tenant 5382f5e401e64ac7ae409e42028e721f. [pid: 8|app: 0|req: 813/1547] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:00 2026] DELETE /v2.0/routers/d711813e-1453-45e6-8fac-a541a16b19d5 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:01.429 8 INFO neutron.services.segments.plugin [-] Segment f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb resource provider aggregate not found 2026-05-31 18:34:01.430 8 INFO neutron.services.segments.plugin [-] Segment f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb resource provider aggregate not found 2026-05-31 18:34:01.446 8 INFO neutron.services.segments.plugin [-] Segment f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb found for delete ", "request_id": "req-acf44d8f-70de-4625-81e9-3cb126675da9"}]} 2026-05-31 18:34:01.455 8 INFO neutron.services.segments.plugin [-] Segment f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3dd7cb2-0dc9-4067-9ac2-6f77171b22fb found for delete ", "request_id": "req-0986f79b-aec8-4bc3-9570-944981e330fe"}]} 2026-05-31 18:34:01.463 8 INFO neutron.services.segments.plugin [-] Segment d773455e-38a3-45fa-bf55-4da64f3977fc resource provider aggregate not found 2026-05-31 18:34:01.468 8 INFO neutron.services.segments.plugin [-] Segment d773455e-38a3-45fa-bf55-4da64f3977fc resource provider aggregate not found [pid: 8|app: 0|req: 814/1548] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:01 2026] DELETE /v2.0/subnets/6d5a8a51-a3d4-48ff-a3ba-9feea8e010aa => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:01.486 8 INFO neutron.services.segments.plugin [-] Segment d773455e-38a3-45fa-bf55-4da64f3977fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d773455e-38a3-45fa-bf55-4da64f3977fc found for delete ", "request_id": "req-bb426cef-bedc-45ef-941f-74d63a4b636d"}]} 2026-05-31 18:34:01.491 8 INFO neutron.services.segments.plugin [-] Segment d773455e-38a3-45fa-bf55-4da64f3977fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d773455e-38a3-45fa-bf55-4da64f3977fc found for delete ", "request_id": "req-0d350f07-bc36-44f4-b072-237dd8019eac"}]} 2026-05-31 18:34:01.506 8 INFO neutron.services.segments.plugin [-] Segment 50283862-e125-47d4-a766-110e8033820f resource provider aggregate not found 2026-05-31 18:34:01.510 8 INFO neutron.services.segments.plugin [-] Segment 50283862-e125-47d4-a766-110e8033820f resource provider aggregate not found 2026-05-31 18:34:01.522 8 INFO neutron.services.segments.plugin [-] Segment 50283862-e125-47d4-a766-110e8033820f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50283862-e125-47d4-a766-110e8033820f found for delete ", "request_id": "req-0f809366-f0b8-4ffb-b99f-432a91ea7382"}]} 2026-05-31 18:34:01.527 8 INFO neutron.services.segments.plugin [-] Segment 50283862-e125-47d4-a766-110e8033820f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50283862-e125-47d4-a766-110e8033820f found for delete ", "request_id": "req-b3e3b146-e524-41cd-8a2d-c524f1a2741f"}]} 2026-05-31 18:34:01.541 8 INFO neutron.services.segments.plugin [-] Segment 077ef2b7-b815-47af-9edc-1037aeb8fd59 resource provider aggregate not found 2026-05-31 18:34:01.543 8 INFO neutron.services.segments.plugin [-] Segment 077ef2b7-b815-47af-9edc-1037aeb8fd59 resource provider aggregate not found 2026-05-31 18:34:01.555 8 INFO neutron.services.segments.plugin [-] Segment 077ef2b7-b815-47af-9edc-1037aeb8fd59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 077ef2b7-b815-47af-9edc-1037aeb8fd59 found for delete ", "request_id": "req-e54a6908-8dbe-40ad-9be6-3b8119936b2e"}]} 2026-05-31 18:34:01.557 8 INFO neutron.services.segments.plugin [-] Segment 077ef2b7-b815-47af-9edc-1037aeb8fd59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 077ef2b7-b815-47af-9edc-1037aeb8fd59 found for delete ", "request_id": "req-6d37ab5f-d694-4f2d-aaa1-c0d748ea4435"}]} [pid: 8|app: 0|req: 815/1549] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:01 2026] GET /v2.0/security-groups?tenant_id=9c5e3fe8c43445b885a47032f48c7468&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1550] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:33:59 2026] POST /v2.0/routers => generated 694 bytes in 1907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1551] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:01 2026] DELETE /v2.0/networks/891d0763-6e5c-4479-97b9-dd78d8ab90a2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1552] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:01 2026] DELETE /v2.0/security-groups/943433ed-57ad-4051-a6f2-2430ba445791 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:02.026 7 INFO neutron.db.segments_db [None req-ca7e8917-171f-4e11-8d6e-a2f1e54a866b 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Added segment 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 of type vxlan for network 642a7f7e-a27a-4710-bee3-ac36723d8c52 2026-05-31 18:34:02.255 7 INFO neutron.db.l3_hamode_db [None req-ca7e8917-171f-4e11-8d6e-a2f1e54a866b 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:34:02.943 7 INFO neutron.db.l3_hamode_db [None req-ca7e8917-171f-4e11-8d6e-a2f1e54a866b 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 817/1553] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:34:01 2026] PUT /v2.0/routers/f0db7393-4b2a-4fad-a702-c2d9eacebeea/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1554] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:03 2026] GET /v2.0/security-groups?tenant_id=bf57709b978d442bb92a0f89c8096312&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:03.500 8 INFO neutron.db.segments_db [None req-7ba8a849-6e77-42fa-8c07-97c12df35687 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Added segment 9968df0d-6082-4bda-9644-a2cb5855eef1 of type vxlan for network 15bd515c-88c1-47d8-b3b1-9c85d236a11e [pid: 8|app: 0|req: 819/1555] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:34:03 2026] POST /v2.0/networks => generated 633 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:03.577 8 INFO neutron.services.segments.plugin [-] Segment aa94df03-cb68-4d37-8d51-55b7c6764c91 resource provider aggregate not found 2026-05-31 18:34:03.578 8 INFO neutron.services.segments.plugin [-] Segment aa94df03-cb68-4d37-8d51-55b7c6764c91 resource provider aggregate not found 2026-05-31 18:34:03.597 8 INFO neutron.services.segments.plugin [-] Segment aa94df03-cb68-4d37-8d51-55b7c6764c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa94df03-cb68-4d37-8d51-55b7c6764c91 found for delete ", "request_id": "req-c553e7ed-76f9-4cd6-996b-238126a748f0"}]} 2026-05-31 18:34:03.600 8 INFO neutron.services.segments.plugin [-] Segment aa94df03-cb68-4d37-8d51-55b7c6764c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa94df03-cb68-4d37-8d51-55b7c6764c91 found for delete ", "request_id": "req-4af40407-49f1-4c49-bcec-5dfeb707aff4"}]} [pid: 7|app: 0|req: 737/1556] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:01 2026] POST /v2.0/routers => generated 688 bytes in 1759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1557] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:03 2026] DELETE /v2.0/security-groups/e330d8af-4709-40b2-9e45-1999b922b958 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:03.899 7 INFO neutron.db.segments_db [None req-2e233b9e-30ce-4b71-a85e-e9397a83411b f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Added segment e7647a38-9ec7-49c1-8582-58c4ce57d00e of type vxlan for network b190af3b-0a4e-4adc-8691-b416e05a3ae7 [pid: 8|app: 0|req: 820/1558] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:34:03 2026] POST /v2.0/ports => generated 955 bytes in 389 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: 821/1559] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:34:03 2026] GET /v2.0/routers/eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => generated 694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:04.132 7 INFO neutron.db.l3_hamode_db [None req-2e233b9e-30ce-4b71-a85e-e9397a83411b f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 822/1560] 10.0.0.196 () {34 vars in 665 bytes} [Sun May 31 18:34:04 2026] POST /v2.0/ports => generated 954 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 823/1561] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:34:04 2026] GET /v2.0/routers => generated 697 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1562] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:04 2026] GET /v2.0/security-groups?tenant_id=40b254f424d74689a987e75efa36d6eb&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:04.910 7 INFO neutron.db.l3_hamode_db [None req-2e233b9e-30ce-4b71-a85e-e9397a83411b f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:34:05.647 8 INFO neutron.db.l3_db [None req-8366bdc5-07c8-4a0a-a2c1-625653c76e92 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Floating IP 4f26ce43-9a06-4f25-b1eb-6492783e4008 associated. External IP: 10.96.250.209, port: 7525433a-c82e-4302-abd8-57f719589025. [pid: 7|app: 0|req: 739/1563] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:03 2026] POST /v2.0/routers => generated 694 bytes in 1840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1564] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:34:04 2026] POST /v2.0/floatingips => generated 841 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1565] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:05 2026] DELETE /v2.0/security-groups/30e30734-6b94-49ec-8a04-300441c33d38 => 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: 740/1566] 10.0.0.196 () {34 vars in 741 bytes} [Sun May 31 18:34:05 2026] PUT /v2.0/routers/eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => generated 701 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:06.178 7 INFO neutron.db.l3_db [None req-161739f8-b006-420f-b3dd-896e617a5ce5 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Floating IP 4f26ce43-9a06-4f25-b1eb-6492783e4008 disassociated. External IP: 10.96.250.209, port: 7525433a-c82e-4302-abd8-57f719589025. [pid: 8|app: 0|req: 827/1567] 10.0.0.196 () {32 vars in 776 bytes} [Sun May 31 18:34:05 2026] GET /v2.0/subnets?project_id=d76772ddebb443c8a619fc0c5a281ff9&cidr=10.100.0.0%2F28 => generated 14 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1568] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:34:06 2026] GET /v2.0/routers/eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => generated 701 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1569] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:34:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1570] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:06 2026] GET /v2.0/ports?device_id=eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1571] 10.0.0.196 () {32 vars in 784 bytes} [Sun May 31 18:34:06 2026] GET /v2.0/subnets?network_id=82380fb6-093a-457d-b817-76ad9c846b80&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1572] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:06 2026] PUT /v2.0/floatingips/4f26ce43-9a06-4f25-b1eb-6492783e4008 => generated 552 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:06.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad9ed31-f05f-4bfc-8b82-3315cf4c3cc7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: e90dead2-e5d6-4c4a-9c86-2c3767b084d7 2026-05-31 18:34:06.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad9ed31-f05f-4bfc-8b82-3315cf4c3cc7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: e90dead2-e5d6-4c4a-9c86-2c3767b084d7 [pid: 7|app: 0|req: 742/1573] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:06 2026] POST /v2.0/subnets => generated 656 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:06.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-1181542d-8c19-4b16-9e9e-41fc82e64dbc f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: 33c3fc76-0000-41bd-b098-2cbd57d4753e 2026-05-31 18:34:06.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1181542d-8c19-4b16-9e9e-41fc82e64dbc f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: 33c3fc76-0000-41bd-b098-2cbd57d4753e 2026-05-31 18:34:06.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad9ed31-f05f-4bfc-8b82-3315cf4c3cc7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] TaaS: Handle Delete Port: 64439432-2b82-4940-8fd9-e1c3304ad2f5 2026-05-31 18:34:06.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad9ed31-f05f-4bfc-8b82-3315cf4c3cc7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] Tap Mirror: Handle Delete Port: 64439432-2b82-4940-8fd9-e1c3304ad2f5 [pid: 7|app: 0|req: 743/1574] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:34:06 2026] DELETE /v2.0/floatingips/4f26ce43-9a06-4f25-b1eb-6492783e4008 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:07.104 8 INFO neutron.services.segments.plugin [-] Segment 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 resource provider aggregate not found 2026-05-31 18:34:07.110 8 INFO neutron.services.segments.plugin [-] Segment 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 resource provider aggregate not found 2026-05-31 18:34:07.121 8 INFO neutron.services.segments.plugin [-] Segment 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 found for delete ", "request_id": "req-34b55f84-9e13-422e-b44c-6413213c49df"}]} 2026-05-31 18:34:07.131 8 INFO neutron.services.segments.plugin [-] Segment 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7daf5dc8-516f-441f-8b64-c8bcf20f4f63 found for delete ", "request_id": "req-07ae6bd2-e760-48ad-9414-d4f809115ce6"}]} 2026-05-31 18:34:07.136 8 INFO neutron.db.l3_hamode_db [None req-bad9ed31-f05f-4bfc-8b82-3315cf4c3cc7 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] HA network 642a7f7e-a27a-4710-bee3-ac36723d8c52 was deleted as no HA routers are present in tenant 5382f5e401e64ac7ae409e42028e721f. [pid: 8|app: 0|req: 832/1575] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:06 2026] DELETE /v2.0/routers/eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:07.857 8 INFO neutron.db.l3_db [None req-e8afac85-6dd4-4edb-8ace-1494af318011 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Floating IP 84103585-650f-40ab-a463-bd344c5b1560 associated. External IP: 10.96.250.220, port: 4b577d65-1c8a-45f8-8c57-acf7bff76f9f. [pid: 7|app: 0|req: 744/1576] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:34:06 2026] PUT /v2.0/routers/13ca413e-2deb-4c03-a139-50abc7cb6528/add_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1577] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:07 2026] GET /v2.0/ports?device_id=eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => 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: 746/1578] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/networks => generated 5062 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:08.095 7 INFO neutron.api.v2.resource [None req-71474b38-bf5b-44c1-a35c-b4edbd45076c 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1579] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/routers/eea4c13b-ca34-4ac7-8925-bd5ce2df1d04 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1580] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/subnets => generated 3851 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1581] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:34:07 2026] POST /v2.0/floatingips => generated 842 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1582] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/ports?device_id=d711813e-1453-45e6-8fac-a541a16b19d5 => 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: 750/1583] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/floatingips/84103585-650f-40ab-a463-bd344c5b1560 => generated 842 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:08.235 7 INFO neutron.api.v2.resource [None req-c4ade4d9-d087-4c2d-8f35-c65f8f48a747 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1584] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/routers/d711813e-1453-45e6-8fac-a541a16b19d5 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1585] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/routers => generated 1461 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:08.265 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94dfb4af-612f-468f-a26d-92133418fcb3 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1586] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/subnets/6d5a8a51-a3d4-48ff-a3ba-9feea8e010aa => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1587] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/ports?device_id=1c333315-87ea-4b41-a5ae-61f3c08e31c0 => 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: 752/1588] 10.0.0.196 () {32 vars in 655 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1589] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-groups => generated 1675 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:34:08.415 8 INFO neutron.api.v2.resource [None req-f83353b3-7935-43e6-bf99-f48525e76ce6 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 838/1590] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/routers/1c333315-87ea-4b41-a5ae-61f3c08e31c0 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1591] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:08.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffbfdd2c-4ce9-47a8-9960-cff92c079b94 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1592] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/subnets/99bc81ff-9fbd-4ae2-b2ba-600fd011c580 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1593] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1594] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:08 2026] GET /v2.0/ports?device_id=6d691c88-a3c2-4608-b219-79a39fd4c999 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:08.662 7 INFO neutron.db.l3_db [None req-da384f5a-b41d-4a20-83bb-4e43fa482562 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Floating IP 84103585-650f-40ab-a463-bd344c5b1560 associated. External IP: 10.96.250.220, port: 4b577d65-1c8a-45f8-8c57-acf7bff76f9f. [pid: 8|app: 0|req: 843/1595] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:08.759 8 INFO neutron.api.v2.resource [None req-9dfaf12a-0846-4c2e-af32-47a28a7c932f 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 844/1596] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/routers/6d691c88-a3c2-4608-b219-79a39fd4c999 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1597] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:08.860 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb478962-ccbb-4503-9cee-0f841dc3cf58 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1598] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/subnets/7c91a55a-986d-4f20-b24c-d61b222e203e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:34:08.891 8 INFO neutron.db.securitygroups_db [None req-b6d1af51-1ff7-4dc6-834f-9ba8fcb365af f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Project d76772ddebb443c8a619fc0c5a281ff9 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: 847/1599] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:08.970 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2274996c-1407-4ef1-a1aa-a73f054b7eae 24296407dd1e4ef1a95440e41204aa37 5382f5e401e64ac7ae409e42028e721f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1600] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:08 2026] DELETE /v2.0/subnets/a7b4f808-8bb9-464c-9330-156ceea52bf2 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:34:09.017 8 INFO neutron.db.securitygroups_db [None req-33af129c-168e-4836-8eb3-5c7bee9b52d3 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Project d76772ddebb443c8a619fc0c5a281ff9 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: 849/1601] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1604] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:08 2026] PUT /v2.0/floatingips/84103585-650f-40ab-a463-bd344c5b1560 => generated 841 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:09.372 8 INFO neutron.db.l3_db [None req-13cb1807-5961-4bd1-9672-a9de76a552d6 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Floating IP 84103585-650f-40ab-a463-bd344c5b1560 disassociated. External IP: 10.96.250.220, port: 7525433a-c82e-4302-abd8-57f719589025. [pid: 7|app: 0|req: 754/1605] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/security-groups?tenant_id=5382f5e401e64ac7ae409e42028e721f&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1606] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/networks => generated 1298 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1607] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:09 2026] PUT /v2.0/floatingips/84103585-650f-40ab-a463-bd344c5b1560 => generated 552 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1608] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:09 2026] DELETE /v2.0/security-groups/577eb908-6277-4c75-af0a-0a56c205d58d => 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: 757/1609] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1975286045&fields=id&tenant_id=d76772ddebb443c8a619fc0c5a281ff9 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:09.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca872dcb-e9f5-44b0-8c2b-4243b5857c55 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: 7c512961-ae0d-489e-8157-bfd1ccb6c748 2026-05-31 18:34:09.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca872dcb-e9f5-44b0-8c2b-4243b5857c55 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: 7c512961-ae0d-489e-8157-bfd1ccb6c748 [pid: 7|app: 0|req: 758/1610] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1611] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/quotas/d76772ddebb443c8a619fc0c5a281ff9 => 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: 760/1612] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&fields=id => generated 57 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1613] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?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: 853/1614] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:34:09 2026] DELETE /v2.0/floatingips/84103585-650f-40ab-a463-bd344c5b1560 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:09.988 8 INFO neutron.api.v2.resource [None req-8eed7ebd-8098-4e94-95dc-4a83095e2438 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1615] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:34:09 2026] DELETE /v2.0/floatingips/84103585-650f-40ab-a463-bd344c5b1560 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1616] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:34:09 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:10.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b72ed06-09c3-4091-ba10-842b2d10a990 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: 7525433a-c82e-4302-abd8-57f719589025 2026-05-31 18:34:10.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b72ed06-09c3-4091-ba10-842b2d10a990 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: 7525433a-c82e-4302-abd8-57f719589025 2026-05-31 18:34:10.272 7 INFO neutron.db.segments_db [None req-54328390-da58-4d90-9537-139acf46e5aa dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Added segment 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 of type vxlan for network 55fa653a-d49c-43fd-971b-84b16aff2a7d [pid: 8|app: 0|req: 855/1617] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:09 2026] DELETE /v2.0/ports/7525433a-c82e-4302-abd8-57f719589025 => 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: 856/1618] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:10 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1619] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:10 2026] POST /v2.0/networks => generated 632 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:10.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-8de871f8-ead7-4732-95d0-26e6a6eadbf3 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: 4b577d65-1c8a-45f8-8c57-acf7bff76f9f 2026-05-31 18:34:10.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8de871f8-ead7-4732-95d0-26e6a6eadbf3 f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: 4b577d65-1c8a-45f8-8c57-acf7bff76f9f [pid: 8|app: 0|req: 857/1620] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:10 2026] DELETE /v2.0/ports/4b577d65-1c8a-45f8-8c57-acf7bff76f9f => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1621] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:10 2026] GET /v2.0/ports?device_id=f0db7393-4b2a-4fad-a702-c2d9eacebeea => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1622] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:34:10 2026] POST /v2.0/ports => generated 743 bytes in 338 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: 765/1623] 10.0.0.196 () {34 vars in 666 bytes} [Sun May 31 18:34:10 2026] POST /v2.0/trunks => generated 407 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:10.965 7 INFO neutron.db.segments_db [None req-4bf41564-8e22-450b-b308-b18d29f9bf4f dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Added segment ed6b07bd-63d0-4926-9abb-89b204d5979f of type vxlan for network 6ddb51f4-31c3-4a3f-9231-4b3772ea9b9c 2026-05-31 18:34:11.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-08eaff6e-f54b-4f83-b75a-d2c6dd976c6d f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: f747c17f-1cb2-4e5d-b34b-7fa542ff9ee1 2026-05-31 18:34:11.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08eaff6e-f54b-4f83-b75a-d2c6dd976c6d f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: f747c17f-1cb2-4e5d-b34b-7fa542ff9ee1 [pid: 7|app: 0|req: 766/1624] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:10 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1625] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:34:11 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 768/1626] 10.0.0.196 () {34 vars in 666 bytes} [Sun May 31 18:34:11 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1627] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:34:10 2026] PUT /v2.0/routers/f0db7393-4b2a-4fad-a702-c2d9eacebeea/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1628] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:11 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:11.603 7 INFO neutron.db.segments_db [None req-c5f9dfad-7f57-4b9f-be11-faf2e4582a51 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Added segment 9297f395-0ba9-4482-9318-96c979f0c2a9 of type vxlan for network 4e253f60-1e45-489c-aca8-182481bcc368 [pid: 7|app: 0|req: 770/1629] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:11 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) 2026-05-31 18:34:11.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ff9e0e8-7880-4e98-a6ff-1ecfc8c12ddf f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: 6838913f-c48d-4e06-b61e-c16c5f1decfb 2026-05-31 18:34:11.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ff9e0e8-7880-4e98-a6ff-1ecfc8c12ddf f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: 6838913f-c48d-4e06-b61e-c16c5f1decfb [pid: 8|app: 0|req: 860/1630] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:34:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:34:12.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ff9e0e8-7880-4e98-a6ff-1ecfc8c12ddf f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] TaaS: Handle Delete Port: 48f90192-c7de-4f56-ae14-072ef4af6215 2026-05-31 18:34:12.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ff9e0e8-7880-4e98-a6ff-1ecfc8c12ddf f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] Tap Mirror: Handle Delete Port: 48f90192-c7de-4f56-ae14-072ef4af6215 [pid: 8|app: 0|req: 861/1631] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:34:11 2026] POST /v2.0/ports => generated 743 bytes in 313 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: 862/1632] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:34:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:12.416 7 INFO neutron.services.segments.plugin [-] Segment 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 resource provider aggregate not found 2026-05-31 18:34:12.421 7 INFO neutron.services.segments.plugin [-] Segment 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 resource provider aggregate not found 2026-05-31 18:34:12.439 7 INFO neutron.services.segments.plugin [-] Segment 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 found for delete ", "request_id": "req-ff108e9d-27ad-48e7-88e2-0f1f3e5a8869"}]} 2026-05-31 18:34:12.439 7 INFO neutron.services.segments.plugin [-] Segment 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d83fcab-c7ab-4164-bd60-b4855a7dfde8 found for delete ", "request_id": "req-c9b3d7c3-8173-4caa-99f1-b5652bfc5bf2"}]} 2026-05-31 18:34:12.443 7 INFO neutron.db.l3_hamode_db [None req-6ff9e0e8-7880-4e98-a6ff-1ecfc8c12ddf f574e2ad7c734bdc960efcf61b1869d9 3a88a6e4631646bcb0289d4878fbd66b - - default default] HA network bb639d64-45a6-4946-86ed-b0c124727858 was deleted as no HA routers are present in tenant 3a88a6e4631646bcb0289d4878fbd66b. [pid: 7|app: 0|req: 771/1633] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:11 2026] DELETE /v2.0/routers/f0db7393-4b2a-4fad-a702-c2d9eacebeea => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1634] 10.0.0.196 () {34 vars in 666 bytes} [Sun May 31 18:34:12 2026] POST /v2.0/trunks => generated 407 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1635] 10.0.0.196 () {34 vars in 758 bytes} [Sun May 31 18:34:12 2026] PUT /v2.0/security-groups/8ce8d525-b3ae-4efc-a38f-9da4167b9095 => generated 1663 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:12.576 7 INFO neutron.db.segments_db [None req-de2773bc-bf47-4c73-854c-7aaca8cf3a23 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Added segment cbd84808-8fc4-43d5-8913-29d41898fbad of type vxlan for network b5c0f64a-600c-4554-b20c-d9adfae80721 [pid: 8|app: 0|req: 864/1636] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:12 2026] DELETE /v2.0/subnets/92d9cd02-9acb-4aed-866c-e4b10df0c223 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1637] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:34:12 2026] GET /v2.0/security-groups/8ce8d525-b3ae-4efc-a38f-9da4167b9095 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1638] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:12 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1639] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:12 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:12.731 8 INFO neutron.services.segments.plugin [-] Segment 2469fad7-b1e5-43f9-bd58-680c2ecfee04 resource provider aggregate not found 2026-05-31 18:34:12.733 8 INFO neutron.services.segments.plugin [-] Segment 2469fad7-b1e5-43f9-bd58-680c2ecfee04 resource provider aggregate not found [pid: 7|app: 0|req: 775/1640] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:12 2026] DELETE /v2.0/security-groups/8ce8d525-b3ae-4efc-a38f-9da4167b9095 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:12.751 8 INFO neutron.services.segments.plugin [-] Segment 2469fad7-b1e5-43f9-bd58-680c2ecfee04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2469fad7-b1e5-43f9-bd58-680c2ecfee04 found for delete ", "request_id": "req-69e85cc8-c2cd-4fef-913a-c42cd6fd33c8"}]} 2026-05-31 18:34:12.751 8 INFO neutron.services.segments.plugin [-] Segment 2469fad7-b1e5-43f9-bd58-680c2ecfee04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2469fad7-b1e5-43f9-bd58-680c2ecfee04 found for delete ", "request_id": "req-a3331737-c3b7-4414-a541-ae5d07aff144"}]} [pid: 8|app: 0|req: 866/1641] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:12 2026] DELETE /v2.0/networks/87e06c1c-ad81-428c-8f12-a9f7d6d766aa => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1642] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:34:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:12.805 8 INFO neutron.api.v2.resource [None req-c0c421df-3eb0-4800-a2bd-ea26a3f1a508 340e09bf40b94f749762676c98a768f0 2352a9e9976f4f64aad7c43801b61642 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1643] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:12 2026] DELETE /v2.0/security-groups/8ce8d525-b3ae-4efc-a38f-9da4167b9095 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1644] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:34:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1645] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:34:12 2026] POST /v2.0/ports => generated 743 bytes in 244 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: 870/1646] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1647] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules/e9fb5e0a-b713-4c34-8ec4-ed642fd477ec => 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: 872/1648] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:34:13 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) [pid: 7|app: 0|req: 777/1649] 10.0.0.196 () {34 vars in 666 bytes} [Sun May 31 18:34:12 2026] POST /v2.0/trunks => generated 407 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1650] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:34:13 2026] DELETE /v2.0/security-group-rules/e9fb5e0a-b713-4c34-8ec4-ed642fd477ec => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:13.171 7 INFO neutron.db.segments_db [None req-470e49e6-e1c2-4d69-8966-3808ca7b3921 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Added segment 90ee6a1b-de53-401f-beff-ffb46e14f298 of type vxlan for network 14f0b08b-2f34-4444-a0c6-65e954d6d6dd [pid: 8|app: 0|req: 874/1651] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1652] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:13 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1653] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:13 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: 779/1654] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-groups?tenant_id=3a88a6e4631646bcb0289d4878fbd66b&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: 780/1655] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules/dc77dd0b-5f18-463b-b449-a7e12879a67b => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1656] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:13 2026] DELETE /v2.0/security-groups/55e7ee59-f8c4-45de-8b44-cf2b93159c50 => 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: 782/1657] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1658] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:34:13 2026] DELETE /v2.0/security-group-rules/dc77dd0b-5f18-463b-b449-a7e12879a67b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1659] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:34:13 2026] POST /v2.0/ports => generated 743 bytes in 284 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: 784/1660] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:13.688 7 INFO neutron.db.securitygroups_db [None req-1456c7b1-8cb5-473a-9fc9-c5e87be33763 340e09bf40b94f749762676c98a768f0 2352a9e9976f4f64aad7c43801b61642 - - default default] Project 2352a9e9976f4f64aad7c43801b61642 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: 785/1661] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1662] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1663] 10.0.0.196 () {34 vars in 666 bytes} [Sun May 31 18:34:13 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1664] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules/be24a448-bc13-45f4-b0c5-f9ff566961d8 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1665] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:13 2026] PUT /v2.0/trunks/8974638d-8e96-40d7-b4ac-8a9b27029e7d/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1666] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1667] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:13 2026] PUT /v2.0/trunks/17a0153c-1c12-450b-b4b9-c051e5a93aa8/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1668] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:34:13 2026] DELETE /v2.0/security-group-rules/be24a448-bc13-45f4-b0c5-f9ff566961d8 => 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: 880/1669] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:13 2026] PUT /v2.0/trunks/7d142a61-9efe-4eb4-9316-70e1b9f0a107/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1670] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:13 2026] PUT /v2.0/trunks/6ad7b371-6208-4356-be1a-fcfb07ea3b51/tags => 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: 790/1671] 10.0.0.196 () {32 vars in 673 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1672] 10.0.0.196 () {32 vars in 662 bytes} [Sun May 31 18:34:13 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1673] 10.0.0.196 () {32 vars in 676 bytes} [Sun May 31 18:34:13 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: 8|app: 0|req: 884/1674] 10.0.0.196 () {32 vars in 672 bytes} [Sun May 31 18:34:13 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: 7|app: 0|req: 791/1676] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:13 2026] DELETE /v2.0/security-groups/39f7fefd-d8e5-408a-b273-79d6eff7640e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1676] 10.0.0.196 () {32 vars in 684 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1677] 10.0.0.196 () {32 vars in 670 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1678] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1679] 10.0.0.196 () {32 vars in 684 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1680] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1681] 10.0.0.196 () {32 vars in 680 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1682] 10.0.0.196 () {32 vars in 692 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1683] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks/8974638d-8e96-40d7-b4ac-8a9b27029e7d => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1684] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/ports/93971182-3d4e-4d2f-b191-c1397c9b09c8 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1685] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:34:14 2026] DELETE /v2.0/trunks/8974638d-8e96-40d7-b4ac-8a9b27029e7d => 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: 796/1686] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks/17a0153c-1c12-450b-b4b9-c051e5a93aa8 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1687] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1688] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/ports/09e2e0f9-f7a1-4f8b-a4e7-89bca06c0e2c => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1689] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d76772ddebb443c8a619fc0c5a281ff9 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1690] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:34:14 2026] DELETE /v2.0/trunks/17a0153c-1c12-450b-b4b9-c051e5a93aa8 => 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: 893/1691] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks/7d142a61-9efe-4eb4-9316-70e1b9f0a107 => generated 429 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1692] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/ports/c40d2112-b41b-4479-bcbb-339c4e226fa1 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1693] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:34:14 2026] POST /v2.0/ports => generated 958 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 895/1694] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/security-groups?tenant_id=2352a9e9976f4f64aad7c43801b61642&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1695] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:34:14 2026] DELETE /v2.0/trunks/7d142a61-9efe-4eb4-9316-70e1b9f0a107 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1696] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:14 2026] DELETE /v2.0/security-groups/6805f4ac-8330-4d67-90b2-f5eeff2e75cb => 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: 802/1697] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/trunks/6ad7b371-6208-4356-be1a-fcfb07ea3b51 => generated 414 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1698] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 961 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1699] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:34:14 2026] GET /v2.0/ports/0fd0f9eb-a8ba-4ead-8515-c4df9072b733 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1700] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:15 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1701] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:34:15 2026] DELETE /v2.0/trunks/6ad7b371-6208-4356-be1a-fcfb07ea3b51 => 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: 807/1702] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:34:15 2026] GET /v2.0/trunks/d9ded845-7e05-4d11-b5bd-a7bda9847924 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1703] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:34:14 2026] PUT /v2.0/ports/03ba604e-58f7-4b78-bf70-fdbbbf1cf93c => generated 1239 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1704] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:34:15 2026] GET /v2.0/ports/6bddae4a-1eef-48e5-94d5-1a1e395f9b11 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:34:15.233 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c02c3bbe-aeb4-4002-ab77-e328bc4ec864'] response: {'name': 'network-changed', 'server_uuid': '2633599a-2a51-4774-b832-d7df29a8479a', 'tag': '03ba604e-58f7-4b78-bf70-fdbbbf1cf93c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 897/1705] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:34:15 2026] DELETE /v2.0/trunks/d9ded845-7e05-4d11-b5bd-a7bda9847924 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:15.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-089fa4d5-f695-419c-9b01-77eee5504e80 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] TaaS: Handle Delete Port: 93971182-3d4e-4d2f-b191-c1397c9b09c8 2026-05-31 18:34:15.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-089fa4d5-f695-419c-9b01-77eee5504e80 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Tap Mirror: Handle Delete Port: 93971182-3d4e-4d2f-b191-c1397c9b09c8 [pid: 8|app: 0|req: 898/1706] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:15 2026] DELETE /v2.0/ports/93971182-3d4e-4d2f-b191-c1397c9b09c8 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:15.587 7 INFO neutron.db.segments_db [None req-2c465847-8632-4486-8277-57c878cb6905 ac093900a2184b399543d6cba827c4f8 7be6d230cf234af9961bc1ecd379160b - - default default] Added segment d36ef252-efab-4438-8b0f-0b9f5e111536 of type vxlan for network 87d0c543-ed51-480c-a54f-02d32dba3e9a 2026-05-31 18:34:15.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-37c27bce-431e-404a-91a8-cc9688570982 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] TaaS: Handle Delete Port: 09e2e0f9-f7a1-4f8b-a4e7-89bca06c0e2c 2026-05-31 18:34:15.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c27bce-431e-404a-91a8-cc9688570982 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Tap Mirror: Handle Delete Port: 09e2e0f9-f7a1-4f8b-a4e7-89bca06c0e2c [pid: 7|app: 0|req: 809/1707] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:15 2026] POST /v2.0/networks => generated 648 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1708] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:15 2026] DELETE /v2.0/ports/09e2e0f9-f7a1-4f8b-a4e7-89bca06c0e2c => 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: 900/1709] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:15 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 901/1710] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:34:15 2026] GET /v2.0/networks?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:15.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-a769ed37-f003-4bc8-9ed7-2740000026ee dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] TaaS: Handle Delete Port: c40d2112-b41b-4479-bcbb-339c4e226fa1 2026-05-31 18:34:15.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a769ed37-f003-4bc8-9ed7-2740000026ee dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Tap Mirror: Handle Delete Port: c40d2112-b41b-4479-bcbb-339c4e226fa1 [pid: 8|app: 0|req: 902/1711] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:34:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1712] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:15 2026] DELETE /v2.0/ports/c40d2112-b41b-4479-bcbb-339c4e226fa1 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:16.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7ec2314-0a2b-4673-83c9-9d72328fe7f4 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] TaaS: Handle Delete Port: 0fd0f9eb-a8ba-4ead-8515-c4df9072b733 2026-05-31 18:34:16.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7ec2314-0a2b-4673-83c9-9d72328fe7f4 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Tap Mirror: Handle Delete Port: 0fd0f9eb-a8ba-4ead-8515-c4df9072b733 [pid: 7|app: 0|req: 811/1713] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:16 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1714] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:15 2026] DELETE /v2.0/ports/0fd0f9eb-a8ba-4ead-8515-c4df9072b733 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1715] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:16 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:16.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-e68f7818-0a0e-41b1-b67e-7b681ee8f737 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] TaaS: Handle Delete Port: 6bddae4a-1eef-48e5-94d5-1a1e395f9b11 2026-05-31 18:34:16.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e68f7818-0a0e-41b1-b67e-7b681ee8f737 dd69cf746bd443789fda510fe8d1f078 b6e8952c2d0242129d10ff9e4a84fd25 - - default default] Tap Mirror: Handle Delete Port: 6bddae4a-1eef-48e5-94d5-1a1e395f9b11 [pid: 7|app: 0|req: 812/1716] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:16 2026] POST /v2.0/subnets => generated 673 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1717] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/ports/6bddae4a-1eef-48e5-94d5-1a1e395f9b11 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:16.425 7 INFO neutron.db.segments_db [None req-16e805f4-a25b-4dc1-90e7-d9b0457b8c86 ac093900a2184b399543d6cba827c4f8 7be6d230cf234af9961bc1ecd379160b - - default default] Added segment 02d334c0-13f0-4719-a461-8ea6c6b7dee2 of type vxlan for network da3ed219-e2e6-4f2e-bb67-5bf95b452ca0 2026-05-31 18:34:16.513 8 INFO neutron.services.segments.plugin [-] Segment 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 resource provider aggregate not found [pid: 7|app: 0|req: 813/1718] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:16 2026] POST /v2.0/networks => generated 648 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:16.518 8 INFO neutron.services.segments.plugin [-] Segment 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 resource provider aggregate not found 2026-05-31 18:34:16.535 8 INFO neutron.services.segments.plugin [-] Segment 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 found for delete ", "request_id": "req-87dc7ef8-84d2-4b73-ac1a-3542a868ab37"}]} [pid: 8|app: 0|req: 906/1719] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/networks/55fa653a-d49c-43fd-971b-84b16aff2a7d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:16.543 8 INFO neutron.services.segments.plugin [-] Segment 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06942ec2-f4f8-4a66-9348-e0dfc1bf7d99 found for delete ", "request_id": "req-50a01154-2647-4e9d-96a2-36dd13a53303"}]} [pid: 7|app: 0|req: 814/1720] 10.0.0.196 () {34 vars in 743 bytes} [Sun May 31 18:34:16 2026] PUT /v2.0/networks/da3ed219-e2e6-4f2e-bb67-5bf95b452ca0 => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1721] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/networks/6ddb51f4-31c3-4a3f-9231-4b3772ea9b9c => 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: 908/1722] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/networks/4e253f60-1e45-489c-aca8-182481bcc368 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1723] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:16 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1724] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/networks/b5c0f64a-600c-4554-b20c-d9adfae80721 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1725] 10.0.0.196 () {34 vars in 741 bytes} [Sun May 31 18:34:16 2026] PUT /v2.0/subnets/d49bc8f2-9023-4191-83fe-86415422b3e3 => generated 656 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1726] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:16 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:17.049 7 INFO neutron.services.segments.plugin [-] Segment 90ee6a1b-de53-401f-beff-ffb46e14f298 resource provider aggregate not found 2026-05-31 18:34:17.054 7 INFO neutron.services.segments.plugin [-] Segment 90ee6a1b-de53-401f-beff-ffb46e14f298 resource provider aggregate not found [pid: 7|app: 0|req: 817/1727] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/networks/14f0b08b-2f34-4444-a0c6-65e954d6d6dd => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:17.072 7 INFO neutron.services.segments.plugin [-] Segment 90ee6a1b-de53-401f-beff-ffb46e14f298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ee6a1b-de53-401f-beff-ffb46e14f298 found for delete ", "request_id": "req-8eaeff43-5316-4102-8a03-a921ead1ae0a"}]} 2026-05-31 18:34:17.073 7 INFO neutron.services.segments.plugin [-] Segment 90ee6a1b-de53-401f-beff-ffb46e14f298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ee6a1b-de53-401f-beff-ffb46e14f298 found for delete ", "request_id": "req-0e5e275c-1894-4073-a142-859e17752c5a"}]} [pid: 7|app: 0|req: 818/1728] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=03ba604e-58f7-4b78-bf70-fdbbbf1cf93c => 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: 819/1729] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/subnets?id=78a13ffd-f3e4-43d5-b7f6-8a6104f70bad => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1730] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/ports?network_id=15bd515c-88c1-47d8-b3b1-9c85d236a11e&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1731] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:16 2026] DELETE /v2.0/networks/da3ed219-e2e6-4f2e-bb67-5bf95b452ca0 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:17.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e65466c4-306f-42f3-9096-a33f50bb85fd ac093900a2184b399543d6cba827c4f8 7be6d230cf234af9961bc1ecd379160b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1732] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:17 2026] DELETE /v2.0/networks/da3ed219-e2e6-4f2e-bb67-5bf95b452ca0 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1733] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?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: 913/1734] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1735] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?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: 914/1736] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/subnets?network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1737] 10.0.0.196 () {32 vars in 653 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1738] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1739] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/networks => generated 1313 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1740] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1741] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1742] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/networks/87d0c543-ed51-480c-a54f-02d32dba3e9a => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1743] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/subnets/068275df-9f02-468a-8dd8-d98172143d61 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:17.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5165e56-4e06-47f8-aee8-ae04f3e59d00 ac093900a2184b399543d6cba827c4f8 7be6d230cf234af9961bc1ecd379160b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1744] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:17 2026] DELETE /v2.0/subnets/d49bc8f2-9023-4191-83fe-86415422b3e3 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:34:17.535 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2473fce9-d4bf-4bfb-8fa9-6db1cad60bad ac093900a2184b399543d6cba827c4f8 7be6d230cf234af9961bc1ecd379160b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1745] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:17 2026] DELETE /v2.0/networks/da3ed219-e2e6-4f2e-bb67-5bf95b452ca0 => 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: 827/1746] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:17 2026] DELETE /v2.0/subnets/068275df-9f02-468a-8dd8-d98172143d61 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1747] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:17 2026] DELETE /v2.0/networks/87d0c543-ed51-480c-a54f-02d32dba3e9a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1748] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:17 2026] GET /v2.0/security-groups?tenant_id=19d8b64b6a6e4325a6337b4076ced1d7&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1749] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:18 2026] DELETE /v2.0/security-groups/430bcb63-2dc7-4689-bc35-149112e78d45 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1750] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:18 2026] GET /v2.0/security-groups?tenant_id=7be6d230cf234af9961bc1ecd379160b&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: 830/1751] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:18 2026] GET /v2.0/security-groups?tenant_id=b6e8952c2d0242129d10ff9e4a84fd25&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1752] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:18 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:18.563 8 INFO neutron.services.segments.plugin [-] Segment ed6b07bd-63d0-4926-9abb-89b204d5979f resource provider aggregate not found [pid: 7|app: 0|req: 832/1753] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:18 2026] DELETE /v2.0/security-groups/0244d99e-d377-44ce-9878-65b0ca7e571e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:18.569 8 INFO neutron.services.segments.plugin [-] Segment ed6b07bd-63d0-4926-9abb-89b204d5979f resource provider aggregate not found 2026-05-31 18:34:18.590 8 INFO neutron.services.segments.plugin [-] Segment ed6b07bd-63d0-4926-9abb-89b204d5979f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed6b07bd-63d0-4926-9abb-89b204d5979f found for delete ", "request_id": "req-be019bd3-8266-40eb-a8c7-e90d9f1f0ed3"}]} 2026-05-31 18:34:18.591 8 INFO neutron.services.segments.plugin [-] Segment ed6b07bd-63d0-4926-9abb-89b204d5979f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed6b07bd-63d0-4926-9abb-89b204d5979f found for delete ", "request_id": "req-07303c8e-1053-4abe-93f6-df2b028a494a"}]} 2026-05-31 18:34:18.611 8 INFO neutron.services.segments.plugin [-] Segment 9297f395-0ba9-4482-9318-96c979f0c2a9 resource provider aggregate not found 2026-05-31 18:34:18.617 8 INFO neutron.services.segments.plugin [-] Segment 9297f395-0ba9-4482-9318-96c979f0c2a9 resource provider aggregate not found [pid: 8|app: 0|req: 922/1754] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:18 2026] GET /v2.0/security-groups?tenant_id=3408b8cdf6a44147a2f90a603b73a563&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:18.634 8 INFO neutron.services.segments.plugin [-] Segment 9297f395-0ba9-4482-9318-96c979f0c2a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9297f395-0ba9-4482-9318-96c979f0c2a9 found for delete ", "request_id": "req-eb94e7a0-c05d-4c75-b526-ce2e30d05d6c"}]} 2026-05-31 18:34:18.639 8 INFO neutron.services.segments.plugin [-] Segment 9297f395-0ba9-4482-9318-96c979f0c2a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9297f395-0ba9-4482-9318-96c979f0c2a9 found for delete ", "request_id": "req-4d6f5a39-de9b-451c-9d39-85cd87552fa1"}]} 2026-05-31 18:34:18.657 8 INFO neutron.services.segments.plugin [-] Segment cbd84808-8fc4-43d5-8913-29d41898fbad resource provider aggregate not found 2026-05-31 18:34:18.662 8 INFO neutron.services.segments.plugin [-] Segment cbd84808-8fc4-43d5-8913-29d41898fbad resource provider aggregate not found [pid: 7|app: 0|req: 833/1755] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:18 2026] DELETE /v2.0/security-groups/5868137b-f482-4f7e-a8a1-93a0b5e5b259 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1756] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:18 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:18.671 8 INFO neutron.services.segments.plugin [-] Segment cbd84808-8fc4-43d5-8913-29d41898fbad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbd84808-8fc4-43d5-8913-29d41898fbad found for delete ", "request_id": "req-e516b8b4-18b5-4338-958e-be3868df3a79"}]} 2026-05-31 18:34:18.683 8 INFO neutron.services.segments.plugin [-] Segment 02d334c0-13f0-4719-a461-8ea6c6b7dee2 resource provider aggregate not found 2026-05-31 18:34:18.687 8 INFO neutron.services.segments.plugin [-] Segment cbd84808-8fc4-43d5-8913-29d41898fbad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbd84808-8fc4-43d5-8913-29d41898fbad found for delete ", "request_id": "req-bf04c973-6376-48d1-b5cd-e83962d690d0"}]} 2026-05-31 18:34:18.695 8 INFO neutron.services.segments.plugin [-] Segment 02d334c0-13f0-4719-a461-8ea6c6b7dee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02d334c0-13f0-4719-a461-8ea6c6b7dee2 found for delete ", "request_id": "req-55f7189a-a903-4f0d-a6d9-b4134aadb7a1"}]} 2026-05-31 18:34:18.707 8 INFO neutron.services.segments.plugin [-] Segment d36ef252-efab-4438-8b0f-0b9f5e111536 resource provider aggregate not found 2026-05-31 18:34:18.710 8 INFO neutron.services.segments.plugin [-] Segment 02d334c0-13f0-4719-a461-8ea6c6b7dee2 resource provider aggregate not found 2026-05-31 18:34:18.721 8 INFO neutron.services.segments.plugin [-] Segment d36ef252-efab-4438-8b0f-0b9f5e111536 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36ef252-efab-4438-8b0f-0b9f5e111536 found for delete ", "request_id": "req-bd61c7b0-316f-4e87-b0c3-c85f5b6124e1"}]} 2026-05-31 18:34:18.725 8 INFO neutron.services.segments.plugin [-] Segment 02d334c0-13f0-4719-a461-8ea6c6b7dee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02d334c0-13f0-4719-a461-8ea6c6b7dee2 found for delete ", "request_id": "req-8d99ad5b-e906-4ad1-b47a-ff0759b804f6"}]} 2026-05-31 18:34:18.738 8 INFO neutron.services.segments.plugin [-] Segment d36ef252-efab-4438-8b0f-0b9f5e111536 resource provider aggregate not found 2026-05-31 18:34:18.756 8 INFO neutron.services.segments.plugin [-] Segment d36ef252-efab-4438-8b0f-0b9f5e111536 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36ef252-efab-4438-8b0f-0b9f5e111536 found for delete ", "request_id": "req-93cee5c3-eeba-4c56-a5e6-d388664b812e"}]} [pid: 7|app: 0|req: 834/1757] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:18 2026] DELETE /v2.0/security-groups/84a7e253-93b1-4c23-ac7a-c5fdd06f5f01 => 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: 924/1758] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:18 2026] GET /v2.0/security-groups?tenant_id=6ea2c234b2f04b0c9de27d62776852c3&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1759] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:18 2026] DELETE /v2.0/security-groups/be994c59-8fb6-4c59-b77c-b461cc181cdb => 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: 925/1760] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:19 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1761] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:19 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:20.767 8 INFO neutron.db.segments_db [None req-6d2ddcce-3fc6-42d4-9453-a70fa5eefdfe e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 245c9ead-2e52-4fbb-a5f6-019da4eb2225 of type vxlan for network e1edc76f-cfa3-4c66-8c93-9c465dd2da01 [pid: 8|app: 0|req: 926/1762] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:34:20 2026] POST /v2.0/networks => generated 741 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1763] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:20 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1764] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:21 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1765] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:20 2026] POST /v2.0/subnets => generated 688 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:21.163 8 INFO neutron.db.segments_db [None req-46e8375e-a24b-4153-9fa3-0efdfbeb0ce7 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 of type vxlan for network 75abcad7-4b13-4e6a-8618-aec6437cdce9 2026-05-31 18:34:21.393 8 INFO neutron.db.l3_hamode_db [None req-46e8375e-a24b-4153-9fa3-0efdfbeb0ce7 e6eda51265aa4ae8994c4389a4a8dbc1 b16df01690344b039f5472aa66192a44 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:34:22.128 8 INFO neutron.db.l3_hamode_db [None req-46e8375e-a24b-4153-9fa3-0efdfbeb0ce7 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 838/1766] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:22 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1767] 10.0.0.196 () {34 vars in 678 bytes} [Sun May 31 18:34:22 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: 840/1768] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:22 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1769] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:34:22 2026] PUT /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 25 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1770] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:22 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1771] 10.0.0.196 () {34 vars in 764 bytes} [Sun May 31 18:34:22 2026] PUT /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1772] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:21 2026] POST /v2.0/routers => generated 728 bytes in 1808 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1773] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:22 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1774] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:22 2026] GET /v2.0/security-groups?tenant_id=d0465d2c24ec4fb1b9a5e302fc143af9&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1775] 10.0.0.196 () {34 vars in 760 bytes} [Sun May 31 18:34:23 2026] PUT /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1776] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:23 2026] DELETE /v2.0/security-groups/10873741-4b27-49a4-9dbe-8f1db9cab97c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1777] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1778] 10.0.0.196 () {34 vars in 782 bytes} [Sun May 31 18:34:23 2026] PUT /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1779] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1780] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/security-groups?tenant_id=57060a007d064c90be4fc4e6eceba4c9&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1781] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:34:23 2026] PUT /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1782] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1783] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:23 2026] DELETE /v2.0/security-groups/8109c13c-02ed-40c4-a6f5-92754a9b653b => 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: 854/1784] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1785] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1786] 10.0.0.196 () {32 vars in 741 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/red => 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: 857/1787] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:23.891 7 INFO neutron.api.v2.resource [None req-3514d2f9-1c3c-4076-8b4f-f6138cd27e2b 79a7d33838404483b7c4d71496dd4840 b0a6a21dd5b0490e8981e96f5e91288e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1788] 10.0.0.196 () {32 vars in 745 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1789] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1790] 10.0.0.196 () {32 vars in 744 bytes} [Sun May 31 18:34:23 2026] DELETE /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/red => 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: 861/1791] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:23 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 862/1792] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:24 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1793] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:34:23 2026] PUT /v2.0/routers/3ed96c76-fcd6-4f01-a37f-faceb84a0e55/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:24.233 8 INFO neutron.api.v2.resource [None req-22310f52-6ec4-4d2e-93fb-f751023c909f 79a7d33838404483b7c4d71496dd4840 b0a6a21dd5b0490e8981e96f5e91288e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/1794] 10.0.0.196 () {32 vars in 748 bytes} [Sun May 31 18:34:24 2026] DELETE /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1797] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:24 2026] DELETE /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1798] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:34:24 2026] GET /v2.0/policies/949ea0ac-2063-42b8-ab03-42944305e341/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1799] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:34:24 2026] DELETE /v2.0/qos/policies/949ea0ac-2063-42b8-ab03-42944305e341 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:25.008 7 INFO neutron.db.l3_db [None req-de69616d-ea31-41bb-b47b-c1a5838fd3fe f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Floating IP 9b4b3536-7481-4f29-8917-fe23da7c950f associated. External IP: 10.96.250.205, port: 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c. [pid: 7|app: 0|req: 863/1800] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:34:24 2026] POST /v2.0/floatingips => generated 856 bytes in 1269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:25.389 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e5194b6-be45-44f0-b51e-de72d79fb42a'] response: {'name': 'network-changed', 'server_uuid': '2633599a-2a51-4774-b832-d7df29a8479a', 'tag': '03ba604e-58f7-4b78-bf70-fdbbbf1cf93c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 864/1801] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:25 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1802] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:25 2026] GET /v2.0/security-groups?tenant_id=b0a6a21dd5b0490e8981e96f5e91288e&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1803] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:25 2026] DELETE /v2.0/security-groups/de8cf0ae-5dc8-4f83-9e2a-53443f055222 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1804] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:25 2026] GET /v2.0/security-groups?tenant_id=000d3a66b8934dcc89f75b40d0c83592&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: 940/1805] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:25 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1806] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:34:25 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1807] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:25 2026] DELETE /v2.0/security-groups/9445a556-2bd9-47f3-ae32-7a86b0c93e14 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1808] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=03ba604e-58f7-4b78-bf70-fdbbbf1cf93c => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1809] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/subnets?id=78a13ffd-f3e4-43d5-b7f6-8a6104f70bad => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1810] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/ports?network_id=15bd515c-88c1-47d8-b3b1-9c85d236a11e&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: 868/1811] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1812] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1813] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1814] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/networks?id=e1edc76f-cfa3-4c66-8c93-9c465dd2da01 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1815] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/quotas/b16df01690344b039f5472aa66192a44 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1816] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/ports?tenant_id=b16df01690344b039f5472aa66192a44&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1817] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/networks/e1edc76f-cfa3-4c66-8c93-9c465dd2da01?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: 947/1818] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:34:26 2026] GET /v2.0/networks/e1edc76f-cfa3-4c66-8c93-9c465dd2da01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1819] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:27 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => 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: 873/1820] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:27 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1821] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:27 2026] GET /v2.0/security-groups?tenant_id=b4c5dd4f3217420394a485b58f9c5c14&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1822] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:27 2026] DELETE /v2.0/security-groups/5ff64506-220d-4693-8bb0-a9c3f2b420c6 => 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: 949/1823] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:28 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => 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: 950/1824] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:29 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:29.389 7 INFO neutron.db.segments_db [None req-9e27ba00-3ef6-41bc-8fc9-7cf760f9b7da f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] Added segment cc01c0f2-6454-4c5d-ac2b-b6ea406a902f of type vxlan for network 2ac5a3e4-add9-426f-a4c2-5ce5235aadfb 2026-05-31 18:34:29.639 7 INFO neutron.db.l3_hamode_db [None req-9e27ba00-3ef6-41bc-8fc9-7cf760f9b7da f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:34:29.740 7 INFO neutron.db.l3_hamode_db [None req-9e27ba00-3ef6-41bc-8fc9-7cf760f9b7da f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 875/1825] 10.0.0.196 () {34 vars in 668 bytes} [Sun May 31 18:34:29 2026] POST /v2.0/routers => generated 474 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1826] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:30 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => 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: 951/1827] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:34:30 2026] PUT /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 25 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1828] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:30 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1829] 10.0.0.196 () {34 vars in 762 bytes} [Sun May 31 18:34:30 2026] PUT /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/green => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1830] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:30 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1831] 10.0.0.196 () {34 vars in 758 bytes} [Sun May 31 18:34:30 2026] PUT /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/red => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1832] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:30 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1833] 10.0.0.196 () {34 vars in 780 bytes} [Sun May 31 18:34:30 2026] PUT /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/black.or.white => generated 4 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1834] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 52 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1835] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:34:31 2026] PUT /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1836] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1837] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => 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: 882/1838] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:31.555 8 INFO neutron.api.v2.resource [None req-4dd071ee-b1ee-4062-8c6d-f248927f488d f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/1839] 10.0.0.196 () {32 vars in 743 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1840] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:34:31 2026] DELETE /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/red => 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: 958/1841] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 30 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:31.830 7 INFO neutron.api.v2.resource [None req-518c8731-e2c9-4cc6-b651-911350828373 f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 884/1842] 10.0.0.196 () {32 vars in 746 bytes} [Sun May 31 18:34:31 2026] DELETE /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1843] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:34:31 2026] DELETE /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => 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: 885/1844] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480/tags => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1845] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:34:31 2026] GET /v2.0/networks?id=e1edc76f-cfa3-4c66-8c93-9c465dd2da01 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1846] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:34:32 2026] GET /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480 => generated 480 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1847] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:34:32 2026] POST /v2.0/ports => generated 958 bytes in 398 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: 887/1848] 10.0.0.196 () {34 vars in 742 bytes} [Sun May 31 18:34:32 2026] PUT /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480 => generated 480 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1849] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:32 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 961 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1850] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:34:32 2026] GET /v2.0/ports?device_id=830dd705-cab2-443f-9ecb-4cf3d8bcf480 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1851] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:32 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:32.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a46bcf2-1900-4823-a63c-286a82f41204 f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] TaaS: Handle Delete Port: 79df9b56-3873-4969-b604-5faa3b7eaef8 2026-05-31 18:34:32.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a46bcf2-1900-4823-a63c-286a82f41204 f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] Tap Mirror: Handle Delete Port: 79df9b56-3873-4969-b604-5faa3b7eaef8 [pid: 8|app: 0|req: 962/1852] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:34:32 2026] PUT /v2.0/ports/b96f483d-6945-431a-ab0b-5ddbe80f81fa => generated 1239 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:32.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab3e9ec9-7d16-453b-80f8-2af7c954d4ee'] response: {'name': 'network-changed', 'server_uuid': 'a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8', 'tag': 'b96f483d-6945-431a-ab0b-5ddbe80f81fa', 'status': 'completed', 'code': 200} 2026-05-31 18:34:33.147 7 INFO neutron.services.segments.plugin [-] Segment cc01c0f2-6454-4c5d-ac2b-b6ea406a902f resource provider aggregate not found 2026-05-31 18:34:33.158 7 INFO neutron.services.segments.plugin [-] Segment cc01c0f2-6454-4c5d-ac2b-b6ea406a902f resource provider aggregate not found 2026-05-31 18:34:33.163 7 INFO neutron.services.segments.plugin [-] Segment cc01c0f2-6454-4c5d-ac2b-b6ea406a902f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc01c0f2-6454-4c5d-ac2b-b6ea406a902f found for delete ", "request_id": "req-ee0ea542-5fbf-4e85-8333-46a6d5b7bfc4"}]} 2026-05-31 18:34:33.181 7 INFO neutron.services.segments.plugin [-] Segment cc01c0f2-6454-4c5d-ac2b-b6ea406a902f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc01c0f2-6454-4c5d-ac2b-b6ea406a902f found for delete ", "request_id": "req-2ce0b2a1-14c0-427f-b6cb-ee4a0bf4a0d9"}]} 2026-05-31 18:34:33.186 7 INFO neutron.db.l3_hamode_db [None req-2a46bcf2-1900-4823-a63c-286a82f41204 f0e1cad639504f828a16d1b132d326ff bbad9bfe2bed4bdda06fb343e13668e2 - - default default] HA network 2ac5a3e4-add9-426f-a4c2-5ce5235aadfb was deleted as no HA routers are present in tenant bbad9bfe2bed4bdda06fb343e13668e2. [pid: 7|app: 0|req: 891/1853] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:32 2026] DELETE /v2.0/routers/830dd705-cab2-443f-9ecb-4cf3d8bcf480 => generated 0 bytes in 479 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: 963/1854] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/ports?tenant_id=b16df01690344b039f5472aa66192a44&device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1855] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/networks?tenant_id=b16df01690344b039f5472aa66192a44&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1856] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1857] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1858] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1859] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1860] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&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: 967/1861] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:33 2026] GET /v2.0/security-groups?tenant_id=bbad9bfe2bed4bdda06fb343e13668e2&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1862] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:34 2026] DELETE /v2.0/security-groups/8d1bcd5d-80b3-4a1e-84eb-cb5ef36f7708 => 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: 968/1863] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/security-groups?tenant_id=11fd8aa01d2740b19943c6631dc5cfbe&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1864] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/ports?tenant_id=b16df01690344b039f5472aa66192a44&device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1865] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b96f483d-6945-431a-ab0b-5ddbe80f81fa => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1866] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:34 2026] DELETE /v2.0/security-groups/dfe18f9e-1bb3-4d35-92a0-b17b92ebd13f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1867] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/subnets?id=7565c573-ed94-4f7a-af87-f392342f5756 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1868] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/ports?network_id=e1edc76f-cfa3-4c66-8c93-9c465dd2da01&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: 972/1869] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/networks/e1edc76f-cfa3-4c66-8c93-9c465dd2da01?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1870] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/networks/e1edc76f-cfa3-4c66-8c93-9c465dd2da01?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: 973/1871] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:34 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1872] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:35 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1873] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:36 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1874] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:36 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:36.728 8 INFO neutron.db.segments_db [None req-43956f6c-c2f9-4d9a-8801-e990d237e1c2 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Added segment 1270480f-b91b-45a9-ad1a-b52801979cca of type vxlan for network 45f099db-bcad-4681-89e5-2be568c53694 [pid: 8|app: 0|req: 975/1875] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:36 2026] POST /v2.0/networks => generated 640 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1876] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:36 2026] POST /v2.0/subnets => generated 657 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1877] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:34:37 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1878] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:37 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1879] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:37 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1880] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:37 2026] POST /v2.0/subnets => generated 731 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:37.666 7 INFO neutron.db.segments_db [None req-1b4e0bd9-6bdc-47c5-8991-473d62a56f75 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Added segment f4fbaaf3-d523-4707-ae0c-eaffe09172e1 of type vxlan for network 90ac7baa-0be1-4b04-84e8-3afabfc1b196 [pid: 7|app: 0|req: 904/1881] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:37 2026] POST /v2.0/networks => generated 637 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1882] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:37 2026] POST /v2.0/subnets => generated 656 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1883] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:34:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1884] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:37 2026] POST /v2.0/subnets => generated 726 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1885] 10.0.0.196 () {34 vars in 767 bytes} [Sun May 31 18:34:38 2026] PUT /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:38.367 8 INFO neutron.db.segments_db [None req-97bccf0b-82ae-4178-95ec-7590c462204b 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Added segment 2431fcbc-7897-4738-b136-e36dbbf296d6 of type vxlan for network 36d5f974-3bf2-478f-85eb-239e10d8b6ac [pid: 7|app: 0|req: 907/1886] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1887] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:34:38 2026] POST /v2.0/networks => generated 638 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1888] 10.0.0.196 () {34 vars in 778 bytes} [Sun May 31 18:34:38 2026] PUT /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1889] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1890] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1891] 10.0.0.196 () {34 vars in 774 bytes} [Sun May 31 18:34:38 2026] PUT /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/red => 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: 912/1892] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&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: 7|app: 0|req: 913/1893] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/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: 981/1894] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:38 2026] POST /v2.0/subnets => generated 655 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1895] 10.0.0.196 () {34 vars in 796 bytes} [Sun May 31 18:34:38 2026] PUT /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1896] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1897] 10.0.0.196 () {34 vars in 767 bytes} [Sun May 31 18:34:38 2026] PUT /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1898] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1899] 10.0.0.196 () {32 vars in 755 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1900] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:38 2026] POST /v2.0/subnets => generated 730 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:34:38.985 7 INFO neutron.api.v2.resource [None req-5dae8da5-08ca-448f-967e-a20472c46712 1377c4f1f97f42809d850c3ab0ec9389 c910f193b5ce4e1b9d05de828b5c49e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1901] 10.0.0.196 () {32 vars in 759 bytes} [Sun May 31 18:34:38 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:34:39.025 8 INFO neutron.db.segments_db [None req-c7e354ff-5559-4f3f-8f67-0e23c3ae1036 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Added segment 49cf9eb3-9fc3-464c-823b-ebe5a4add7af of type vxlan for network eecbde06-1f8a-43aa-aa7b-db81d9fa0f46 [pid: 7|app: 0|req: 920/1902] 10.0.0.196 () {32 vars in 758 bytes} [Sun May 31 18:34:38 2026] DELETE /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1903] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:39 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:39.124 7 INFO neutron.api.v2.resource [None req-27fefbdc-f5c6-48d7-8a72-970c45c2619e 1377c4f1f97f42809d850c3ab0ec9389 c910f193b5ce4e1b9d05de828b5c49e1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1904] 10.0.0.196 () {32 vars in 762 bytes} [Sun May 31 18:34:39 2026] DELETE /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1905] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:34:39 2026] DELETE /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1908] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:39 2026] GET /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93/tags => 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: 927/1909] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:39 2026] DELETE /v2.0/security-groups/535a80f1-ba27-4c34-87d3-935f2e283c93 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:39.327 8 INFO neutron.db.l3_hamode_db [None req-c7e354ff-5559-4f3f-8f67-0e23c3ae1036 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 928/1910] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:39 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1911] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:39 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1912] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:40 2026] GET /v2.0/security-groups?tenant_id=3928d78a50504ed1b347b95433474ab0&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1913] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:40 2026] DELETE /v2.0/security-groups/e25f557e-7f5d-411b-b248-7a11cb4c65c8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:34:40.534 8 INFO neutron.db.l3_hamode_db [None req-c7e354ff-5559-4f3f-8f67-0e23c3ae1036 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 932/1914] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:40 2026] GET /v2.0/security-groups?tenant_id=c910f193b5ce4e1b9d05de828b5c49e1&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1915] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:40 2026] DELETE /v2.0/security-groups/95e68383-bd53-4e15-8491-42b6e94e27c3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1916] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:41 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => 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: 935/1917] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:41 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&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: 983/1918] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:34:38 2026] POST /v2.0/routers => generated 683 bytes in 2371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1919] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:42 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1920] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:42 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1921] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:34:41 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1922] 10.0.0.196 () {32 vars in 826 bytes} [Sun May 31 18:34:43 2026] GET /v2.0/ports?project_id=d76772ddebb443c8a619fc0c5a281ff9&network_id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 3695 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1923] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:34:43 2026] GET /v2.0/subnets?network_id=82380fb6-093a-457d-b817-76ad9c846b80 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:43.643 7 INFO neutron.db.l3_db [None req-1865d352-3359-4ffe-a80e-8f7174185375 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Floating IP 9b4b3536-7481-4f29-8917-fe23da7c950f disassociated. External IP: 10.96.250.205, port: 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c. [pid: 7|app: 0|req: 939/1924] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:34:43 2026] PUT /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 554 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:44.052 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bc5220d-3a7e-42f3-91ca-c6669c8b060a'] response: {'name': 'network-changed', 'server_uuid': '2633599a-2a51-4774-b832-d7df29a8479a', 'tag': '03ba604e-58f7-4b78-bf70-fdbbbf1cf93c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 940/1925] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1926] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1927] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 554 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1928] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/security-groups?id=22a8cb98-7479-4d49-9a46-6cce419d39e4&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:44.337 7 INFO neutron_taas.services.taas.taas_plugin [req-9e90cc59-b5fd-425a-933d-f4ca5a328dbb req-d8e8e5fe-e0ae-462d-bf4b-4a75fe69ddf3 d39fc24f149d4e528a54f637f38b8aa8 b16df01690344b039f5472aa66192a44 - - default default] TaaS: Handle Delete Port: b96f483d-6945-431a-ab0b-5ddbe80f81fa 2026-05-31 18:34:44.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9e90cc59-b5fd-425a-933d-f4ca5a328dbb req-d8e8e5fe-e0ae-462d-bf4b-4a75fe69ddf3 d39fc24f149d4e528a54f637f38b8aa8 b16df01690344b039f5472aa66192a44 - - default default] Tap Mirror: Handle Delete Port: b96f483d-6945-431a-ab0b-5ddbe80f81fa [pid: 8|app: 0|req: 986/1929] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:34:42 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/add_router_interface => generated 309 bytes in 1586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1930] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:34:44 2026] DELETE /v2.0/ports/b96f483d-6945-431a-ab0b-5ddbe80f81fa => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1931] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:34:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1932] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 989/1933] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:34:44 2026] PUT /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/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: 990/1934] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1935] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1936] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=03ba604e-58f7-4b78-bf70-fdbbbf1cf93c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1937] 10.0.0.196 () {34 vars in 770 bytes} [Sun May 31 18:34:44 2026] PUT /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1938] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/subnets?id=78a13ffd-f3e4-43d5-b7f6-8a6104f70bad => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1939] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1940] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/ports?network_id=15bd515c-88c1-47d8-b3b1-9c85d236a11e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1941] 10.0.0.196 () {34 vars in 766 bytes} [Sun May 31 18:34:44 2026] PUT /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1942] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1943] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:44 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1944] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?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: 1001/1945] 10.0.0.196 () {34 vars in 788 bytes} [Sun May 31 18:34:45 2026] PUT /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1946] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1947] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:34:45 2026] PUT /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1948] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1949] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1950] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1951] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:45.327 8 INFO neutron.api.v2.resource [None req-2490b212-fa90-4514-92d6-bb660bae895c 2ffad6faec6c405f9eceb53e21fda7b4 c15de6e528584407aa618467de1e8012 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1008/1952] 10.0.0.196 () {32 vars in 751 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1953] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:34:45 2026] DELETE /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1954] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:45.432 8 INFO neutron.api.v2.resource [None req-b8c30cd1-cd88-4c8c-8d20-9394ad8a0c30 2ffad6faec6c405f9eceb53e21fda7b4 c15de6e528584407aa618467de1e8012 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/1955] 10.0.0.196 () {32 vars in 754 bytes} [Sun May 31 18:34:45 2026] DELETE /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1956] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:34:45 2026] DELETE /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1957] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:34:45 2026] GET /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1958] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:34:45 2026] DELETE /v2.0/subnetpools/e5826c1f-1f90-4f66-9ee3-f7d3d7b05fbb => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1959] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:34:44 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1960] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:34:45 2026] POST /v2.0/security-groups => generated 1628 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-31 18:34:46.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8688572e-4c65-47c5-8f50-767a0e867372'] response: {'server_uuid': 'a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8', 'name': 'network-vif-deleted', 'tag': 'b96f483d-6945-431a-ab0b-5ddbe80f81fa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 946/1961] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1962] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1963] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:34:46 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1964] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1965] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1966] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:46 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1967] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:46 2026] GET /v2.0/security-groups?tenant_id=c15de6e528584407aa618467de1e8012&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1968] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1969] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:46 2026] DELETE /v2.0/security-groups/be7db511-6cd7-4cc8-8652-e4195684c51f => 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: 951/1970] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1971] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1972] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:46 2026] GET /v2.0/security-groups?tenant_id=ba733cd5391e45ab81825e39464932ef&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1973] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:46 2026] DELETE /v2.0/security-groups/4db21903-717f-4187-9b98-43e2c2dd4323 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1974] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1975] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1976] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1977] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1978] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1979] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1980] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:47 2026] GET /v2.0/ports?device_id=a4e26ae4-7883-48bb-9bc9-a8c52d7fbce8 => 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: 1024/1981] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1982] 10.0.0.76 () {34 vars in 1095 bytes} [Sun May 31 18:34:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1556721128&fields=id&tenant_id=eeff0eb086e542f6bb79dd788bad45d1 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1983] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:34:47 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1984] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:34:47 2026] GET /v2.0/quotas/eeff0eb086e542f6bb79dd788bad45d1 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1985] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1986] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1987] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:34:47 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&fields=id => generated 287 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:47.959 8 INFO neutron.db.securitygroups_db [None req-dfb82d39-fd67-4c74-9550-f0efd0f20404 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Project d76772ddebb443c8a619fc0c5a281ff9 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: 962/1988] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:34:47 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1027/1989] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1990] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:48.090 8 INFO neutron.db.securitygroups_db [None req-5897bd2e-ce52-4ae1-a1af-71398ffdff28 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Project d76772ddebb443c8a619fc0c5a281ff9 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: 1028/1991] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:34:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1992] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => 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: 1029/1993] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/networks => generated 1298 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1994] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1348740905&fields=id&tenant_id=d76772ddebb443c8a619fc0c5a281ff9 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1995] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1996] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/quotas/d76772ddebb443c8a619fc0c5a281ff9 => 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: 1031/1997] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&fields=id => generated 149 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1998] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:34:48 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1999] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:34:49 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2000] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:49 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:50.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a25d35d-d757-4300-8795-930a628c7e1b e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 2da20e02-7066-4c04-a621-afb82d81dcdb 2026-05-31 18:34:50.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a25d35d-d757-4300-8795-930a628c7e1b e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 2da20e02-7066-4c04-a621-afb82d81dcdb [pid: 7|app: 0|req: 969/2001] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:50 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1033/2002] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:34:49 2026] PUT /v2.0/routers/3ed96c76-fcd6-4f01-a37f-faceb84a0e55/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:50.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f2eb586-046f-456a-8f4a-63f6c148c13e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 78b51a5e-bd07-43c3-ad5b-04428d6b1fcb 2026-05-31 18:34:50.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f2eb586-046f-456a-8f4a-63f6c148c13e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 78b51a5e-bd07-43c3-ad5b-04428d6b1fcb 2026-05-31 18:34:51.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f2eb586-046f-456a-8f4a-63f6c148c13e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: fcc72ae9-ef4e-4572-9e73-f23a30ea0708 2026-05-31 18:34:51.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f2eb586-046f-456a-8f4a-63f6c148c13e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: fcc72ae9-ef4e-4572-9e73-f23a30ea0708 [pid: 8|app: 0|req: 1034/2003] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:51 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:51.503 7 INFO neutron.services.segments.plugin [-] Segment 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 resource provider aggregate not found 2026-05-31 18:34:51.510 7 INFO neutron.services.segments.plugin [-] Segment 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 resource provider aggregate not found 2026-05-31 18:34:51.526 7 INFO neutron.services.segments.plugin [-] Segment 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 found for delete ", "request_id": "req-fc0c850b-dbda-4113-a6bc-86eb5896e480"}]} 2026-05-31 18:34:51.529 7 INFO neutron.services.segments.plugin [-] Segment 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d8e6d4a-e12b-488f-ba3e-00558ea4c922 found for delete ", "request_id": "req-c3a9b5b9-c196-4ffe-83d1-8d66adf5a935"}]} 2026-05-31 18:34:51.530 7 INFO neutron.db.l3_hamode_db [None req-1f2eb586-046f-456a-8f4a-63f6c148c13e e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network 75abcad7-4b13-4e6a-8618-aec6437cdce9 was deleted as no HA routers are present in tenant b16df01690344b039f5472aa66192a44. [pid: 7|app: 0|req: 970/2004] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:50 2026] DELETE /v2.0/routers/3ed96c76-fcd6-4f01-a37f-faceb84a0e55 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2005] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:34:51 2026] DELETE /v2.0/subnets/7565c573-ed94-4f7a-af87-f392342f5756 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:34:51.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf69bad3-5670-4d84-b915-93f7e7c88ab4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 123678e1-cc8e-46d2-9bc5-f788bbdc9891 2026-05-31 18:34:51.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf69bad3-5670-4d84-b915-93f7e7c88ab4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 123678e1-cc8e-46d2-9bc5-f788bbdc9891 [pid: 7|app: 0|req: 971/2006] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:34:51 2026] DELETE /v2.0/networks/e1edc76f-cfa3-4c66-8c93-9c465dd2da01 => 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: 1036/2007] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:34:52 2026] GET /v2.0/security-groups?tenant_id=b16df01690344b039f5472aa66192a44&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: 972/2008] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:34:52 2026] DELETE /v2.0/security-groups/22a8cb98-7479-4d49-9a46-6cce419d39e4 => 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: 1037/2009] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:52 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 973/2010] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:34:52 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2011] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:34:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eeff0eb086e542f6bb79dd788bad45d1 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2012] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:34:52 2026] POST /v2.0/ports => generated 1179 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 975/2013] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:53 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2014] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:53 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:34:53.557 7 INFO neutron.services.segments.plugin [-] Segment 245c9ead-2e52-4fbb-a5f6-019da4eb2225 resource provider aggregate not found [pid: 7|app: 0|req: 977/2015] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:53 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:34:53.565 7 INFO neutron.services.segments.plugin [-] Segment 245c9ead-2e52-4fbb-a5f6-019da4eb2225 resource provider aggregate not found 2026-05-31 18:34:53.574 7 INFO neutron.services.segments.plugin [-] Segment 245c9ead-2e52-4fbb-a5f6-019da4eb2225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245c9ead-2e52-4fbb-a5f6-019da4eb2225 found for delete ", "request_id": "req-1466515d-6e13-42ae-9a98-0549da64567a"}]} 2026-05-31 18:34:53.578 7 INFO neutron.services.segments.plugin [-] Segment 245c9ead-2e52-4fbb-a5f6-019da4eb2225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 245c9ead-2e52-4fbb-a5f6-019da4eb2225 found for delete ", "request_id": "req-3f16d61c-40dd-4677-b80f-c4de0b1714d7"}]} [pid: 8|app: 0|req: 1039/2016] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:34:53 2026] PUT /v2.0/ports/120f0022-4f4a-4e9a-966e-296a3c36bb0c => generated 1460 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:53.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0779d5b4-fc91-4bd5-b948-bd29d4383409'] response: {'name': 'network-changed', 'server_uuid': 'a7cb1fa9-4546-4503-93d0-eec59eb5ce97', 'tag': '120f0022-4f4a-4e9a-966e-296a3c36bb0c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 978/2017] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:54 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1040/2020] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:34:54 2026] GET /v2.0/networks?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&shared=False => generated 2375 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2021] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:34:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2022] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:54 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 982/2023] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:34:54 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2024] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:34:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d76772ddebb443c8a619fc0c5a281ff9 => generated 274 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2025] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:34:54 2026] POST /v2.0/ports => generated 958 bytes in 340 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: 984/2026] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1463 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2027] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=120f0022-4f4a-4e9a-966e-296a3c36bb0c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2028] 199.204.45.156 () {34 vars in 1104 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d2&port_id=120f0022-4f4a-4e9a-966e-296a3c36bb0c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2029] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/subnets?id=8881a86c-20d2-4bd5-85cc-95377906fedf&id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2030] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2031] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2032] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:34:55 2026] PUT /v2.0/ports/53c3f226-4af7-43eb-b8d2-95580a01d897 => generated 1239 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:34:55.651 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c1c3b93-1877-45ef-81d6-fa234184ae35'] response: {'name': 'network-changed', 'server_uuid': '7f25cb5f-c255-4f7f-b742-34eaf9cec95d', 'tag': '53c3f226-4af7-43eb-b8d2-95580a01d897', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 990/2033] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=segments => generated 14 bytes in 61 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: 1044/2034] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 991/2035] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2036] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:55 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2037] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:56 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2038] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:34:56 2026] GET /v2.0/networks?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2039] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:34:56 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: 1047/2040] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:56 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 994/2041] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:56 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2042] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:34:57 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2043] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:34:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=53c3f226-4af7-43eb-b8d2-95580a01d897 => 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: 1049/2044] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:34:57 2026] GET /v2.0/subnets?id=78a13ffd-f3e4-43d5-b7f6-8a6104f70bad => 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: 996/2045] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:34:57 2026] GET /v2.0/ports?network_id=15bd515c-88c1-47d8-b3b1-9c85d236a11e&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2046] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:34:57 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2047] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:34:57 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?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: 1051/2048] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:58 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2049] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:58 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&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: 1052/2050] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:58 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1194 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2051] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:58 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2052] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:34:59 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1000/2053] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:34:59 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2054] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:00 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1001/2055] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:00 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&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: 1055/2056] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:01 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2057] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:01 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&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: 1056/2058] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:02 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2059] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:02 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&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: 1057/2060] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:03 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1196 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2061] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:03 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2062] 10.0.0.196 () {32 vars in 818 bytes} [Sun May 31 18:35:03 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&mac_address=fa%3A16%3A3e%3Aa6%3Ad8%3Ad7 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2063] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:03 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2064] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:03 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2065] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:03 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2066] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:04 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2067] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:35:04 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:35:04.527 8 INFO neutron.db.l3_db [None req-3b32a970-3e55-4bf9-9999-5b5981dadcce f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Floating IP 9b4b3536-7481-4f29-8917-fe23da7c950f associated. External IP: 10.96.250.205, port: 53c3f226-4af7-43eb-b8d2-95580a01d897. 2026-05-31 18:35:04.726 7 INFO neutron.db.l3_db [None req-5e51f71e-0631-4750-a8d5-eea81a208ff6 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Floating IP 461f4dfb-f61b-41f3-a9a5-f98cc280b85d associated. External IP: 10.96.250.206, port: 120f0022-4f4a-4e9a-966e-296a3c36bb0c. [pid: 8|app: 0|req: 1064/2068] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:35:04 2026] PUT /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 856 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:35:04.970 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34351eca-54f9-4907-a9e6-213221a4def1'] response: {'name': 'network-changed', 'server_uuid': '7f25cb5f-c255-4f7f-b742-34eaf9cec95d', 'tag': '53c3f226-4af7-43eb-b8d2-95580a01d897', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1065/2069] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:35:04 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2070] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:35:03 2026] POST /v2.0/floatingips => generated 854 bytes in 1357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:35:05.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8a04dfa-e429-4ace-bf5c-482896e6ef2e'] response: {'name': 'network-changed', 'server_uuid': 'a7cb1fa9-4546-4503-93d0-eec59eb5ce97', 'tag': '120f0022-4f4a-4e9a-966e-296a3c36bb0c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1006/2071] 10.0.0.76 () {34 vars in 1095 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1556721128&fields=id&tenant_id=eeff0eb086e542f6bb79dd788bad45d1 => 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: 1007/2072] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2073] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/quotas/eeff0eb086e542f6bb79dd788bad45d1 => 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: 1066/2074] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/security-groups?tenant_id=fa903abe98174b38a70c1b261391ac9b&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2075] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/ports?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1009/2076] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&fields=id => generated 333 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2077] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks?id=15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2078] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:05 2026] DELETE /v2.0/security-groups/ae7ab204-97f4-4fa5-a4d2-7033440cbbf0 => 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: 1011/2079] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1069/2080] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=53c3f226-4af7-43eb-b8d2-95580a01d897 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2081] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1070/2082] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/subnets?id=78a13ffd-f3e4-43d5-b7f6-8a6104f70bad => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2083] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/ports?network_id=15bd515c-88c1-47d8-b3b1-9c85d236a11e&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2084] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2085] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2086] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2087] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=120f0022-4f4a-4e9a-966e-296a3c36bb0c => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2088] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e?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: 1074/2089] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => 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: 1016/2090] 199.204.45.156 () {34 vars in 1104 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d2&port_id=120f0022-4f4a-4e9a-966e-296a3c36bb0c => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2091] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/subnets?id=8881a86c-20d2-4bd5-85cc-95377906fedf&id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2092] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:05 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2093] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:35:06 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 856 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2094] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:06 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2095] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:35:06 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2096] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:35:06 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1078/2097] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:35:07 2026] GET /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2100] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:35:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2101] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2102] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eeff0eb086e542f6bb79dd788bad45d1 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2103] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:35:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2104] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:35:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2105] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:35:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2106] 10.0.0.196 () {34 vars in 684 bytes} [Sun May 31 18:35:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2107] 10.0.0.196 () {34 vars in 767 bytes} [Sun May 31 18:35:10 2026] PUT /v2.0/security-groups/748b8bdc-184d-4fc7-8831-ed430a2f858f/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2108] 10.0.0.196 () {34 vars in 767 bytes} [Sun May 31 18:35:10 2026] PUT /v2.0/security-groups/cced05f8-1c84-4d5f-b17b-1de7886c99f0/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2109] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:35:10 2026] POST /v2.0/ports => generated 1187 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2110] 10.0.0.196 () {34 vars in 767 bytes} [Sun May 31 18:35:10 2026] PUT /v2.0/security-groups/29645607-8104-4cf4-a5dc-9f683ff8005c/tags => generated 34 bytes in 34 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: 1088/2111] 10.0.0.196 () {34 vars in 767 bytes} [Sun May 31 18:35:10 2026] PUT /v2.0/security-groups/3d7bce2d-b169-4206-96df-e58b09d4d7df/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2112] 10.0.0.196 () {32 vars in 680 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2113] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2114] 10.0.0.196 () {32 vars in 690 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2115] 10.0.0.196 () {32 vars in 702 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2116] 10.0.0.196 () {32 vars in 688 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2117] 10.0.0.196 () {32 vars in 702 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2118] 10.0.0.196 () {32 vars in 698 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2119] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:10 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1202 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2120] 10.0.0.196 () {32 vars in 710 bytes} [Sun May 31 18:35:11 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2121] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:35:10 2026] PUT /v2.0/ports/cccfa849-f430-4d94-b3e3-7f60fce41db8 => generated 1468 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1098/2122] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:11 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:35:11.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fdb9e0e-1fae-4b65-80cd-0f8685895d47'] response: {'name': 'network-changed', 'server_uuid': 'dc05fc35-46aa-4ba6-8980-b21e8eb5e367', 'tag': 'cccfa849-f430-4d94-b3e3-7f60fce41db8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1025/2123] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:11 2026] DELETE /v2.0/security-groups/748b8bdc-184d-4fc7-8831-ed430a2f858f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2124] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:11 2026] DELETE /v2.0/security-groups/cced05f8-1c84-4d5f-b17b-1de7886c99f0 => 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: 1026/2125] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:11 2026] DELETE /v2.0/security-groups/29645607-8104-4cf4-a5dc-9f683ff8005c => 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: 1100/2126] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:11 2026] DELETE /v2.0/security-groups/3d7bce2d-b169-4206-96df-e58b09d4d7df => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2127] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:11 2026] DELETE /v2.0/security-groups/06cd13fb-72e4-47a7-9ed0-8494c7af843f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2128] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:35:11 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2129] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:35:11 2026] GET /v2.0/networks?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&shared=False => generated 2375 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2130] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:35:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2131] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2132] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2133] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/security-groups?tenant_id=11100957f34a45b38809dd26e8980c89&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2134] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:12 2026] DELETE /v2.0/security-groups/88b304ec-8b72-44b3-97c6-f33d8739a41c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2135] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1471 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2136] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.212&port_id=cccfa849-f430-4d94-b3e3-7f60fce41db8 => 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: 1108/2137] 199.204.45.156 () {34 vars in 1106 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2bd&port_id=cccfa849-f430-4d94-b3e3-7f60fce41db8 => 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: 1030/2138] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/security-groups?tenant_id=21eb0d625dfd4c3c92a20e12d5bb8e23&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2139] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/subnets?id=c51aeb65-29ad-4c07-bf80-fd37f6281db3&id=91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2140] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2141] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:12 2026] DELETE /v2.0/security-groups/19edfd04-6b23-4d75-9cb6-9f87d1817697 => 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: 1111/2142] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&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: 1032/2143] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:35:12 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1112/2144] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:35:13 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1033/2145] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:13 2026] GET /v2.0/security-groups?tenant_id=1a899656da7b4f63980da22b0e5d0514&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2146] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:13 2026] DELETE /v2.0/security-groups/14588706-3dad-481e-8474-f20fef0b22c1 => 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: 1034/2147] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:16 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1202 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2148] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:16 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:35:16.589 7 INFO neutron.db.segments_db [None req-5deda63a-a4ae-4f48-8f95-b966e17f9d3d 47246603e71f449d8837cf252e7516ca 495c69dbbdc24c6c8a96dc66a4a5af1d - - default default] Added segment 791455cf-2d97-486e-84e5-b5d26bf8e47e of type vxlan for network a093ef70-6dcf-407a-9ed0-05ef1d27d7ea [pid: 7|app: 0|req: 1035/2149] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:35:16 2026] POST /v2.0/networks => generated 632 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2150] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:35:16 2026] PUT /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2151] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:16 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2152] 10.0.0.196 () {34 vars in 764 bytes} [Sun May 31 18:35:16 2026] PUT /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2153] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:16 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2154] 10.0.0.196 () {34 vars in 760 bytes} [Sun May 31 18:35:16 2026] PUT /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2155] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:16 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2156] 10.0.0.196 () {34 vars in 782 bytes} [Sun May 31 18:35:17 2026] PUT /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2157] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:17 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2158] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:35:17 2026] PUT /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2159] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:17 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2160] 10.0.0.196 () {32 vars in 741 bytes} [Sun May 31 18:35:17 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:35:17.330 7 INFO neutron.api.v2.resource [None req-4f43b456-20dc-4b23-b33f-7a257f55a24f 47246603e71f449d8837cf252e7516ca 495c69dbbdc24c6c8a96dc66a4a5af1d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1041/2161] 10.0.0.196 () {32 vars in 745 bytes} [Sun May 31 18:35:17 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2162] 10.0.0.196 () {32 vars in 744 bytes} [Sun May 31 18:35:17 2026] DELETE /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/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: 1042/2163] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:17 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:35:17.471 8 INFO neutron.api.v2.resource [None req-c73ac64b-4593-40ac-b52c-6c91c786db79 47246603e71f449d8837cf252e7516ca 495c69dbbdc24c6c8a96dc66a4a5af1d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1122/2164] 10.0.0.196 () {32 vars in 748 bytes} [Sun May 31 18:35:17 2026] DELETE /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2165] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:35:17 2026] DELETE /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => 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: 1123/2166] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:35:17 2026] GET /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:35:17.684 7 INFO neutron.services.segments.plugin [-] Segment 791455cf-2d97-486e-84e5-b5d26bf8e47e resource provider aggregate not found 2026-05-31 18:35:17.688 7 INFO neutron.services.segments.plugin [-] Segment 791455cf-2d97-486e-84e5-b5d26bf8e47e resource provider aggregate not found 2026-05-31 18:35:17.700 7 INFO neutron.services.segments.plugin [-] Segment 791455cf-2d97-486e-84e5-b5d26bf8e47e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 791455cf-2d97-486e-84e5-b5d26bf8e47e found for delete ", "request_id": "req-1c57dc8a-9b16-4aa5-b810-31104e73a7a6"}]} 2026-05-31 18:35:17.714 7 INFO neutron.services.segments.plugin [-] Segment 791455cf-2d97-486e-84e5-b5d26bf8e47e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 791455cf-2d97-486e-84e5-b5d26bf8e47e found for delete ", "request_id": "req-1f961e4a-aee8-4b06-a640-75b1e20ffac0"}]} [pid: 7|app: 0|req: 1044/2167] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:35:17 2026] DELETE /v2.0/networks/a093ef70-6dcf-407a-9ed0-05ef1d27d7ea => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2168] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:18 2026] GET /v2.0/security-groups?tenant_id=f62770383f874aafb2e882250e3cb416&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2169] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:18 2026] DELETE /v2.0/security-groups/053e1b9a-dcea-4cdd-a7ce-a16d38075628 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2170] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:18 2026] GET /v2.0/security-groups?tenant_id=495c69dbbdc24c6c8a96dc66a4a5af1d&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2171] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:18 2026] DELETE /v2.0/security-groups/fcfa60ae-c137-4219-89d3-66bce84adb0d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2172] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:21 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2173] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:21 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2174] 10.0.0.196 () {32 vars in 818 bytes} [Sun May 31 18:35:21 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&mac_address=fa%3A16%3A3e%3A70%3A3d%3Ac7 => generated 1204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:35:22.301 7 INFO neutron.db.l3_db [None req-47836ac1-e2a5-4a63-947f-35ecbaaac801 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Floating IP 1282d9fb-6672-40af-8c9c-b9b7624c158d associated. External IP: 10.96.250.211, port: cccfa849-f430-4d94-b3e3-7f60fce41db8. 2026-05-31 18:35:22.336 8 INFO neutron.db.segments_db [None req-05f2e457-4ec8-48c5-b230-d0a55f5d9e73 ea0b6806a97b4207bec9093447b9b999 37fe524c5d2449ccad0d6095ae3a1d9d - - default default] Added segment da7d7abf-0925-4aca-b5c7-4721e60c5a11 of type vxlan for network 0cc5582a-feeb-4c7a-a045-38e3e05b85c5 [pid: 8|app: 0|req: 1128/2175] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:35:22 2026] POST /v2.0/networks => generated 631 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2176] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:35:22 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2177] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:35:22 2026] PUT /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2178] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:22 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2179] 10.0.0.196 () {34 vars in 762 bytes} [Sun May 31 18:35:22 2026] PUT /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2180] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:22 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/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: 1134/2181] 10.0.0.196 () {34 vars in 758 bytes} [Sun May 31 18:35:22 2026] PUT /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2182] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:22 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2183] 10.0.0.196 () {34 vars in 780 bytes} [Sun May 31 18:35:22 2026] PUT /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/black.or.white => 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: 1048/2184] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:35:21 2026] POST /v2.0/floatingips => generated 855 bytes in 1501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:35:23.081 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8881cb7b-6d80-456f-9e6a-6817f5c772d3'] response: {'name': 'network-changed', 'server_uuid': 'dc05fc35-46aa-4ba6-8980-b21e8eb5e367', 'tag': 'cccfa849-f430-4d94-b3e3-7f60fce41db8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1137/2185] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2186] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:35:23 2026] PUT /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/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: 1138/2187] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/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: 1050/2188] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:35:23.275 8 INFO neutron.api.v2.resource [None req-954aec15-a150-4a6f-b738-01b0d06da4da ea0b6806a97b4207bec9093447b9b999 37fe524c5d2449ccad0d6095ae3a1d9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2189] 10.0.0.196 () {32 vars in 743 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2190] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:35:23 2026] DELETE /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2191] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:35:23.436 7 INFO neutron.api.v2.resource [None req-55a5e1d4-72d5-4de8-b129-b1e14017ddf8 ea0b6806a97b4207bec9093447b9b999 37fe524c5d2449ccad0d6095ae3a1d9d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2192] 10.0.0.196 () {32 vars in 746 bytes} [Sun May 31 18:35:23 2026] DELETE /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2193] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:35:23 2026] DELETE /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => 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: 1053/2194] 10.0.0.196 () {32 vars in 731 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2195] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2196] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 801 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2197] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:35:23 2026] DELETE /v2.0/subnets/9bc19902-2048-47f3-965a-26753c34e153 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2198] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.212&port_id=cccfa849-f430-4d94-b3e3-7f60fce41db8 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2199] 199.204.45.156 () {34 vars in 1106 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2bd&port_id=cccfa849-f430-4d94-b3e3-7f60fce41db8 => 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: 1058/2200] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/subnets?id=c51aeb65-29ad-4c07-bf80-fd37f6281db3&id=91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:35:23.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-5314ada8-d758-4bfd-99a7-900aa0b2f73b ea0b6806a97b4207bec9093447b9b999 37fe524c5d2449ccad0d6095ae3a1d9d - - default default] TaaS: Handle Delete Port: 9efc1316-85a0-46da-941a-0bcb59b83f01 [pid: 7|app: 0|req: 1059/2201] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:35:23.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5314ada8-d758-4bfd-99a7-900aa0b2f73b ea0b6806a97b4207bec9093447b9b999 37fe524c5d2449ccad0d6095ae3a1d9d - - default default] Tap Mirror: Handle Delete Port: 9efc1316-85a0-46da-941a-0bcb59b83f01 [pid: 7|app: 0|req: 1060/2202] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2203] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2204] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:35:23 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:35:24.054 8 INFO neutron.services.segments.plugin [-] Segment da7d7abf-0925-4aca-b5c7-4721e60c5a11 resource provider aggregate not found 2026-05-31 18:35:24.070 8 INFO neutron.services.segments.plugin [-] Segment da7d7abf-0925-4aca-b5c7-4721e60c5a11 resource provider aggregate not found 2026-05-31 18:35:24.084 8 INFO neutron.services.segments.plugin [-] Segment da7d7abf-0925-4aca-b5c7-4721e60c5a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da7d7abf-0925-4aca-b5c7-4721e60c5a11 found for delete ", "request_id": "req-05581577-54fd-4aea-92d0-9fd511f0df93"}]} [pid: 8|app: 0|req: 1143/2205] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:35:23 2026] DELETE /v2.0/networks/0cc5582a-feeb-4c7a-a045-38e3e05b85c5 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:35:24.099 8 INFO neutron.services.segments.plugin [-] Segment da7d7abf-0925-4aca-b5c7-4721e60c5a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da7d7abf-0925-4aca-b5c7-4721e60c5a11 found for delete ", "request_id": "req-42f248fd-d9d6-451d-83ce-c981ecd31a04"}]} [pid: 7|app: 0|req: 1064/2208] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:24 2026] GET /v2.0/security-groups?tenant_id=2e01ce36e5f4456d822ab762c8734768&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: 1145/2209] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:25 2026] DELETE /v2.0/security-groups/dad3e076-07ec-4ad4-82fb-8c9498620512 => 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: 1065/2210] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:35:25 2026] GET /v2.0/security-groups?tenant_id=37fe524c5d2449ccad0d6095ae3a1d9d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2211] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:25 2026] DELETE /v2.0/security-groups/1f5ea335-52e9-48d8-960f-8fb9996f2cc9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2212] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:35:29 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2213] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:35:29 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2214] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:35:34 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2215] 10.0.0.117 () {34 vars in 1040 bytes} [Sun May 31 18:35:34 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2218] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:35:44 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2219] 10.0.0.195 () {30 vars in 690 bytes} [Sun May 31 18:35:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2220] 10.0.0.195 () {30 vars in 692 bytes} [Sun May 31 18:35:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2221] 10.0.0.195 () {30 vars in 668 bytes} [Sun May 31 18:35:45 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: 1152/2222] 10.0.0.195 () {30 vars in 704 bytes} [Sun May 31 18:35:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2223] 10.0.0.195 () {28 vars in 439 bytes} [Sun May 31 18:35:46 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2224] 10.0.0.195 () {30 vars in 728 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 657 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2225] 10.0.0.195 () {30 vars in 690 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2226] 10.0.0.195 () {30 vars in 692 bytes} [Sun May 31 18:35:46 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: 1073/2227] 10.0.0.195 () {30 vars in 668 bytes} [Sun May 31 18:35:46 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: 1155/2228] 10.0.0.195 () {30 vars in 704 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2229] 10.0.0.195 () {30 vars in 728 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2230] 10.0.0.195 () {30 vars in 690 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2231] 10.0.0.195 () {30 vars in 692 bytes} [Sun May 31 18:35: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: 8|app: 0|req: 1157/2232] 10.0.0.195 () {30 vars in 668 bytes} [Sun May 31 18:35:46 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: 1076/2233] 10.0.0.195 () {30 vars in 704 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2234] 10.0.0.195 () {30 vars in 730 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2235] 10.0.0.195 () {30 vars in 682 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2236] 10.0.0.195 () {34 vars in 704 bytes} [Sun May 31 18:35:46 2026] POST /v2.0/ports => generated 1132 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2237] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 975 bytes in 82 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: 1160/2238] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:46 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2239] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:47 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1161/2240] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:48 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2241] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2242] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/security-groups?id=1615ba0a-df04-4b52-abfb-c76b5fb089d7&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: 1081/2243] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:35:49.452 8 INFO neutron_taas.services.taas.taas_plugin [req-a0432431-3c35-4c8f-96a5-375324205970 req-275d66fd-f6b8-4c27-afbf-8d72e7730e37 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 53c3f226-4af7-43eb-b8d2-95580a01d897 2026-05-31 18:35:49.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a0432431-3c35-4c8f-96a5-375324205970 req-275d66fd-f6b8-4c27-afbf-8d72e7730e37 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 53c3f226-4af7-43eb-b8d2-95580a01d897 [pid: 7|app: 0|req: 1082/2244] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2245] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:35:49 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: 1084/2246] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:35:49 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: 1085/2247] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:35:49 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: 1086/2248] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:35:49.599 8 INFO neutron.db.l3_db [req-a0432431-3c35-4c8f-96a5-375324205970 req-275d66fd-f6b8-4c27-afbf-8d72e7730e37 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Floating IP 9b4b3536-7481-4f29-8917-fe23da7c950f disassociated. External IP: 10.96.250.205, port: 53c3f226-4af7-43eb-b8d2-95580a01d897. [pid: 7|app: 0|req: 1087/2249] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:35:49 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: 1088/2250] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:35:49 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: 1089/2251] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:35:49 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: 1090/2252] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:35:49.856 7 INFO neutron.api.v2.resource [None req-533d36ae-946b-40e9-a786-d4538ddf875f e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1091/2253] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/security-groups/lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2254] 199.204.45.156 () {30 vars in 785 bytes} [Sun May 31 18:35:49 2026] GET /v2.0/security-groups?name=lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2255] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:35:49 2026] DELETE /v2.0/ports/53c3f226-4af7-43eb-b8d2-95580a01d897 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:35:49.965 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c647a3ff-c9e2-4fad-a7df-98919dca6ca2'] response: {'server_uuid': '7f25cb5f-c255-4f7f-b742-34eaf9cec95d', 'name': 'network-vif-deleted', 'tag': '53c3f226-4af7-43eb-b8d2-95580a01d897', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1093/2256] 199.204.45.156 () {34 vars in 736 bytes} [Sun May 31 18:35:49 2026] POST /v2.0/security-groups => generated 1636 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2257] 199.204.45.156 () {30 vars in 815 bytes} [Sun May 31 18:35:50 2026] GET /v2.0/security-group-rules?security_group_id=37ec4721-e6da-4a28-942f-ffaa34655db5 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2258] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:35:50 2026] PUT /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2259] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:50 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => generated 12 bytes in 22 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: 1095/2260] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:35:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2261] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:35:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2262] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:35:50 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: 1167/2263] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:35:50 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: 1097/2264] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:35:50 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2265] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:51 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1098/2266] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:52 2026] GET /v2.0/ports?device_id=7f25cb5f-c255-4f7f-b742-34eaf9cec95d => 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: 1169/2267] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:35:53 2026] DELETE /v2.0/security-groups/1615ba0a-df04-4b52-abfb-c76b5fb089d7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:35:53.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-d16107a4-0a51-4ff0-82d2-61e48655294b f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 4c7de279-5131-4749-8764-f301732f9b18 2026-05-31 18:35:53.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d16107a4-0a51-4ff0-82d2-61e48655294b f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 4c7de279-5131-4749-8764-f301732f9b18 [pid: 7|app: 0|req: 1099/2268] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:35:53 2026] DELETE /v2.0/floatingips/9b4b3536-7481-4f29-8917-fe23da7c950f => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2269] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:54 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 1100/2270] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:54 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2273] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:55 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2274] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:55 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2275] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:56 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2276] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:35:56 2026] GET /v2.0/security-groups?id=9f2fe135-7604-49ea-8772-3c228461952a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2277] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:35:56 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:35:56.699 8 INFO neutron_taas.services.taas.taas_plugin [req-24903512-a1d4-4522-a3b9-f82c051e5138 req-6c10cf89-ba60-4a2f-a65b-4d9613c05607 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c 2026-05-31 18:35:56.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24903512-a1d4-4522-a3b9-f82c051e5138 req-6c10cf89-ba60-4a2f-a65b-4d9613c05607 f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 03ba604e-58f7-4b78-bf70-fdbbbf1cf93c [pid: 8|app: 0|req: 1174/2278] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:35:56 2026] DELETE /v2.0/ports/03ba604e-58f7-4b78-bf70-fdbbbf1cf93c => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:35:56.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-943be557-5e67-46a5-bceb-d7803db0e827'] response: {'server_uuid': '2633599a-2a51-4774-b832-d7df29a8479a', 'name': 'network-vif-deleted', 'tag': '03ba604e-58f7-4b78-bf70-fdbbbf1cf93c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1105/2279] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:57 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 1175/2280] 10.0.0.76 () {34 vars in 1015 bytes} [Sun May 31 18:35:57 2026] GET /v2.0/security-groups?id=49a74822-b442-444d-861f-c300031c100b&fields=id => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2281] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:35:57 2026] GET /v2.0/networks?id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2282] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/quotas/0605ec3cdca34bf58a5d75b6c0d08911 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2283] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2284] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1108/2285] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2286] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 1109/2287] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => 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: 1179/2288] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:58 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => 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: 1110/2289] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:35:59 2026] GET /v2.0/ports?device_id=2633599a-2a51-4774-b832-d7df29a8479a => 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: 1180/2290] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:00 2026] DELETE /v2.0/security-groups/9f2fe135-7604-49ea-8772-3c228461952a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:36:01.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-13b8edc6-2eb0-4ebb-a494-e1b6a355ddae f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 45995f91-264a-4550-a6af-4e56701e58d8 2026-05-31 18:36:01.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13b8edc6-2eb0-4ebb-a494-e1b6a355ddae f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 45995f91-264a-4550-a6af-4e56701e58d8 [pid: 8|app: 0|req: 1181/2291] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:01 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => 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: 1182/2292] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:01 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => 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: 1111/2293] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:36:00 2026] PUT /v2.0/routers/13ca413e-2deb-4c03-a139-50abc7cb6528/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2294] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:36:01 2026] DELETE /v2.0/subnets/78a13ffd-f3e4-43d5-b7f6-8a6104f70bad => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:36:02.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ee22890-2670-4545-b314-e355cf05273f f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 08f88ac5-48aa-4770-b7e9-e8a38f3b6cc3 2026-05-31 18:36:02.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee22890-2670-4545-b314-e355cf05273f f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 08f88ac5-48aa-4770-b7e9-e8a38f3b6cc3 2026-05-31 18:36:02.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ee22890-2670-4545-b314-e355cf05273f f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 31c7d138-b3af-42c2-9ded-b273af0ce28f 2026-05-31 18:36:02.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ee22890-2670-4545-b314-e355cf05273f f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 31c7d138-b3af-42c2-9ded-b273af0ce28f 2026-05-31 18:36:02.739 7 INFO neutron.services.segments.plugin [-] Segment e7647a38-9ec7-49c1-8582-58c4ce57d00e resource provider aggregate not found [pid: 8|app: 0|req: 1184/2295] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:36:02 2026] GET /v2.0/networks?id=3742e988-a993-4d7e-8bd0-10529e8aaf50 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:36:02.746 7 INFO neutron.services.segments.plugin [-] Segment e7647a38-9ec7-49c1-8582-58c4ce57d00e resource provider aggregate not found 2026-05-31 18:36:02.767 7 INFO neutron.services.segments.plugin [-] Segment e7647a38-9ec7-49c1-8582-58c4ce57d00e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7647a38-9ec7-49c1-8582-58c4ce57d00e found for delete ", "request_id": "req-1fdb95d1-607f-45a5-9f0a-9352ff7bbea6"}]} 2026-05-31 18:36:02.767 7 INFO neutron.services.segments.plugin [-] Segment e7647a38-9ec7-49c1-8582-58c4ce57d00e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7647a38-9ec7-49c1-8582-58c4ce57d00e found for delete ", "request_id": "req-684a01ca-dfe0-4bf9-b062-c75880faa174"}]} 2026-05-31 18:36:02.773 7 INFO neutron.db.l3_hamode_db [None req-8ee22890-2670-4545-b314-e355cf05273f f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] HA network b190af3b-0a4e-4adc-8691-b416e05a3ae7 was deleted as no HA routers are present in tenant d76772ddebb443c8a619fc0c5a281ff9. [pid: 7|app: 0|req: 1112/2296] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:36:02 2026] DELETE /v2.0/routers/13ca413e-2deb-4c03-a139-50abc7cb6528 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2297] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:36:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0605ec3cdca34bf58a5d75b6c0d08911 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:36:02.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fcf1a01-79ae-451b-a430-1e0a971ec1ad f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] TaaS: Handle Delete Port: 8393fa82-54f5-45d4-a6f6-89bbc865385d 2026-05-31 18:36:02.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fcf1a01-79ae-451b-a430-1e0a971ec1ad f07298b1bfe044efa5d740f91dfe6dbe d76772ddebb443c8a619fc0c5a281ff9 - - default default] Tap Mirror: Handle Delete Port: 8393fa82-54f5-45d4-a6f6-89bbc865385d [pid: 8|app: 0|req: 1186/2298] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:36:02 2026] POST /v2.0/ports => generated 1082 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2299] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:36:02 2026] DELETE /v2.0/networks/15bd515c-88c1-47d8-b3b1-9c85d236a11e => generated 0 bytes in 281 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: 1187/2300] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:36:03 2026] PUT /v2.0/ports/aee492d2-4184-43ed-9f65-c2cd892f5fe6 => generated 1243 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:03.527 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3583266d-3104-4190-a695-6ac8fc30e428'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'aee492d2-4184-43ed-9f65-c2cd892f5fe6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1114/2301] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:36:03 2026] GET /v2.0/security-groups?tenant_id=7c378ad421bf4e60a049d593b5689843&name=default => generated 2925 bytes in 249 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: 1115/2302] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:04 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2303] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:03 2026] DELETE /v2.0/security-groups/e49ee3fd-2e66-4414-9684-143275f39773 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2304] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:36:04 2026] GET /v2.0/networks?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&shared=False => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2305] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:36:04 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: 1117/2306] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:36:04 2026] GET /v2.0/security-groups?tenant_id=d76772ddebb443c8a619fc0c5a281ff9&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2307] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:04 2026] DELETE /v2.0/security-groups/743f0683-3df5-475b-9ab4-b1216b9e7d54 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2308] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:04 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2309] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:36:04 2026] GET /v2.0/security-groups?id=49a74822-b442-444d-861f-c300031c100b&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2310] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:04 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:04.789 7 INFO neutron.services.segments.plugin [-] Segment 9968df0d-6082-4bda-9644-a2cb5855eef1 resource provider aggregate not found 2026-05-31 18:36:04.798 7 INFO neutron.services.segments.plugin [-] Segment 9968df0d-6082-4bda-9644-a2cb5855eef1 resource provider aggregate not found 2026-05-31 18:36:04.804 7 INFO neutron.services.segments.plugin [-] Segment 9968df0d-6082-4bda-9644-a2cb5855eef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9968df0d-6082-4bda-9644-a2cb5855eef1 found for delete ", "request_id": "req-00569dee-6a4c-4750-8a00-ef919e556e2c"}]} 2026-05-31 18:36:04.814 7 INFO neutron.services.segments.plugin [-] Segment 9968df0d-6082-4bda-9644-a2cb5855eef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9968df0d-6082-4bda-9644-a2cb5855eef1 found for delete ", "request_id": "req-a96cdcc4-da2d-4015-9279-8212403578a8"}]} [pid: 8|app: 0|req: 1192/2311] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:05 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2312] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => 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: 1193/2313] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:05 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2314] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:05 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&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: 1194/2315] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:05 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1122/2316] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:05 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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) 2026-05-31 18:36:06.582 8 INFO neutron.db.segments_db [None req-a2cdb3e5-737a-44a5-9838-e30b683415c9 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 13691402-e6e5-47f4-bd0f-1db4f882b853 of type vxlan for network 92ae400c-5a4e-4f81-bf93-3f8699443172 [pid: 8|app: 0|req: 1195/2317] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:36:06 2026] POST /v2.0/networks => generated 741 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2318] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:36:06 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:36:06.887 8 INFO neutron.db.segments_db [None req-0aeddf6c-b470-469f-b51c-a22b4ba95890 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 8742efae-2dbb-4aa3-acb9-263bd408d497 of type vxlan for network e3aaf9a4-2e2d-4183-9ad4-6aea4bf048a9 2026-05-31 18:36:07.119 8 INFO neutron.db.l3_hamode_db [None req-0aeddf6c-b470-469f-b51c-a22b4ba95890 e6eda51265aa4ae8994c4389a4a8dbc1 99f69296c50943588892e5703d24a6ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1124/2319] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:07 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2320] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:36:07 2026] GET /v2.0/security-groups?id=49a74822-b442-444d-861f-c300031c100b&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2321] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:07 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:07.832 8 INFO neutron.db.l3_hamode_db [None req-0aeddf6c-b470-469f-b51c-a22b4ba95890 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1196/2322] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:36:06 2026] POST /v2.0/routers => generated 728 bytes in 1746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2325] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:36:09 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2326] 199.204.45.156 () {34 vars in 1044 bytes} [Sun May 31 18:36:09 2026] GET /v2.0/security-groups?id=49a74822-b442-444d-861f-c300031c100b&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2327] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:36:08 2026] PUT /v2.0/routers/2b7b9775-f952-4ea0-a893-16996915bf33/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2328] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:10 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2329] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:36:10 2026] GET /v2.0/security-groups?id=49a74822-b442-444d-861f-c300031c100b&fields=id&fields=name => generated 96 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2330] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:10 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:11.046 7 INFO neutron.db.segments_db [None req-1e7e9e8f-a32d-4540-b6aa-d197ecb451a2 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 6b442262-236e-402e-8eb4-91977864c984 of type vxlan for network 52850b88-34f3-4825-ab94-78bce490fa54 [pid: 7|app: 0|req: 1129/2331] 10.0.0.196 () {34 vars in 671 bytes} [Sun May 31 18:36:10 2026] POST /v2.0/networks => generated 741 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2332] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:36:11 2026] POST /v2.0/subnets => generated 688 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:36:11.361 7 INFO neutron.db.segments_db [None req-f08c3fd4-41c3-47a4-bd49-cdaef12a6025 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Added segment 645cafd1-f064-437f-83aa-62699b3166a3 of type vxlan for network 01dd1c22-e956-439b-b97f-033bc4846131 2026-05-31 18:36:11.573 7 INFO neutron.db.l3_hamode_db [None req-f08c3fd4-41c3-47a4-bd49-cdaef12a6025 e6eda51265aa4ae8994c4389a4a8dbc1 ec1edd20143f4e6e9ac62171d1cf23d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:36:12.368 7 INFO neutron.db.l3_hamode_db [None req-f08c3fd4-41c3-47a4-bd49-cdaef12a6025 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1130/2333] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:36:11 2026] POST /v2.0/routers => generated 728 bytes in 1832 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2334] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:13 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2335] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:36:13 2026] GET /v2.0/security-groups?id=49a74822-b442-444d-861f-c300031c100b&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2336] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:13 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2337] 10.0.0.196 () {34 vars in 783 bytes} [Sun May 31 18:36:13 2026] PUT /v2.0/routers/bbed9edb-35d4-4c6b-8272-84efcf4c285d/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2338] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-groups => generated 1675 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2339] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2340] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2341] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2342] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:36:15.784 8 INFO neutron.db.securitygroups_db [None req-78ec8196-5723-4c0f-819e-240c53827fd5 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] Project 99f69296c50943588892e5703d24a6ce 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: 1207/2343] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:36:15.896 7 INFO neutron.db.securitygroups_db [None req-ac07e4ae-a36f-484e-a570-dd33a5033ab8 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] Project 99f69296c50943588892e5703d24a6ce 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: 1137/2344] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2345] 10.0.0.196 () {34 vars in 685 bytes} [Sun May 31 18:36:16 2026] POST /v2.0/security-groups => generated 1659 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2346] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2347] 10.0.0.196 () {34 vars in 695 bytes} [Sun May 31 18:36:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2348] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:36:16 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2349] 10.0.0.76 () {34 vars in 1099 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1907739893&fields=id&tenant_id=99f69296c50943588892e5703d24a6ce => 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: 1140/2350] 10.0.0.76 () {34 vars in 1097 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--731029263&fields=id&tenant_id=99f69296c50943588892e5703d24a6ce => 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: 1211/2351] 10.0.0.76 () {34 vars in 981 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/networks?id=92ae400c-5a4e-4f81-bf93-3f8699443172 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2352] 10.0.0.76 () {34 vars in 964 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/quotas/99f69296c50943588892e5703d24a6ce => 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: 1212/2353] 10.0.0.76 () {34 vars in 1001 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/ports?tenant_id=99f69296c50943588892e5703d24a6ce&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2354] 10.0.0.76 () {34 vars in 1007 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172?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: 1213/2355] 10.0.0.76 () {34 vars in 1107 bytes} [Sun May 31 18:36:17 2026] GET /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172?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: 1143/2356] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:18 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2357] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:19 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => 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: 1144/2358] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:20 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => 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: 1215/2359] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:21 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => 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: 1216/2360] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:22 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => 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: 1145/2361] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:36:22 2026] GET /v2.0/networks?id=92ae400c-5a4e-4f81-bf93-3f8699443172 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2362] 199.204.45.156 () {34 vars in 1050 bytes} [Sun May 31 18:36:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=99f69296c50943588892e5703d24a6ce => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2363] 199.204.45.156 () {38 vars in 955 bytes} [Sun May 31 18:36:22 2026] POST /v2.0/ports => generated 993 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2364] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:36:22 2026] PUT /v2.0/ports/73f63161-a75a-45c2-b57f-92bd4fa38460 => generated 1274 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:23.333 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9f1684b-0843-4993-bd34-a89ded372620'] response: {'name': 'network-changed', 'server_uuid': '8ca7baee-000b-4953-b916-21ae52074a45', 'tag': '73f63161-a75a-45c2-b57f-92bd4fa38460', '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: 1147/2365] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:23 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1219/2366] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:23 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2367] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:23 2026] GET /v2.0/ports?tenant_id=99f69296c50943588892e5703d24a6ce&device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2368] 199.204.45.156 () {34 vars in 1018 bytes} [Sun May 31 18:36:23 2026] GET /v2.0/networks?tenant_id=99f69296c50943588892e5703d24a6ce&shared=False => generated 769 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2369] 199.204.45.156 () {34 vars in 930 bytes} [Sun May 31 18:36:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2372] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:24 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2373] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:24 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2374] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/ports?tenant_id=99f69296c50943588892e5703d24a6ce&device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2375] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=73f63161-a75a-45c2-b57f-92bd4fa38460 => 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: 1153/2376] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/subnets?id=d075890e-40e3-44ba-bdc5-08dd65907ca4 => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2377] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/ports?network_id=92ae400c-5a4e-4f81-bf93-3f8699443172&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2378] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2379] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2380] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2381] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:25 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2382] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:26 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2383] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:26 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2384] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:28 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2385] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:28 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2386] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:36:28 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2387] 199.204.45.156 () {34 vars in 1124 bytes} [Sun May 31 18:36:28 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2388] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:29 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2389] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:29 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2390] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:30 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2391] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:30 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2392] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:31 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2393] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:31 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2394] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:31 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:32.079 8 INFO neutron.db.l3_db [None req-1e7b3b43-6d05-4f85-b9e5-4a226ba1169d 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] Floating IP e93bdb69-3dbe-44a5-8e15-f3667e23b927 associated. External IP: 10.96.250.203, port: 73f63161-a75a-45c2-b57f-92bd4fa38460. [pid: 8|app: 0|req: 1233/2395] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:36:31 2026] PUT /v2.0/floatingips/e93bdb69-3dbe-44a5-8e15-f3667e23b927 => generated 855 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:36:32.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-190fb9c2-baaf-4cc7-97e5-9e0d07ded12f'] response: {'name': 'network-changed', 'server_uuid': '8ca7baee-000b-4953-b916-21ae52074a45', 'tag': '73f63161-a75a-45c2-b57f-92bd4fa38460', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1163/2396] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/ports?tenant_id=99f69296c50943588892e5703d24a6ce&device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1279 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2397] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/networks?id=92ae400c-5a4e-4f81-bf93-3f8699443172 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2398] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=73f63161-a75a-45c2-b57f-92bd4fa38460 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2399] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/subnets?id=d075890e-40e3-44ba-bdc5-08dd65907ca4 => 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: 1165/2400] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/ports?network_id=92ae400c-5a4e-4f81-bf93-3f8699443172&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2401] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2402] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:33 2026] GET /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172?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: 1238/2405] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:40 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2406] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:40 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2407] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:36:40 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1279 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2408] 10.0.0.196 () {32 vars in 858 bytes} [Sun May 31 18:36:40 2026] GET /v2.0/floatingips?floating_network_id=82380fb6-093a-457d-b817-76ad9c846b80&port_id=73f63161-a75a-45c2-b57f-92bd4fa38460 => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2409] 10.0.0.117 () {34 vars in 990 bytes} [Sun May 31 18:36:41 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2410] 10.0.0.117 () {34 vars in 1120 bytes} [Sun May 31 18:36:41 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2411] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:44 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1010 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2412] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:44 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2413] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:45 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1010 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2414] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:45 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2415] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:46 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2416] 10.0.0.76 () {34 vars in 1119 bytes} [Sun May 31 18:36:46 2026] GET /v2.0/security-groups?id=70a92d21-6196-43dc-a390-c9e913ec2abf&id=32ff2e9c-77b1-49ef-94de-f47b0b4ab70d&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2417] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:36:46 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:46.784 7 INFO neutron_taas.services.taas.taas_plugin [req-57fe1aed-4a74-4fe4-aae6-f7e343c007a0 req-05e9027a-ce7e-4d01-959b-a7d4c50c6704 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] TaaS: Handle Delete Port: 73f63161-a75a-45c2-b57f-92bd4fa38460 2026-05-31 18:36:46.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-57fe1aed-4a74-4fe4-aae6-f7e343c007a0 req-05e9027a-ce7e-4d01-959b-a7d4c50c6704 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] Tap Mirror: Handle Delete Port: 73f63161-a75a-45c2-b57f-92bd4fa38460 2026-05-31 18:36:46.908 7 INFO neutron.db.l3_db [req-57fe1aed-4a74-4fe4-aae6-f7e343c007a0 req-05e9027a-ce7e-4d01-959b-a7d4c50c6704 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] Floating IP e93bdb69-3dbe-44a5-8e15-f3667e23b927 disassociated. External IP: 10.96.250.203, port: 73f63161-a75a-45c2-b57f-92bd4fa38460. [pid: 7|app: 0|req: 1174/2418] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:36:46 2026] DELETE /v2.0/ports/73f63161-a75a-45c2-b57f-92bd4fa38460 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:36:47.293 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62fbaf46-190a-4a9b-91c5-94ed2d632ba8'] response: {'server_uuid': '8ca7baee-000b-4953-b916-21ae52074a45', 'name': 'network-vif-deleted', 'tag': '73f63161-a75a-45c2-b57f-92bd4fa38460', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1245/2419] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:47 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2420] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:48 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => 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: 1246/2421] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:36:48 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: 1176/2422] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:36: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: 8|app: 0|req: 1247/2423] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:36: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: 7|app: 0|req: 1177/2424] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:36:48 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: 1248/2425] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:36:49 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2426] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:36:49 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2427] 199.204.45.156 () {34 vars in 717 bytes} [Sun May 31 18:36:49 2026] POST /v2.0/ports => generated 1059 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2428] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:36:49 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2429] 10.0.0.76 () {34 vars in 906 bytes} [Sun May 31 18:36:49 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2430] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:36:49 2026] GET /v2.0/ports?device_id=8ca7baee-000b-4953-b916-21ae52074a45 => 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: 1251/2431] 199.204.45.156 () {34 vars in 1262 bytes} [Sun May 31 18:36:50 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2432] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:50 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1252/2433] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:50 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1182/2434] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:51 2026] DELETE /v2.0/security-groups/70a92d21-6196-43dc-a390-c9e913ec2abf => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:36:51.195 8 INFO neutron.api.v2.resource [None req-3ba4504a-db7a-4df9-8085-c1e43c19a083 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1253/2435] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:36:51 2026] GET /v2.0/security-groups/70a92d21-6196-43dc-a390-c9e913ec2abf => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2436] 199.204.45.156 () {34 vars in 975 bytes} [Sun May 31 18:36:51 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:51.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-97ffaac0-022d-4818-9c3f-ff7648cdbca2 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] TaaS: Handle Delete Port: 830178aa-0ab4-47df-8664-249a94b11eca 2026-05-31 18:36:51.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97ffaac0-022d-4818-9c3f-ff7648cdbca2 2d28e3ebe7e94c278915294487ad55f5 99f69296c50943588892e5703d24a6ce - - default default] Tap Mirror: Handle Delete Port: 830178aa-0ab4-47df-8664-249a94b11eca [pid: 8|app: 0|req: 1255/2437] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:36:51 2026] GET /v2.0/networks?id=45f099db-bcad-4681-89e5-2be568c53694 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2438] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:36:51 2026] DELETE /v2.0/floatingips/e93bdb69-3dbe-44a5-8e15-f3667e23b927 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2439] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:51 2026] DELETE /v2.0/security-groups/32ff2e9c-77b1-49ef-94de-f47b0b4ab70d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2440] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:36:51 2026] PUT /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1249 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:51.781 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85970569-8cb1-4e7c-bed1-0575ee4ff247'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': '7f71ed70-34c2-4ad7-a8f4-2357eb310c6a', 'status': 'completed', 'code': 200} 2026-05-31 18:36:52.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bd8cbfe-daf0-40c1-9b0b-5b7dc8de0b0a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 33a31139-8420-4da7-b38c-3b1c2defe741 2026-05-31 18:36:52.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bd8cbfe-daf0-40c1-9b0b-5b7dc8de0b0a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 33a31139-8420-4da7-b38c-3b1c2defe741 [pid: 8|app: 0|req: 1257/2441] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2442] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/networks?id=45f099db-bcad-4681-89e5-2be568c53694 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2443] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => 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: 1260/2444] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2445] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2446] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1185/2447] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:36:51 2026] PUT /v2.0/routers/2b7b9775-f952-4ea0-a893-16996915bf33/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2448] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:52 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:36:52.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c14853b-dac5-48bd-828e-7aeae895c9ff e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 28c6c95a-48c3-46bb-b57f-a1ffa86dbe49 2026-05-31 18:36:52.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c14853b-dac5-48bd-828e-7aeae895c9ff e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 28c6c95a-48c3-46bb-b57f-a1ffa86dbe49 2026-05-31 18:36:53.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c14853b-dac5-48bd-828e-7aeae895c9ff e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 821e7b8a-c0d6-4d36-a4c8-2bc0b186758f 2026-05-31 18:36:53.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c14853b-dac5-48bd-828e-7aeae895c9ff e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 821e7b8a-c0d6-4d36-a4c8-2bc0b186758f 2026-05-31 18:36:53.363 7 INFO neutron.services.segments.plugin [-] Segment 8742efae-2dbb-4aa3-acb9-263bd408d497 resource provider aggregate not found 2026-05-31 18:36:53.368 7 INFO neutron.services.segments.plugin [-] Segment 8742efae-2dbb-4aa3-acb9-263bd408d497 resource provider aggregate not found 2026-05-31 18:36:53.383 7 INFO neutron.services.segments.plugin [-] Segment 8742efae-2dbb-4aa3-acb9-263bd408d497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8742efae-2dbb-4aa3-acb9-263bd408d497 found for delete ", "request_id": "req-d1ba3a64-3d2c-4a62-8558-5ac711751f5c"}]} 2026-05-31 18:36:53.385 7 INFO neutron.services.segments.plugin [-] Segment 8742efae-2dbb-4aa3-acb9-263bd408d497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8742efae-2dbb-4aa3-acb9-263bd408d497 found for delete ", "request_id": "req-18459a7a-cfaa-4160-bd7a-6661a7ab4d8f"}]} 2026-05-31 18:36:53.385 7 INFO neutron.db.l3_hamode_db [None req-0c14853b-dac5-48bd-828e-7aeae895c9ff e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network e3aaf9a4-2e2d-4183-9ad4-6aea4bf048a9 was deleted as no HA routers are present in tenant 99f69296c50943588892e5703d24a6ce. [pid: 7|app: 0|req: 1186/2449] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:36:52 2026] DELETE /v2.0/routers/2b7b9775-f952-4ea0-a893-16996915bf33 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2450] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:36:53 2026] DELETE /v2.0/subnets/d075890e-40e3-44ba-bdc5-08dd65907ca4 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:36:53.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-697950e7-cf4f-48a8-9c88-379ab02a5272 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 30a36fb7-dace-4137-a553-7c0eb1914515 2026-05-31 18:36:53.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-697950e7-cf4f-48a8-9c88-379ab02a5272 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 30a36fb7-dace-4137-a553-7c0eb1914515 [pid: 8|app: 0|req: 1265/2451] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2489 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2452] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2453] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => generated 654 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2454] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&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: 1187/2455] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:36:53 2026] DELETE /v2.0/networks/92ae400c-5a4e-4f81-bf93-3f8699443172 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2456] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2457] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2458] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => 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: 1272/2459] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2460] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:53 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2461] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:54 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2462] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:54 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:36:54.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2c3863b-081e-49de-9d24-592c7a11e6ba e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad 2026-05-31 18:36:54.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c3863b-081e-49de-9d24-592c7a11e6ba e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 6b076a31-20f1-4f8e-8cbf-021e8d52d2ad [pid: 7|app: 0|req: 1188/2465] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:36:53 2026] PUT /v2.0/routers/bbed9edb-35d4-4c6b-8272-84efcf4c285d/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:36:54.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd264f2-64cc-482b-8918-043194408483 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 9f20dd4f-c7d3-4822-90af-252431ddba05 2026-05-31 18:36:54.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd264f2-64cc-482b-8918-043194408483 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 9f20dd4f-c7d3-4822-90af-252431ddba05 2026-05-31 18:36:55.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd264f2-64cc-482b-8918-043194408483 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 0f49719e-0ccf-4509-8dcd-6dfec0dcf31d 2026-05-31 18:36:55.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd264f2-64cc-482b-8918-043194408483 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 0f49719e-0ccf-4509-8dcd-6dfec0dcf31d 2026-05-31 18:36:55.407 7 INFO neutron.services.segments.plugin [-] Segment 13691402-e6e5-47f4-bd0f-1db4f882b853 resource provider aggregate not found 2026-05-31 18:36:55.413 7 INFO neutron.services.segments.plugin [-] Segment 13691402-e6e5-47f4-bd0f-1db4f882b853 resource provider aggregate not found 2026-05-31 18:36:55.422 7 INFO neutron.services.segments.plugin [-] Segment 13691402-e6e5-47f4-bd0f-1db4f882b853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13691402-e6e5-47f4-bd0f-1db4f882b853 found for delete ", "request_id": "req-2af849fe-f145-4409-a012-5fcfaea5a3b6"}]} 2026-05-31 18:36:55.444 7 INFO neutron.services.segments.plugin [-] Segment 13691402-e6e5-47f4-bd0f-1db4f882b853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13691402-e6e5-47f4-bd0f-1db4f882b853 found for delete ", "request_id": "req-ee689ff6-6637-456e-b00c-83c255183883"}]} 2026-05-31 18:36:55.624 8 INFO neutron.services.segments.plugin [-] Segment 645cafd1-f064-437f-83aa-62699b3166a3 resource provider aggregate not found 2026-05-31 18:36:55.638 8 INFO neutron.services.segments.plugin [-] Segment 645cafd1-f064-437f-83aa-62699b3166a3 resource provider aggregate not found 2026-05-31 18:36:55.649 8 INFO neutron.services.segments.plugin [-] Segment 645cafd1-f064-437f-83aa-62699b3166a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 645cafd1-f064-437f-83aa-62699b3166a3 found for delete ", "request_id": "req-1180a321-b0b3-4b9d-b8a8-8eb17f977d36"}]} 2026-05-31 18:36:55.660 8 INFO neutron.services.segments.plugin [-] Segment 645cafd1-f064-437f-83aa-62699b3166a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 645cafd1-f064-437f-83aa-62699b3166a3 found for delete ", "request_id": "req-1dc180b8-501d-41f0-a5fc-3b700f92710a"}]} 2026-05-31 18:36:55.668 8 INFO neutron.db.l3_hamode_db [None req-0fd264f2-64cc-482b-8918-043194408483 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] HA network 01dd1c22-e956-439b-b97f-033bc4846131 was deleted as no HA routers are present in tenant ec1edd20143f4e6e9ac62171d1cf23d8. [pid: 8|app: 0|req: 1278/2466] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:36:54 2026] DELETE /v2.0/routers/bbed9edb-35d4-4c6b-8272-84efcf4c285d => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2467] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:36:55 2026] DELETE /v2.0/subnets/eaf3f369-edc9-475e-b9dd-d6705cfba2c1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:36:55.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-fddb07e0-9e06-4c0f-8bb4-61b82dad3156 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 0ed30f2a-7dd7-4395-a421-3256aee387a2 2026-05-31 18:36:55.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fddb07e0-9e06-4c0f-8bb4-61b82dad3156 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 0ed30f2a-7dd7-4395-a421-3256aee387a2 [pid: 8|app: 0|req: 1279/2468] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:36:55 2026] DELETE /v2.0/networks/52850b88-34f3-4825-ab94-78bce490fa54 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2469] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:36:56 2026] GET /v2.0/security-groups?tenant_id=ec1edd20143f4e6e9ac62171d1cf23d8&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2470] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:56 2026] DELETE /v2.0/security-groups/baacfda4-ba69-4c80-962c-87d7ea25060f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2471] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:36:56 2026] GET /v2.0/security-groups?tenant_id=99f69296c50943588892e5703d24a6ce&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2472] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:36:56 2026] DELETE /v2.0/security-groups/f68c1c38-6a51-4943-b2cb-7eff9722e51d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:36:57.668 8 INFO neutron.services.segments.plugin [-] Segment 6b442262-236e-402e-8eb4-91977864c984 resource provider aggregate not found 2026-05-31 18:36:57.684 8 INFO neutron.services.segments.plugin [-] Segment 6b442262-236e-402e-8eb4-91977864c984 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b442262-236e-402e-8eb4-91977864c984 found for delete ", "request_id": "req-8d1f314a-eed5-4ed9-a407-7ff87d1f8b0d"}]} 2026-05-31 18:36:57.685 8 INFO neutron.services.segments.plugin [-] Segment 6b442262-236e-402e-8eb4-91977864c984 resource provider aggregate not found 2026-05-31 18:36:57.703 8 INFO neutron.services.segments.plugin [-] Segment 6b442262-236e-402e-8eb4-91977864c984 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b442262-236e-402e-8eb4-91977864c984 found for delete ", "request_id": "req-b0d81579-3d1c-4c37-ac2e-e05f35c5f161"}]} [pid: 7|app: 0|req: 1192/2473] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:36:58 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1251 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2474] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:36:58 2026] PUT /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1276 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:58.600 7 INFO neutron.api.v2.resource [None req-cfef51ba-e64f-4040-b642-183b3de567bc e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1193/2475] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:36:58 2026] GET /v2.0/security-groups/lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:36:58.614 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9afb8ad0-bd16-4e70-a973-f44ecd6c9635'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': '7f71ed70-34c2-4ad7-a8f4-2357eb310c6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1283/2476] 199.204.45.156 () {30 vars in 785 bytes} [Sun May 31 18:36:58 2026] GET /v2.0/security-groups?name=lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2477] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:36:58 2026] PUT /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1314 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:36:58.939 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c90281c-8741-4142-96a9-467b8a3d85d4'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': '7f71ed70-34c2-4ad7-a8f4-2357eb310c6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1284/2478] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:36: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1195/2479] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:36:59 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: 1285/2480] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:36: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: 1286/2481] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2482] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2483] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2484] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2485] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2486] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2487] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2488] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2489] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2490] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/networks?id=45f099db-bcad-4681-89e5-2be568c53694 => generated 802 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2491] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2492] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2493] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2494] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2495] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:36:59 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1297/2496] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:37:00 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2497] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:37:00 2026] GET /v2.0/networks?id=45f099db-bcad-4681-89e5-2be568c53694 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:37:00.986 7 INFO neutron.db.segments_db [None req-1d986d9b-35bd-4cce-8954-ec484e5b0fbe d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] Added segment 230747e0-5e55-40fc-9ee5-321db312e94f of type vxlan for network bbe37348-6cd5-4d86-9f8a-907791fdbebc [pid: 8|app: 0|req: 1299/2498] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:37:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => 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: 1300/2499] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:37:00 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => 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: 1200/2500] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:00 2026] POST /v2.0/networks => generated 727 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2501] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:01 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2502] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:01 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2503] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:01 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1201/2504] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:37:01 2026] POST /v2.0/subnets => generated 644 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:37:01.233 8 WARNING neutron.api.v2.base [None req-a0b10662-7d4d-4f37-8311-571362db738b d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-31 18:37:01.234 8 INFO neutron.api.v2.resource [None req-a0b10662-7d4d-4f37-8311-571362db738b d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1304/2505] 10.0.0.196 () {34 vars in 681 bytes} [Sun May 31 18:37:01 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2506] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:01 2026] DELETE /v2.0/networks/bbe37348-6cd5-4d86-9f8a-907791fdbebc => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:37:01.512 8 INFO neutron.db.segments_db [None req-6dc2e056-db32-4519-aebf-638db15f763f d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] Added segment f5ed28d3-9299-4801-83df-82d9c949adf6 of type vxlan for network 5b36a4a5-a08b-4426-9352-a37e92be8cf7 2026-05-31 18:37:01.515 7 INFO neutron.services.segments.plugin [-] Segment 230747e0-5e55-40fc-9ee5-321db312e94f resource provider aggregate not found 2026-05-31 18:37:01.519 7 INFO neutron.services.segments.plugin [-] Segment 230747e0-5e55-40fc-9ee5-321db312e94f resource provider aggregate not found 2026-05-31 18:37:01.536 7 INFO neutron.services.segments.plugin [-] Segment 230747e0-5e55-40fc-9ee5-321db312e94f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 230747e0-5e55-40fc-9ee5-321db312e94f found for delete ", "request_id": "req-97e56f34-5a06-4a06-b2dd-14b1ae2c7c8f"}]} 2026-05-31 18:37:01.539 7 INFO neutron.services.segments.plugin [-] Segment 230747e0-5e55-40fc-9ee5-321db312e94f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 230747e0-5e55-40fc-9ee5-321db312e94f found for delete ", "request_id": "req-6ec65f76-9ca2-44e4-8067-31573335f8a7"}]} [pid: 8|app: 0|req: 1305/2507] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:01 2026] POST /v2.0/networks => generated 727 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2508] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:37:01 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:37:01.831 8 WARNING neutron.api.v2.base [None req-334d7c26-3c6f-41ab-acc8-aab54e42ee67 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-31 18:37:01.832 8 INFO neutron.api.v2.resource [None req-334d7c26-3c6f-41ab-acc8-aab54e42ee67 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1306/2509] 10.0.0.196 () {34 vars in 681 bytes} [Sun May 31 18:37:01 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2510] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:01 2026] DELETE /v2.0/networks/5b36a4a5-a08b-4426-9352-a37e92be8cf7 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:37:02.070 8 INFO neutron.db.segments_db [None req-a30b5440-0a5a-41d2-9a7d-6052a745c52f d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] Added segment 2a667286-6b7b-4568-8467-9accc6bf1d7b of type vxlan for network 34eba3a4-6c9a-49e7-b416-51d131608ed5 [pid: 8|app: 0|req: 1307/2511] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:02 2026] POST /v2.0/networks => generated 727 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2512] 10.0.0.196 () {34 vars in 669 bytes} [Sun May 31 18:37:02 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2513] 10.0.0.196 () {34 vars in 681 bytes} [Sun May 31 18:37:02 2026] POST /v2.0/rbac-policies => generated 324 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2514] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:37:02 2026] GET /v2.0/networks/34eba3a4-6c9a-49e7-b416-51d131608ed5 => generated 655 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:37:03.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e685630e-f967-44fd-8e72-1fbb11ae2289 239895094e9d419998516105f255e183 9c2b57bdd2a1474595496933b1a00690 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2515] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:37:03 2026] GET /v2.0/networks/34eba3a4-6c9a-49e7-b416-51d131608ed5 => generated 138 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:37:03.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-f09ffa3e-e87a-462a-a62a-d588fc827cd7 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] TaaS: Handle Delete Port: bec43825-12c2-43e6-bd0e-96133ee32e69 2026-05-31 18:37:03.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f09ffa3e-e87a-462a-a62a-d588fc827cd7 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] Tap Mirror: Handle Delete Port: bec43825-12c2-43e6-bd0e-96133ee32e69 2026-05-31 18:37:03.557 7 INFO neutron.services.segments.plugin [-] Segment f5ed28d3-9299-4801-83df-82d9c949adf6 resource provider aggregate not found 2026-05-31 18:37:03.563 7 INFO neutron.services.segments.plugin [-] Segment f5ed28d3-9299-4801-83df-82d9c949adf6 resource provider aggregate not found 2026-05-31 18:37:03.576 7 INFO neutron.services.segments.plugin [-] Segment f5ed28d3-9299-4801-83df-82d9c949adf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ed28d3-9299-4801-83df-82d9c949adf6 found for delete ", "request_id": "req-d1016f2d-9d08-4f10-a6d0-f2a930c3f34b"}]} 2026-05-31 18:37:03.583 7 INFO neutron.services.segments.plugin [-] Segment f5ed28d3-9299-4801-83df-82d9c949adf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5ed28d3-9299-4801-83df-82d9c949adf6 found for delete ", "request_id": "req-457059e7-0770-424a-9252-1ec404fd6ecd"}]} [pid: 7|app: 0|req: 1207/2516] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:03 2026] DELETE /v2.0/networks/34eba3a4-6c9a-49e7-b416-51d131608ed5 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:37:03.820 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77b19d3b-76b3-484f-a542-c4014a4b37e0 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1310/2517] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:37:03 2026] DELETE /v2.0/subnets/d307c432-5f6c-473d-bab4-937a7dea790d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:37:03.839 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e02931ba-f911-4d9e-a4f8-03b33db82ce4 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1208/2518] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:37:03 2026] DELETE /v2.0/subnets/f309cbe2-28a5-4225-bd51-4cc292ac697d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:37:03.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18797c6f-0495-472a-a61c-ce5f276ca2e3 d74c3d8d6c744a029aeb84a8d71b146f b21c71f23d464dc3b2854d3979bce39f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1311/2519] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:37:03 2026] DELETE /v2.0/subnets/2eaba500-d141-4f5a-9d92-d39efb68b566 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2520] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:04 2026] GET /v2.0/security-groups?tenant_id=b21c71f23d464dc3b2854d3979bce39f&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2521] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:04 2026] DELETE /v2.0/security-groups/7e9fea55-83fa-4b4d-87e6-07b828e009d1 => 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: 1210/2522] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:05 2026] GET /v2.0/security-groups?tenant_id=cd69539bdef243b8af0191984847960a&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: 1313/2523] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:05 2026] DELETE /v2.0/security-groups/653d6352-6807-4486-bda3-83d3a6e7493f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2524] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:05 2026] GET /v2.0/security-groups?tenant_id=9c2b57bdd2a1474595496933b1a00690&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:37:05.602 7 INFO neutron.services.segments.plugin [-] Segment 2a667286-6b7b-4568-8467-9accc6bf1d7b resource provider aggregate not found 2026-05-31 18:37:05.607 7 INFO neutron.services.segments.plugin [-] Segment 2a667286-6b7b-4568-8467-9accc6bf1d7b resource provider aggregate not found [pid: 8|app: 0|req: 1314/2525] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:05 2026] DELETE /v2.0/security-groups/8899f6e6-0674-4c58-a877-4a4c2fce901c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:05.620 7 INFO neutron.services.segments.plugin [-] Segment 2a667286-6b7b-4568-8467-9accc6bf1d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a667286-6b7b-4568-8467-9accc6bf1d7b found for delete ", "request_id": "req-dcfecafa-da67-4513-8a73-1cf1f52f35c3"}]} 2026-05-31 18:37:05.622 7 INFO neutron.services.segments.plugin [-] Segment 2a667286-6b7b-4568-8467-9accc6bf1d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a667286-6b7b-4568-8467-9accc6bf1d7b found for delete ", "request_id": "req-dd0df794-ee7d-473c-a6b1-eaadad808c62"}]} 2026-05-31 18:37:08.038 7 INFO neutron.db.l3_db [None req-537dd93e-d2d7-4f41-bfae-8903822692bd 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Floating IP ee7e543d-04cb-4c28-ad17-cc50195d0e2f associated. External IP: 10.96.250.220, port: d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a. [pid: 7|app: 0|req: 1212/2526] 10.0.0.196 () {34 vars in 677 bytes} [Sun May 31 18:37:07 2026] POST /v2.0/floatingips => generated 899 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2529] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:37:09 2026] POST /v2.0/floatingips => generated 552 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2530] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:37:10 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2531] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37:10 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: 1216/2532] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37:11 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: 1217/2533] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37: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: 7|app: 0|req: 1218/2534] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:37:11.060 7 INFO neutron.api.v2.resource [None req-9e1e270d-399e-471e-947d-a60a87a23e58 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1219/2535] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:37:11 2026] GET /v2.0/security-groups/lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2536] 199.204.45.156 () {30 vars in 785 bytes} [Sun May 31 18:37:11 2026] GET /v2.0/security-groups?name=lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 1637 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2537] 199.204.45.156 () {30 vars in 815 bytes} [Sun May 31 18:37:11 2026] GET /v2.0/security-group-rules?security_group_id=37ec4721-e6da-4a28-942f-ffaa34655db5 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2538] 199.204.45.156 () {34 vars in 747 bytes} [Sun May 31 18:37:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2539] 199.204.45.156 () {34 vars in 747 bytes} [Sun May 31 18:37:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2540] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:37:10 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2541] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:37:11 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2542] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:37:11 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: 7|app: 0|req: 1225/2543] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:37:12 2026] PUT /v2.0/floatingips/aa5675f1-ba05-4810-9b98-06913a644592/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2544] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:37:12 2026] PUT /v2.0/floatingips/f5670730-0ae4-4f0e-92a5-a996bbcad3c4/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2545] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:37:12 2026] PUT /v2.0/floatingips/cbc95fde-a697-4887-9f7b-0214ccc013cc/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2546] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:37:12 2026] PUT /v2.0/floatingips/9f746164-9c0d-413b-a237-82e18e1c22ef/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: 1227/2547] 10.0.0.196 () {32 vars in 672 bytes} [Sun May 31 18:37:12 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2548] 10.0.0.196 () {32 vars in 686 bytes} [Sun May 31 18:37:12 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2549] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:37:12 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2550] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:37:12 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2551] 10.0.0.196 () {32 vars in 680 bytes} [Sun May 31 18:37:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2552] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:37:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2553] 10.0.0.196 () {32 vars in 690 bytes} [Sun May 31 18:37:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2554] 10.0.0.196 () {32 vars in 702 bytes} [Sun May 31 18:37:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:37:13.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ad04b5-9d83-49ac-b1d7-bcf3098c663e f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] TaaS: Handle Delete Port: a12c057e-ed92-46ae-8cf0-1e02b7fc0c1b 2026-05-31 18:37:13.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ad04b5-9d83-49ac-b1d7-bcf3098c663e f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] Tap Mirror: Handle Delete Port: a12c057e-ed92-46ae-8cf0-1e02b7fc0c1b [pid: 7|app: 0|req: 1231/2555] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:37:13 2026] DELETE /v2.0/floatingips/aa5675f1-ba05-4810-9b98-06913a644592 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:14.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee2b5df6-f819-4562-9a74-0385abcf118d f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] TaaS: Handle Delete Port: 9581331c-9018-4ad4-a02e-db8c645bd588 2026-05-31 18:37:14.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee2b5df6-f819-4562-9a74-0385abcf118d f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] Tap Mirror: Handle Delete Port: 9581331c-9018-4ad4-a02e-db8c645bd588 [pid: 8|app: 0|req: 1325/2556] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:37:13 2026] DELETE /v2.0/floatingips/f5670730-0ae4-4f0e-92a5-a996bbcad3c4 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:14.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-567221a5-8351-473c-b631-6d62b4a4a739 f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] TaaS: Handle Delete Port: f67f8ea1-3045-4e38-be51-d749a2533910 2026-05-31 18:37:14.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-567221a5-8351-473c-b631-6d62b4a4a739 f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] Tap Mirror: Handle Delete Port: f67f8ea1-3045-4e38-be51-d749a2533910 [pid: 7|app: 0|req: 1232/2557] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:37:14 2026] DELETE /v2.0/floatingips/cbc95fde-a697-4887-9f7b-0214ccc013cc => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:14.541 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5f43edc-5bee-4f1c-b3c1-6b82626295f3 f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] TaaS: Handle Delete Port: fd552a55-6a56-4db3-ad34-ca6800af85cb 2026-05-31 18:37:14.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5f43edc-5bee-4f1c-b3c1-6b82626295f3 f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] Tap Mirror: Handle Delete Port: fd552a55-6a56-4db3-ad34-ca6800af85cb [pid: 8|app: 0|req: 1326/2558] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:37:14 2026] DELETE /v2.0/floatingips/9f746164-9c0d-413b-a237-82e18e1c22ef => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:14.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fdfb310-9e6e-4906-b951-85677bfa49c8 f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] TaaS: Handle Delete Port: 8246e3f2-8e42-498d-b48a-efb57dece9e6 2026-05-31 18:37:14.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fdfb310-9e6e-4906-b951-85677bfa49c8 f5ea2177eeb24f038491ac5543608f70 95309bb2947642d89d774e45919c8fd1 - - default default] Tap Mirror: Handle Delete Port: 8246e3f2-8e42-498d-b48a-efb57dece9e6 [pid: 7|app: 0|req: 1233/2559] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:37:14 2026] DELETE /v2.0/floatingips/f6868e8e-a380-45c6-a4f8-5b0ee2e94295 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2560] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:15 2026] GET /v2.0/security-groups?tenant_id=1d9af91e828a4a9db38533bb82911767&name=default => generated 2929 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2561] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:16 2026] DELETE /v2.0/security-groups/ed9376c6-c55d-4f47-910b-8177eebff8ee => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2562] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:16 2026] GET /v2.0/security-groups?tenant_id=95309bb2947642d89d774e45919c8fd1&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2563] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:16 2026] DELETE /v2.0/security-groups/a129c513-c641-4aa6-b3ee-95807fbd387d => 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: 1329/2564] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:16 2026] GET /v2.0/security-groups?tenant_id=c7df162f7cbc42689e070eed592626d9&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2565] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:16 2026] DELETE /v2.0/security-groups/47a9dda0-bf98-4583-ba97-0aef8c6bcb07 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2566] 10.0.0.195 () {30 vars in 690 bytes} [Sun May 31 18:37:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2567] 10.0.0.195 () {30 vars in 692 bytes} [Sun May 31 18:37:20 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: 1331/2568] 10.0.0.195 () {30 vars in 668 bytes} [Sun May 31 18:37:20 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: 1238/2569] 10.0.0.195 () {30 vars in 704 bytes} [Sun May 31 18:37:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2570] 10.0.0.195 () {28 vars in 439 bytes} [Sun May 31 18:37:20 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: 1240/2571] 10.0.0.195 () {30 vars in 728 bytes} [Sun May 31 18:37:20 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:37:21.038 8 INFO neutron.db.segments_db [None req-cea6c137-25b5-48cf-8361-1026b07160b2 dbb56a11819e4f0ab6b7789caaad9b6c 0ce42aebe44d42a484fca0371d7fa8bf - - default default] Added segment f7d2c26e-18b7-4289-96fc-90b4f49a46ec of type vxlan for network c37d8ecc-5b99-45b3-806c-e5edc1b2129c [pid: 8|app: 0|req: 1332/2572] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:20 2026] POST /v2.0/networks => generated 631 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:37:21.197 7 INFO neutron.db.segments_db [None req-6e310659-d0e8-45af-8a15-ee7999e8caa9 dbb56a11819e4f0ab6b7789caaad9b6c 0ce42aebe44d42a484fca0371d7fa8bf - - default default] Added segment ded30d82-7ba0-471c-bff0-1c13ed59f418 of type vxlan for network a529c95f-4bc1-4bee-8ff3-31be39ad2048 [pid: 7|app: 0|req: 1241/2573] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:21 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:37:21.336 8 INFO neutron.db.segments_db [None req-0dfac702-2fee-4c7c-ab86-f8a218809b7e dbb56a11819e4f0ab6b7789caaad9b6c 0ce42aebe44d42a484fca0371d7fa8bf - - default default] Added segment 7b7467ad-9daf-452e-a56c-3506d58a4806 of type vxlan for network 5d40c066-7828-4f07-9468-6bdc3e0824e1 [pid: 8|app: 0|req: 1333/2574] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:21 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:37:21.488 7 INFO neutron.db.segments_db [None req-2c3b26fc-30bc-43f1-b91b-f086e7278496 dbb56a11819e4f0ab6b7789caaad9b6c 0ce42aebe44d42a484fca0371d7fa8bf - - default default] Added segment 49ad2d8d-915e-48f1-8011-b648be31cc98 of type vxlan for network 9037344e-1edf-4c5f-a39e-00adf3fbdc6e [pid: 7|app: 0|req: 1242/2575] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:21 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) 2026-05-31 18:37:21.633 8 INFO neutron.db.segments_db [None req-e5e80553-b77a-419a-8f90-095a598915ec dbb56a11819e4f0ab6b7789caaad9b6c 0ce42aebe44d42a484fca0371d7fa8bf - - default default] Added segment 61c3a18b-a760-43de-a08d-6e62143c5ffe of type vxlan for network 5fe2323f-e772-442a-8fef-ce7f42edd971 [pid: 8|app: 0|req: 1334/2576] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:21 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2577] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:21 2026] PUT /v2.0/networks/c37d8ecc-5b99-45b3-806c-e5edc1b2129c/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2578] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37:21 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: 1336/2579] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37:21 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: 1337/2580] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2581] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2582] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:21 2026] PUT /v2.0/networks/a529c95f-4bc1-4bee-8ff3-31be39ad2048/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2583] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:21 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2584] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:37:21 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2585] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:21 2026] PUT /v2.0/networks/5d40c066-7828-4f07-9468-6bdc3e0824e1/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2586] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:21 2026] PUT /v2.0/networks/9037344e-1edf-4c5f-a39e-00adf3fbdc6e/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: 1246/2587] 10.0.0.196 () {32 vars in 666 bytes} [Sun May 31 18:37:21 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2588] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37:22 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: 1248/2589] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37:22 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: 1249/2590] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2591] 10.0.0.196 () {32 vars in 680 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2592] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2593] 10.0.0.196 () {32 vars in 676 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2594] 10.0.0.196 () {32 vars in 688 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2595] 10.0.0.196 () {32 vars in 674 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2596] 10.0.0.196 () {32 vars in 688 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2597] 10.0.0.196 () {32 vars in 684 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2598] 199.204.45.156 () {34 vars in 717 bytes} [Sun May 31 18:37:22 2026] POST /v2.0/ports => generated 1324 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2599] 10.0.0.196 () {32 vars in 696 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1345/2600] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:22 2026] DELETE /v2.0/networks/c37d8ecc-5b99-45b3-806c-e5edc1b2129c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2601] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1324 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2602] 10.0.0.76 () {34 vars in 906 bytes} [Sun May 31 18:37:22 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-31 18:37:22.626 8 INFO neutron.services.segments.plugin [-] Segment f7d2c26e-18b7-4289-96fc-90b4f49a46ec resource provider aggregate not found 2026-05-31 18:37:22.633 8 INFO neutron.services.segments.plugin [-] Segment f7d2c26e-18b7-4289-96fc-90b4f49a46ec resource provider aggregate not found 2026-05-31 18:37:22.649 8 INFO neutron.services.segments.plugin [-] Segment f7d2c26e-18b7-4289-96fc-90b4f49a46ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7d2c26e-18b7-4289-96fc-90b4f49a46ec found for delete ", "request_id": "req-40674ef3-e25c-4321-85a2-74a54fa3cfc1"}]} 2026-05-31 18:37:22.652 8 INFO neutron.services.segments.plugin [-] Segment f7d2c26e-18b7-4289-96fc-90b4f49a46ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7d2c26e-18b7-4289-96fc-90b4f49a46ec found for delete ", "request_id": "req-8e02115c-952a-4eda-b4d8-2ed511c4729e"}]} [pid: 8|app: 0|req: 1346/2603] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:22 2026] DELETE /v2.0/networks/a529c95f-4bc1-4bee-8ff3-31be39ad2048 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:37:22.809 7 INFO neutron.services.segments.plugin [-] Segment 7b7467ad-9daf-452e-a56c-3506d58a4806 resource provider aggregate not found 2026-05-31 18:37:22.814 7 INFO neutron.services.segments.plugin [-] Segment 7b7467ad-9daf-452e-a56c-3506d58a4806 resource provider aggregate not found 2026-05-31 18:37:22.829 7 INFO neutron.services.segments.plugin [-] Segment 7b7467ad-9daf-452e-a56c-3506d58a4806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b7467ad-9daf-452e-a56c-3506d58a4806 found for delete ", "request_id": "req-1d29d1ee-80ca-4ddc-b16b-795e24f1eb82"}]} 2026-05-31 18:37:22.830 7 INFO neutron.services.segments.plugin [-] Segment 7b7467ad-9daf-452e-a56c-3506d58a4806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b7467ad-9daf-452e-a56c-3506d58a4806 found for delete ", "request_id": "req-4ea8fd86-dbad-4f72-b696-c6e0c5582d63"}]} [pid: 7|app: 0|req: 1258/2604] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:22 2026] DELETE /v2.0/networks/5d40c066-7828-4f07-9468-6bdc3e0824e1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2605] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:22 2026] DELETE /v2.0/networks/9037344e-1edf-4c5f-a39e-00adf3fbdc6e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2606] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:22 2026] DELETE /v2.0/networks/5fe2323f-e772-442a-8fef-ce7f42edd971 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2607] 199.204.45.156 () {34 vars in 1262 bytes} [Sun May 31 18:37:23 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2608] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:23 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1349/2609] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:23 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1261/2610] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:23 2026] GET /v2.0/security-groups?tenant_id=0ce42aebe44d42a484fca0371d7fa8bf&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2611] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:23 2026] DELETE /v2.0/security-groups/7d254405-01d3-4bd1-bc66-99e61600b2b3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2614] 199.204.45.156 () {34 vars in 975 bytes} [Sun May 31 18:37:24 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1324 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2615] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:24 2026] GET /v2.0/security-groups?tenant_id=dc7a078a20ea4005925bca6248fa9fec&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2616] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:37:24 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 800 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2617] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:24 2026] DELETE /v2.0/security-groups/74e04297-7371-442c-98fa-fc7d3b6f7312 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:24.673 8 INFO neutron.services.segments.plugin [-] Segment ded30d82-7ba0-471c-bff0-1c13ed59f418 resource provider aggregate not found 2026-05-31 18:37:24.677 8 INFO neutron.services.segments.plugin [-] Segment ded30d82-7ba0-471c-bff0-1c13ed59f418 resource provider aggregate not found 2026-05-31 18:37:24.693 8 INFO neutron.services.segments.plugin [-] Segment ded30d82-7ba0-471c-bff0-1c13ed59f418 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ded30d82-7ba0-471c-bff0-1c13ed59f418 found for delete ", "request_id": "req-e3b95a2c-75f1-4ae2-9aad-8e6abb565f62"}]} 2026-05-31 18:37:24.701 8 INFO neutron.services.segments.plugin [-] Segment ded30d82-7ba0-471c-bff0-1c13ed59f418 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ded30d82-7ba0-471c-bff0-1c13ed59f418 found for delete ", "request_id": "req-1e987845-c88b-4785-be45-7ee58321d4d1"}]} [pid: 8|app: 0|req: 1354/2618] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:24 2026] GET /v2.0/security-groups?tenant_id=4df9ec5f02324b4f850663cbcaf8faaa&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:37:24.714 8 INFO neutron.services.segments.plugin [-] Segment 49ad2d8d-915e-48f1-8011-b648be31cc98 resource provider aggregate not found 2026-05-31 18:37:24.719 8 INFO neutron.services.segments.plugin [-] Segment 49ad2d8d-915e-48f1-8011-b648be31cc98 resource provider aggregate not found 2026-05-31 18:37:24.734 8 INFO neutron.services.segments.plugin [-] Segment 49ad2d8d-915e-48f1-8011-b648be31cc98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ad2d8d-915e-48f1-8011-b648be31cc98 found for delete ", "request_id": "req-7d4a20aa-ddf3-4d4a-b429-e9c12264ed0e"}]} 2026-05-31 18:37:24.734 8 INFO neutron.services.segments.plugin [-] Segment 49ad2d8d-915e-48f1-8011-b648be31cc98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ad2d8d-915e-48f1-8011-b648be31cc98 found for delete ", "request_id": "req-3a060b6f-3e6d-4cfe-b1fd-cd70f37bc1b6"}]} [pid: 7|app: 0|req: 1265/2619] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:37:24 2026] PUT /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1514 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2620] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:24 2026] DELETE /v2.0/security-groups/65c18a8f-56df-47d3-a5a9-d5fc3e155610 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:24.849 7 INFO neutron.services.segments.plugin [-] Segment 61c3a18b-a760-43de-a08d-6e62143c5ffe resource provider aggregate not found 2026-05-31 18:37:24.855 7 INFO neutron.services.segments.plugin [-] Segment 61c3a18b-a760-43de-a08d-6e62143c5ffe resource provider aggregate not found 2026-05-31 18:37:24.869 7 INFO neutron.services.segments.plugin [-] Segment 61c3a18b-a760-43de-a08d-6e62143c5ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c3a18b-a760-43de-a08d-6e62143c5ffe found for delete ", "request_id": "req-74d18cfb-0716-497c-b858-d4ce8244a7c5"}]} 2026-05-31 18:37:24.869 7 INFO neutron.services.segments.plugin [-] Segment 61c3a18b-a760-43de-a08d-6e62143c5ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61c3a18b-a760-43de-a08d-6e62143c5ffe found for delete ", "request_id": "req-fb560b4e-4554-4d46-928d-4d9793171edb"}]} 2026-05-31 18:37:24.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cad090c1-6ac4-447b-864d-32421d748898'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'a3f13bc9-f244-4488-bdf1-603efd4c21f0', '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: 1266/2621] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2622] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2623] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1357/2624] 199.204.45.156 () {34 vars in 1104 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A132&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1268/2625] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/subnets?id=8881a86c-20d2-4bd5-85cc-95377906fedf&id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 1411 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2626] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2627] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2628] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1270/2629] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:25 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1360/2630] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:37:26 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2631] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => 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: 1361/2632] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2633] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2634] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1273/2635] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2636] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => 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: 1274/2637] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2638] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&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: 1275/2639] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1365/2640] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1276/2641] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1366/2642] 199.204.45.156 () {34 vars in 1104 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A132&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1277/2643] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/subnets?id=8881a86c-20d2-4bd5-85cc-95377906fedf&id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2644] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2645] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2646] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1279/2647] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:27 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2648] 10.0.0.196 () {34 vars in 678 bytes} [Sun May 31 18:37:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2649] 10.0.0.196 () {34 vars in 678 bytes} [Sun May 31 18:37:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2650] 10.0.0.196 () {34 vars in 678 bytes} [Sun May 31 18:37:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2651] 10.0.0.196 () {34 vars in 678 bytes} [Sun May 31 18:37:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2652] 10.0.0.196 () {34 vars in 678 bytes} [Sun May 31 18:37:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2653] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:29 2026] PUT /v2.0/policies/e628d9aa-90b8-406e-8d54-4cf3dbec05f0/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: 1372/2654] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:29 2026] PUT /v2.0/policies/9a3e2bbf-ef47-4f16-9e05-318590b0dc3d/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2655] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:29 2026] PUT /v2.0/policies/2bc5cc81-dfdc-4da0-96ee-c0e6071d0b79/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2656] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:37:29 2026] PUT /v2.0/policies/7e24f693-d3fe-4868-881a-7a023df006e9/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2657] 10.0.0.196 () {32 vars in 674 bytes} [Sun May 31 18:37:29 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2658] 10.0.0.196 () {32 vars in 688 bytes} [Sun May 31 18:37:29 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2659] 10.0.0.196 () {32 vars in 684 bytes} [Sun May 31 18:37:29 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2660] 10.0.0.196 () {32 vars in 696 bytes} [Sun May 31 18:37:29 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2661] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:37:29 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2662] 10.0.0.196 () {32 vars in 696 bytes} [Sun May 31 18:37:29 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: 7|app: 0|req: 1287/2663] 10.0.0.196 () {32 vars in 692 bytes} [Sun May 31 18:37:29 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2664] 10.0.0.196 () {32 vars in 704 bytes} [Sun May 31 18:37:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2665] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:37:30 2026] DELETE /v2.0/qos/policies/e628d9aa-90b8-406e-8d54-4cf3dbec05f0 => 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: 1378/2666] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:37:30 2026] DELETE /v2.0/qos/policies/9a3e2bbf-ef47-4f16-9e05-318590b0dc3d => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2667] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:37:30 2026] DELETE /v2.0/qos/policies/2bc5cc81-dfdc-4da0-96ee-c0e6071d0b79 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2668] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:37:30 2026] DELETE /v2.0/qos/policies/7e24f693-d3fe-4868-881a-7a023df006e9 => 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: 1290/2669] 10.0.0.196 () {32 vars in 734 bytes} [Sun May 31 18:37:30 2026] DELETE /v2.0/qos/policies/8403c8f7-2277-436b-a748-0479234434cd => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2670] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/security-groups?tenant_id=b06eea2417e042e1b4a5a02795699f7e&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2671] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:31 2026] DELETE /v2.0/security-groups/cbdd30b5-4800-41c6-9974-519e64c288ea => 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: 1381/2672] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/security-groups?tenant_id=7f947eb415084d29b5541184a9f47b25&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: 1382/2673] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1514 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2674] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:31 2026] DELETE /v2.0/security-groups/a9c768de-5115-485e-a7c4-705821496fdc => 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: 1383/2675] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2676] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2677] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/subnets/8881a86c-20d2-4bd5-85cc-95377906fedf => generated 744 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2678] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37:31 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: 1386/2679] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37:31 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: 1294/2680] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/security-groups?tenant_id=dec1394f56b14bed91293bdf3db56e3f&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2681] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2682] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:31 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: 1389/2683] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2684] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:31 2026] DELETE /v2.0/security-groups/f40cce89-08fd-460e-9962-048f08a8684b => 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: 1390/2685] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:31 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2686] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:32 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2687] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:32 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2688] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:37:32 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => 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: 1392/2689] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:32 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2690] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:32 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2691] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:37:35 2026] POST /v2.0/floatingips => generated 552 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2692] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:37:35 2026] PUT /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2693] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:35 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2694] 10.0.0.196 () {34 vars in 770 bytes} [Sun May 31 18:37:35 2026] PUT /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/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: 1395/2695] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:35 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/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: 1301/2696] 10.0.0.196 () {34 vars in 766 bytes} [Sun May 31 18:37:35 2026] PUT /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2697] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:35 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2698] 10.0.0.196 () {34 vars in 788 bytes} [Sun May 31 18:37:36 2026] PUT /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2699] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/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: 1303/2700] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:37:36 2026] PUT /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2701] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2702] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:37:36.370 8 INFO neutron.api.v2.resource [None req-5acc61d4-e290-4ca6-b157-dd822a8a45c8 1393a3be40e64076956073d94fa0d335 501e40e5e3c44f5f9bf52be61ac77aef - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1399/2703] 10.0.0.196 () {32 vars in 751 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2704] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:37:36 2026] DELETE /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2705] 10.0.0.195 () {30 vars in 690 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2706] 10.0.0.195 () {30 vars in 692 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2707] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2708] 10.0.0.195 () {30 vars in 668 bytes} [Sun May 31 18:37:36 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: 1402/2709] 10.0.0.195 () {30 vars in 704 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:37:36.570 7 INFO neutron.api.v2.resource [None req-ce8443f7-d0e6-43d0-a6df-b2c9037d6040 1393a3be40e64076956073d94fa0d335 501e40e5e3c44f5f9bf52be61ac77aef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1308/2710] 10.0.0.196 () {32 vars in 754 bytes} [Sun May 31 18:37:36 2026] DELETE /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2711] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:37:36 2026] DELETE /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => 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: 1309/2712] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:37:36.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d5ebe3d-abcf-4f50-9f11-78a41dd1d5ed 1393a3be40e64076956073d94fa0d335 501e40e5e3c44f5f9bf52be61ac77aef - - default default] TaaS: Handle Delete Port: 318ff27f-790a-41d2-8541-ab0cca183140 2026-05-31 18:37:36.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d5ebe3d-abcf-4f50-9f11-78a41dd1d5ed 1393a3be40e64076956073d94fa0d335 501e40e5e3c44f5f9bf52be61ac77aef - - default default] Tap Mirror: Handle Delete Port: 318ff27f-790a-41d2-8541-ab0cca183140 [pid: 7|app: 0|req: 1310/2713] 10.0.0.195 () {28 vars in 439 bytes} [Sun May 31 18:37:36 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2714] 10.0.0.195 () {30 vars in 728 bytes} [Sun May 31 18:37:36 2026] GET /v2.0/subnets/91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2715] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:37:36 2026] DELETE /v2.0/floatingips/7d38d0f0-cb8c-49ef-b457-277e3651a13d => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2716] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:37 2026] GET /v2.0/security-groups?tenant_id=501e40e5e3c44f5f9bf52be61ac77aef&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2717] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:37 2026] DELETE /v2.0/security-groups/b42c6be7-1fc4-4520-a9e2-67b81a432851 => 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: 1313/2718] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37: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: 8|app: 0|req: 1406/2719] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37:37 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: 1407/2720] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37:37 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: 1408/2721] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:37 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: 1409/2722] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:37 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2723] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:37 2026] GET /v2.0/subnets/91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2724] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:37 2026] GET /v2.0/security-groups?tenant_id=17c1455e1f944ecf86474b1957745020&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2725] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:37:38 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4098 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2726] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:38 2026] DELETE /v2.0/security-groups/c5f13cf0-bd89-4b5b-a79d-7241e4a9806c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2727] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37:38 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: 1316/2728] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37:38 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: 1413/2729] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37:38 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: 1317/2730] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:38 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: 1414/2731] 199.204.45.156 () {34 vars in 717 bytes} [Sun May 31 18:37:38 2026] POST /v2.0/ports => generated 1332 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2732] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:37:38 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1332 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2735] 199.204.45.156 () {34 vars in 1262 bytes} [Sun May 31 18:37:39 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1416/2736] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:39 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1321/2737] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:39 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2738] 199.204.45.156 () {34 vars in 975 bytes} [Sun May 31 18:37:40 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2739] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:37:40 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => 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: 1418/2740] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:37:40 2026] PUT /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1522 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:37:41.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8900ab71-dd12-4e8f-ad53-9d9be5c19fdc'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'fd736122-2940-4f20-a4aa-f5da5c5ca1a0', 'status': 'completed', 'code': 200} 2026-05-31 18:37:41.401 7 INFO neutron.db.segments_db [None req-08b6ec99-0d5b-4156-b7c0-7eb48530ff81 b84bf77abf844e1391c4dd15f4774e63 03aef3fbeb274b49bb4268bc7a6af85c - - default default] Added segment a1ec5541-b21d-4167-9292-a50a564c0994 of type vxlan for network 6502af92-1da1-4bcf-9e30-d5a364c61a17 [pid: 7|app: 0|req: 1323/2741] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:37:41 2026] POST /v2.0/networks => generated 632 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1324/2742] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 5612 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2743] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => 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: 1326/2744] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2745] 199.204.45.156 () {34 vars in 1106 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e3&port_id=fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => 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: 1328/2746] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/subnets?id=c51aeb65-29ad-4c07-bf80-fd37f6281db3&id=91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2747] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&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: 1330/2748] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2749] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:37:41 2026] POST /v2.0/ports => generated 743 bytes in 313 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: 1331/2750] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1420/2751] 10.0.0.196 () {34 vars in 747 bytes} [Sun May 31 18:37:41 2026] PUT /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 25 bytes in 61 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: 1332/2752] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2753] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:41 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/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: 1333/2754] 10.0.0.196 () {34 vars in 758 bytes} [Sun May 31 18:37:41 2026] PUT /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/green => generated 4 bytes in 71 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: 1422/2755] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 34 bytes in 50 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: 1334/2756] 10.0.0.196 () {34 vars in 754 bytes} [Sun May 31 18:37:42 2026] PUT /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/red => generated 4 bytes in 72 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: 1423/2757] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 34 bytes in 60 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: 1335/2758] 10.0.0.196 () {34 vars in 776 bytes} [Sun May 31 18:37:42 2026] PUT /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1424/2759] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 52 bytes in 49 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: 1336/2760] 10.0.0.196 () {34 vars in 747 bytes} [Sun May 31 18:37:42 2026] PUT /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 37 bytes in 60 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: 1425/2761] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1337/2762] 10.0.0.196 () {32 vars in 735 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:37:42.601 8 INFO neutron.api.v2.resource [None req-67a200fa-c927-447b-bfc3-7b9adfa16461 b84bf77abf844e1391c4dd15f4774e63 03aef3fbeb274b49bb4268bc7a6af85c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1426/2763] 10.0.0.196 () {32 vars in 739 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/green => generated 99 bytes in 47 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: 1338/2764] 10.0.0.196 () {32 vars in 738 bytes} [Sun May 31 18:37:42 2026] DELETE /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/red => generated 0 bytes in 76 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: 1427/2765] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:37:42.792 7 INFO neutron.api.v2.resource [None req-32fae30f-3c05-4835-9bcf-0c0ab365d182 b84bf77abf844e1391c4dd15f4774e63 03aef3fbeb274b49bb4268bc7a6af85c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1339/2766] 10.0.0.196 () {32 vars in 742 bytes} [Sun May 31 18:37:42 2026] DELETE /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1428/2767] 10.0.0.196 () {32 vars in 730 bytes} [Sun May 31 18:37:42 2026] DELETE /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1340/2768] 10.0.0.196 () {32 vars in 727 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1341/2769] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 5612 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2770] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:37:42.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-c25c825c-7114-4bcb-9936-802babe6cc07 b84bf77abf844e1391c4dd15f4774e63 03aef3fbeb274b49bb4268bc7a6af85c - - default default] TaaS: Handle Delete Port: 05d353b9-44fc-4334-8e65-98735abdf335 2026-05-31 18:37:42.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25c825c-7114-4bcb-9936-802babe6cc07 b84bf77abf844e1391c4dd15f4774e63 03aef3fbeb274b49bb4268bc7a6af85c - - default default] Tap Mirror: Handle Delete Port: 05d353b9-44fc-4334-8e65-98735abdf335 [pid: 7|app: 0|req: 1343/2771] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:37:42 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2772] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2773] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:37:42 2026] DELETE /v2.0/ports/05d353b9-44fc-4334-8e65-98735abdf335 => 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: 1345/2774] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1346/2775] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2776] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:37:43.206 8 INFO neutron.services.segments.plugin [-] Segment a1ec5541-b21d-4167-9292-a50a564c0994 resource provider aggregate not found 2026-05-31 18:37:43.214 8 INFO neutron.services.segments.plugin [-] Segment a1ec5541-b21d-4167-9292-a50a564c0994 resource provider aggregate not found [pid: 7|app: 0|req: 1348/2777] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2778] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:37:43 2026] DELETE /v2.0/networks/6502af92-1da1-4bcf-9e30-d5a364c61a17 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:37:43.234 8 INFO neutron.services.segments.plugin [-] Segment a1ec5541-b21d-4167-9292-a50a564c0994 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1ec5541-b21d-4167-9292-a50a564c0994 found for delete ", "request_id": "req-5ff321b4-8ba1-4555-a4b0-613f172e8b8a"}]} 2026-05-31 18:37:43.236 8 INFO neutron.services.segments.plugin [-] Segment a1ec5541-b21d-4167-9292-a50a564c0994 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1ec5541-b21d-4167-9292-a50a564c0994 found for delete ", "request_id": "req-d9db177b-96a8-496d-a531-0ec2bdb60d32"}]} [pid: 7|app: 0|req: 1349/2779] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2780] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1350/2781] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1432/2782] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2783] 199.204.45.156 () {34 vars in 1104 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A132&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1433/2784] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/subnets?id=8881a86c-20d2-4bd5-85cc-95377906fedf&id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 1411 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2785] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&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: 1434/2786] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2787] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2788] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1354/2789] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.134&port_id=fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => 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: 1436/2790] 199.204.45.156 () {34 vars in 1106 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3e3&port_id=fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => 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: 1355/2791] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/subnets?id=c51aeb65-29ad-4c07-bf80-fd37f6281db3&id=91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2792] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&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: 1356/2793] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2794] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1357/2795] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1439/2796] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:43 2026] GET /v2.0/security-groups?tenant_id=8e54e7da1bf14835a560dffc77a5f971&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2797] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:44 2026] DELETE /v2.0/security-groups/6870c2bc-2beb-4d82-9cfb-f176d8af4b6e => 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: 1440/2798] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:44 2026] GET /v2.0/security-groups?tenant_id=03aef3fbeb274b49bb4268bc7a6af85c&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2799] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:44 2026] DELETE /v2.0/security-groups/4e80de30-bd54-4dfa-8ff1-839e51e2bd80 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2800] 10.0.0.76 () {34 vars in 970 bytes} [Sun May 31 18:37:47 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1524 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2801] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:37:47 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2802] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:47 2026] GET /v2.0/subnets/91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2803] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:47 2026] GET /v2.0/subnets/c51aeb65-29ad-4c07-bf80-fd37f6281db3 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2804] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:47 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2805] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:47 2026] GET /v2.0/security-groups?tenant_id=69d21432e3704c8c893d285cdd0d1c88&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2806] 199.204.45.156 () {34 vars in 790 bytes} [Sun May 31 18:37:47 2026] PUT /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1251 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2807] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:48 2026] DELETE /v2.0/security-groups/5bc849b3-dd14-4386-b62e-fe7dbfcdf617 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:37:48.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-562d4255-cd7d-44a3-b649-276b88685694'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'a3f13bc9-f244-4488-bdf1-603efd4c21f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1364/2808] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2809] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2810] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:37:48 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: 1447/2811] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:37: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: 8|app: 0|req: 1448/2812] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:37:48 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: 1449/2813] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:37:48 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: 1365/2814] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/security-groups?tenant_id=1cf31ab21e0c4e9ca5e2ba09a45742ac&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2815] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2816] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2817] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2818] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:37:48 2026] DELETE /v2.0/security-groups/044c45aa-5fa4-498c-8bfc-f4ed34735fae => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2819] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2820] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2821] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => 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: 1368/2822] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2823] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 5385 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2824] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2825] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:37:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1370/2826] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:37:49 2026] GET /v2.0/subnets?id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2827] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:37:49 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2828] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:37:49 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2829] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:37:49 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2832] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:01 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: 1460/2833] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2834] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:01 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: 1461/2835] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:01 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: 1375/2836] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:01 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2837] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:01 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2838] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:01 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: 1463/2839] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:01 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: 1377/2840] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:01 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: 1464/2841] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2842] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:01 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2843] 199.204.45.156 () {34 vars in 790 bytes} [Sun May 31 18:38:01 2026] PUT /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1311 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:02.054 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1ffc35c-e440-4283-8a11-b573bb923425'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'fd736122-2940-4f20-a4aa-f5da5c5ca1a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1379/2844] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 798 bytes in 47 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: 1466/2845] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/subnets/c51aeb65-29ad-4c07-bf80-fd37f6281db3 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2846] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1347 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2847] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:38:02 2026] PUT /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1080 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2848] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1468/2849] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2850] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2851] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => 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: 1383/2852] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?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: 1470/2853] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2854] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:02 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2855] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:03 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:04.087 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5578b453-c9d2-4b02-b0f9-cd370841dbc2'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'fd736122-2940-4f20-a4aa-f5da5c5ca1a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1385/2856] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:04 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2857] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:38:04 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2858] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:04 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2859] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:04 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2860] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:04 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2861] 199.204.45.156 () {34 vars in 975 bytes} [Sun May 31 18:38:04 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2862] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:38:05 2026] GET /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2863] 199.204.45.156 () {34 vars in 1016 bytes} [Sun May 31 18:38:05 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2864] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:38:05 2026] PUT /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => generated 917 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2865] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:05 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:38:06.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-8043d694-0484-4e9f-85e4-1cc95ef5c881 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: fd736122-2940-4f20-a4aa-f5da5c5ca1a0 2026-05-31 18:38:06.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8043d694-0484-4e9f-85e4-1cc95ef5c881 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: fd736122-2940-4f20-a4aa-f5da5c5ca1a0 [pid: 7|app: 0|req: 1390/2866] 199.204.45.156 () {32 vars in 759 bytes} [Sun May 31 18:38:05 2026] DELETE /v2.0/ports/fd736122-2940-4f20-a4aa-f5da5c5ca1a0 => 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: 1477/2867] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:06 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: 1391/2868] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:06 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: 1478/2869] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:06 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: 1392/2870] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:06 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: 1479/2871] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2872] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2873] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2874] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2875] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2876] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2877] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2878] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2879] 199.204.45.156 () {34 vars in 1226 bytes} [Sun May 31 18:38:06 2026] GET /v2.0/networks?id=3742e988-a993-4d7e-8bd0-10529e8aaf50&id=45f099db-bcad-4681-89e5-2be568c53694&id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 3096 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2880] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => 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: 1484/2881] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => 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: 1398/2882] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2883] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1399/2884] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1486/2885] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => 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: 1400/2886] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2887] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2888] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2889] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2890] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.77&port_id=a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1489/2891] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/subnets?id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2892] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2893] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2894] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:07 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1492/2897] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:12 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: 1406/2898] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:12 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: 1493/2899] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:12 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: 1407/2900] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:12 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: 1494/2901] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:12 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3869 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2902] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:12 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: 1495/2903] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:12 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: 1409/2904] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:12 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: 1496/2905] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2906] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:12 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1287 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2907] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:38:12 2026] PUT /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 1080 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:13.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe64bbdb-8f47-453c-a0ae-04a6ab16a6c5'] response: {'name': 'network-changed', 'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'tag': 'a3f13bc9-f244-4488-bdf1-603efd4c21f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1411/2908] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 797 bytes in 48 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: 1498/2909] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2910] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2911] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2912] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2913] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2914] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:13 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1501/2915] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:14 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => 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: 1415/2916] 199.204.45.156 () {34 vars in 975 bytes} [Sun May 31 18:38:15 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => 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: 1502/2917] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:38:15 2026] GET /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2918] 199.204.45.156 () {34 vars in 1016 bytes} [Sun May 31 18:38:15 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2919] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:15 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 3698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2920] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:38:15 2026] PUT /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 917 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2921] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:38:16.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dcf730b-0ada-4992-b137-4f6c020425b7 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: a3f13bc9-f244-4488-bdf1-603efd4c21f0 2026-05-31 18:38:16.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dcf730b-0ada-4992-b137-4f6c020425b7 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: a3f13bc9-f244-4488-bdf1-603efd4c21f0 [pid: 8|app: 0|req: 1504/2922] 199.204.45.156 () {32 vars in 759 bytes} [Sun May 31 18:38:16 2026] DELETE /v2.0/ports/a3f13bc9-f244-4488-bdf1-603efd4c21f0 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2923] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:16 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: 1505/2924] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:16 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: 1420/2925] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:16 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: 1506/2926] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2927] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2928] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2929] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2930] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2931] 199.204.45.156 () {30 vars in 743 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2932] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:16 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => 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: 1424/2933] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2934] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2935] 199.204.45.156 () {34 vars in 1146 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/networks?id=3742e988-a993-4d7e-8bd0-10529e8aaf50&id=45f099db-bcad-4681-89e5-2be568c53694&id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 2309 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2936] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2937] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2938] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&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: 1427/2939] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2940] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2941] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2942] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/subnets?id=b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2943] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/ports?network_id=45f099db-bcad-4681-89e5-2be568c53694&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2944] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2945] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:17 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?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: 1517/2948] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2949] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:29 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: 1518/2950] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2951] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:38:29.289 8 INFO neutron.api.v2.resource [None req-905748a5-05d0-4e7d-a2c5-2a5da5533fb0 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/2952] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:38:29 2026] GET /v2.0/security-groups/lb-8a38e530-53a5-454d-9f9d-09e38f908975 => 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: 1434/2953] 199.204.45.156 () {30 vars in 785 bytes} [Sun May 31 18:38:29 2026] GET /v2.0/security-groups?name=lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 2863 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2954] 199.204.45.156 () {30 vars in 815 bytes} [Sun May 31 18:38:29 2026] GET /v2.0/security-group-rules?security_group_id=37ec4721-e6da-4a28-942f-ffaa34655db5 => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2955] 199.204.45.156 () {32 vars in 789 bytes} [Sun May 31 18:38:29 2026] DELETE /v2.0/security-group-rules/5d41c439-aacd-4597-94ca-aff25cc6c0e1 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2956] 199.204.45.156 () {32 vars in 789 bytes} [Sun May 31 18:38:29 2026] DELETE /v2.0/security-group-rules/9a9dc2c2-e65d-486b-8cad-d2475bee8944 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:38:32.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-abdbb7b9-0538-4978-9f92-8fea47b114fe 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 8cc33d99-9d1a-488e-8229-10aacf1ef479 2026-05-31 18:38:32.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abdbb7b9-0538-4978-9f92-8fea47b114fe 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 8cc33d99-9d1a-488e-8229-10aacf1ef479 2026-05-31 18:38:32.198 7 INFO neutron.db.l3_db [None req-abdbb7b9-0538-4978-9f92-8fea47b114fe 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Floating IP ee7e543d-04cb-4c28-ad17-cc50195d0e2f disassociated (deleted). External IP: 10.96.250.220, port: d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a. [pid: 7|app: 0|req: 1436/2957] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:38:31 2026] DELETE /v2.0/floatingips/ee7e543d-04cb-4c28-ad17-cc50195d0e2f => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:38:32.531 8 INFO neutron.api.v2.resource [None req-b0e25f94-7b53-418c-a544-3d07b154bdc7 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/2958] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:38:32 2026] GET /v2.0/floatingips/ee7e543d-04cb-4c28-ad17-cc50195d0e2f => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2959] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2960] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:33 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: 1438/2961] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:33 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: 1524/2962] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:38:33.231 7 INFO neutron.api.v2.resource [None req-beba9be4-32c7-4243-bed5-90a490b1ce51 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/2963] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/security-groups/lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2964] 199.204.45.156 () {30 vars in 785 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/security-groups?name=lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2965] 199.204.45.156 () {30 vars in 815 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/security-group-rules?security_group_id=37ec4721-e6da-4a28-942f-ffaa34655db5 => generated 1182 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2966] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2967] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2968] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:33 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: 1442/2969] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38: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: 8|app: 0|req: 1528/2970] 199.204.45.156 () {30 vars in 741 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2971] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2972] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2973] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:33 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => 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: 1530/2974] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:34 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2975] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:35 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2976] 199.204.45.156 () {34 vars in 975 bytes} [Sun May 31 18:38:35 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2977] 199.204.45.156 () {34 vars in 1060 bytes} [Sun May 31 18:38:35 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2978] 199.204.45.156 () {34 vars in 1016 bytes} [Sun May 31 18:38:35 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2979] 199.204.45.156 () {38 vars in 1028 bytes} [Sun May 31 18:38:35 2026] PUT /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1151 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2980] 199.204.45.156 () {30 vars in 769 bytes} [Sun May 31 18:38:36 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1448/2981] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:38:36 2026] PUT /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1090 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2982] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:36 2026] GET /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 1090 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-31 18:38:37.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-23be99d4-d9cd-4689-aa29-3f78bfbeeb78 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: 7f71ed70-34c2-4ad7-a8f4-2357eb310c6a 2026-05-31 18:38:37.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23be99d4-d9cd-4689-aa29-3f78bfbeeb78 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: 7f71ed70-34c2-4ad7-a8f4-2357eb310c6a [pid: 7|app: 0|req: 1449/2983] 199.204.45.156 () {32 vars in 759 bytes} [Sun May 31 18:38:37 2026] DELETE /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2984] 199.204.45.156 () {30 vars in 703 bytes} [Sun May 31 18:38:37 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: 1450/2985] 199.204.45.156 () {30 vars in 705 bytes} [Sun May 31 18:38:37 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: 1536/2986] 199.204.45.156 () {30 vars in 681 bytes} [Sun May 31 18:38:37 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: 1451/2987] 199.204.45.156 () {30 vars in 717 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:38:37.445 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f76d9256-2120-49d0-b411-f835db1336f8 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/2988] 199.204.45.156 () {32 vars in 759 bytes} [Sun May 31 18:38:37 2026] DELETE /v2.0/ports/7f71ed70-34c2-4ad7-a8f4-2357eb310c6a => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2989] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:37.513 8 INFO neutron.api.v2.resource [None req-eb8bdc9d-3171-47bc-89f3-28ba0afd64b4 e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/2990] 199.204.45.156 () {30 vars in 763 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/security-groups/lb-8a38e530-53a5-454d-9f9d-09e38f908975 => 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: 1453/2991] 199.204.45.156 () {30 vars in 785 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/security-groups?name=lb-8a38e530-53a5-454d-9f9d-09e38f908975 => generated 1637 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2992] 199.204.45.156 () {30 vars in 737 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2993] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/ports?tenant_id=0605ec3cdca34bf58a5d75b6c0d08911&device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2994] 199.204.45.156 () {34 vars in 1066 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/networks?id=3742e988-a993-4d7e-8bd0-10529e8aaf50&id=45f099db-bcad-4681-89e5-2be568c53694 => generated 1523 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2995] 199.204.45.156 () {34 vars in 1062 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.251&port_id=aee492d2-4184-43ed-9f65-c2cd892f5fe6 => 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: 1543/2996] 199.204.45.156 () {34 vars in 984 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/subnets?id=90f69983-f686-452b-9584-6796d81dfb42 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2997] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/ports?network_id=3742e988-a993-4d7e-8bd0-10529e8aaf50&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2998] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1454/2999] 199.204.45.156 () {34 vars in 789 bytes} [Sun May 31 18:38:37 2026] PUT /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 1094 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3000] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:37 2026] GET /v2.0/networks/3742e988-a993-4d7e-8bd0-10529e8aaf50?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: 1455/3001] 199.204.45.156 () {32 vars in 779 bytes} [Sun May 31 18:38:37 2026] DELETE /v2.0/security-groups/37ec4721-e6da-4a28-942f-ffaa34655db5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:38:38.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c7f9392-3cd2-45b6-b4a2-40a005939f7b e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a 2026-05-31 18:38:38.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c7f9392-3cd2-45b6-b4a2-40a005939f7b e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a [pid: 8|app: 0|req: 1547/3002] 199.204.45.156 () {32 vars in 759 bytes} [Sun May 31 18:38:38 2026] DELETE /v2.0/ports/d5a7d39f-5ee7-4e01-8cc4-1340bbd9828a => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3005] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:38:40 2026] GET /v2.0/ports?device_id=43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:41.060 8 INFO neutron_taas.services.taas.taas_plugin [req-7e9ff9c8-f07f-4d6c-9271-d8ba745767f4 req-298a0a6e-e920-4ae6-98cb-91e75d3e480a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] TaaS: Handle Delete Port: aee492d2-4184-43ed-9f65-c2cd892f5fe6 2026-05-31 18:38:41.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7e9ff9c8-f07f-4d6c-9271-d8ba745767f4 req-298a0a6e-e920-4ae6-98cb-91e75d3e480a e6eda51265aa4ae8994c4389a4a8dbc1 0605ec3cdca34bf58a5d75b6c0d08911 - - default default] Tap Mirror: Handle Delete Port: aee492d2-4184-43ed-9f65-c2cd892f5fe6 [pid: 8|app: 0|req: 1549/3006] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:38:40 2026] DELETE /v2.0/ports/aee492d2-4184-43ed-9f65-c2cd892f5fe6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:38:41.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e0ac16f-d579-4af9-822f-ca7fdf43ed4d'] response: {'server_uuid': '43a8eb4f-95f9-42ed-81a4-d8fed9b6d2ba', 'name': 'network-vif-deleted', 'tag': 'aee492d2-4184-43ed-9f65-c2cd892f5fe6', 'status': 'completed', 'code': 200} 2026-05-31 18:38:42.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-817a05a1-67e5-46e4-969a-8b33461adb6a 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: daaf5b10-1be0-4d80-adc6-2c03822091d9 2026-05-31 18:38:42.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-817a05a1-67e5-46e4-969a-8b33461adb6a 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: daaf5b10-1be0-4d80-adc6-2c03822091d9 2026-05-31 18:38:43.046 7 INFO neutron.db.l3_db [None req-817a05a1-67e5-46e4-969a-8b33461adb6a 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Floating IP 1282d9fb-6672-40af-8c9c-b9b7624c158d disassociated (deleted). External IP: 10.96.250.211, port: cccfa849-f430-4d94-b3e3-7f60fce41db8. [pid: 7|app: 0|req: 1458/3007] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:38:42 2026] DELETE /v2.0/floatingips/1282d9fb-6672-40af-8c9c-b9b7624c158d => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:38:43.370 8 INFO neutron.api.v2.resource [None req-4da69eb4-eae7-4fa3-aed0-1160863fd9dd 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3008] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:38:43 2026] GET /v2.0/floatingips/1282d9fb-6672-40af-8c9c-b9b7624c158d => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:38:43.393 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5580707a-3222-495b-aa39-d199520c1f88'] response: {'name': 'network-changed', 'server_uuid': 'dc05fc35-46aa-4ba6-8980-b21e8eb5e367', 'tag': 'cccfa849-f430-4d94-b3e3-7f60fce41db8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1459/3009] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:38:43 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1204 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3010] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:38:43 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3011] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:43 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3012] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:38:43 2026] GET /v2.0/networks?id=36d5f974-3bf2-478f-85eb-239e10d8b6ac => 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: 1461/3013] 199.204.45.156 () {34 vars in 1058 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.212&port_id=cccfa849-f430-4d94-b3e3-7f60fce41db8 => 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: 1553/3014] 199.204.45.156 () {34 vars in 1106 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2bd&port_id=cccfa849-f430-4d94-b3e3-7f60fce41db8 => 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: 1462/3015] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/subnets?id=c51aeb65-29ad-4c07-bf80-fd37f6281db3&id=91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3016] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3017] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/ports?network_id=36d5f974-3bf2-478f-85eb-239e10d8b6ac&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: 1555/3018] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3019] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:44 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3020] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:38:46 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:46.392 7 INFO neutron_taas.services.taas.taas_plugin [req-1e88250b-6f10-412b-9a1d-72d3dac544cb req-e6b785b5-4827-43f2-8bb9-119642f81a2f 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: cccfa849-f430-4d94-b3e3-7f60fce41db8 2026-05-31 18:38:46.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e88250b-6f10-412b-9a1d-72d3dac544cb req-e6b785b5-4827-43f2-8bb9-119642f81a2f 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: cccfa849-f430-4d94-b3e3-7f60fce41db8 [pid: 7|app: 0|req: 1465/3021] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:38:46 2026] DELETE /v2.0/ports/cccfa849-f430-4d94-b3e3-7f60fce41db8 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:38:46.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-244cb48b-3fe8-482d-b856-d14ce08d5ff1'] response: {'server_uuid': 'dc05fc35-46aa-4ba6-8980-b21e8eb5e367', 'name': 'network-vif-deleted', 'tag': 'cccfa849-f430-4d94-b3e3-7f60fce41db8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1557/3022] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:38:48 2026] GET /v2.0/ports?device_id=dc05fc35-46aa-4ba6-8980-b21e8eb5e367 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:38:53.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-97575fa7-78cc-4062-9cf8-dabc6ac22489 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 44d6fd7c-63de-44b5-9f9e-49c5d221ec78 2026-05-31 18:38:53.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97575fa7-78cc-4062-9cf8-dabc6ac22489 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 44d6fd7c-63de-44b5-9f9e-49c5d221ec78 2026-05-31 18:38:54.087 7 INFO neutron.db.l3_db [None req-97575fa7-78cc-4062-9cf8-dabc6ac22489 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Floating IP 461f4dfb-f61b-41f3-a9a5-f98cc280b85d disassociated (deleted). External IP: 10.96.250.206, port: 120f0022-4f4a-4e9a-966e-296a3c36bb0c. [pid: 7|app: 0|req: 1466/3025] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:38:53 2026] DELETE /v2.0/floatingips/461f4dfb-f61b-41f3-a9a5-f98cc280b85d => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:38:54.392 8 INFO neutron.api.v2.resource [None req-b435d81d-e7d3-4c58-b93f-d6f592106742 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3026] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:38:54 2026] GET /v2.0/floatingips/461f4dfb-f61b-41f3-a9a5-f98cc280b85d => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:38:54.402 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-877fb68e-3b5b-4bb8-83ed-c713c9ef745c'] response: {'name': 'network-changed', 'server_uuid': 'a7cb1fa9-4546-4503-93d0-eec59eb5ce97', 'tag': '120f0022-4f4a-4e9a-966e-296a3c36bb0c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1467/3027] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:38:54 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3028] 10.0.0.76 () {34 vars in 1039 bytes} [Sun May 31 18:38:54 2026] GET /v2.0/security-groups?id=9b903b42-4b21-4d94-afc3-067dfe20055f&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3029] 199.204.45.156 () {34 vars in 1080 bytes} [Sun May 31 18:38:54 2026] GET /v2.0/ports?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3030] 199.204.45.156 () {34 vars in 986 bytes} [Sun May 31 18:38:54 2026] GET /v2.0/networks?id=90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3031] 199.204.45.156 () {34 vars in 1056 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=120f0022-4f4a-4e9a-966e-296a3c36bb0c => 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: 1563/3032] 199.204.45.156 () {34 vars in 1104 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d2&port_id=120f0022-4f4a-4e9a-966e-296a3c36bb0c => 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: 1470/3033] 199.204.45.156 () {34 vars in 1064 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/subnets?id=8881a86c-20d2-4bd5-85cc-95377906fedf&id=667bfccf-60b6-436c-9344-d781af724aa7 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3034] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3035] 199.204.45.156 () {34 vars in 1052 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/ports?network_id=90ac7baa-0be1-4b04-84e8-3afabfc1b196&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3036] 199.204.45.156 () {34 vars in 1012 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1472/3037] 199.204.45.156 () {34 vars in 1112 bytes} [Sun May 31 18:38:55 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196?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: 1566/3038] 199.204.45.156 () {34 vars in 994 bytes} [Sun May 31 18:38:56 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:38:57.172 7 INFO neutron_taas.services.taas.taas_plugin [req-d3048e46-b271-4303-88f5-19c4a1651695 req-ee915889-4434-4d42-bbc0-cc80ad9c3fdb 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 120f0022-4f4a-4e9a-966e-296a3c36bb0c 2026-05-31 18:38:57.177 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d3048e46-b271-4303-88f5-19c4a1651695 req-ee915889-4434-4d42-bbc0-cc80ad9c3fdb 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 120f0022-4f4a-4e9a-966e-296a3c36bb0c [pid: 7|app: 0|req: 1473/3039] 199.204.45.156 () {36 vars in 997 bytes} [Sun May 31 18:38:57 2026] DELETE /v2.0/ports/120f0022-4f4a-4e9a-966e-296a3c36bb0c => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:38:57.399 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43339b15-6184-40c2-bbd0-061bd17389c0'] response: {'server_uuid': 'a7cb1fa9-4546-4503-93d0-eec59eb5ce97', 'name': 'network-vif-deleted', 'tag': '120f0022-4f4a-4e9a-966e-296a3c36bb0c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1567/3040] 10.0.0.76 () {34 vars in 989 bytes} [Sun May 31 18:38:59 2026] GET /v2.0/ports?device_id=a7cb1fa9-4546-4503-93d0-eec59eb5ce97 => 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: 1474/3041] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:04 2026] DELETE /v2.0/security-group-rules/f20acf55-571b-41e9-8af6-c40c3a464e13 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:04.892 8 INFO neutron.api.v2.resource [None req-4ab8c7a7-7df5-4f98-b493-618cf1867146 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3042] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:04 2026] GET /v2.0/security-group-rules/f20acf55-571b-41e9-8af6-c40c3a464e13 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3043] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:04 2026] DELETE /v2.0/security-group-rules/546dc3d7-6b41-4101-9bb2-e28052c58c2d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:04.973 8 INFO neutron.api.v2.resource [None req-e022cfb3-4a9a-49b6-8cb7-94bb0e8860f3 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3044] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:04 2026] GET /v2.0/security-group-rules/546dc3d7-6b41-4101-9bb2-e28052c58c2d => 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: 1476/3045] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:04 2026] DELETE /v2.0/security-group-rules/3738400d-aa1e-4e55-b584-064eb07a7dd1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.059 8 INFO neutron.api.v2.resource [None req-dfb7c0d5-fe97-4ded-bc58-295f21dca102 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3046] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/3738400d-aa1e-4e55-b584-064eb07a7dd1 => 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: 1477/3047] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/848ee4c3-a5ba-437a-9c7d-a5b1c31a190e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.149 8 INFO neutron.api.v2.resource [None req-e731516b-94c9-46a6-84a4-8d035897ca6e 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3048] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/848ee4c3-a5ba-437a-9c7d-a5b1c31a190e => 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: 1478/3049] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/e69639ce-bdcc-42c5-b592-23858ad01006 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.247 8 INFO neutron.api.v2.resource [None req-6845d9b4-65b0-43ec-9bc7-b1858ab747d4 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3050] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/e69639ce-bdcc-42c5-b592-23858ad01006 => 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: 1479/3051] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/d747e6a8-e5a6-4ccf-91b2-1c6d5292700c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.335 8 INFO neutron.api.v2.resource [None req-a68ebd72-66d1-4d98-9779-cd81b2758cfc 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3052] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/d747e6a8-e5a6-4ccf-91b2-1c6d5292700c => 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: 1480/3053] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/8bc17d56-7fdb-4d98-a64b-a16bacf26962 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.441 8 INFO neutron.api.v2.resource [None req-6613a6b2-28b3-4c27-9a69-71188304da6f 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3054] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/8bc17d56-7fdb-4d98-a64b-a16bacf26962 => 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: 1481/3055] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/deaea260-2bdf-4adf-ac19-fda81c736d48 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.531 8 INFO neutron.api.v2.resource [None req-9f939b9b-ae01-4468-ba07-55bf6bf98286 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3056] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/deaea260-2bdf-4adf-ac19-fda81c736d48 => 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: 1482/3057] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/abf18d3d-c7a9-4299-8d95-95e2956eaf04 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.606 8 INFO neutron.api.v2.resource [None req-32742734-d0a6-46d6-8d74-521a347f7c81 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3058] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/abf18d3d-c7a9-4299-8d95-95e2956eaf04 => 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: 1483/3059] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/74e4b8af-6fd5-429b-b7dc-f2bb39867071 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.681 8 INFO neutron.api.v2.resource [None req-4327c991-3c9f-4fef-a319-783cf3163c63 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3060] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/74e4b8af-6fd5-429b-b7dc-f2bb39867071 => 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: 1484/3061] 10.0.0.196 () {32 vars in 750 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-group-rules/ea45abdb-b050-4f0e-938a-9122888c7e35 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.754 8 INFO neutron.api.v2.resource [None req-e071942a-ec30-452e-bb57-e720b79530f6 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3062] 10.0.0.196 () {32 vars in 747 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-group-rules/ea45abdb-b050-4f0e-938a-9122888c7e35 => 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: 1485/3063] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:05 2026] DELETE /v2.0/security-groups/9b903b42-4b21-4d94-afc3-067dfe20055f => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:05.854 8 INFO neutron.api.v2.resource [None req-2367a62b-8000-497f-9761-8f8fd95aff9e 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3064] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:39:05 2026] GET /v2.0/security-groups/9b903b42-4b21-4d94-afc3-067dfe20055f => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:06.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-77f9c4b0-d31d-46c0-b7ba-ef5f0003564c 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 2026-05-31 18:39:06.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77f9c4b0-d31d-46c0-b7ba-ef5f0003564c 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: ad85eb76-b3ad-4fa6-b9f2-fd8dbd2997a3 [pid: 7|app: 0|req: 1486/3065] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:39:05 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:39:06.958 8 INFO neutron.api.v2.resource [None req-566abc6f-93d8-46f0-9747-cd55a3e301fd 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3066] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:39:06 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:07.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-00d6e23e-9348-4421-80a0-0cd39b018292 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 6618f822-c984-452c-8658-152e0d43f293 2026-05-31 18:39:07.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00d6e23e-9348-4421-80a0-0cd39b018292 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 6618f822-c984-452c-8658-152e0d43f293 [pid: 7|app: 0|req: 1487/3067] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:39:06 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:39:08.015 8 INFO neutron.api.v2.resource [None req-56406b6a-58eb-48fa-87c9-43f68244da92 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3068] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:39:07 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:08.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-6313221a-34e3-469a-9538-80b536ea7b6a 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 2026-05-31 18:39:08.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6313221a-34e3-469a-9538-80b536ea7b6a 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 5c0911a0-47fd-47c3-99f0-9c0ffb9dc815 [pid: 7|app: 0|req: 1488/3069] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:39:08 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-31 18:39:09.160 8 INFO neutron.api.v2.resource [None req-b5609a74-5023-4cb6-877d-c9554b4a3a8c 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3070] 10.0.0.196 () {34 vars in 789 bytes} [Sun May 31 18:39:09 2026] PUT /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:09.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e0719d0-2dc0-4368-bedb-944206052709 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 9bcd7a20-6b2b-414f-be19-4ef775983064 2026-05-31 18:39:09.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0719d0-2dc0-4368-bedb-944206052709 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 9bcd7a20-6b2b-414f-be19-4ef775983064 2026-05-31 18:39:09.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e0719d0-2dc0-4368-bedb-944206052709 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: 6598fb7d-f405-48d8-b10a-05c2047c3346 2026-05-31 18:39:09.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0719d0-2dc0-4368-bedb-944206052709 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: 6598fb7d-f405-48d8-b10a-05c2047c3346 2026-05-31 18:39:09.981 7 INFO neutron.services.segments.plugin [-] Segment 49cf9eb3-9fc3-464c-823b-ebe5a4add7af resource provider aggregate not found 2026-05-31 18:39:09.990 7 INFO neutron.services.segments.plugin [-] Segment 49cf9eb3-9fc3-464c-823b-ebe5a4add7af resource provider aggregate not found 2026-05-31 18:39:10.006 7 INFO neutron.services.segments.plugin [-] Segment 49cf9eb3-9fc3-464c-823b-ebe5a4add7af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49cf9eb3-9fc3-464c-823b-ebe5a4add7af found for delete ", "request_id": "req-b87aed1f-3cc1-436d-b60c-f18575cb99ca"}]} 2026-05-31 18:39:10.008 7 INFO neutron.services.segments.plugin [-] Segment 49cf9eb3-9fc3-464c-823b-ebe5a4add7af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49cf9eb3-9fc3-464c-823b-ebe5a4add7af found for delete ", "request_id": "req-0abb6115-341d-4bee-a643-d72993a05b7f"}]} 2026-05-31 18:39:10.013 7 INFO neutron.db.l3_hamode_db [None req-1e0719d0-2dc0-4368-bedb-944206052709 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] HA network eecbde06-1f8a-43aa-aa7b-db81d9fa0f46 was deleted as no HA routers are present in tenant eeff0eb086e542f6bb79dd788bad45d1. [pid: 7|app: 0|req: 1489/3073] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:09 2026] DELETE /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:10.045 8 INFO neutron.api.v2.resource [None req-865c1475-1525-44db-bcc4-af1239a54f92 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3074] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:10 2026] GET /v2.0/routers/4433ea14-cc54-4086-9755-95bb9974bf25 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3075] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:10 2026] DELETE /v2.0/subnets/c51aeb65-29ad-4c07-bf80-fd37f6281db3 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:10.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-794a0dfe-2130-4299-bd53-b6558467832c 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3076] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:10 2026] GET /v2.0/subnets/c51aeb65-29ad-4c07-bf80-fd37f6281db3 => 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: 1491/3077] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:10 2026] DELETE /v2.0/subnets/91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:10.401 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dbb208e4-7b42-41cc-9c8e-26ba8b7437a7 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3078] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:10 2026] GET /v2.0/subnets/91c0b71d-707f-4666-94bd-48deea5c23c8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:10.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-082b21d1-11fc-40ce-b53a-e69ef5fcfc15 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: c2da049d-86aa-4d6d-b42a-264235a68474 2026-05-31 18:39:10.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082b21d1-11fc-40ce-b53a-e69ef5fcfc15 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: c2da049d-86aa-4d6d-b42a-264235a68474 [pid: 7|app: 0|req: 1492/3079] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:10 2026] DELETE /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:10.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-067c9ad6-b2c2-4127-9ca3-9ccc4e7aacef 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3080] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:39:10 2026] GET /v2.0/networks/36d5f974-3bf2-478f-85eb-239e10d8b6ac => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3081] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:10 2026] DELETE /v2.0/subnets/8881a86c-20d2-4bd5-85cc-95377906fedf => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:10.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cf5abe3-505f-493b-be5b-f5ca858d863b 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3082] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:10 2026] GET /v2.0/subnets/8881a86c-20d2-4bd5-85cc-95377906fedf => 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: 1494/3083] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:10 2026] DELETE /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:11.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90ff9ba6-2809-4884-aab1-d003b403d4bc 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3084] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:11 2026] GET /v2.0/subnets/667bfccf-60b6-436c-9344-d781af724aa7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:11.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7645044-9f7e-4472-9535-da1b1afe6c2d 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: e3d9fb1b-61e4-46dc-aa31-00f720d44f1f 2026-05-31 18:39:11.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7645044-9f7e-4472-9535-da1b1afe6c2d 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: e3d9fb1b-61e4-46dc-aa31-00f720d44f1f [pid: 7|app: 0|req: 1495/3085] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:11 2026] DELETE /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:11.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-68fb019c-8a54-4ef4-82b5-cba2cd8d8289 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3086] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:39:11 2026] GET /v2.0/networks/90ac7baa-0be1-4b04-84e8-3afabfc1b196 => 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: 1496/3087] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:11 2026] DELETE /v2.0/subnets/79aaeb9a-a4cc-4ea3-987c-43720499b2d8 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:11.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8452831-2451-4258-a5ae-58d87bdfdfc6 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3088] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:11 2026] GET /v2.0/subnets/79aaeb9a-a4cc-4ea3-987c-43720499b2d8 => 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: 1497/3089] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:11 2026] DELETE /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:11.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bb3b643-a357-47f5-a1ca-9aed0649ca1e 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3090] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:11 2026] GET /v2.0/subnets/b720c408-a093-4c91-acfd-1d9bf0303bfd => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:11.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd4e7f05-0d69-489f-a232-933d85bdb20b 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] TaaS: Handle Delete Port: c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 2026-05-31 18:39:11.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd4e7f05-0d69-489f-a232-933d85bdb20b 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] Tap Mirror: Handle Delete Port: c3b0ec60-74e1-411d-95be-1ad65cd1e2a5 [pid: 7|app: 0|req: 1498/3091] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:11 2026] DELETE /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:11.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64950a49-bb4c-4e54-8198-bdef41d90637 6c90fb2bbed447639ff4c9c7b8990fbe eeff0eb086e542f6bb79dd788bad45d1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3092] 10.0.0.196 () {32 vars in 723 bytes} [Sun May 31 18:39:11 2026] GET /v2.0/networks/45f099db-bcad-4681-89e5-2be568c53694 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-31 18:39:12.024 7 INFO neutron.services.segments.plugin [-] Segment 2431fcbc-7897-4738-b136-e36dbbf296d6 resource provider aggregate not found 2026-05-31 18:39:12.028 7 INFO neutron.services.segments.plugin [-] Segment 2431fcbc-7897-4738-b136-e36dbbf296d6 resource provider aggregate not found 2026-05-31 18:39:12.042 7 INFO neutron.services.segments.plugin [-] Segment 2431fcbc-7897-4738-b136-e36dbbf296d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2431fcbc-7897-4738-b136-e36dbbf296d6 found for delete ", "request_id": "req-0c519433-110e-40d3-a70b-b6cbb4c6de32"}]} 2026-05-31 18:39:12.045 7 INFO neutron.services.segments.plugin [-] Segment 2431fcbc-7897-4738-b136-e36dbbf296d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2431fcbc-7897-4738-b136-e36dbbf296d6 found for delete ", "request_id": "req-8720de56-0818-423d-9bed-2596ad3bb99e"}]} 2026-05-31 18:39:12.059 7 INFO neutron.services.segments.plugin [-] Segment f4fbaaf3-d523-4707-ae0c-eaffe09172e1 resource provider aggregate not found 2026-05-31 18:39:12.064 7 INFO neutron.services.segments.plugin [-] Segment f4fbaaf3-d523-4707-ae0c-eaffe09172e1 resource provider aggregate not found 2026-05-31 18:39:12.079 7 INFO neutron.services.segments.plugin [-] Segment f4fbaaf3-d523-4707-ae0c-eaffe09172e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4fbaaf3-d523-4707-ae0c-eaffe09172e1 found for delete ", "request_id": "req-af997483-e401-4474-aacf-905b089994a8"}]} 2026-05-31 18:39:12.083 7 INFO neutron.services.segments.plugin [-] Segment f4fbaaf3-d523-4707-ae0c-eaffe09172e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4fbaaf3-d523-4707-ae0c-eaffe09172e1 found for delete ", "request_id": "req-5b63dd77-fb34-4978-a968-3a5990fe7e89"}]} 2026-05-31 18:39:12.099 7 INFO neutron.services.segments.plugin [-] Segment 1270480f-b91b-45a9-ad1a-b52801979cca resource provider aggregate not found 2026-05-31 18:39:12.104 7 INFO neutron.services.segments.plugin [-] Segment 1270480f-b91b-45a9-ad1a-b52801979cca resource provider aggregate not found 2026-05-31 18:39:12.121 7 INFO neutron.services.segments.plugin [-] Segment 1270480f-b91b-45a9-ad1a-b52801979cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1270480f-b91b-45a9-ad1a-b52801979cca found for delete ", "request_id": "req-a4588c69-9a47-4a6d-9a49-4b8a71535dc8"}]} 2026-05-31 18:39:12.123 7 INFO neutron.services.segments.plugin [-] Segment 1270480f-b91b-45a9-ad1a-b52801979cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1270480f-b91b-45a9-ad1a-b52801979cca found for delete ", "request_id": "req-fccd3523-3179-4332-8c6d-28781f15f370"}]} [pid: 7|app: 0|req: 1499/3093] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:13 2026] GET /v2.0/security-groups?tenant_id=eeff0eb086e542f6bb79dd788bad45d1&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3094] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:13 2026] DELETE /v2.0/security-groups/0672d676-b392-4d4b-91f8-a78c21d5fcb3 => 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: 1500/3095] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:14 2026] GET /v2.0/security-groups?tenant_id=74e082a529e64d178b4fa08ec57be48c&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3096] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:14 2026] DELETE /v2.0/security-groups/ab1d9ec0-11cc-412d-96f8-d6ab0eff8014 => 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: 1501/3097] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:14 2026] GET /v2.0/security-groups?tenant_id=1be85b906ec145b6a01402222e40abae&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3098] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:14 2026] DELETE /v2.0/security-groups/4281e8b6-5b67-44b8-a84a-871bb42191d2 => 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: 1502/3099] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:14 2026] GET /v2.0/security-groups?tenant_id=9a1bb3d00d2746f78599341545696770&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3100] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:15 2026] DELETE /v2.0/security-groups/c061d670-999b-453e-ba20-e5807468f0bd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3101] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:15 2026] GET /v2.0/security-groups?tenant_id=8cafdd8fa1964b3f870482ef1a6dbef7&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3102] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:15 2026] DELETE /v2.0/security-groups/c999ab21-0810-4242-b8c7-fd454a79c34e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3103] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:15 2026] GET /v2.0/security-groups?tenant_id=96bbecefd4b645ddb52fda318d605cc3&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3104] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:15 2026] DELETE /v2.0/security-groups/2a2ba575-a744-4a49-8887-d83af1b6ef41 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3105] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:16 2026] GET /v2.0/security-groups?tenant_id=68c97324c6894fc1a8078bdf19648a20&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3106] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:16 2026] DELETE /v2.0/security-groups/71911ace-e76a-489a-9c04-3a7c4c6e9bca => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:20.538 7 INFO neutron.db.segments_db [None req-7be744c0-4a7a-4969-813e-7bc7c1f784ef 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Added segment 266af2bb-bb5e-4bf4-bcce-38fcca806902 of type vxlan for network b56e46e2-9e02-491d-9a93-8d27ad3a4794 [pid: 7|app: 0|req: 1506/3107] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:20 2026] POST /v2.0/networks => generated 631 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3108] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:39:20 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:20.992 7 INFO neutron.db.segments_db [None req-2a26e821-746e-414c-85f9-26a0ceff05a1 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Added segment f37a860e-e0e6-4a67-8a89-d0471eba4a5a of type vxlan for network f4122168-580e-41b9-b560-73527632b8b2 [pid: 7|app: 0|req: 1507/3109] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:20 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1603/3110] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:39:21 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:21.415 7 INFO neutron.db.segments_db [None req-1d4a360e-8be3-493a-91d8-1a5fc30c0a35 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Added segment 6acc9454-1a79-4e5c-af8a-87c4661090c1 of type vxlan for network 266f8854-e698-496f-9b4d-c448bb0c2312 [pid: 7|app: 0|req: 1508/3111] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:21 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1604/3112] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:39:21 2026] POST /v2.0/ports => generated 743 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:21.824 7 INFO neutron.db.segments_db [None req-44ef7c60-e082-4378-b80a-56d1291457f8 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Added segment cef7989e-44e9-4195-b2ed-10fb4257a4a2 of type vxlan for network ef680795-2a3d-40d4-8d50-4e790e5358b1 [pid: 7|app: 0|req: 1509/3113] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:21 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: 1605/3114] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:39:21 2026] POST /v2.0/ports => generated 743 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:22.227 7 INFO neutron.db.segments_db [None req-e92a76ca-093c-4d55-92cb-7e57fa1c7edf 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Added segment 7733c2a2-d114-4449-855a-12ffcda8bbab of type vxlan for network d9618c0f-6e22-4421-91ae-983f998e7127 [pid: 7|app: 0|req: 1510/3115] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:22 2026] POST /v2.0/networks => generated 631 bytes in 140 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: 1606/3116] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:39:22 2026] POST /v2.0/ports => generated 743 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3117] 10.0.0.196 () {34 vars in 747 bytes} [Sun May 31 18:39:22 2026] PUT /v2.0/ports/445ad069-c84a-4dc1-80e7-cebe44d90d41/tags => generated 17 bytes in 65 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: 1607/3118] 10.0.0.196 () {34 vars in 747 bytes} [Sun May 31 18:39:22 2026] PUT /v2.0/ports/fa86c9ad-3ddd-4d63-881f-4b0bb99c7918/tags => generated 25 bytes in 58 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: 1512/3119] 10.0.0.196 () {34 vars in 747 bytes} [Sun May 31 18:39:22 2026] PUT /v2.0/ports/26aeb099-5640-4973-8bbf-f18322ad62e2/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1608/3120] 10.0.0.196 () {34 vars in 747 bytes} [Sun May 31 18:39:22 2026] PUT /v2.0/ports/b90d4d77-4e91-4323-8b41-e0319296672c/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1513/3121] 10.0.0.196 () {32 vars in 660 bytes} [Sun May 31 18:39:22 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 139 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: 1609/3122] 10.0.0.196 () {32 vars in 674 bytes} [Sun May 31 18:39:22 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3123] 10.0.0.196 () {32 vars in 670 bytes} [Sun May 31 18:39:23 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3124] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:39:23 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3125] 10.0.0.196 () {32 vars in 668 bytes} [Sun May 31 18:39:23 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3126] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:39:23 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3127] 10.0.0.196 () {32 vars in 678 bytes} [Sun May 31 18:39:23 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3128] 10.0.0.196 () {32 vars in 690 bytes} [Sun May 31 18:39:23 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:39:23.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-aadaf0a0-1c8a-48ac-b4ed-5e8bb38e8a71 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] TaaS: Handle Delete Port: 445ad069-c84a-4dc1-80e7-cebe44d90d41 2026-05-31 18:39:23.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aadaf0a0-1c8a-48ac-b4ed-5e8bb38e8a71 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Tap Mirror: Handle Delete Port: 445ad069-c84a-4dc1-80e7-cebe44d90d41 [pid: 7|app: 0|req: 1517/3129] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:39:23 2026] DELETE /v2.0/ports/445ad069-c84a-4dc1-80e7-cebe44d90d41 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:23.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbd7df21-c698-49f3-9763-e4d09cc3408c 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] TaaS: Handle Delete Port: fa86c9ad-3ddd-4d63-881f-4b0bb99c7918 2026-05-31 18:39:23.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd7df21-c698-49f3-9763-e4d09cc3408c 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Tap Mirror: Handle Delete Port: fa86c9ad-3ddd-4d63-881f-4b0bb99c7918 [pid: 8|app: 0|req: 1613/3130] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:39:23 2026] DELETE /v2.0/ports/fa86c9ad-3ddd-4d63-881f-4b0bb99c7918 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:24.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-f517bfca-7517-4186-b1d0-4c2526522962 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] TaaS: Handle Delete Port: 26aeb099-5640-4973-8bbf-f18322ad62e2 2026-05-31 18:39:24.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f517bfca-7517-4186-b1d0-4c2526522962 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Tap Mirror: Handle Delete Port: 26aeb099-5640-4973-8bbf-f18322ad62e2 [pid: 7|app: 0|req: 1518/3133] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:39:23 2026] DELETE /v2.0/ports/26aeb099-5640-4973-8bbf-f18322ad62e2 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:24.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3e0fce-f868-4187-bb4a-e3091f5e901d 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] TaaS: Handle Delete Port: b90d4d77-4e91-4323-8b41-e0319296672c 2026-05-31 18:39:24.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3e0fce-f868-4187-bb4a-e3091f5e901d 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Tap Mirror: Handle Delete Port: b90d4d77-4e91-4323-8b41-e0319296672c [pid: 8|app: 0|req: 1616/3134] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:39:24 2026] DELETE /v2.0/ports/b90d4d77-4e91-4323-8b41-e0319296672c => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:24.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a2cb977-3002-412a-b463-db0687977f99 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] TaaS: Handle Delete Port: 26ff2b6a-ed46-4d85-a536-2aa2b84a97cb 2026-05-31 18:39:24.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a2cb977-3002-412a-b463-db0687977f99 16d3f353c0cf4311b51bb9f27813b028 60439d8a4f2a4fc0ae5fc08a1ecf560a - - default default] Tap Mirror: Handle Delete Port: 26ff2b6a-ed46-4d85-a536-2aa2b84a97cb [pid: 7|app: 0|req: 1519/3135] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:39:24 2026] DELETE /v2.0/ports/26ff2b6a-ed46-4d85-a536-2aa2b84a97cb => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:24.678 8 INFO neutron.services.segments.plugin [-] Segment 266af2bb-bb5e-4bf4-bcce-38fcca806902 resource provider aggregate not found 2026-05-31 18:39:24.683 8 INFO neutron.services.segments.plugin [-] Segment 266af2bb-bb5e-4bf4-bcce-38fcca806902 resource provider aggregate not found 2026-05-31 18:39:24.701 8 INFO neutron.services.segments.plugin [-] Segment 266af2bb-bb5e-4bf4-bcce-38fcca806902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 266af2bb-bb5e-4bf4-bcce-38fcca806902 found for delete ", "request_id": "req-f3874b92-b8b3-4f28-bf1c-f2202d239508"}]} [pid: 8|app: 0|req: 1617/3136] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:24 2026] DELETE /v2.0/networks/b56e46e2-9e02-491d-9a93-8d27ad3a4794 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:24.706 8 INFO neutron.services.segments.plugin [-] Segment 266af2bb-bb5e-4bf4-bcce-38fcca806902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 266af2bb-bb5e-4bf4-bcce-38fcca806902 found for delete ", "request_id": "req-8b1650e3-4bad-4327-be89-c8b32b49d55d"}]} 2026-05-31 18:39:24.824 7 INFO neutron.services.segments.plugin [-] Segment f37a860e-e0e6-4a67-8a89-d0471eba4a5a resource provider aggregate not found 2026-05-31 18:39:24.831 7 INFO neutron.services.segments.plugin [-] Segment f37a860e-e0e6-4a67-8a89-d0471eba4a5a resource provider aggregate not found 2026-05-31 18:39:24.845 7 INFO neutron.services.segments.plugin [-] Segment f37a860e-e0e6-4a67-8a89-d0471eba4a5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37a860e-e0e6-4a67-8a89-d0471eba4a5a found for delete ", "request_id": "req-3b7ce304-371f-4279-917c-38387ec00c97"}]} 2026-05-31 18:39:24.848 7 INFO neutron.services.segments.plugin [-] Segment f37a860e-e0e6-4a67-8a89-d0471eba4a5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37a860e-e0e6-4a67-8a89-d0471eba4a5a found for delete ", "request_id": "req-aaeb9e49-fbb5-48dd-bb7a-2d21725cec7c"}]} [pid: 7|app: 0|req: 1520/3137] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:24 2026] DELETE /v2.0/networks/f4122168-580e-41b9-b560-73527632b8b2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3138] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:24 2026] DELETE /v2.0/networks/266f8854-e698-496f-9b4d-c448bb0c2312 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3139] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:24 2026] DELETE /v2.0/networks/ef680795-2a3d-40d4-8d50-4e790e5358b1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3140] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:25 2026] DELETE /v2.0/networks/d9618c0f-6e22-4421-91ae-983f998e7127 => 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: 1522/3141] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:26 2026] GET /v2.0/security-groups?tenant_id=dd05ccb200f24f299ef7052f7d7de522&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3142] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:26 2026] DELETE /v2.0/security-groups/d511066e-d50c-40ca-8839-d7a97e1f8f87 => 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: 1523/3143] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:26 2026] GET /v2.0/security-groups?tenant_id=92777f74dc8047d6a15186f58404bcb0&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:39:26.725 8 INFO neutron.services.segments.plugin [-] Segment 6acc9454-1a79-4e5c-af8a-87c4661090c1 resource provider aggregate not found [pid: 8|app: 0|req: 1621/3144] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:26 2026] DELETE /v2.0/security-groups/01d643e3-d0c6-4f87-b4d7-3dc045d1e253 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:26.730 8 INFO neutron.services.segments.plugin [-] Segment 6acc9454-1a79-4e5c-af8a-87c4661090c1 resource provider aggregate not found 2026-05-31 18:39:26.747 8 INFO neutron.services.segments.plugin [-] Segment 6acc9454-1a79-4e5c-af8a-87c4661090c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acc9454-1a79-4e5c-af8a-87c4661090c1 found for delete ", "request_id": "req-6f950cba-acc6-45b3-bf03-26304beb3899"}]} 2026-05-31 18:39:26.749 8 INFO neutron.services.segments.plugin [-] Segment 6acc9454-1a79-4e5c-af8a-87c4661090c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6acc9454-1a79-4e5c-af8a-87c4661090c1 found for delete ", "request_id": "req-ee6d54be-7e27-41a4-8d7a-ba1834c09624"}]} 2026-05-31 18:39:26.764 8 INFO neutron.services.segments.plugin [-] Segment 7733c2a2-d114-4449-855a-12ffcda8bbab resource provider aggregate not found 2026-05-31 18:39:26.768 8 INFO neutron.services.segments.plugin [-] Segment 7733c2a2-d114-4449-855a-12ffcda8bbab resource provider aggregate not found 2026-05-31 18:39:26.779 8 INFO neutron.services.segments.plugin [-] Segment 7733c2a2-d114-4449-855a-12ffcda8bbab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7733c2a2-d114-4449-855a-12ffcda8bbab found for delete ", "request_id": "req-375bb9c1-2263-45a9-9fad-8179130af012"}]} 2026-05-31 18:39:26.784 8 INFO neutron.services.segments.plugin [-] Segment 7733c2a2-d114-4449-855a-12ffcda8bbab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7733c2a2-d114-4449-855a-12ffcda8bbab found for delete ", "request_id": "req-080a86ea-9a96-4003-ad1d-303ceff0c801"}]} [pid: 7|app: 0|req: 1524/3145] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:26 2026] GET /v2.0/security-groups?tenant_id=60439d8a4f2a4fc0ae5fc08a1ecf560a&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-31 18:39:26.872 7 INFO neutron.services.segments.plugin [-] Segment cef7989e-44e9-4195-b2ed-10fb4257a4a2 resource provider aggregate not found 2026-05-31 18:39:26.877 7 INFO neutron.services.segments.plugin [-] Segment cef7989e-44e9-4195-b2ed-10fb4257a4a2 resource provider aggregate not found 2026-05-31 18:39:26.889 7 INFO neutron.services.segments.plugin [-] Segment cef7989e-44e9-4195-b2ed-10fb4257a4a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef7989e-44e9-4195-b2ed-10fb4257a4a2 found for delete ", "request_id": "req-786abe9a-02ee-41a4-a2b7-44f5247a5256"}]} 2026-05-31 18:39:26.890 7 INFO neutron.services.segments.plugin [-] Segment cef7989e-44e9-4195-b2ed-10fb4257a4a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef7989e-44e9-4195-b2ed-10fb4257a4a2 found for delete ", "request_id": "req-4c2f2211-0837-40d9-94b0-c8328ecb6b10"}]} [pid: 8|app: 0|req: 1622/3146] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:26 2026] DELETE /v2.0/security-groups/b0e119d1-cadc-47fe-8cc4-f69bc8773000 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:31.071 7 INFO neutron.db.segments_db [None req-cfda9423-fec1-4e29-95df-19801fc0cdee ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Added segment f53d5deb-1900-4a80-80ea-1eebfbe2c772 of type vxlan for network d656831d-0f8b-420d-a054-a269e56ba37a 2026-05-31 18:39:31.303 7 INFO neutron.db.l3_hamode_db [None req-cfda9423-fec1-4e29-95df-19801fc0cdee ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:39:31.424 7 INFO neutron.db.l3_hamode_db [None req-cfda9423-fec1-4e29-95df-19801fc0cdee ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1525/3147] 10.0.0.196 () {34 vars in 668 bytes} [Sun May 31 18:39:30 2026] POST /v2.0/routers => generated 474 bytes in 1496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:32.442 8 INFO neutron.db.l3_hamode_db [None req-1235e683-6ded-4078-ba1e-1d573b1eccaf ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:39:32.553 8 INFO neutron.db.l3_hamode_db [None req-1235e683-6ded-4078-ba1e-1d573b1eccaf ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1623/3148] 10.0.0.196 () {34 vars in 668 bytes} [Sun May 31 18:39:32 2026] POST /v2.0/routers => generated 474 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:33.536 7 INFO neutron.db.l3_hamode_db [None req-aa68fe7d-8838-4bea-88ee-37572e6e6c74 ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:39:33.636 7 INFO neutron.db.l3_hamode_db [None req-aa68fe7d-8838-4bea-88ee-37572e6e6c74 ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1526/3149] 10.0.0.196 () {34 vars in 668 bytes} [Sun May 31 18:39:33 2026] POST /v2.0/routers => generated 474 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:34.211 8 INFO neutron.db.l3_hamode_db [None req-1e23d15d-cb7b-4126-bd8b-0876293b3a3d ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:39:34.304 8 INFO neutron.db.l3_hamode_db [None req-1e23d15d-cb7b-4126-bd8b-0876293b3a3d ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1624/3150] 10.0.0.196 () {34 vars in 668 bytes} [Sun May 31 18:39:34 2026] POST /v2.0/routers => generated 474 bytes in 689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:34.909 7 INFO neutron.db.l3_hamode_db [None req-ed0056d4-4408-4cde-93bc-cf68bd5f65f0 ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-31 18:39:35.043 7 INFO neutron.db.l3_hamode_db [None req-ed0056d4-4408-4cde-93bc-cf68bd5f65f0 ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1527/3151] 10.0.0.196 () {34 vars in 668 bytes} [Sun May 31 18:39:34 2026] POST /v2.0/routers => generated 474 bytes in 732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3152] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:39:35 2026] PUT /v2.0/routers/4314e76e-39c6-4397-9431-06489e68e09b/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3153] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:39:35 2026] PUT /v2.0/routers/7d0bcc27-6038-4b03-839b-b184e4ee84e2/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3154] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:39:35 2026] PUT /v2.0/routers/6e33fa62-cbd0-4898-a008-0e95b9538122/tags => generated 34 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3155] 10.0.0.196 () {34 vars in 751 bytes} [Sun May 31 18:39:35 2026] PUT /v2.0/routers/ac4cd3b3-e637-4212-ab7c-526cc3bb8bcd/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3156] 10.0.0.196 () {32 vars in 664 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3157] 10.0.0.196 () {32 vars in 678 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3158] 10.0.0.196 () {32 vars in 674 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3159] 10.0.0.196 () {32 vars in 686 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3160] 10.0.0.196 () {32 vars in 672 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3161] 10.0.0.196 () {32 vars in 686 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3162] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3163] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3164] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:36 2026] GET /v2.0/routers/4314e76e-39c6-4397-9431-06489e68e09b => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3165] 10.0.0.196 () {34 vars in 742 bytes} [Sun May 31 18:39:36 2026] PUT /v2.0/routers/4314e76e-39c6-4397-9431-06489e68e09b => generated 485 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3166] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:39:37 2026] GET /v2.0/ports?device_id=4314e76e-39c6-4397-9431-06489e68e09b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:37.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-d772e884-3443-4ba8-895a-600500817fef ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] TaaS: Handle Delete Port: 5c7eab1d-d311-4856-9a7a-11d2810986a2 2026-05-31 18:39:37.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d772e884-3443-4ba8-895a-600500817fef ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Tap Mirror: Handle Delete Port: 5c7eab1d-d311-4856-9a7a-11d2810986a2 [pid: 7|app: 0|req: 1535/3167] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:37 2026] DELETE /v2.0/routers/4314e76e-39c6-4397-9431-06489e68e09b => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3168] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:37 2026] GET /v2.0/routers/7d0bcc27-6038-4b03-839b-b184e4ee84e2 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3169] 10.0.0.196 () {34 vars in 742 bytes} [Sun May 31 18:39:37 2026] PUT /v2.0/routers/7d0bcc27-6038-4b03-839b-b184e4ee84e2 => generated 493 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3170] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:39:38 2026] GET /v2.0/ports?device_id=7d0bcc27-6038-4b03-839b-b184e4ee84e2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:38.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-91803ab8-b517-4cfb-9f8f-60dc4e437d5a ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] TaaS: Handle Delete Port: ba69517e-32fe-4053-852e-bc8b2699ceac 2026-05-31 18:39:38.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91803ab8-b517-4cfb-9f8f-60dc4e437d5a ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Tap Mirror: Handle Delete Port: ba69517e-32fe-4053-852e-bc8b2699ceac [pid: 7|app: 0|req: 1537/3171] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:38 2026] DELETE /v2.0/routers/7d0bcc27-6038-4b03-839b-b184e4ee84e2 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3172] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:38 2026] GET /v2.0/routers/6e33fa62-cbd0-4898-a008-0e95b9538122 => generated 502 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3173] 10.0.0.196 () {34 vars in 742 bytes} [Sun May 31 18:39:38 2026] PUT /v2.0/routers/6e33fa62-cbd0-4898-a008-0e95b9538122 => generated 502 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3174] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:39:38 2026] GET /v2.0/ports?device_id=6e33fa62-cbd0-4898-a008-0e95b9538122 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:39.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-d371e0e4-8d4f-4d1f-978d-30d68d03b4f7 ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] TaaS: Handle Delete Port: 0beb48b8-edb0-4c62-ba00-454128dc9e03 2026-05-31 18:39:39.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d371e0e4-8d4f-4d1f-978d-30d68d03b4f7 ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Tap Mirror: Handle Delete Port: 0beb48b8-edb0-4c62-ba00-454128dc9e03 [pid: 7|app: 0|req: 1539/3177] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:38 2026] DELETE /v2.0/routers/6e33fa62-cbd0-4898-a008-0e95b9538122 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3178] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:39 2026] GET /v2.0/routers/ac4cd3b3-e637-4212-ab7c-526cc3bb8bcd => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3179] 10.0.0.196 () {34 vars in 742 bytes} [Sun May 31 18:39:39 2026] PUT /v2.0/routers/ac4cd3b3-e637-4212-ab7c-526cc3bb8bcd => generated 487 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3180] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:39:39 2026] GET /v2.0/ports?device_id=ac4cd3b3-e637-4212-ab7c-526cc3bb8bcd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:40.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-03265f9f-289c-424a-9d65-3f4c3a1e9bbf ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] TaaS: Handle Delete Port: ba25850d-56a3-4ec0-b726-0b9f68a0dc60 2026-05-31 18:39:40.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03265f9f-289c-424a-9d65-3f4c3a1e9bbf ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Tap Mirror: Handle Delete Port: ba25850d-56a3-4ec0-b726-0b9f68a0dc60 [pid: 7|app: 0|req: 1541/3181] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:39 2026] DELETE /v2.0/routers/ac4cd3b3-e637-4212-ab7c-526cc3bb8bcd => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3182] 10.0.0.196 () {32 vars in 721 bytes} [Sun May 31 18:39:40 2026] GET /v2.0/routers/12b922b7-5d0a-49a0-b89d-b15f90265038 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3183] 10.0.0.196 () {34 vars in 742 bytes} [Sun May 31 18:39:40 2026] PUT /v2.0/routers/12b922b7-5d0a-49a0-b89d-b15f90265038 => generated 480 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3184] 10.0.0.196 () {32 vars in 736 bytes} [Sun May 31 18:39:40 2026] GET /v2.0/ports?device_id=12b922b7-5d0a-49a0-b89d-b15f90265038 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:40.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f522904-d14d-467f-b3f2-1840620d6fea ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] TaaS: Handle Delete Port: 2299a5a5-74b6-4581-8eba-b067194a38d4 2026-05-31 18:39:40.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f522904-d14d-467f-b3f2-1840620d6fea ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] Tap Mirror: Handle Delete Port: 2299a5a5-74b6-4581-8eba-b067194a38d4 2026-05-31 18:39:41.286 7 INFO neutron.services.segments.plugin [-] Segment f53d5deb-1900-4a80-80ea-1eebfbe2c772 resource provider aggregate not found 2026-05-31 18:39:41.287 7 INFO neutron.services.segments.plugin [-] Segment f53d5deb-1900-4a80-80ea-1eebfbe2c772 resource provider aggregate not found 2026-05-31 18:39:41.308 7 INFO neutron.services.segments.plugin [-] Segment f53d5deb-1900-4a80-80ea-1eebfbe2c772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f53d5deb-1900-4a80-80ea-1eebfbe2c772 found for delete ", "request_id": "req-b9469835-dadf-4358-a369-f24ed6e68aeb"}]} 2026-05-31 18:39:41.309 7 INFO neutron.services.segments.plugin [-] Segment f53d5deb-1900-4a80-80ea-1eebfbe2c772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f53d5deb-1900-4a80-80ea-1eebfbe2c772 found for delete ", "request_id": "req-56123727-2b36-4bd2-9341-e623de4140dd"}]} 2026-05-31 18:39:41.316 7 INFO neutron.db.l3_hamode_db [None req-8f522904-d14d-467f-b3f2-1840620d6fea ec4719b8b6614c11bbdf6270a42138e2 0cd8bfe27c9e43fa82325688d2f8fabc - - default default] HA network d656831d-0f8b-420d-a054-a269e56ba37a was deleted as no HA routers are present in tenant 0cd8bfe27c9e43fa82325688d2f8fabc. [pid: 7|app: 0|req: 1543/3185] 10.0.0.196 () {32 vars in 724 bytes} [Sun May 31 18:39:40 2026] DELETE /v2.0/routers/12b922b7-5d0a-49a0-b89d-b15f90265038 => generated 0 bytes in 515 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3186] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:42 2026] GET /v2.0/security-groups?tenant_id=737c3a0004c34353959cbc113bc1fe3d&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3187] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:42 2026] DELETE /v2.0/security-groups/1ee23bdc-1129-4a4a-b2fa-7a6097ca8a69 => 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: 1644/3188] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:42 2026] GET /v2.0/security-groups?tenant_id=0cd8bfe27c9e43fa82325688d2f8fabc&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3189] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:42 2026] DELETE /v2.0/security-groups/26ddef7d-5c42-46a0-8d5f-e6d5357cd54e => 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: 1645/3190] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:42 2026] GET /v2.0/security-groups?tenant_id=efb9884d56c44b4a97fb43f43076d5c8&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3191] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:42 2026] DELETE /v2.0/security-groups/b6ede0d8-03e5-48cc-a8c0-36b96a9dd248 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3192] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:39:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3193] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:39:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3194] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:39:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3195] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:39:47 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: 8|app: 0|req: 1648/3196] 10.0.0.196 () {34 vars in 676 bytes} [Sun May 31 18:39:47 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: 1549/3197] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:39:47 2026] PUT /v2.0/subnetpools/63c35144-2215-4678-b465-6edf78fc192a/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3198] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:39:47 2026] PUT /v2.0/subnetpools/67590483-0198-4a89-aba7-c40bb1d3e088/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: 1550/3199] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:39:47 2026] PUT /v2.0/subnetpools/09101949-25c5-4dac-8d59-f53e1d71271d/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: 1650/3200] 10.0.0.196 () {34 vars in 759 bytes} [Sun May 31 18:39:47 2026] PUT /v2.0/subnetpools/88a410ca-0464-42a5-9ca4-aa136021c321/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3201] 10.0.0.196 () {32 vars in 672 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3202] 10.0.0.196 () {32 vars in 686 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3203] 10.0.0.196 () {32 vars in 682 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3204] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3205] 10.0.0.196 () {32 vars in 680 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3206] 10.0.0.196 () {32 vars in 694 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3207] 10.0.0.196 () {32 vars in 690 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3208] 10.0.0.196 () {32 vars in 702 bytes} [Sun May 31 18:39:47 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3209] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:39:47 2026] DELETE /v2.0/subnetpools/63c35144-2215-4678-b465-6edf78fc192a => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3210] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:39:47 2026] DELETE /v2.0/subnetpools/67590483-0198-4a89-aba7-c40bb1d3e088 => 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: 1556/3211] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:39:47 2026] DELETE /v2.0/subnetpools/09101949-25c5-4dac-8d59-f53e1d71271d => 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: 1656/3212] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:39:47 2026] DELETE /v2.0/subnetpools/88a410ca-0464-42a5-9ca4-aa136021c321 => 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: 1557/3213] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:39:47 2026] DELETE /v2.0/subnetpools/553c6e2c-afc5-4e05-b0fd-7fadf5de4d85 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3214] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:48 2026] GET /v2.0/security-groups?tenant_id=1badeec082cd4dc48d2bc96363468f65&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3215] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:48 2026] DELETE /v2.0/security-groups/b82f35b5-c943-421c-9cf8-47b0f2ce48a7 => 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: 1658/3216] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:49 2026] GET /v2.0/security-groups?tenant_id=a45b870c3ff642b390349f74006f27de&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: 1559/3217] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:49 2026] DELETE /v2.0/security-groups/290cfbce-0960-48d0-a278-6a2aa3b0743c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3218] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:49 2026] GET /v2.0/security-groups?tenant_id=c999ccca9dfb4fd283c6e44ece0fdcfb&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: 1560/3219] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:49 2026] DELETE /v2.0/security-groups/945ae0bc-7986-4ae6-bb8d-e9731adca3f1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:53.000 8 INFO neutron.db.segments_db [None req-2fc3791b-96d7-4100-a1ba-3f372d6eb7bc 73271d8bb79a41729b8838b9e84ca5e8 bc2444904dd74fa9acfd16a97e4a1914 - - default default] Added segment bd9186c7-46e6-4e22-9aa8-efbbb80b656b of type vxlan for network e66b1005-998f-45fd-84dc-e514f21acfb8 [pid: 8|app: 0|req: 1660/3220] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:52 2026] POST /v2.0/networks => generated 631 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3221] 10.0.0.196 () {34 vars in 664 bytes} [Sun May 31 18:39:53 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) [pid: 8|app: 0|req: 1661/3222] 10.0.0.196 () {34 vars in 666 bytes} [Sun May 31 18:39:53 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1562/3223] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:39:53 2026] PUT /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3224] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3225] 10.0.0.196 () {34 vars in 760 bytes} [Sun May 31 18:39:53 2026] PUT /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3226] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/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: 1564/3227] 10.0.0.196 () {34 vars in 756 bytes} [Sun May 31 18:39:53 2026] PUT /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/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: 1664/3228] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3229] 10.0.0.196 () {34 vars in 778 bytes} [Sun May 31 18:39:53 2026] PUT /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3230] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3231] 10.0.0.196 () {34 vars in 749 bytes} [Sun May 31 18:39:53 2026] PUT /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3232] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3233] 10.0.0.196 () {32 vars in 737 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:53.922 8 INFO neutron.api.v2.resource [None req-0840b018-6f65-4c0f-bde7-f5bca27d83ba 73271d8bb79a41729b8838b9e84ca5e8 bc2444904dd74fa9acfd16a97e4a1914 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1667/3234] 10.0.0.196 () {32 vars in 741 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3235] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:53 2026] DELETE /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3236] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:53 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:54.012 7 INFO neutron.api.v2.resource [None req-4d8f8d80-f961-4155-afcb-b54dc6ad13a8 73271d8bb79a41729b8838b9e84ca5e8 bc2444904dd74fa9acfd16a97e4a1914 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3237] 10.0.0.196 () {32 vars in 744 bytes} [Sun May 31 18:39:53 2026] DELETE /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3238] 10.0.0.196 () {32 vars in 732 bytes} [Sun May 31 18:39:54 2026] DELETE /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3239] 10.0.0.196 () {32 vars in 729 bytes} [Sun May 31 18:39:54 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3240] 10.0.0.196 () {32 vars in 719 bytes} [Sun May 31 18:39:54 2026] GET /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3241] 10.0.0.196 () {32 vars in 717 bytes} [Sun May 31 18:39:54 2026] GET /v2.0/ports/87dffd37-beda-4170-a809-329da56a4ebe => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3244] 10.0.0.196 () {32 vars in 722 bytes} [Sun May 31 18:39:54 2026] DELETE /v2.0/trunks/2a076887-58d8-4ea1-9e6b-832957ebff4c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:54.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7c70c1e-ea8b-475b-9f6a-d2295782bf98 73271d8bb79a41729b8838b9e84ca5e8 bc2444904dd74fa9acfd16a97e4a1914 - - default default] TaaS: Handle Delete Port: 87dffd37-beda-4170-a809-329da56a4ebe 2026-05-31 18:39:54.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7c70c1e-ea8b-475b-9f6a-d2295782bf98 73271d8bb79a41729b8838b9e84ca5e8 bc2444904dd74fa9acfd16a97e4a1914 - - default default] Tap Mirror: Handle Delete Port: 87dffd37-beda-4170-a809-329da56a4ebe [pid: 7|app: 0|req: 1574/3245] 10.0.0.196 () {32 vars in 720 bytes} [Sun May 31 18:39:54 2026] DELETE /v2.0/ports/87dffd37-beda-4170-a809-329da56a4ebe => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:54.488 8 INFO neutron.services.segments.plugin [-] Segment bd9186c7-46e6-4e22-9aa8-efbbb80b656b resource provider aggregate not found 2026-05-31 18:39:54.492 8 INFO neutron.services.segments.plugin [-] Segment bd9186c7-46e6-4e22-9aa8-efbbb80b656b resource provider aggregate not found 2026-05-31 18:39:54.507 8 INFO neutron.services.segments.plugin [-] Segment bd9186c7-46e6-4e22-9aa8-efbbb80b656b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd9186c7-46e6-4e22-9aa8-efbbb80b656b found for delete ", "request_id": "req-46b75aa5-483e-47c3-848f-35391dceeeb9"}]} 2026-05-31 18:39:54.509 8 INFO neutron.services.segments.plugin [-] Segment bd9186c7-46e6-4e22-9aa8-efbbb80b656b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd9186c7-46e6-4e22-9aa8-efbbb80b656b found for delete ", "request_id": "req-31fc7602-982f-464c-8ff6-163bd018d25c"}]} [pid: 8|app: 0|req: 1672/3246] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:54 2026] DELETE /v2.0/networks/e66b1005-998f-45fd-84dc-e514f21acfb8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3247] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:55 2026] GET /v2.0/security-groups?tenant_id=41d7d0f9f71246d2b6b77c250a0e794d&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3248] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:55 2026] DELETE /v2.0/security-groups/b62b154b-9499-4ffd-a622-3904dbfca25d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3249] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:39:55 2026] GET /v2.0/security-groups?tenant_id=bc2444904dd74fa9acfd16a97e4a1914&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3250] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:39:55 2026] DELETE /v2.0/security-groups/c7119ec7-5e9d-4ce9-8e60-6fb06c2529bb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-31 18:39:58.906 7 INFO neutron.db.segments_db [None req-be1b913b-f138-4412-ae6b-6ba468c9df31 a07094f0eae84c868627fb3126c3804e 1ccec1792192474a9f5763d11c825946 - - default default] Added segment 5074eee9-ebeb-4552-9823-c260253058c7 of type vxlan for network b4543ba6-9a39-44eb-aac0-af65549502c0 [pid: 7|app: 0|req: 1577/3251] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:58 2026] POST /v2.0/networks => generated 631 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-31 18:39:59.050 8 INFO neutron.db.segments_db [None req-e963bdfb-db86-451b-906b-9e4052170e87 a07094f0eae84c868627fb3126c3804e 1ccec1792192474a9f5763d11c825946 - - default default] Added segment 1c33c607-8fa7-4e7c-8595-84a8e76917d5 of type vxlan for network 82777253-b797-4aae-ae47-62082cc4f623 [pid: 8|app: 0|req: 1675/3252] 10.0.0.196 () {34 vars in 670 bytes} [Sun May 31 18:39:59 2026] POST /v2.0/networks => generated 632 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3253] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:39:59 2026] PUT /v2.0/networks/b4543ba6-9a39-44eb-aac0-af65549502c0/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: 1676/3254] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:39:59 2026] GET /v2.0/networks/b4543ba6-9a39-44eb-aac0-af65549502c0/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3255] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:39:59 2026] PUT /v2.0/networks/82777253-b797-4aae-ae47-62082cc4f623/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3256] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:39:59 2026] GET /v2.0/networks/82777253-b797-4aae-ae47-62082cc4f623/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3257] 10.0.0.196 () {34 vars in 753 bytes} [Sun May 31 18:39:59 2026] PUT /v2.0/networks/82777253-b797-4aae-ae47-62082cc4f623/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3258] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:39:59 2026] GET /v2.0/networks/82777253-b797-4aae-ae47-62082cc4f623/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3259] 10.0.0.196 () {32 vars in 733 bytes} [Sun May 31 18:39:59 2026] GET /v2.0/networks/b4543ba6-9a39-44eb-aac0-af65549502c0/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-31 18:39:59.638 8 INFO neutron.services.segments.plugin [-] Segment 5074eee9-ebeb-4552-9823-c260253058c7 resource provider aggregate not found 2026-05-31 18:39:59.641 8 INFO neutron.services.segments.plugin [-] Segment 5074eee9-ebeb-4552-9823-c260253058c7 resource provider aggregate not found 2026-05-31 18:39:59.660 8 INFO neutron.services.segments.plugin [-] Segment 5074eee9-ebeb-4552-9823-c260253058c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5074eee9-ebeb-4552-9823-c260253058c7 found for delete ", "request_id": "req-0564e3be-ab41-4830-935d-994f62b43beb"}]} 2026-05-31 18:39:59.663 8 INFO neutron.services.segments.plugin [-] Segment 5074eee9-ebeb-4552-9823-c260253058c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5074eee9-ebeb-4552-9823-c260253058c7 found for delete ", "request_id": "req-ada59a16-8318-46f5-8f2f-3e5c39eda36e"}]} [pid: 8|app: 0|req: 1679/3260] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:59 2026] DELETE /v2.0/networks/b4543ba6-9a39-44eb-aac0-af65549502c0 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-31 18:39:59.796 7 INFO neutron.services.segments.plugin [-] Segment 1c33c607-8fa7-4e7c-8595-84a8e76917d5 resource provider aggregate not found 2026-05-31 18:39:59.797 7 INFO neutron.services.segments.plugin [-] Segment 1c33c607-8fa7-4e7c-8595-84a8e76917d5 resource provider aggregate not found 2026-05-31 18:39:59.821 7 INFO neutron.services.segments.plugin [-] Segment 1c33c607-8fa7-4e7c-8595-84a8e76917d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c33c607-8fa7-4e7c-8595-84a8e76917d5 found for delete ", "request_id": "req-8e851028-e578-446d-b4d4-eae60cfa00f9"}]} 2026-05-31 18:39:59.824 7 INFO neutron.services.segments.plugin [-] Segment 1c33c607-8fa7-4e7c-8595-84a8e76917d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c33c607-8fa7-4e7c-8595-84a8e76917d5 found for delete ", "request_id": "req-7786c5a0-9ebb-4acf-adb6-a3458d9e7362"}]} [pid: 7|app: 0|req: 1582/3261] 10.0.0.196 () {32 vars in 726 bytes} [Sun May 31 18:39:59 2026] DELETE /v2.0/networks/82777253-b797-4aae-ae47-62082cc4f623 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3262] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:40:00 2026] GET /v2.0/security-groups?tenant_id=fd7a9edeaf33417bba5aa1d3bf7c538c&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3263] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:40:00 2026] DELETE /v2.0/security-groups/51d9a8d8-3d4e-47cf-a849-139b4f514ebc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3264] 10.0.0.196 () {32 vars in 774 bytes} [Sun May 31 18:40:00 2026] GET /v2.0/security-groups?tenant_id=1ccec1792192474a9f5763d11c825946&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3265] 10.0.0.196 () {32 vars in 740 bytes} [Sun May 31 18:40:00 2026] DELETE /v2.0/security-groups/e7c2da36-64af-4905-af57-09e947b3a552 => 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: 1682/3266] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:40:03 2026] GET /v2.0/networks => generated 2168 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3267] 10.0.0.196 () {32 vars in 655 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3268] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3269] 10.0.0.196 () {32 vars in 643 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3270] 10.0.0.196 () {32 vars in 647 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3271] 10.0.0.196 () {32 vars in 649 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3272] 10.0.0.196 () {32 vars in 663 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3273] 10.0.0.196 () {32 vars in 655 bytes} [Sun May 31 18:40:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)