+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri Jun 5 22:45:27 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7d84796d44-ckcm2 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 0x7fadb5c60668 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-06-05 22:45:31.702 7 INFO neutron.common.config [-] Logging enabled! 2026-06-05 22:45:31.703 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev23 2026-06-05 22:45:31.874 8 INFO neutron.common.config [-] Logging enabled! 2026-06-05 22:45:31.874 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev23 2026-06-05 22:45:32.751 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-05 22:45:32.928 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-05 22:45:34.144 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 22:45:34.147 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-05 22:45:34.151 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-05 22:45:34.152 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 22:45:34.152 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-05 22:45:34.152 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-05 22:45:34.152 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 22:45:34.160 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 22:45:34.160 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 22:45:34.160 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 22:45:34.182 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-05 22:45:34.183 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 22:45:34.183 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-05 22:45:34.231 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-05 22:45:34.232 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-05 22:45:34.232 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-05 22:45:34.232 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-05 22:45:34.340 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 22:45:34.344 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-05 22:45:34.347 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-05 22:45:34.348 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-05 22:45:34.348 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-05 22:45:34.349 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-05 22:45:34.349 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 22:45:34.357 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 22:45:34.358 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-05 22:45:34.358 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 22:45:34.384 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-05 22:45:34.385 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-05 22:45:34.386 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-05 22:45:34.434 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-05 22:45:34.435 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-05 22:45:34.435 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-05 22:45:34.435 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-05 22:45:34.517 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing driver for type 'vlan' 2026-06-05 22:45:34.773 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing driver for type 'vlan' 2026-06-05 22:45:34.818 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] VlanTypeDriver initialization complete 2026-06-05 22:45:34.818 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing driver for type 'vxlan' 2026-06-05 22:45:34.818 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-05 22:45:34.833 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-05 22:45:34.833 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-05 22:45:34.833 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing extension driver 'port_security' 2026-06-05 22:45:34.833 7 INFO neutron.plugins.ml2.extensions.port_security [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-05 22:45:34.834 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing extension driver 'qos' 2026-06-05 22:45:34.834 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-05 22:45:34.834 7 INFO neutron.plugins.ml2.managers [None req-cc7140ac-924b-4dd0-a76c-19c269aa4745 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-05 22:45:34.847 7 INFO neutron.quota [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded quota_driver: . 2026-06-05 22:45:34.847 7 INFO neutron.plugins.ml2.plugin [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Modular L2 Plugin initialization complete 2026-06-05 22:45:34.848 7 INFO neutron.plugins.ml2.managers [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-05 22:45:34.848 7 INFO neutron.plugins.ml2.managers [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-05 22:45:34.848 7 INFO neutron.plugins.ml2.managers [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-05 22:45:34.848 7 INFO neutron.extensions.vlantransparent [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Disabled vlantransparent extension. 2026-06-05 22:45:34.848 7 INFO neutron.extensions.qinq [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Disabled VLAN QinQ extension. 2026-06-05 22:45:34.848 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: qos 2026-06-05 22:45:34.861 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: router 2026-06-05 22:45:34.927 7 INFO neutron.services.service_base [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-05 22:45:34.927 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: segments 2026-06-05 22:45:35.031 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: trunk 2026-06-05 22:45:35.046 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: vpnaas 2026-06-05 22:45:35.054 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] VlanTypeDriver initialization complete 2026-06-05 22:45:35.054 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing driver for type 'vxlan' 2026-06-05 22:45:35.054 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-05 22:45:35.069 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-05 22:45:35.069 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-05 22:45:35.069 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing extension driver 'port_security' 2026-06-05 22:45:35.069 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-05 22:45:35.069 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing extension driver 'qos' 2026-06-05 22:45:35.070 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-05 22:45:35.070 8 INFO neutron.plugins.ml2.managers [None req-1bd4524a-af50-4984-aaca-b34067cb2ca1 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-05 22:45:35.085 8 INFO neutron.quota [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded quota_driver: . 2026-06-05 22:45:35.085 8 INFO neutron.plugins.ml2.plugin [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Modular L2 Plugin initialization complete 2026-06-05 22:45:35.086 8 INFO neutron.plugins.ml2.managers [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-05 22:45:35.086 8 INFO neutron.plugins.ml2.managers [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-05 22:45:35.086 8 INFO neutron.plugins.ml2.managers [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Got port-security extension from driver 'port_security' 2026-06-05 22:45:35.086 8 INFO neutron.extensions.vlantransparent [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Disabled vlantransparent extension. 2026-06-05 22:45:35.086 8 INFO neutron.extensions.qinq [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Disabled VLAN QinQ extension. 2026-06-05 22:45:35.086 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: qos 2026-06-05 22:45:35.089 7 WARNING stevedore.named [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 22:45:35.089 7 WARNING stevedore.named [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 22:45:35.099 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: router 2026-06-05 22:45:35.145 8 INFO neutron.services.service_base [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-05 22:45:35.145 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: segments 2026-06-05 22:45:35.172 7 INFO neutron_vpnaas.services.vpn.plugin [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-05 22:45:35.172 7 INFO neutron.common.utils [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-05 22:45:35.173 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: taas 2026-06-05 22:45:35.201 7 WARNING stevedore.named [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 22:45:35.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-05 22:45:35.232 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: tapmirror 2026-06-05 22:45:35.245 7 WARNING stevedore.named [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 22:45:35.250 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: trunk 2026-06-05 22:45:35.265 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: vpnaas 2026-06-05 22:45:35.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-05 22:45:35.266 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: auto_allocate 2026-06-05 22:45:35.274 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: tag 2026-06-05 22:45:35.286 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: timestamp 2026-06-05 22:45:35.290 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: network_ip_availability 2026-06-05 22:45:35.295 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: flavors 2026-06-05 22:45:35.299 7 INFO neutron.manager [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loading Plugin: revisions 2026-06-05 22:45:35.303 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Initializing extension manager. 2026-06-05 22:45:35.304 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: address-group 2026-06-05 22:45:35.306 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: address-scope 2026-06-05 22:45:35.306 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-05 22:45:35.307 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: agent 2026-06-05 22:45:35.308 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: agent-resources-synced 2026-06-05 22:45:35.310 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-05 22:45:35.311 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-05 22:45:35.311 8 WARNING stevedore.named [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-05 22:45:35.311 8 WARNING stevedore.named [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 22:45:35.312 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: availability_zone 2026-06-05 22:45:35.317 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: availability_zone_filter 2026-06-05 22:45:35.317 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-05 22:45:35.318 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: default-subnetpools 2026-06-05 22:45:35.320 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-05 22:45:35.321 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: dns-integration 2026-06-05 22:45:35.322 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: dns-domain-ports 2026-06-05 22:45:35.323 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-05 22:45:35.324 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: dvr 2026-06-05 22:45:35.325 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-05 22:45:35.326 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: empty-string-filtering 2026-06-05 22:45:35.327 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 22:45:35.327 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-05 22:45:35.328 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: external-net 2026-06-05 22:45:35.328 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-05 22:45:35.329 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: extraroute 2026-06-05 22:45:35.329 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: extraroute-atomic 2026-06-05 22:45:35.330 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-05 22:45:35.331 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-05 22:45:35.331 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-05 22:45:35.332 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-05 22:45:35.332 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: fip-port-details 2026-06-05 22:45:35.333 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: flavors 2026-06-05 22:45:35.335 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-05 22:45:35.336 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: floatingip-pools 2026-06-05 22:45:35.336 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: ip_allocation 2026-06-05 22:45:35.337 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-05 22:45:35.338 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: l2_adjacency 2026-06-05 22:45:35.339 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: router 2026-06-05 22:45:35.341 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 22:45:35.342 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-05 22:45:35.342 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-05 22:45:35.343 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: ext-gw-mode 2026-06-05 22:45:35.344 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: l3-ha 2026-06-05 22:45:35.344 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-05 22:45:35.345 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-05 22:45:35.345 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: l3-flavors 2026-06-05 22:45:35.346 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-05 22:45:35.346 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-05 22:45:35.349 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-05 22:45:35.350 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-05 22:45:35.351 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-05 22:45:35.353 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-05 22:45:35.353 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-05 22:45:35.354 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: multi-provider 2026-06-05 22:45:35.354 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: net-mtu 2026-06-05 22:45:35.355 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: net-mtu-writable 2026-06-05 22:45:35.355 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: network_availability_zone 2026-06-05 22:45:35.356 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: network_ha 2026-06-05 22:45:35.356 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: network-ip-availability 2026-06-05 22:45:35.358 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-05 22:45:35.358 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: pagination 2026-06-05 22:45:35.359 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-device-profile 2026-06-05 22:45:35.359 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-05 22:45:35.360 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-05 22:45:35.360 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-05 22:45:35.361 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-mac-override 2026-06-05 22:45:35.361 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-05 22:45:35.362 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-05 22:45:35.362 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-05 22:45:35.363 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-resource-request 2026-06-05 22:45:35.363 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-05 22:45:35.364 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-05 22:45:35.364 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: binding 2026-06-05 22:45:35.365 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: binding-extended 2026-06-05 22:45:35.365 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-security 2026-06-05 22:45:35.366 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: project-id 2026-06-05 22:45:35.366 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: provider 2026-06-05 22:45:35.367 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-05 22:45:35.370 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos 2026-06-05 22:45:35.371 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-05 22:45:35.371 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-05 22:45:35.372 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-default 2026-06-05 22:45:35.372 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-fip 2026-06-05 22:45:35.373 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-05 22:45:35.373 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-05 22:45:35.374 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-05 22:45:35.375 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-05 22:45:35.375 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-05 22:45:35.376 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-pps 2026-06-05 22:45:35.376 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-05 22:45:35.377 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-05 22:45:35.378 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: qos-rules-alias 2026-06-05 22:45:35.378 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: quota-check-limit 2026-06-05 22:45:35.379 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-05 22:45:35.381 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: quotas 2026-06-05 22:45:35.383 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: quota_details 2026-06-05 22:45:35.384 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: rbac-policies 2026-06-05 22:45:35.385 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-05 22:45:35.385 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: rbac-address-group 2026-06-05 22:45:35.385 8 INFO neutron.common.utils [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-05 22:45:35.385 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: taas 2026-06-05 22:45:35.385 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: rbac-address-scope 2026-06-05 22:45:35.386 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: rbac-security-groups 2026-06-05 22:45:35.386 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-05 22:45:35.387 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: revision-if-match 2026-06-05 22:45:35.388 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-05 22:45:35.388 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: router_availability_zone 2026-06-05 22:45:35.389 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-05 22:45:35.391 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-05 22:45:35.391 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-05 22:45:35.392 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-05 22:45:35.392 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-05 22:45:35.393 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-05 22:45:35.393 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-05 22:45:35.401 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: security-group 2026-06-05 22:45:35.402 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: segment 2026-06-05 22:45:35.403 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-05 22:45:35.404 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: service-type 2026-06-05 22:45:35.405 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: sorting 2026-06-05 22:45:35.405 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: standard-attr-segment 2026-06-05 22:45:35.406 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: standard-attr-description 2026-06-05 22:45:35.407 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: stateful-security-group 2026-06-05 22:45:35.407 7 WARNING neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-05 22:45:35.408 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-05 22:45:35.408 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: subnet-external-network 2026-06-05 22:45:35.408 8 WARNING stevedore.named [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 22:45:35.409 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: subnet_onboard 2026-06-05 22:45:35.409 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-05 22:45:35.410 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: subnet-service-types 2026-06-05 22:45:35.411 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: subnet_allocation 2026-06-05 22:45:35.412 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-05 22:45:35.412 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: tag-creation 2026-06-05 22:45:35.413 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-05 22:45:35.418 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: standard-attr-tag 2026-06-05 22:45:35.419 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-05 22:45:35.419 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: trunk 2026-06-05 22:45:35.420 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: trunk-details 2026-06-05 22:45:35.420 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-05 22:45:35.421 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-05 22:45:35.421 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-05 22:45:35.422 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-05 22:45:35.424 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-05 22:45:35.425 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-05 22:45:35.426 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: vpn-flavors 2026-06-05 22:45:35.427 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: vpnaas 2026-06-05 22:45:35.429 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: taas 2026-06-05 22:45:35.431 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: tap-mirror 2026-06-05 22:45:35.431 7 INFO neutron.api.extensions [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-05 22:45:35.434 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-05 22:45:35.434 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-05 22:45:35.434 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.435 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-05 22:45:35.438 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 22:45:35.438 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 22:45:35.444 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 22:45:35.445 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 22:45:35.445 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 22:45:35.446 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.446 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.447 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.447 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.447 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 22:45:35.448 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.448 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.449 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 22:45:35.449 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 22:45:35.449 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 22:45:35.450 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.450 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ipsecpolicy is already registered 2026-06-05 22:45:35.450 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.450 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ikepolicy is already registered 2026-06-05 22:45:35.455 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 22:45:35.455 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] router is already registered 2026-06-05 22:45:35.456 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 22:45:35.456 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] floatingip is already registered 2026-06-05 22:45:35.457 8 INFO neutron_taas.services.taas.taas_plugin [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-05 22:45:35.457 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: tapmirror 2026-06-05 22:45:35.460 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 22:45:35.460 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] rbac_policy is already registered 2026-06-05 22:45:35.460 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 22:45:35.461 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] security_group is already registered 2026-06-05 22:45:35.461 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 22:45:35.461 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] security_group_rule is already registered 2026-06-05 22:45:35.462 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.462 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.463 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.463 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.464 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 22:45:35.464 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] trunk is already registered 2026-06-05 22:45:35.464 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.464 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ikepolicy is already registered 2026-06-05 22:45:35.465 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.465 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ipsecpolicy is already registered 2026-06-05 22:45:35.465 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 22:45:35.465 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] endpoint_group is already registered 2026-06-05 22:45:35.466 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 22:45:35.466 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] vpnservice is already registered 2026-06-05 22:45:35.466 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 22:45:35.466 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ipsec_site_connection is already registered 2026-06-05 22:45:35.467 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.467 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ipsecpolicy is already registered 2026-06-05 22:45:35.467 7 INFO neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.467 7 WARNING neutron.quota.resource_registry [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] ikepolicy is already registered 2026-06-05 22:45:35.470 8 WARNING stevedore.named [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-05 22:45:35.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-05 22:45:35.488 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: auto_allocate 2026-06-05 22:45:35.496 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: tag 2026-06-05 22:45:35.505 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: timestamp 2026-06-05 22:45:35.508 7 WARNING keystonemiddleware._common.config [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-05 22:45:35.509 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: network_ip_availability 2026-06-05 22:45:35.513 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: flavors 2026-06-05 22:45:35.516 7 WARNING oslo_config.cfg [None req-274ca4eb-6f92-4ffb-b216-547579b03037 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-05 22:45:35.517 8 INFO neutron.manager [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loading Plugin: revisions WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fadb5c60668 pid: 7 (default app) 2026-06-05 22:45:35.521 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Initializing extension manager. 2026-06-05 22:45:35.523 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: address-group 2026-06-05 22:45:35.524 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: address-scope 2026-06-05 22:45:35.525 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-05 22:45:35.526 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: agent 2026-06-05 22:45:35.526 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: agent-resources-synced 2026-06-05 22:45:35.528 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: allowed-address-pairs 2026-06-05 22:45:35.529 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: auto-allocated-topology 2026-06-05 22:45:35.529 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: availability_zone 2026-06-05 22:45:35.530 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: availability_zone_filter 2026-06-05 22:45:35.530 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-05 22:45:35.531 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: default-subnetpools 2026-06-05 22:45:35.533 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-05 22:45:35.533 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: dns-integration 2026-06-05 22:45:35.534 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: dns-domain-ports 2026-06-05 22:45:35.534 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-05 22:45:35.535 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: dvr 2026-06-05 22:45:35.553 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-05 22:45:35.555 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: empty-string-filtering 2026-06-05 22:45:35.557 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 22:45:35.558 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-05 22:45:35.558 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: external-net 2026-06-05 22:45:35.559 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-05 22:45:35.560 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: extraroute 2026-06-05 22:45:35.561 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: extraroute-atomic 2026-06-05 22:45:35.562 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-05 22:45:35.562 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-05 22:45:35.563 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-05 22:45:35.564 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-05 22:45:35.564 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: fip-port-details 2026-06-05 22:45:35.565 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: flavors 2026-06-05 22:45:35.566 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-05 22:45:35.567 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: floatingip-pools 2026-06-05 22:45:35.567 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: ip_allocation 2026-06-05 22:45:35.568 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: ip-substring-filtering 2026-06-05 22:45:35.568 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: l2_adjacency 2026-06-05 22:45:35.570 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: router 2026-06-05 22:45:35.571 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-05 22:45:35.572 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-05 22:45:35.573 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-05 22:45:35.573 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: ext-gw-mode 2026-06-05 22:45:35.574 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: l3-ha 2026-06-05 22:45:35.574 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-05 22:45:35.575 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-05 22:45:35.575 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: l3-flavors 2026-06-05 22:45:35.576 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-05 22:45:35.577 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-05 22:45:35.579 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-05 22:45:35.580 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-05 22:45:35.581 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-05 22:45:35.582 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-05 22:45:35.583 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-05 22:45:35.584 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: multi-provider 2026-06-05 22:45:35.584 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: net-mtu 2026-06-05 22:45:35.585 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: net-mtu-writable 2026-06-05 22:45:35.586 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: network_availability_zone 2026-06-05 22:45:35.586 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: network_ha 2026-06-05 22:45:35.587 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: network-ip-availability 2026-06-05 22:45:35.588 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-05 22:45:35.588 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: pagination 2026-06-05 22:45:35.589 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-device-profile 2026-06-05 22:45:35.589 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-05 22:45:35.590 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-05 22:45:35.590 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-05 22:45:35.591 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-mac-override 2026-06-05 22:45:35.591 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-05 22:45:35.592 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-05 22:45:35.593 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-05 22:45:35.593 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-resource-request 2026-06-05 22:45:35.594 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-resource-request-groups 2026-06-05 22:45:35.594 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-05 22:45:35.595 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: binding 2026-06-05 22:45:35.596 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: binding-extended 2026-06-05 22:45:35.596 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-security 2026-06-05 22:45:35.597 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: project-id 2026-06-05 22:45:35.597 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: provider 2026-06-05 22:45:35.598 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-05 22:45:35.600 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos 2026-06-05 22:45:35.601 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-05 22:45:35.601 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-05 22:45:35.602 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-default 2026-06-05 22:45:35.602 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-fip 2026-06-05 22:45:35.603 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-05 22:45:35.603 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-gateway-ip 2026-06-05 22:45:35.604 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-port-network-policy 2026-06-05 22:45:35.604 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-pps-minimum 2026-06-05 22:45:35.605 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-05 22:45:35.606 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-pps 2026-06-05 22:45:35.606 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-rule-type-details 2026-06-05 22:45:35.607 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-05 22:45:35.607 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: qos-rules-alias 2026-06-05 22:45:35.608 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: quota-check-limit 2026-06-05 22:45:35.608 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: quota-check-limit-default 2026-06-05 22:45:35.611 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: quotas 2026-06-05 22:45:35.612 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: quota_details 2026-06-05 22:45:35.613 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: rbac-policies 2026-06-05 22:45:35.614 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: rbac-address-group 2026-06-05 22:45:35.614 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: rbac-address-scope 2026-06-05 22:45:35.615 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: rbac-security-groups 2026-06-05 22:45:35.616 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: rbac-subnetpool 2026-06-05 22:45:35.617 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: revision-if-match 2026-06-05 22:45:35.617 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: standard-attr-revisions 2026-06-05 22:45:35.618 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: router_availability_zone 2026-06-05 22:45:35.619 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-05 22:45:35.621 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: security-groups-default-rules 2026-06-05 22:45:35.622 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-05 22:45:35.622 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-05 22:45:35.623 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-05 22:45:35.623 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-05 22:45:35.624 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-05 22:45:35.629 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: security-group 2026-06-05 22:45:35.630 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: segment 2026-06-05 22:45:35.630 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-05 22:45:35.631 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: service-type 2026-06-05 22:45:35.632 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: sorting 2026-06-05 22:45:35.632 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: standard-attr-segment 2026-06-05 22:45:35.633 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: standard-attr-description 2026-06-05 22:45:35.634 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: stateful-security-group 2026-06-05 22:45:35.634 8 WARNING neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-05 22:45:35.635 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-05 22:45:35.636 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: subnet-external-network 2026-06-05 22:45:35.637 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: subnet_onboard 2026-06-05 22:45:35.637 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-05 22:45:35.638 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: subnet-service-types 2026-06-05 22:45:35.640 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: subnet_allocation 2026-06-05 22:45:35.641 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-05 22:45:35.641 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: tag-creation 2026-06-05 22:45:35.642 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-05 22:45:35.646 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: standard-attr-tag 2026-06-05 22:45:35.647 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-05 22:45:35.648 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: trunk 2026-06-05 22:45:35.649 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: trunk-details 2026-06-05 22:45:35.650 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-05 22:45:35.651 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-05 22:45:35.652 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-05 22:45:35.653 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-05 22:45:35.655 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-05 22:45:35.656 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-05 22:45:35.657 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: vpn-flavors 2026-06-05 22:45:35.659 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: vpnaas 2026-06-05 22:45:35.660 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: taas 2026-06-05 22:45:35.661 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: tap-mirror 2026-06-05 22:45:35.663 8 INFO neutron.api.extensions [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Loaded extension: taas-vlan-filter 2026-06-05 22:45:35.666 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-05 22:45:35.666 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-05 22:45:35.666 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.666 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-05 22:45:35.673 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 22:45:35.673 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 22:45:35.678 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 22:45:35.679 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 22:45:35.679 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 22:45:35.680 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.681 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.681 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.681 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.682 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 22:45:35.682 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.682 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.683 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 22:45:35.683 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 22:45:35.684 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 22:45:35.684 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.684 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ipsecpolicy is already registered 2026-06-05 22:45:35.685 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.685 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ikepolicy is already registered 2026-06-05 22:45:35.690 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-05 22:45:35.690 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] router is already registered 2026-06-05 22:45:35.691 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-05 22:45:35.691 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] floatingip is already registered 2026-06-05 22:45:35.695 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-05 22:45:35.695 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] rbac_policy is already registered 2026-06-05 22:45:35.696 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-05 22:45:35.696 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] security_group is already registered 2026-06-05 22:45:35.696 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-05 22:45:35.697 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] security_group_rule is already registered 2026-06-05 22:45:35.697 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.698 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.698 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-05 22:45:35.698 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] subnetpool is already registered 2026-06-05 22:45:35.699 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-05 22:45:35.699 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] trunk is already registered 2026-06-05 22:45:35.699 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.700 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ikepolicy is already registered 2026-06-05 22:45:35.700 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.700 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ipsecpolicy is already registered 2026-06-05 22:45:35.701 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-05 22:45:35.701 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] endpoint_group is already registered 2026-06-05 22:45:35.701 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-05 22:45:35.701 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] vpnservice is already registered 2026-06-05 22:45:35.702 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-05 22:45:35.702 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ipsec_site_connection is already registered 2026-06-05 22:45:35.702 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-05 22:45:35.702 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ipsecpolicy is already registered 2026-06-05 22:45:35.703 8 INFO neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-05 22:45:35.703 8 WARNING neutron.quota.resource_registry [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] ikepolicy is already registered 2026-06-05 22:45:35.745 8 WARNING keystonemiddleware._common.config [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-05 22:45:35.753 8 WARNING oslo_config.cfg [None req-4534f833-4e84-4d43-aa07-b4157b0118fd - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fadb5c60668 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-06-05 22:45:39.748 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edf7c7ae-4243-460c-8027-da7f64a081bc 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:45:38 2026] GET /v2.0/networks/public => generated 108 bytes in 791 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.216 () {44 vars in 949 bytes} [Fri Jun 5 22:45:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:45:40.460 7 WARNING neutron.services.revisions.revision_plugin [None req-f3dbe78f-159b-43a4-9d00-be6ee4077b23 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:45:40.478 7 INFO neutron.db.segments_db [None req-f3dbe78f-159b-43a4-9d00-be6ee4077b23 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 4752a2f1-0b76-488a-86f1-3aeba2066245 of type flat for network a15a7872-ff5b-441c-b8cc-011ba30b544f 2026-06-05 22:45:40.526 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3dbe78f-159b-43a4-9d00-be6ee4077b23 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:45:40 2026] POST /v2.0/networks => generated 124 bytes in 428 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 22:45:46.376 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72645b85-5421-4b65-974b-576211a7a2c4 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:45:46 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 22:45:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:45:46.462 7 WARNING neutron.services.revisions.revision_plugin [None req-5bac71ef-76d7-4da7-9e08-7184f450bec3 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:45:46.480 7 INFO neutron.db.segments_db [None req-5bac71ef-76d7-4da7-9e08-7184f450bec3 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment ce1d113d-b408-4ca4-a09e-bb36153956ac of type flat for network 0e203576-5265-47a4-acd9-96fcc0808193 2026-06-05 22:45:46.507 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bac71ef-76d7-4da7-9e08-7184f450bec3 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:45:46 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 22:45:52.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-642ccac3-e1b1-46b9-906f-eb28f18e5585 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:45:52 2026] GET /v2.0/networks/public => generated 108 bytes in 382 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.216 () {44 vars in 949 bytes} [Fri Jun 5 22:45:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:45:52.983 8 WARNING neutron.services.revisions.revision_plugin [None req-d31260b2-e358-4c7c-a965-795bae59bca8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:45:53.013 8 INFO neutron.db.segments_db [None req-d31260b2-e358-4c7c-a965-795bae59bca8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 7da8ab7e-5720-438a-9e31-3932c0dc6815 of type flat for network ee97114f-08b7-4e5d-8a1e-599d423b9b28 2026-06-05 22:45:53.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d31260b2-e358-4c7c-a965-795bae59bca8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:45:52 2026] POST /v2.0/networks => generated 124 bytes in 318 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 22:45:58.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45ca8e10-d1b0-4000-9561-c82b4aa7f466 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:45:58 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: 10/16] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 22:45:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:45:59.035 8 WARNING neutron.services.revisions.revision_plugin [None req-c7da3171-6bfc-4950-984b-637dea3b16e8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:45:59.054 8 INFO neutron.db.segments_db [None req-c7da3171-6bfc-4950-984b-637dea3b16e8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 1ec5dd88-8c6c-4da0-bce5-bac072f76ea7 of type flat for network fa58d1be-0905-49ca-ab8a-f93cc35f1cdd 2026-06-05 22:45:59.079 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7da3171-6bfc-4950-984b-637dea3b16e8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:45:58 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 22:46:04.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68bc48f3-c1b1-4571-8c7f-af533dcfa774 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:46:04 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 22:46:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:46:05.015 7 WARNING neutron.services.revisions.revision_plugin [None req-f6f52610-1d82-4ef8-9bcf-25371ef1520f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:46:05.037 7 INFO neutron.db.segments_db [None req-f6f52610-1d82-4ef8-9bcf-25371ef1520f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment d4f521b7-20c6-473b-8f3c-430a1c318d3b of type flat for network f6afec8d-e1cf-4a65-92c0-9de92d6767aa 2026-06-05 22:46:05.060 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6f52610-1d82-4ef8-9bcf-25371ef1520f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:46:04 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 22:46:10.953 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5326dd6b-d005-43f3-9863-b70ada0ea0bd 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:46:10 2026] GET /v2.0/networks/public => generated 108 bytes in 40 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.216 () {44 vars in 949 bytes} [Fri Jun 5 22:46:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:46:11.044 8 WARNING neutron.services.revisions.revision_plugin [None req-e78a8c79-3de2-44f6-a1af-e9ce98ec6de3 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:46:11.064 8 INFO neutron.db.segments_db [None req-e78a8c79-3de2-44f6-a1af-e9ce98ec6de3 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 02bd63ac-4e46-4fb2-98fb-5373cc628445 of type flat for network 3dd11b0b-268b-444c-8112-3580b57bb5be 2026-06-05 22:46:11.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e78a8c79-3de2-44f6-a1af-e9ce98ec6de3 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:46:10 2026] POST /v2.0/networks => generated 124 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 22:46:17.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-803b0f8a-03e1-4958-9c71-85c9c8c7ad6f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:46:16 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: 15/26] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 22:46:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:46:17.577 8 WARNING neutron.services.revisions.revision_plugin [None req-1fb0e1ad-180e-41e3-b078-3b8d820cc911 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Could not find related network for resource to bump revision. 2026-06-05 22:46:19.141 8 INFO neutron.db.segments_db [None req-1fb0e1ad-180e-41e3-b078-3b8d820cc911 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 2dec0756-eea5-4349-851c-6c4ba6aa6215 of type flat for network 0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 [pid: 8|app: 0|req: 12/27] 199.204.45.216 () {48 vars in 967 bytes} [Fri Jun 5 22:46:17 2026] POST /v2.0/networks => generated 706 bytes in 2513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 22:46:20.612 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68e3a15c-2958-4970-8b50-689d1e469044 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 22:46:20 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/29] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 22:46:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 22:46:20.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0a6de88-fad2-41b3-b66a-cbb6643e62a0 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.204.45.216 () {44 vars in 1034 bytes} [Fri Jun 5 22:46:20 2026] GET /v2.0/subnets/public-subnet?network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.204.45.216 () {44 vars in 1057 bytes} [Fri Jun 5 22:46:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/32] 199.204.45.216 () {48 vars in 965 bytes} [Fri Jun 5 22:46:20 2026] POST /v2.0/subnets => generated 664 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 22:51:04.341 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6f78d19-ff5a-40ff-9a65-be96d5a0a5d1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.204.45.216 () {44 vars in 937 bytes} [Fri Jun 5 22:51:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 104 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.216 () {44 vars in 959 bytes} [Fri Jun 5 22:51:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 22:51:04.432 7 INFO neutron.db.segments_db [None req-3129926f-ae4a-46c9-846e-e034817638d4 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 48c7b046-a328-42f5-83ee-9d672a3ffbb0 of type vxlan for network 77c6dc12-492e-454f-bb13-ac40ca666c5a [pid: 7|app: 0|req: 39/73] 199.204.45.216 () {48 vars in 966 bytes} [Fri Jun 5 22:51:04 2026] POST /v2.0/networks => generated 707 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 22:51:05.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4a00bcf-67da-41d7-bbec-ac6923b2bb3f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/74] 199.204.45.216 () {44 vars in 937 bytes} [Fri Jun 5 22:51:05 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: 40/75] 199.204.45.216 () {44 vars in 959 bytes} [Fri Jun 5 22:51:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 22:51:05.543 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af3fa2e7-f98a-46b4-9c72-229cd3d7f866 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/76] 199.204.45.216 () {44 vars in 1036 bytes} [Fri Jun 5 22:51:05 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.216 () {44 vars in 1059 bytes} [Fri Jun 5 22:51:05 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.216 () {48 vars in 965 bytes} [Fri Jun 5 22:51:05 2026] POST /v2.0/subnets => generated 651 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 22:51:06.894 7 INFO neutron.api.v2.resource [None req-f17c33e9-5d90-45fa-a509-3fa84be27653 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/79] 199.204.45.216 () {44 vars in 971 bytes} [Fri Jun 5 22:51:06 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.216 () {44 vars in 993 bytes} [Fri Jun 5 22:51:06 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.216 () {48 vars in 980 bytes} [Fri Jun 5 22:51:06 2026] POST /v2.0/security-groups => generated 1616 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:08 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 1616 bytes in 76 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.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:08 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => 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: 40/84] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:08 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 1616 bytes in 24 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.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:09 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 2230 bytes in 45 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.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:09 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 2230 bytes in 21 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.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:09 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:10 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 2846 bytes in 55 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.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:10 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => 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: 44/92] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:10 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 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.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:11 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 3462 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:11 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:11 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => 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: 51/97] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:12 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:12 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:12 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/104] 199.204.45.216 () {44 vars in 987 bytes} [Fri Jun 5 22:51:13 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 22:51:13.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08b62eaa-79e7-48e1-be8f-c34deff27383 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/105] 199.204.45.216 () {44 vars in 1076 bytes} [Fri Jun 5 22:51:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/106] 199.204.45.216 () {44 vars in 1099 bytes} [Fri Jun 5 22:51:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:13 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => 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: 57/108] 199.204.45.216 () {48 vars in 961 bytes} [Fri Jun 5 22:51:13 2026] POST /v2.0/ports => generated 1096 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 22:51:20.888 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b582ba7c-ab63-4929-86ff-78be248adafd 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/109] 199.204.45.216 () {44 vars in 979 bytes} [Fri Jun 5 22:51:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 58/110] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/111] 199.204.45.216 () {48 vars in 1031 bytes} [Fri Jun 5 22:51:20 2026] PUT /v2.0/ports/cdaf1827-99cf-4116-9ffe-557dc7c268f7 => generated 1245 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 199.204.45.216 () {44 vars in 920 bytes} [Fri Jun 5 22:51:23 2026] GET /v2.0/ports => generated 3726 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 22:51:24.517 8 INFO neutron.api.v2.resource [None req-6eeeb2eb-1736-40b5-8e86-e82973eb1bce 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/113] 199.204.45.216 () {44 vars in 959 bytes} [Fri Jun 5 22:51:24 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/114] 199.204.45.216 () {44 vars in 981 bytes} [Fri Jun 5 22:51:24 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/115] 199.204.45.216 () {48 vars in 980 bytes} [Fri Jun 5 22:51:24 2026] POST /v2.0/security-groups => generated 1610 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/116] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:25 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/117] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:25 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/118] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:25 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 1610 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/119] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:25 2026] POST /v2.0/security-group-rules => generated 621 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/120] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:26 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/121] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:26 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/122] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 22:51:26 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/123] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 22:51:26 2026] POST /v2.0/security-group-rules => generated 625 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/134] 199.204.45.216 () {44 vars in 975 bytes} [Fri Jun 5 22:52:36 2026] GET /v2.0/quotas/fe35b65e441e488ba8dd5e1b8140920f => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/135] 199.204.45.216 () {48 vars in 1027 bytes} [Fri Jun 5 22:52:36 2026] PUT /v2.0/quotas/fe35b65e441e488ba8dd5e1b8140920f => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 22:54:46.992 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c37fe1a7-da04-4192-91fe-e34b221235ca 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/154] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 22:54:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/155] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 22:54:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 22:54:48.768 7 INFO neutron.pecan_wsgi.hooks.translation [None req-361dcde7-385e-408e-8d38-16bbb93fb49b 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/156] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 22:54:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/157] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 22:54:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:01:50.604 8 INFO neutron.api.v2.resource [None req-4ae2802a-2ce9-41c1-893b-5361971f8622 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/214] 199.204.45.216 () {44 vars in 1074 bytes} [Fri Jun 5 23:01:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 139 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 199.204.45.216 () {44 vars in 1097 bytes} [Fri Jun 5 23:01:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 23 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 199.204.45.216 () {48 vars in 981 bytes} [Fri Jun 5 23:01:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:52 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => 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: 107/218] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:01:52 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:52 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 23:01:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:53 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/222] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:01:53 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/223] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:53 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/224] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 23:01:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/225] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:54 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/226] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:01:54 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => 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/227] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:54 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 23:01:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/229] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:55 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 3460 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/230] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:01:55 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/231] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:01:55 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/232] 199.204.45.216 () {48 vars in 991 bytes} [Fri Jun 5 23:01:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/257] 199.204.45.216 () {30 vars in 740 bytes} [Fri Jun 5 23:04:54 2026] GET /v2.0/networks?tenant_id=35de1d9e3b4f431189876f7693e7b8d5&shared=False => generated 15 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:04:54.457 7 INFO neutron.db.segments_db [None req-e6caddff-3382-4e08-93ed-3058d75d2024 7fd7d544de344659a416a716c88e209c 35de1d9e3b4f431189876f7693e7b8d5 - - 69e7401827ba452189c88b7107e20e57 69e7401827ba452189c88b7107e20e57] Added segment 1c975f10-f9ce-4998-8b76-a84051d2859c of type vxlan for network aadb1aae-e5c9-47bd-a9c4-7a7480db4168 [pid: 7|app: 0|req: 131/258] 199.204.45.216 () {34 vars in 682 bytes} [Fri Jun 5 23:04:54 2026] POST /v2.0/networks => generated 718 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/259] 199.204.45.216 () {30 vars in 722 bytes} [Fri Jun 5 23:04:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/260] 199.204.45.216 () {30 vars in 633 bytes} [Fri Jun 5 23:04:54 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/261] 199.204.45.216 () {34 vars in 677 bytes} [Fri Jun 5 23:04:54 2026] POST /v2.0/ports => generated 999 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:04:55 2026] GET /v2.0/networks/aadb1aae-e5c9-47bd-a9c4-7a7480db4168 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 199.204.45.216 () {30 vars in 722 bytes} [Fri Jun 5 23:04:57 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/264] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:04:57 2026] GET /v2.0/networks/aadb1aae-e5c9-47bd-a9c4-7a7480db4168 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/269] 199.204.45.216 () {44 vars in 975 bytes} [Fri Jun 5 23:05:21 2026] GET /v2.0/quotas/35de1d9e3b4f431189876f7693e7b8d5 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/270] 199.204.45.216 () {48 vars in 1027 bytes} [Fri Jun 5 23:05:22 2026] PUT /v2.0/quotas/35de1d9e3b4f431189876f7693e7b8d5 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:04.522 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbe5eb8c-a872-461d-a534-150a293b0ad5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/365] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 23:17:04 2026] GET /v2.0/networks/public => generated 108 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 23:17:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:05.634 8 INFO neutron.pecan_wsgi.hooks.translation [None req-513a73a0-4e2f-44f6-9d65-5a68f018d596 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/367] 199.204.45.216 () {44 vars in 927 bytes} [Fri Jun 5 23:17:05 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/368] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 23:17:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:05.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acf3f4f7-572a-4178-9350-09f734a69d36 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/369] 199.204.45.216 () {44 vars in 1034 bytes} [Fri Jun 5 23:17:05 2026] GET /v2.0/subnets/public-subnet?network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => 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: 187/370] 199.204.45.216 () {44 vars in 1057 bytes} [Fri Jun 5 23:17:05 2026] GET /v2.0/subnets?name=public-subnet&network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:33.347 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4b6dd06-421d-4a40-a9c6-902352aab1f8 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/375] 199.204.45.216 () {44 vars in 937 bytes} [Fri Jun 5 23:17:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/376] 199.204.45.216 () {44 vars in 959 bytes} [Fri Jun 5 23:17:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:34.303 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7673e75d-67a1-47fb-bee8-ec4c6b5312f5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/377] 199.204.45.216 () {44 vars in 937 bytes} [Fri Jun 5 23:17:34 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: 8|app: 0|req: 187/378] 199.204.45.216 () {44 vars in 959 bytes} [Fri Jun 5 23:17:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:34.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9118d361-3518-4de1-93c0-7c4c9de23911 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/379] 199.204.45.216 () {44 vars in 1036 bytes} [Fri Jun 5 23:17:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/380] 199.204.45.216 () {44 vars in 1059 bytes} [Fri Jun 5 23:17:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:35.535 7 INFO neutron.api.v2.resource [None req-70f7e1b1-b411-4cc6-8f1d-d1d65591f737 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/381] 199.204.45.216 () {44 vars in 971 bytes} [Fri Jun 5 23:17:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/382] 199.204.45.216 () {44 vars in 993 bytes} [Fri Jun 5 23:17:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/383] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:36 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/384] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:36 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/385] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:36 2026] GET /v2.0/security-group-rules/c9b93554-3435-4395-b1bb-88dd515f228f => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/386] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:37 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/387] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:37 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/388] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:37 2026] GET /v2.0/security-group-rules/b8b2d015-0d09-47c2-b2eb-6a4ae75c7bae => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/389] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:38 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/390] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:38 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/391] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:38 2026] GET /v2.0/security-group-rules/acf9c65a-1d00-4552-8c03-e8f2c1718c7d => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/392] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:39 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/393] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:39 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/394] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:39 2026] GET /v2.0/security-group-rules/4e54ad44-31d5-4c3a-893f-daad8cec3cb6 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/395] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:40 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => 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: 196/396] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:40 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/397] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:40 2026] GET /v2.0/security-group-rules/52e61962-ee9d-4b96-bdeb-f0827104b4e3 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/398] 199.204.45.216 () {44 vars in 987 bytes} [Fri Jun 5 23:17:41 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:17:41.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4dec26e7-7194-4b72-b1b0-bed013bb2ce0 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/399] 199.204.45.216 () {44 vars in 1076 bytes} [Fri Jun 5 23:17:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/400] 199.204.45.216 () {44 vars in 1099 bytes} [Fri Jun 5 23:17:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/401] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:41 2026] GET /v2.0/security-groups/047dd730-13f5-4606-ba6c-2a04c41c8f6b => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:17:49.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64b81510-5798-4553-9907-055cb00364f6 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/404] 199.204.45.216 () {44 vars in 979 bytes} [Fri Jun 5 23:17:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.204.45.216 () {44 vars in 920 bytes} [Fri Jun 5 23:17:51 2026] GET /v2.0/ports => generated 4721 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:17:52.198 7 INFO neutron.api.v2.resource [None req-986d521e-d50d-4aff-93a8-52064da40749 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/407] 199.204.45.216 () {44 vars in 959 bytes} [Fri Jun 5 23:17:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.216 () {44 vars in 981 bytes} [Fri Jun 5 23:17:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:53 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:53 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:53 2026] GET /v2.0/security-group-rules/094b2264-17e4-4e8a-ba78-5445806ae61c => generated 621 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:54 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:17:54 2026] GET /v2.0/security-groups/3643ce26-66d3-4b6a-b04f-5c20e8aa1f26 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:17:54 2026] GET /v2.0/security-group-rules/1e9368cf-3a4b-4c4c-8b3a-a7e8e1be30a2 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.204.45.216 () {44 vars in 975 bytes} [Fri Jun 5 23:18:06 2026] GET /v2.0/quotas/fe35b65e441e488ba8dd5e1b8140920f => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:19:02.548 8 INFO neutron.api.v2.resource [None req-b91aaf65-4932-4c58-9692-50e68143fdec 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 212/426] 199.204.45.216 () {44 vars in 1074 bytes} [Fri Jun 5 23:19:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.216 () {44 vars in 1097 bytes} [Fri Jun 5 23:19:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:19:03 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/429] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:19:03 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:19:03 2026] GET /v2.0/security-group-rules/8ebf0c7c-ed52-4c9d-aacf-ff81ac8ffb2a => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:19:04 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 4075 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:19:04 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:19:04 2026] GET /v2.0/security-group-rules/48e3b656-e0ac-4bf5-9023-c995232acf87 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/434] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:19:05 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 4075 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:19:05 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/436] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:19:05 2026] GET /v2.0/security-group-rules/0f997082-6a44-4775-8d5d-84309ef7ef39 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/437] 199.204.45.216 () {44 vars in 1088 bytes} [Fri Jun 5 23:19:06 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821?project_id=35de1d9e3b4f431189876f7693e7b8d5 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 199.204.45.216 () {44 vars in 1001 bytes} [Fri Jun 5 23:19:06 2026] GET /v2.0/security-groups/cb2b90e3-03ee-4c1c-8fe9-ab5c4070c821 => 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: 221/439] 199.204.45.216 () {44 vars in 1011 bytes} [Fri Jun 5 23:19:06 2026] GET /v2.0/security-group-rules/4d77fedc-8824-45bf-bda3-c713619b707c => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 199.204.45.216 () {44 vars in 975 bytes} [Fri Jun 5 23:19:13 2026] GET /v2.0/quotas/35de1d9e3b4f431189876f7693e7b8d5 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 199.204.45.216 () {44 vars in 949 bytes} [Fri Jun 5 23:20:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/456] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:20:44 2026] GET /v2.0/networks => generated 2168 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/457] 10.0.0.110 () {32 vars in 655 bytes} [Fri Jun 5 23:20:45 2026] GET /v2.0/floatingips => 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: 231/458] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:20:45 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:20:45 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/460] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:20:45 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/461] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:20:45 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/462] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:20:45 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/463] 10.0.0.110 () {32 vars in 655 bytes} [Fri Jun 5 23:20:45 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-06-05 23:20:56.432 7 INFO neutron.db.segments_db [None req-c1d199f1-86b0-43e3-9054-a5de12c59041 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 1ea71732-0920-40c9-9d7c-a6fc10d3825b of type vxlan for network f8a141ce-e44d-416e-8356-eb48a92a320c [pid: 7|app: 0|req: 234/464] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:20:56 2026] POST /v2.0/networks => generated 751 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:20:56.620 8 INFO neutron.db.segments_db [None req-85058afd-699d-4d74-88ff-c4929bd5bc27 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 of type vxlan for network 0252f572-dcff-459d-9228-277267b7d373 [pid: 8|app: 0|req: 231/465] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:20:56 2026] POST /v2.0/networks => generated 748 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/466] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:20:56 2026] POST /v2.0/subnets => generated 698 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:20:56.830 7 INFO neutron.db.segments_db [None req-4e5c7bd2-78ad-4ff6-8dcc-5a37a950b59c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 1d64647d-4024-4e34-9e65-33e98d76917b of type vxlan for network c2d4413d-352d-47c2-a20c-1964fb1aa9dd [pid: 8|app: 0|req: 232/467] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:20:56 2026] POST /v2.0/subnets => generated 695 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:20:56.924 8 INFO neutron.db.segments_db [None req-60271b07-6b90-45b1-8c46-b8d933e2d19e 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 619caded-5ed0-47e9-85c1-f4e0e09d80e5 of type vxlan for network 907777f5-f9dd-4520-a2a2-69144ca69382 2026-06-05 23:20:57.087 7 INFO neutron.db.l3_hamode_db [None req-4e5c7bd2-78ad-4ff6-8dcc-5a37a950b59c 4ccf06f0577045669bffea7bdfdc0909 e437f4bfd3f64a7e8cd46726327802a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:20:57.131 8 INFO neutron.db.l3_hamode_db [None req-60271b07-6b90-45b1-8c46-b8d933e2d19e 4ccf06f0577045669bffea7bdfdc0909 584624190cf440fb94de4cbfea0adbd3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:20:58.090 7 INFO neutron.db.l3_hamode_db [None req-4e5c7bd2-78ad-4ff6-8dcc-5a37a950b59c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:20:58.148 8 INFO neutron.db.l3_hamode_db [None req-60271b07-6b90-45b1-8c46-b8d933e2d19e 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/468] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:20:56 2026] POST /v2.0/routers => generated 738 bytes in 2620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:20:56 2026] POST /v2.0/routers => generated 735 bytes in 2548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:20:59 2026] GET /v2.0/security-groups?tenant_id=aa779ebee8d3444f8a554e1098403df8&name=default => generated 2921 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/473] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:20:59 2026] GET /v2.0/security-groups?tenant_id=f0c05110e5714b80be71a068b3c975ad&name=default => generated 2921 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/474] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:20:59 2026] PUT /v2.0/routers/2f108486-b86c-4bf4-a748-1511d0a2b908/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:20:59 2026] PUT /v2.0/routers/569c8a6f-3ad2-4459-ad8c-2842ef54b9d6/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:00 2026] DELETE /v2.0/security-groups/11ed9a46-54cf-48a3-9417-cef0fc775e24 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/477] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:00 2026] DELETE /v2.0/security-groups/d6f992fc-59a0-4ce6-a7c0-f4ef16e1b569 => 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: 240/478] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/security-groups => generated 1661 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/security-groups => generated 1661 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/481] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/484] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:21:01 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/485] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:21:02 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:03.136 7 INFO neutron.db.segments_db [None req-d19bd634-491b-4cd0-8066-d90084d09cbd 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment cc69c1d6-9b6e-42ee-9641-cc3e8028083b of type vxlan for network 8e0bb994-5d4a-4670-a16c-472bb6ee932b [pid: 7|app: 0|req: 244/486] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:21:02 2026] POST /v2.0/networks => generated 749 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:03 2026] POST /v2.0/subnets => generated 696 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:03.442 7 INFO neutron.db.segments_db [None req-b83050fc-e62a-41ea-8c09-9579852964ed 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment d99eaec3-fac3-452b-b7d9-84da44fe18c4 of type vxlan for network cdc5dba8-5bbe-4a21-8703-c67de8a0bfb0 [pid: 8|app: 0|req: 244/488] 10.0.0.72 () {34 vars in 1099 bytes} [Fri Jun 5 23:21:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1383751858&fields=id&tenant_id=e437f4bfd3f64a7e8cd46726327802a4 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/489] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:21:03 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 683 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:21:03 2026] GET /v2.0/quotas/e437f4bfd3f64a7e8cd46726327802a4 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:03.763 7 INFO neutron.db.l3_hamode_db [None req-b83050fc-e62a-41ea-8c09-9579852964ed 4ccf06f0577045669bffea7bdfdc0909 e4711f61cc1c4074a1623ef3feff904c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 247/491] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:21:03 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&fields=id => generated 103 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/492] 10.0.0.72 () {34 vars in 906 bytes} [Fri Jun 5 23:21:04 2026] GET /v2.0/extensions => generated 21537 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:21:04 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:04.536 7 INFO neutron.db.l3_hamode_db [None req-b83050fc-e62a-41ea-8c09-9579852964ed 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/494] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:21:04 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 245/495] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:03 2026] POST /v2.0/routers => generated 736 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:05 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 12 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/497] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:05 2026] GET /v2.0/security-groups?tenant_id=3d53669e9a534d87b24211ee3ba8399e&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/498] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:06 2026] DELETE /v2.0/security-groups/fd1a4e47-9197-4ebd-b1c5-470605efe307 => 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: 254/499] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:06 2026] GET /v2.0/security-groups?tenant_id=031c2d4241944444ad4bdee5723bf7cf&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/500] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:21:05 2026] PUT /v2.0/routers/09511414-eeea-448e-a4e7-ca81acfbc204/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/501] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:06 2026] DELETE /v2.0/security-groups/720f67ba-9305-479a-a85d-ee7128cdf12a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/502] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:06 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/503] 10.0.0.72 () {38 vars in 970 bytes} [Fri Jun 5 23:21:07 2026] POST /v2.0/security-groups => generated 1685 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/504] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/security-groups/903c11fe-fe39-4d7d-8323-b6566b80739b => generated 1685 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/505] 10.0.0.72 () {38 vars in 980 bytes} [Fri Jun 5 23:21:07 2026] POST /v2.0/security-group-rules => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/506] 10.0.0.72 () {34 vars in 1099 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1280362258&fields=id&tenant_id=584624190cf440fb94de4cbfea0adbd3 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/507] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/networks?id=0252f572-dcff-459d-9228-277267b7d373 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/508] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/quotas/584624190cf440fb94de4cbfea0adbd3 => 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: 258/509] 10.0.0.72 () {38 vars in 970 bytes} [Fri Jun 5 23:21:07 2026] POST /v2.0/security-groups => generated 1684 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/510] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/security-groups/cc8da701-a06d-4a8f-bb29-db652092d199 => generated 1684 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/511] 10.0.0.72 () {38 vars in 980 bytes} [Fri Jun 5 23:21:07 2026] POST /v2.0/security-group-rules => generated 614 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/512] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 262/513] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/security-groups/cc8da701-a06d-4a8f-bb29-db652092d199 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/514] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:21:07 2026] GET /v2.0/ports?tenant_id=584624190cf440fb94de4cbfea0adbd3&fields=id => generated 103 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/515] 10.0.0.72 () {38 vars in 980 bytes} [Fri Jun 5 23:21:07 2026] POST /v2.0/security-group-rules => generated 619 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/516] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/security-groups/cc8da701-a06d-4a8f-bb29-db652092d199 => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/517] 10.0.0.72 () {34 vars in 1000 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/security-group-rules/24d29b31-f385-4a3c-96ee-89dfaa2e5357 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/518] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/security-groups/cc8da701-a06d-4a8f-bb29-db652092d199 => generated 2939 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/519] 10.0.0.72 () {36 vars in 1022 bytes} [Fri Jun 5 23:21:08 2026] DELETE /v2.0/security-group-rules/24d29b31-f385-4a3c-96ee-89dfaa2e5357 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/520] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/security-groups/cc8da701-a06d-4a8f-bb29-db652092d199 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/521] 10.0.0.72 () {36 vars in 1012 bytes} [Fri Jun 5 23:21:08 2026] DELETE /v2.0/security-groups/cc8da701-a06d-4a8f-bb29-db652092d199 => 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: 267/522] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/security-groups/903c11fe-fe39-4d7d-8323-b6566b80739b => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/523] 10.0.0.72 () {34 vars in 906 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/extensions => generated 21537 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/524] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/525] 10.0.0.72 () {36 vars in 1012 bytes} [Fri Jun 5 23:21:08 2026] DELETE /v2.0/security-groups/903c11fe-fe39-4d7d-8323-b6566b80739b => 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: 258/526] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/527] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 260/528] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:08 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:09.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a838cb2-e82e-41b5-8d3a-3d3aec16089f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 072484ae-3482-4f8e-9d89-de4bec9ae5a4 2026-06-05 23:21:09.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a838cb2-e82e-41b5-8d3a-3d3aec16089f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 072484ae-3482-4f8e-9d89-de4bec9ae5a4 [pid: 8|app: 0|req: 269/529] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:21:08 2026] PUT /v2.0/routers/09511414-eeea-448e-a4e7-ca81acfbc204/remove_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/530] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:09 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 683 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/531] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:09 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 263/532] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:10 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 264/533] 199.204.45.216 () {34 vars in 911 bytes} [Fri Jun 5 23:21:10 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/534] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:21:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e437f4bfd3f64a7e8cd46726327802a4 => generated 181 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:10.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0db3b3b-a6bb-404c-abd4-0b96caf374e1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: d1a61de7-4356-48f4-9a46-c6efb94f760c 2026-06-05 23:21:10.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0db3b3b-a6bb-404c-abd4-0b96caf374e1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: d1a61de7-4356-48f4-9a46-c6efb94f760c 2026-06-05 23:21:10.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0db3b3b-a6bb-404c-abd4-0b96caf374e1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: f4d75af3-14a4-4d91-96cd-16f5b474dcf9 2026-06-05 23:21:10.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0db3b3b-a6bb-404c-abd4-0b96caf374e1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: f4d75af3-14a4-4d91-96cd-16f5b474dcf9 2026-06-05 23:21:10.446 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d0db3b3b-a6bb-404c-abd4-0b96caf374e1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - 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: 266/535] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:21:10 2026] POST /v2.0/ports => generated 954 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:10.872 8 INFO neutron.db.l3_hamode_db [None req-d0db3b3b-a6bb-404c-abd4-0b96caf374e1 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network cdc5dba8-5bbe-4a21-8703-c67de8a0bfb0 was deleted as no HA routers are present in tenant e4711f61cc1c4074a1623ef3feff904c. [pid: 8|app: 0|req: 270/536] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:09 2026] DELETE /v2.0/routers/09511414-eeea-448e-a4e7-ca81acfbc204 => generated 0 bytes in 931 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: 267/537] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:10 2026] DELETE /v2.0/subnets/fd8ec198-43a9-400f-971f-860baa07e87a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/538] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:11 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:11.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-5250d3e2-504c-4314-a9f4-6ddd9207f1b6 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: c97cd15d-43ed-496c-ba33-b6c96539c506 2026-06-05 23:21:11.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5250d3e2-504c-4314-a9f4-6ddd9207f1b6 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: c97cd15d-43ed-496c-ba33-b6c96539c506 [pid: 8|app: 0|req: 271/539] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:21:10 2026] PUT /v2.0/ports/1882997d-893a-4c92-8d8f-eddf420b0627 => generated 1235 bytes in 415 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: 272/540] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:11 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 273/541] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:11 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:11.457 8 INFO neutron.services.segments.plugin [-] Segment d99eaec3-fac3-452b-b7d9-84da44fe18c4 resource provider aggregate not found 2026-06-05 23:21:11.481 8 INFO neutron.services.segments.plugin [-] Segment d99eaec3-fac3-452b-b7d9-84da44fe18c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d99eaec3-fac3-452b-b7d9-84da44fe18c4 found for delete ", "request_id": "req-a7eb1019-aee6-42e9-83e1-92979c645a18"}]} 2026-06-05 23:21:11.488 8 INFO neutron.services.segments.plugin [-] Segment d99eaec3-fac3-452b-b7d9-84da44fe18c4 resource provider aggregate not found 2026-06-05 23:21:11.527 8 INFO neutron.services.segments.plugin [-] Segment d99eaec3-fac3-452b-b7d9-84da44fe18c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d99eaec3-fac3-452b-b7d9-84da44fe18c4 found for delete ", "request_id": "req-8a5fa9b7-fc69-4608-97f4-52cb2ac117be"}]} [pid: 7|app: 0|req: 269/542] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:11 2026] DELETE /v2.0/networks/8e0bb994-5d4a-4670-a16c-472bb6ee932b => generated 0 bytes in 453 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/543] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:11 2026] GET /v2.0/security-groups?tenant_id=e4711f61cc1c4074a1623ef3feff904c&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/544] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:11 2026] DELETE /v2.0/security-groups/54971e8a-ecaa-4a4e-b102-2665a2bcbf04 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:12.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9696be7-c36a-46c6-9777-ca60c764d6e5'] response: {'name': 'network-changed', 'server_uuid': '72ebf8ff-7c53-49ad-9af5-4ae3e0731670', 'tag': '1882997d-893a-4c92-8d8f-eddf420b0627', 'status': 'completed', 'code': 200} 2026-06-05 23:21:12.221 7 INFO neutron.services.segments.plugin [-] Segment cc69c1d6-9b6e-42ee-9641-cc3e8028083b resource provider aggregate not found 2026-06-05 23:21:12.236 7 INFO neutron.services.segments.plugin [-] Segment cc69c1d6-9b6e-42ee-9641-cc3e8028083b resource provider aggregate not found 2026-06-05 23:21:12.244 7 INFO neutron.services.segments.plugin [-] Segment cc69c1d6-9b6e-42ee-9641-cc3e8028083b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc69c1d6-9b6e-42ee-9641-cc3e8028083b found for delete ", "request_id": "req-c93bdbe8-f836-4ff8-bf8a-10edfdbf8aa3"}]} 2026-06-05 23:21:12.255 7 INFO neutron.services.segments.plugin [-] Segment cc69c1d6-9b6e-42ee-9641-cc3e8028083b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc69c1d6-9b6e-42ee-9641-cc3e8028083b found for delete ", "request_id": "req-751efa6c-5b7c-461f-be4a-20ee20813651"}]} [pid: 8|app: 0|req: 275/545] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/546] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 271/547] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/548] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/549] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/550] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 273/551] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/552] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/553] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:12 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 276/556] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/557] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/networks?id=0252f572-dcff-459d-9228-277267b7d373 => generated 680 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/558] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=584624190cf440fb94de4cbfea0adbd3 => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/559] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/560] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/561] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 285/562] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/563] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/564] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:13 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/565] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/566] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/567] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:21:13 2026] POST /v2.0/ports => generated 958 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 279/568] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 290/569] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/security-groups?tenant_id=a78e628bd4e14828beeb9d62da4d87a7&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:14.677 8 INFO neutron.db.segments_db [None req-81c75b0f-386b-4766-a838-15aeb7e21303 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 22b3d81d-9b06-4e52-8b52-637fe9d517b6 of type vxlan for network ba23bee8-060c-4af5-8fcf-02454cdfa000 [pid: 7|app: 0|req: 280/570] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:21:14 2026] PUT /v2.0/ports/65f25de1-b319-4eff-b233-a214df2786a8 => generated 1239 bytes in 506 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: 291/571] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:21:14 2026] POST /v2.0/networks => generated 744 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/572] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:14 2026] DELETE /v2.0/security-groups/afa75d00-2d25-4656-a730-84f09c57778d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/573] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/574] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 294/575] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/576] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 282/577] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:14 2026] POST /v2.0/subnets => generated 691 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:15.100 7 INFO neutron.db.segments_db [None req-e4868d46-ac18-4906-8ff0-7e9a455f3d1f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment f650792d-89f4-4b47-979b-3204007af4fb of type vxlan for network 024edcee-04d2-4091-8599-f083c4fed88f [pid: 8|app: 0|req: 296/578] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:14 2026] GET /v2.0/security-groups?tenant_id=3aa6aba21e654e3c9810fe64a79e7d37&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/579] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:15 2026] DELETE /v2.0/security-groups/06cab009-fc7f-45e7-949e-900238bf1f5d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:15.265 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-527457a5-f4f1-48ff-bbac-a0d7f3fffa89'] response: {'name': 'network-changed', 'server_uuid': '86063dbd-4261-4a9a-8e94-8f3a4f4c16e5', 'tag': '65f25de1-b319-4eff-b233-a214df2786a8', 'status': 'completed', 'code': 200} 2026-06-05 23:21:15.423 7 INFO neutron.db.l3_hamode_db [None req-e4868d46-ac18-4906-8ff0-7e9a455f3d1f 4ccf06f0577045669bffea7bdfdc0909 69614c55112a456f88f46e517f40814b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 298/580] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/ports?tenant_id=584624190cf440fb94de4cbfea0adbd3&device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/581] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=65f25de1-b319-4eff-b233-a214df2786a8 => 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: 300/582] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/subnets?id=a376b702-db7a-48ac-996c-5c9782f26099 => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/583] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/ports?network_id=0252f572-dcff-459d-9228-277267b7d373&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: 302/584] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/585] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?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: 304/586] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:15 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 305/587] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:16 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 306/588] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:16 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 307/589] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:16 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:16.245 7 INFO neutron.db.l3_hamode_db [None req-e4868d46-ac18-4906-8ff0-7e9a455f3d1f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 308/590] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:16 2026] GET /v2.0/ports?tenant_id=584624190cf440fb94de4cbfea0adbd3&device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/591] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/networks?id=0252f572-dcff-459d-9228-277267b7d373 => generated 776 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/592] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=65f25de1-b319-4eff-b233-a214df2786a8 => 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: 311/593] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/subnets?id=a376b702-db7a-48ac-996c-5c9782f26099 => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/594] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/595] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:15 2026] POST /v2.0/routers => generated 731 bytes in 2184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/596] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/ports?network_id=0252f572-dcff-459d-9228-277267b7d373&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/597] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/598] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:17.579 8 INFO neutron.db.segments_db [None req-047e9c25-09d4-410b-8a1b-9f62a15662c8 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Added segment 4e87aba3-7b55-4389-ac9d-0933e9f087c1 of type vxlan for network 1d6084ff-ad8c-4933-97d6-7cf3d83565ad 2026-06-05 23:21:17.671 8 INFO neutron.db.segments_db [None req-047e9c25-09d4-410b-8a1b-9f62a15662c8 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Added segment 4355347f-3111-401b-964a-720643d35f8f of type vxlan for network 27b1f444-1917-4752-a6a1-232e7eb57475 [pid: 8|app: 0|req: 313/599] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:17 2026] POST /v2.0/networks => generated 1244 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/600] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/601] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 316/602] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/networks => generated 1843 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/603] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:17 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?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) 2026-06-05 23:21:18.118 8 INFO neutron.services.segments.plugin [-] Segment 4e87aba3-7b55-4389-ac9d-0933e9f087c1 resource provider aggregate not found 2026-06-05 23:21:18.127 8 INFO neutron.services.segments.plugin [-] Segment 4e87aba3-7b55-4389-ac9d-0933e9f087c1 resource provider aggregate not found 2026-06-05 23:21:18.140 8 INFO neutron.services.segments.plugin [-] Segment 4e87aba3-7b55-4389-ac9d-0933e9f087c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e87aba3-7b55-4389-ac9d-0933e9f087c1 found for delete ", "request_id": "req-ba04bffa-85ca-4aa7-9432-9eb8fd8b7d51"}]} [pid: 8|app: 0|req: 318/604] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:17 2026] DELETE /v2.0/networks/1d6084ff-ad8c-4933-97d6-7cf3d83565ad => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:18.160 8 INFO neutron.services.segments.plugin [-] Segment 4e87aba3-7b55-4389-ac9d-0933e9f087c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e87aba3-7b55-4389-ac9d-0933e9f087c1 found for delete ", "request_id": "req-5b896cf8-e5b2-4c36-a13a-d17e695376e8"}]} [pid: 8|app: 0|req: 319/605] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:18 2026] DELETE /v2.0/networks/27b1f444-1917-4752-a6a1-232e7eb57475 => 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: 320/606] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:21:18 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:18.416 8 INFO neutron.db.segments_db [None req-285a9ba6-e87e-496f-b902-aab086c9ec7b 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Added segment 2ff5db49-2aaf-4653-a58f-5cbc9642e17f of type vxlan for network a581517f-1a35-46f5-98ef-60f4a5466ce8 [pid: 8|app: 0|req: 321/607] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:18 2026] POST /v2.0/networks => generated 654 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/608] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:18 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:18.593 8 INFO neutron.db.segments_db [None req-567319bd-a7fb-44fb-bf29-af323964c07e 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Added segment 1e8f8b10-3a2b-4465-9a13-109ed056da47 of type vxlan for network 840a04cd-8909-48df-b16b-6a7ac2088d23 [pid: 8|app: 0|req: 323/609] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:18 2026] POST /v2.0/networks => generated 653 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/610] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:18 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 287/611] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:21:17 2026] PUT /v2.0/routers/e7ddcdbb-4b0e-4d3b-a8ab-3c35f2b1b5b9/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/612] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:18 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/613] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 325/614] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:21:18 2026] POST /v2.0/ports => generated 1505 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 326/615] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/ports => generated 1505 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/616] 10.0.0.72 () {38 vars in 970 bytes} [Fri Jun 5 23:21:19 2026] POST /v2.0/security-groups => generated 1680 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:21:19.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bc97474-2863-4e51-ad50-1051c88c0598 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] TaaS: Handle Delete Port: 64286a9b-21ff-4d95-892f-3630adff787d 2026-06-05 23:21:19.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bc97474-2863-4e51-ad50-1051c88c0598 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Tap Mirror: Handle Delete Port: 64286a9b-21ff-4d95-892f-3630adff787d [pid: 7|app: 0|req: 291/617] 10.0.0.72 () {38 vars in 970 bytes} [Fri Jun 5 23:21:19 2026] POST /v2.0/security-groups => generated 1681 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/618] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:21:19 2026] DELETE /v2.0/ports/64286a9b-21ff-4d95-892f-3630adff787d => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:19.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-96d7e630-a452-4710-943b-3e5ca8b9d2b6 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] TaaS: Handle Delete Port: 0ed8d453-7a99-4e19-99bd-8f1d84bad9aa 2026-06-05 23:21:19.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96d7e630-a452-4710-943b-3e5ca8b9d2b6 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Tap Mirror: Handle Delete Port: 0ed8d453-7a99-4e19-99bd-8f1d84bad9aa [pid: 7|app: 0|req: 292/619] 10.0.0.72 () {38 vars in 970 bytes} [Fri Jun 5 23:21:19 2026] POST /v2.0/security-groups => generated 1682 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/620] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:21:19 2026] DELETE /v2.0/ports/0ed8d453-7a99-4e19-99bd-8f1d84bad9aa => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/621] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/622] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/security-groups?tenant_id=69614c55112a456f88f46e517f40814b => generated 7908 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/623] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/ports => 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: 330/624] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 295/625] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/security-groups/e41f6e46-be7d-49c1-a091-437ff37268d1 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:20.012 8 INFO neutron.db.segments_db [None req-a9042d20-11a7-4233-a990-350d78c2238b 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Added segment 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 of type vxlan for network 915ab10a-cb6c-456b-9ed6-29a756d3bab5 [pid: 7|app: 0|req: 296/626] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:19 2026] GET /v2.0/security-groups/e41f6e46-be7d-49c1-a091-437ff37268d1 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/627] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/b9eacf7d-549a-49e3-91b1-9d3bed730a18 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/628] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:19 2026] POST /v2.0/networks => generated 653 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/629] 10.0.0.72 () {36 vars in 1012 bytes} [Fri Jun 5 23:21:20 2026] DELETE /v2.0/security-groups/b9eacf7d-549a-49e3-91b1-9d3bed730a18 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:20.187 8 INFO neutron.services.segments.plugin [-] Segment 4355347f-3111-401b-964a-720643d35f8f resource provider aggregate not found 2026-06-05 23:21:20.192 8 INFO neutron.services.segments.plugin [-] Segment 4355347f-3111-401b-964a-720643d35f8f resource provider aggregate not found 2026-06-05 23:21:20.216 8 INFO neutron.services.segments.plugin [-] Segment 4355347f-3111-401b-964a-720643d35f8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4355347f-3111-401b-964a-720643d35f8f found for delete ", "request_id": "req-26040950-097a-4fab-b691-5bcddd8e46eb"}]} 2026-06-05 23:21:20.222 8 INFO neutron.services.segments.plugin [-] Segment 4355347f-3111-401b-964a-720643d35f8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4355347f-3111-401b-964a-720643d35f8f found for delete ", "request_id": "req-e4c27d79-78fb-4e97-8cdb-c778fdbbda59"}]} [pid: 8|app: 0|req: 332/630] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:20.238 8 INFO neutron.api.v2.resource [req-a8bcc969-a181-4cf0-84b2-c5dbda60d5fa req-4140e0b7-21ba-47b7-9ecf-e32ce872db4b f408d5d7c2bc45f8ad8114b63a85d4f6 69614c55112a456f88f46e517f40814b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 333/631] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/b9eacf7d-549a-49e3-91b1-9d3bed730a18 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:21:20.241 7 INFO neutron.db.segments_db [None req-882d02b4-0628-4176-a92b-13e24b104173 495771bdeb3b4f27b3e410c0aa37e16e 9727ca3007ad453fb2c18004652c7024 - - default default] Added segment deab96fd-d1bd-403c-8725-6bf8d2a0316d of type vxlan for network 9ceb9716-2825-47ff-9d91-588b4a359baf [pid: 8|app: 0|req: 334/632] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 335/633] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/4d35d62c-ea16-4aaa-8690-4d73cfc66c7c => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/634] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:20 2026] POST /v2.0/networks => generated 653 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/635] 10.0.0.72 () {36 vars in 1012 bytes} [Fri Jun 5 23:21:20 2026] DELETE /v2.0/security-groups/4d35d62c-ea16-4aaa-8690-4d73cfc66c7c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:20.442 7 INFO neutron.api.v2.resource [req-66bda0f6-afe4-479e-ba37-54a4fa285554 req-6095c06c-5ea9-4dac-81e9-0304a0e32cdf f408d5d7c2bc45f8ad8114b63a85d4f6 69614c55112a456f88f46e517f40814b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 300/636] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/4d35d62c-ea16-4aaa-8690-4d73cfc66c7c => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/637] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/af15cbd8-49a2-4d8e-b429-182e21ad6227 => generated 1682 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/638] 10.0.0.72 () {36 vars in 1012 bytes} [Fri Jun 5 23:21:20 2026] DELETE /v2.0/security-groups/af15cbd8-49a2-4d8e-b429-182e21ad6227 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:20.636 8 INFO neutron.api.v2.resource [req-8425ddd5-9437-45db-ae72-2ce4d62bad7a req-daf14600-1bdd-4b11-adb6-097612eee9d3 f408d5d7c2bc45f8ad8114b63a85d4f6 69614c55112a456f88f46e517f40814b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 338/639] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/af15cbd8-49a2-4d8e-b429-182e21ad6227 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/640] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups?tenant_id=69614c55112a456f88f46e517f40814b => 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: 339/641] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/e41f6e46-be7d-49c1-a091-437ff37268d1 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/642] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/e41f6e46-be7d-49c1-a091-437ff37268d1 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:20.852 7 INFO neutron.api.v2.resource [req-6a65a7f0-88b4-45bd-a868-84d5c13dd2a4 req-7a0e42aa-4277-4ad9-824b-76c40692821f f408d5d7c2bc45f8ad8114b63a85d4f6 69614c55112a456f88f46e517f40814b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 304/643] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/af15cbd8-49a2-4d8e-b429-182e21ad6227 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:21:20.895 7 INFO neutron.api.v2.resource [req-ca048fab-1c94-4ebb-a81f-dc5998c8fe05 req-c6663ef3-448b-4273-b199-07fd851fadaf f408d5d7c2bc45f8ad8114b63a85d4f6 69614c55112a456f88f46e517f40814b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 305/644] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/4d35d62c-ea16-4aaa-8690-4d73cfc66c7c => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:21:20.932 7 INFO neutron.api.v2.resource [req-0ed68a57-417d-402c-bfae-839dc91b03df req-c3d52a7b-d0a3-4146-8b17-6be61e087072 f408d5d7c2bc45f8ad8114b63a85d4f6 69614c55112a456f88f46e517f40814b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 306/645] 10.0.0.72 () {34 vars in 990 bytes} [Fri Jun 5 23:21:20 2026] GET /v2.0/security-groups/b9eacf7d-549a-49e3-91b1-9d3bed730a18 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/646] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:20 2026] POST /v2.0/subnets => generated 1323 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/647] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 342/648] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/subnets => generated 1959 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/649] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 344/650] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 345/651] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:21 2026] DELETE /v2.0/subnets/c44806ff-4f6c-4447-a4b0-b5b3cce0c698 => 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: 346/652] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:21.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-03dc760a-e353-49b5-862a-fcdd645923de 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 4e2923c2-402b-43d8-a644-b2b0001df695 2026-06-05 23:21:21.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03dc760a-e353-49b5-862a-fcdd645923de 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 4e2923c2-402b-43d8-a644-b2b0001df695 [pid: 8|app: 0|req: 347/653] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:21 2026] DELETE /v2.0/subnets/886a4078-a460-451b-9793-9a7e805ca06f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/654] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/655] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:21:21 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/656] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:21:20 2026] PUT /v2.0/routers/e7ddcdbb-4b0e-4d3b-a8ab-3c35f2b1b5b9/remove_router_interface => generated 309 bytes in 1350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:22.440 7 INFO neutron.services.segments.plugin [-] Segment deab96fd-d1bd-403c-8725-6bf8d2a0316d resource provider aggregate not found 2026-06-05 23:21:22.441 7 INFO neutron.services.segments.plugin [-] Segment deab96fd-d1bd-403c-8725-6bf8d2a0316d resource provider aggregate not found 2026-06-05 23:21:22.462 7 INFO neutron.services.segments.plugin [-] Segment deab96fd-d1bd-403c-8725-6bf8d2a0316d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deab96fd-d1bd-403c-8725-6bf8d2a0316d found for delete ", "request_id": "req-c98fb235-2f62-4ec5-80a6-46b40c167809"}]} 2026-06-05 23:21:22.466 7 INFO neutron.services.segments.plugin [-] Segment deab96fd-d1bd-403c-8725-6bf8d2a0316d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid deab96fd-d1bd-403c-8725-6bf8d2a0316d found for delete ", "request_id": "req-b87f4a68-34ed-4192-807c-08045a801674"}]} [pid: 7|app: 0|req: 308/657] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:22 2026] DELETE /v2.0/networks/9ceb9716-2825-47ff-9d91-588b4a359baf => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:22.677 8 INFO neutron.db.l3_db [None req-4b2c9e5a-c813-47f8-8435-d2bf2334760d 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] Floating IP b907a809-404f-40bc-9962-5cf4cd79bdfe associated. External IP: 10.96.250.210, port: 1882997d-893a-4c92-8d8f-eddf420b0627. 2026-06-05 23:21:22.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9ec156e-9b8f-48c9-8d20-00e823f69f26 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 3009b76d-a6a0-44de-b7f1-0e8e7f06c15e 2026-06-05 23:21:22.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9ec156e-9b8f-48c9-8d20-00e823f69f26 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 3009b76d-a6a0-44de-b7f1-0e8e7f06c15e [pid: 8|app: 0|req: 350/658] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:21:21 2026] PUT /v2.0/floatingips/b907a809-404f-40bc-9962-5cf4cd79bdfe => generated 855 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:22.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9ec156e-9b8f-48c9-8d20-00e823f69f26 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 854b12ff-7f5c-4a18-8dba-09c5b91c4f11 2026-06-05 23:21:22.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9ec156e-9b8f-48c9-8d20-00e823f69f26 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 854b12ff-7f5c-4a18-8dba-09c5b91c4f11 2026-06-05 23:21:23.060 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c9ec156e-9b8f-48c9-8d20-00e823f69f26 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - 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-06-05 23:21:23.107 8 INFO neutron.services.segments.plugin [-] Segment 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 resource provider aggregate not found 2026-06-05 23:21:23.112 8 INFO neutron.services.segments.plugin [-] Segment 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 resource provider aggregate not found 2026-06-05 23:21:23.123 8 INFO neutron.services.segments.plugin [-] Segment 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 found for delete ", "request_id": "req-52a0a653-c71e-4547-857a-8b3b66f74ced"}]} 2026-06-05 23:21:23.142 8 INFO neutron.services.segments.plugin [-] Segment 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2644682b-47b7-4e61-96d1-1d6c27a8e6b3 found for delete ", "request_id": "req-ce62640c-ee93-4086-ac71-8e700d8d6d99"}]} [pid: 8|app: 0|req: 351/659] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:22 2026] DELETE /v2.0/networks/915ab10a-cb6c-456b-9ed6-29a756d3bab5 => 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: 352/660] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:23 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/661] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:23 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/662] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:23 2026] DELETE /v2.0/networks/840a04cd-8909-48df-b16b-6a7ac2088d23 => 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: 355/663] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:23 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:23.468 7 INFO neutron.db.l3_hamode_db [None req-c9ec156e-9b8f-48c9-8d20-00e823f69f26 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 024edcee-04d2-4091-8599-f083c4fed88f was deleted as no HA routers are present in tenant 69614c55112a456f88f46e517f40814b. [pid: 7|app: 0|req: 309/664] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:22 2026] DELETE /v2.0/routers/e7ddcdbb-4b0e-4d3b-a8ab-3c35f2b1b5b9 => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/665] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:23 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:23.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69aff863-1abc-4e18-96ce-cb167dd98b81'] response: {'name': 'network-changed', 'server_uuid': '72ebf8ff-7c53-49ad-9af5-4ae3e0731670', 'tag': '1882997d-893a-4c92-8d8f-eddf420b0627', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 310/666] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:23 2026] DELETE /v2.0/networks/a581517f-1a35-46f5-98ef-60f4a5466ce8 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/667] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:23 2026] DELETE /v2.0/subnets/890d082c-5600-4342-b113-a9af2aa26d11 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:23.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-77f65202-7fab-4e35-bf22-bbdf3e84b361 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: f94f87dc-194d-4413-9864-a9e4ddd614f5 2026-06-05 23:21:23.810 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77f65202-7fab-4e35-bf22-bbdf3e84b361 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: f94f87dc-194d-4413-9864-a9e4ddd614f5 [pid: 7|app: 0|req: 311/668] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:23 2026] DELETE /v2.0/networks/ba23bee8-060c-4af5-8fcf-02454cdfa000 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/669] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/670] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/671] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/672] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/673] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/674] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/security-groups?tenant_id=69614c55112a456f88f46e517f40814b&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/675] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 362/676] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:24 2026] DELETE /v2.0/security-groups/e41f6e46-be7d-49c1-a091-437ff37268d1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:24.481 7 INFO neutron.services.segments.plugin [-] Segment f650792d-89f4-4b47-979b-3204007af4fb resource provider aggregate not found 2026-06-05 23:21:24.491 7 INFO neutron.services.segments.plugin [-] Segment f650792d-89f4-4b47-979b-3204007af4fb resource provider aggregate not found 2026-06-05 23:21:24.500 7 INFO neutron.services.segments.plugin [-] Segment f650792d-89f4-4b47-979b-3204007af4fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f650792d-89f4-4b47-979b-3204007af4fb found for delete ", "request_id": "req-ec01b5af-cce5-4632-81d0-fa0ab6c0be42"}]} 2026-06-05 23:21:24.521 7 INFO neutron.services.segments.plugin [-] Segment 2ff5db49-2aaf-4653-a58f-5cbc9642e17f resource provider aggregate not found 2026-06-05 23:21:24.526 7 INFO neutron.services.segments.plugin [-] Segment f650792d-89f4-4b47-979b-3204007af4fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f650792d-89f4-4b47-979b-3204007af4fb found for delete ", "request_id": "req-7eae7a3b-8d53-43f6-b6d1-cbf66727af24"}]} [pid: 8|app: 0|req: 363/677] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 7|app: 0|req: 315/678] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/security-groups?tenant_id=9727ca3007ad453fb2c18004652c7024&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:24.544 7 INFO neutron.services.segments.plugin [-] Segment 2ff5db49-2aaf-4653-a58f-5cbc9642e17f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff5db49-2aaf-4653-a58f-5cbc9642e17f found for delete ", "request_id": "req-333b5bf1-86c8-4dc6-b676-99d3f1f39b16"}]} 2026-06-05 23:21:24.555 7 INFO neutron.services.segments.plugin [-] Segment 2ff5db49-2aaf-4653-a58f-5cbc9642e17f resource provider aggregate not found [pid: 8|app: 0|req: 364/679] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:24.582 7 INFO neutron.services.segments.plugin [-] Segment 22b3d81d-9b06-4e52-8b52-637fe9d517b6 resource provider aggregate not found 2026-06-05 23:21:24.595 7 INFO neutron.services.segments.plugin [-] Segment 2ff5db49-2aaf-4653-a58f-5cbc9642e17f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff5db49-2aaf-4653-a58f-5cbc9642e17f found for delete ", "request_id": "req-612509c4-e58f-4e55-ad40-4aec842a5738"}]} 2026-06-05 23:21:24.619 7 INFO neutron.services.segments.plugin [-] Segment 22b3d81d-9b06-4e52-8b52-637fe9d517b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22b3d81d-9b06-4e52-8b52-637fe9d517b6 found for delete ", "request_id": "req-dd050ed5-eda6-4a73-816d-6325c2ba5bd8"}]} 2026-06-05 23:21:24.623 7 INFO neutron.services.segments.plugin [-] Segment 22b3d81d-9b06-4e52-8b52-637fe9d517b6 resource provider aggregate not found [pid: 8|app: 0|req: 365/680] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:24 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:24.651 7 INFO neutron.services.segments.plugin [-] Segment 22b3d81d-9b06-4e52-8b52-637fe9d517b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22b3d81d-9b06-4e52-8b52-637fe9d517b6 found for delete ", "request_id": "req-fb5e369c-06f6-4501-9f2d-867ddeb25aca"}]} [pid: 7|app: 0|req: 316/681] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:24 2026] DELETE /v2.0/security-groups/ac3d868c-b53d-4854-a65c-d5d6a748d627 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:25.154 8 INFO neutron.services.segments.plugin [-] Segment 1e8f8b10-3a2b-4465-9a13-109ed056da47 resource provider aggregate not found 2026-06-05 23:21:25.170 8 INFO neutron.services.segments.plugin [-] Segment 1e8f8b10-3a2b-4465-9a13-109ed056da47 resource provider aggregate not found 2026-06-05 23:21:25.181 8 INFO neutron.services.segments.plugin [-] Segment 1e8f8b10-3a2b-4465-9a13-109ed056da47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8f8b10-3a2b-4465-9a13-109ed056da47 found for delete ", "request_id": "req-0084685c-29c8-487a-af6c-64ef1b3eaac2"}]} 2026-06-05 23:21:25.184 8 INFO neutron.services.segments.plugin [-] Segment 1e8f8b10-3a2b-4465-9a13-109ed056da47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e8f8b10-3a2b-4465-9a13-109ed056da47 found for delete ", "request_id": "req-cd0ff95a-e977-430b-b203-ac31385dff68"}]} [pid: 8|app: 0|req: 366/682] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:25 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 317/683] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:25 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 367/684] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:25 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:26.440 7 INFO neutron.db.l3_db [None req-39aa5824-3dfe-4b83-9d5f-7a3374c3ea67 db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] Floating IP ae7a9ecc-b406-46d6-9be7-a1cddc19d3e0 associated. External IP: 10.96.250.217, port: 65f25de1-b319-4eff-b233-a214df2786a8. 2026-06-05 23:21:26.543 8 INFO neutron.db.segments_db [None req-c178bb3d-c1c9-4f9e-91c8-6c182be88ee9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment b71d70e6-9f97-4f8f-a28a-4d9da8435f64 of type vxlan for network 8272db8b-c006-4fad-946b-ca912df2d554 [pid: 8|app: 0|req: 368/685] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:21:26 2026] POST /v2.0/networks => generated 738 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/686] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:21:25 2026] PUT /v2.0/floatingips/ae7a9ecc-b406-46d6-9be7-a1cddc19d3e0 => generated 856 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:26.865 8 INFO neutron.db.segments_db [None req-b6581e4c-92fa-4b4f-ba09-184c6046cc30 d796fa90a787444aa192c0656fd9270f 2955544065be4284b28125978a860b4f - - default default] Added segment 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 of type vxlan for network f52d706e-1779-43c4-a6ef-e42e5a1bcdc9 2026-06-05 23:21:26.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30b73f84-7602-463b-905c-8dc416e4e2a2'] response: {'name': 'network-changed', 'server_uuid': '86063dbd-4261-4a9a-8e94-8f3a4f4c16e5', 'tag': '65f25de1-b319-4eff-b233-a214df2786a8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/687] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:26 2026] POST /v2.0/networks => generated 641 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/688] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:26 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/689] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:26 2026] POST /v2.0/subnets => generated 685 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/690] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:27 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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-06-05 23:21:27.173 7 INFO neutron.db.segments_db [None req-d805e6f7-0da6-4cee-a0ee-9e349e0ca3b5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 5e8aac78-6fa2-47f2-a7d5-2301d148df95 of type vxlan for network 9f455a15-6ee8-4691-9f12-72eeb96275a5 [pid: 8|app: 0|req: 371/691] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:27 2026] POST /v2.0/subnets => generated 641 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:27.307 8 INFO neutron.db.segments_db [None req-a948577d-1160-46a0-b18a-45ca844fd136 d796fa90a787444aa192c0656fd9270f 2955544065be4284b28125978a860b4f - - default default] Added segment c21ac9b3-ec2b-4d71-bb5d-697c0274aafa of type vxlan for network 10f5238e-8776-4c31-809e-5d56628e11da [pid: 8|app: 0|req: 372/692] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:21:27 2026] POST /v2.0/networks => generated 643 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:27.444 7 INFO neutron.db.l3_hamode_db [None req-d805e6f7-0da6-4cee-a0ee-9e349e0ca3b5 4ccf06f0577045669bffea7bdfdc0909 f03efea1075042d9bbe11033cd756bd7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 373/693] 10.0.0.110 () {34 vars in 743 bytes} [Fri Jun 5 23:21:27 2026] PUT /v2.0/networks/10f5238e-8776-4c31-809e-5d56628e11da => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/694] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:27 2026] GET /v2.0/ports?tenant_id=584624190cf440fb94de4cbfea0adbd3&device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 375/695] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:27 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/696] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:27 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/697] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:27 2026] GET /v2.0/networks?id=0252f572-dcff-459d-9228-277267b7d373 => generated 776 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/698] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:27 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/699] 10.0.0.110 () {34 vars in 741 bytes} [Fri Jun 5 23:21:27 2026] PUT /v2.0/subnets/1c9aa980-a966-49db-8993-b6e7b8faef7d => generated 636 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/700] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=65f25de1-b319-4eff-b233-a214df2786a8 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:28.261 7 INFO neutron.db.l3_hamode_db [None req-d805e6f7-0da6-4cee-a0ee-9e349e0ca3b5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:21:28.413 8 INFO neutron.services.segments.plugin [-] Segment c21ac9b3-ec2b-4d71-bb5d-697c0274aafa resource provider aggregate not found 2026-06-05 23:21:28.418 8 INFO neutron.services.segments.plugin [-] Segment c21ac9b3-ec2b-4d71-bb5d-697c0274aafa resource provider aggregate not found 2026-06-05 23:21:28.448 8 INFO neutron.services.segments.plugin [-] Segment c21ac9b3-ec2b-4d71-bb5d-697c0274aafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c21ac9b3-ec2b-4d71-bb5d-697c0274aafa found for delete ", "request_id": "req-019fa5e9-ab4f-4a46-9217-11b81e65c684"}]} 2026-06-05 23:21:28.449 8 INFO neutron.services.segments.plugin [-] Segment c21ac9b3-ec2b-4d71-bb5d-697c0274aafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c21ac9b3-ec2b-4d71-bb5d-697c0274aafa found for delete ", "request_id": "req-6851714d-b654-443c-ad47-2f98ac30fac3"}]} [pid: 8|app: 0|req: 381/701] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:28 2026] DELETE /v2.0/networks/10f5238e-8776-4c31-809e-5d56628e11da => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/702] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/subnets?id=a376b702-db7a-48ac-996c-5c9782f26099 => generated 698 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:28.519 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bcd8ffc0-2255-47dc-947a-9ecf21e9044e d796fa90a787444aa192c0656fd9270f 2955544065be4284b28125978a860b4f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 383/703] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:28 2026] DELETE /v2.0/networks/10f5238e-8776-4c31-809e-5d56628e11da => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/704] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/ports?network_id=0252f572-dcff-459d-9228-277267b7d373&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/707] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/708] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/709] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/subnets?network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => generated 649 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/710] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/711] 10.0.0.110 () {32 vars in 653 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/712] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/networks => generated 1306 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/713] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/714] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/networks/f52d706e-1779-43c4-a6ef-e42e5a1bcdc9 => generated 666 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/715] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:21:28 2026] GET /v2.0/subnets/fceb9ad8-68c6-4edd-ae02-a346494dfbdb => generated 641 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:29.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a89a14e6-0ecb-4f1b-ae8e-591bcb468f5f d796fa90a787444aa192c0656fd9270f 2955544065be4284b28125978a860b4f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 396/716] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:29 2026] DELETE /v2.0/subnets/1c9aa980-a966-49db-8993-b6e7b8faef7d => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:21:29.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70149056-11c8-4247-89ae-04421fceeda5 d796fa90a787444aa192c0656fd9270f 2955544065be4284b28125978a860b4f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/717] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:29 2026] DELETE /v2.0/networks/10f5238e-8776-4c31-809e-5d56628e11da => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/718] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:29 2026] DELETE /v2.0/subnets/fceb9ad8-68c6-4edd-ae02-a346494dfbdb => 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: 399/719] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:29 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/720] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:27 2026] POST /v2.0/routers => generated 725 bytes in 2141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/721] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:29 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 400/722] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:29 2026] DELETE /v2.0/networks/f52d706e-1779-43c4-a6ef-e42e5a1bcdc9 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/723] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:30 2026] GET /v2.0/security-groups?tenant_id=2955544065be4284b28125978a860b4f&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/724] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:21:30 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/725] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:30 2026] DELETE /v2.0/security-groups/2b4d7602-c2ea-405a-8305-e6b8f56a85c4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:30.468 8 INFO neutron.services.segments.plugin [-] Segment 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 resource provider aggregate not found 2026-06-05 23:21:30.473 8 INFO neutron.services.segments.plugin [-] Segment 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 resource provider aggregate not found 2026-06-05 23:21:30.482 8 INFO neutron.services.segments.plugin [-] Segment 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 found for delete ", "request_id": "req-7780364b-e25c-4931-8558-936f9ef972b0"}]} 2026-06-05 23:21:30.494 8 INFO neutron.services.segments.plugin [-] Segment 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 141fbbf5-ea6f-4d43-94e7-eacefe6aa0a5 found for delete ", "request_id": "req-e3f1340d-7899-4422-90a8-1984e41bb1b5"}]} 2026-06-05 23:21:30.529 8 INFO neutron_taas.services.taas.taas_plugin [req-c8b2de5a-36fc-4588-9f21-058de1c26ce1 req-6b08f628-b3a0-441b-bc4b-1f568b821cf9 db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] TaaS: Handle Delete Port: 65f25de1-b319-4eff-b233-a214df2786a8 2026-06-05 23:21:30.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8b2de5a-36fc-4588-9f21-058de1c26ce1 req-6b08f628-b3a0-441b-bc4b-1f568b821cf9 db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] Tap Mirror: Handle Delete Port: 65f25de1-b319-4eff-b233-a214df2786a8 [pid: 7|app: 0|req: 323/726] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:21:29 2026] PUT /v2.0/routers/b04ef611-5480-48ac-b4e7-b40fe2a33804/add_router_interface => generated 309 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/727] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:30 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:30.740 8 INFO neutron.db.l3_db [req-c8b2de5a-36fc-4588-9f21-058de1c26ce1 req-6b08f628-b3a0-441b-bc4b-1f568b821cf9 db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] Floating IP ae7a9ecc-b406-46d6-9be7-a1cddc19d3e0 disassociated. External IP: 10.96.250.217, port: 65f25de1-b319-4eff-b233-a214df2786a8. [pid: 7|app: 0|req: 325/728] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:30 2026] GET /v2.0/security-groups?id=2aa6539c-9585-4ec4-bcb5-5924ddefb772&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: 404/729] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:21:30 2026] DELETE /v2.0/ports/65f25de1-b319-4eff-b233-a214df2786a8 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:31.234 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f997559b-f604-4e16-9b2b-2f445b275998'] response: {'server_uuid': '86063dbd-4261-4a9a-8e94-8f3a4f4c16e5', 'name': 'network-vif-deleted', 'tag': '65f25de1-b319-4eff-b233-a214df2786a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/730] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:21:31 2026] POST /v2.0/security-groups => generated 1659 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/731] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/732] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/733] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:31 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/734] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:21:31 2026] POST /v2.0/floatingips => generated 552 bytes in 664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/735] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:21:32 2026] POST /v2.0/security-groups => generated 1625 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/736] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:21:32 2026] GET /v2.0/security-groups => generated 4530 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/737] 10.0.0.110 () {34 vars in 758 bytes} [Fri Jun 5 23:21:32 2026] PUT /v2.0/security-groups/5936a885-284d-4986-8b9a-bddaa82183fb => generated 1664 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/738] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:21:32 2026] GET /v2.0/security-groups/5936a885-284d-4986-8b9a-bddaa82183fb => generated 1664 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/739] 10.0.0.72 () {34 vars in 1097 bytes} [Fri Jun 5 23:21:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--688744329&fields=id&tenant_id=f03efea1075042d9bbe11033cd756bd7 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/740] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:32 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 409/741] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:32 2026] DELETE /v2.0/security-groups/5936a885-284d-4986-8b9a-bddaa82183fb => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/742] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/networks?id=8272db8b-c006-4fad-946b-ca912df2d554 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/743] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/744] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/quotas/f03efea1075042d9bbe11033cd756bd7 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:33.073 8 INFO neutron.api.v2.resource [None req-b2e76210-0ef6-4100-8f64-16ec44f75a2d cfe90d6240ca4be3b9f9068d7b716f44 887824cb568543138475eaa7af74ecd0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 411/745] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:33 2026] DELETE /v2.0/security-groups/5936a885-284d-4986-8b9a-bddaa82183fb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/746] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/ports?tenant_id=f03efea1075042d9bbe11033cd756bd7&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/747] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:21:33 2026] POST /v2.0/security-groups => generated 1624 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/748] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554?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: 414/749] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554?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: 336/750] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/751] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-group-rules/08f8698b-53b2-4830-8bbb-c0709bd14754 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/752] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/753] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 415/754] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1240 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/755] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/756] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:21:33 2026] DELETE /v2.0/security-group-rules/08f8698b-53b2-4830-8bbb-c0709bd14754 => 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: 417/757] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/758] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/759] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-group-rules/db1bcce9-41ea-4ef0-a401-75181c6dfa7e => 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: 342/760] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:21:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/761] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:21:33 2026] DELETE /v2.0/security-group-rules/db1bcce9-41ea-4ef0-a401-75181c6dfa7e => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/762] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:34.105 8 INFO neutron.db.securitygroups_db [None req-0a922ac0-d029-46b2-9b75-7cbed7dd3c17 cfe90d6240ca4be3b9f9068d7b716f44 887824cb568543138475eaa7af74ecd0 - - default default] Project 887824cb568543138475eaa7af74ecd0 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: 344/763] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/ports?device_id=86063dbd-4261-4a9a-8e94-8f3a4f4c16e5 => 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: 420/764] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:21:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/765] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/security-group-rules/0879329c-d047-4e83-93b3-5ede1c038047 => generated 607 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/766] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/767] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:21:34 2026] DELETE /v2.0/security-group-rules/0879329c-d047-4e83-93b3-5ede1c038047 => 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: 422/768] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/769] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:34 2026] DELETE /v2.0/security-groups/721ce187-a7e4-4df4-b90e-c96768fc0012 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/770] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/771] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/772] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:21:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/773] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:35 2026] DELETE /v2.0/security-groups/2aa6539c-9585-4ec4-bcb5-5924ddefb772 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:35.344 7 INFO neutron.api.v2.resource [None req-aacda966-2833-442e-a39f-0db99d4c283b db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/774] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:21:35 2026] GET /v2.0/security-groups/2aa6539c-9585-4ec4-bcb5-5924ddefb772 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/775] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:35 2026] GET /v2.0/security-groups?tenant_id=887824cb568543138475eaa7af74ecd0&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:35.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3b02351-dd75-44c3-8c4f-f024106bccb3 db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] TaaS: Handle Delete Port: 40a281d2-f6fb-4a89-9d8e-23852cbfc30b 2026-06-05 23:21:35.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3b02351-dd75-44c3-8c4f-f024106bccb3 db75a127d2114a03ba0e9909aafe74de 584624190cf440fb94de4cbfea0adbd3 - - default default] Tap Mirror: Handle Delete Port: 40a281d2-f6fb-4a89-9d8e-23852cbfc30b [pid: 8|app: 0|req: 426/776] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:35 2026] DELETE /v2.0/security-groups/2cc9f7cd-9423-4689-be1b-320d7fff86c5 => 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: 351/777] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:21:35 2026] DELETE /v2.0/floatingips/ae7a9ecc-b406-46d6-9be7-a1cddc19d3e0 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/778] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:35 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:36.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-6345f1e2-def6-411a-a03f-a560ef95598c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: c80aa49d-0419-4dd5-bd8b-04d9a7d11028 2026-06-05 23:21:36.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6345f1e2-def6-411a-a03f-a560ef95598c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: c80aa49d-0419-4dd5-bd8b-04d9a7d11028 [pid: 8|app: 0|req: 427/779] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:21:35 2026] PUT /v2.0/routers/569c8a6f-3ad2-4459-ad8c-2842ef54b9d6/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/780] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:36 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:36.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-af968084-68de-407e-a409-0363c91ef84d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 8f1a497f-0c31-4f38-b9ba-5db1d4c4534e 2026-06-05 23:21:36.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af968084-68de-407e-a409-0363c91ef84d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 8f1a497f-0c31-4f38-b9ba-5db1d4c4534e 2026-06-05 23:21:37.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-af968084-68de-407e-a409-0363c91ef84d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 23c20e45-624d-401c-b8b5-0d651d048e17 2026-06-05 23:21:37.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af968084-68de-407e-a409-0363c91ef84d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 23c20e45-624d-401c-b8b5-0d651d048e17 [pid: 8|app: 0|req: 429/781] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:21:37 2026] POST /v2.0/subnetpools => generated 549 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/782] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:21:37 2026] GET /v2.0/subnetpools/31ba1970-c0aa-4d8b-bb21-dad2318fc844 => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/783] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:21:37 2026] PUT /v2.0/subnetpools/31ba1970-c0aa-4d8b-bb21-dad2318fc844 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:37.562 7 INFO neutron.services.segments.plugin [-] Segment 619caded-5ed0-47e9-85c1-f4e0e09d80e5 resource provider aggregate not found 2026-06-05 23:21:37.568 7 INFO neutron.services.segments.plugin [-] Segment 619caded-5ed0-47e9-85c1-f4e0e09d80e5 resource provider aggregate not found 2026-06-05 23:21:37.585 7 INFO neutron.services.segments.plugin [-] Segment 619caded-5ed0-47e9-85c1-f4e0e09d80e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619caded-5ed0-47e9-85c1-f4e0e09d80e5 found for delete ", "request_id": "req-0755c7a2-c18f-4bd9-a8dc-ff70fd033a08"}]} 2026-06-05 23:21:37.586 7 INFO neutron.services.segments.plugin [-] Segment 619caded-5ed0-47e9-85c1-f4e0e09d80e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619caded-5ed0-47e9-85c1-f4e0e09d80e5 found for delete ", "request_id": "req-4a4926b7-c4e6-4646-8084-0cd479628032"}]} [pid: 8|app: 0|req: 432/784] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:21:37 2026] DELETE /v2.0/subnetpools/31ba1970-c0aa-4d8b-bb21-dad2318fc844 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:37.600 7 INFO neutron.db.l3_hamode_db [None req-af968084-68de-407e-a409-0363c91ef84d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 907777f5-f9dd-4520-a2a2-69144ca69382 was deleted as no HA routers are present in tenant 584624190cf440fb94de4cbfea0adbd3. 2026-06-05 23:21:37.600 8 INFO neutron.api.v2.resource [None req-b1a7aa44-4c58-46d4-bf76-b6d62299571f 622b7af50fa3462586c113dc8b244c94 74db19184a8e4294bd9dec09ac82f78b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 433/785] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:21:37 2026] GET /v2.0/subnetpools/31ba1970-c0aa-4d8b-bb21-dad2318fc844 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/786] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:36 2026] DELETE /v2.0/routers/569c8a6f-3ad2-4459-ad8c-2842ef54b9d6 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:37.616 8 INFO neutron.api.v2.resource [None req-0e0dc50b-6141-41a6-bf64-520f2b1d9121 622b7af50fa3462586c113dc8b244c94 74db19184a8e4294bd9dec09ac82f78b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/787] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:21:37 2026] DELETE /v2.0/subnetpools/31ba1970-c0aa-4d8b-bb21-dad2318fc844 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/788] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:37 2026] DELETE /v2.0/subnets/a376b702-db7a-48ac-996c-5c9782f26099 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/789] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:37 2026] GET /v2.0/networks?id=8272db8b-c006-4fad-946b-ca912df2d554 => generated 670 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/790] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:21:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f03efea1075042d9bbe11033cd756bd7 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:37.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-04b7bd3e-3e0e-4c7a-a4ca-2794a47f4487 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: e6adfb2e-a8d4-457d-b394-a56f3a9352ef 2026-06-05 23:21:37.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b7bd3e-3e0e-4c7a-a4ca-2794a47f4487 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: e6adfb2e-a8d4-457d-b394-a56f3a9352ef [pid: 7|app: 0|req: 355/791] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:37 2026] DELETE /v2.0/networks/0252f572-dcff-459d-9228-277267b7d373 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/792] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:38 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 437/793] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:21:37 2026] POST /v2.0/ports => generated 954 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: 8|app: 0|req: 438/794] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:38 2026] GET /v2.0/security-groups?tenant_id=584624190cf440fb94de4cbfea0adbd3&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/795] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:38 2026] GET /v2.0/security-groups?tenant_id=74db19184a8e4294bd9dec09ac82f78b&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/796] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:38 2026] DELETE /v2.0/security-groups/329c9e62-8f0e-409a-989b-607968b5dc5d => 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: 359/797] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:38 2026] DELETE /v2.0/security-groups/417d8011-c83e-4aee-b647-8d727a534565 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/798] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:21:38 2026] PUT /v2.0/ports/a1293b29-cda9-4162-b26c-a35d66d6ba37 => generated 1235 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:38.732 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17ed4819-62b0-4dbd-aeb4-e11069581b4f'] response: {'name': 'network-changed', 'server_uuid': '6b186631-c0db-4a09-bed2-5f616b948497', 'tag': 'a1293b29-cda9-4162-b26c-a35d66d6ba37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/799] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:39 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 969 bytes in 68 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: 440/800] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:39 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/801] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:39 2026] GET /v2.0/ports?tenant_id=f03efea1075042d9bbe11033cd756bd7&device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/802] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:21:39 2026] GET /v2.0/networks?tenant_id=f03efea1075042d9bbe11033cd756bd7&shared=False => generated 766 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/803] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:21:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:39.606 7 INFO neutron.services.segments.plugin [-] Segment 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 resource provider aggregate not found 2026-06-05 23:21:39.613 7 INFO neutron.services.segments.plugin [-] Segment 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 resource provider aggregate not found 2026-06-05 23:21:39.629 7 INFO neutron.services.segments.plugin [-] Segment 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 found for delete ", "request_id": "req-b3f94776-6e32-46b1-bb9d-a51f58bc8682"}]} 2026-06-05 23:21:39.641 7 INFO neutron.services.segments.plugin [-] Segment 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 901fa64a-c8fb-4ffd-8ec5-bc4ef38f76c2 found for delete ", "request_id": "req-3fcc9234-2a33-4cd2-9f33-0115dae18343"}]} [pid: 8|app: 0|req: 442/804] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/805] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/806] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/ports?tenant_id=f03efea1075042d9bbe11033cd756bd7&device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/807] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a1293b29-cda9-4162-b26c-a35d66d6ba37 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/808] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/subnets?id=f714a33d-ef44-4b8f-846c-63af1e0994ae => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/809] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/ports?network_id=8272db8b-c006-4fad-946b-ca912df2d554&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: 445/810] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/811] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:40 2026] GET /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/812] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:41 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/813] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:41 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&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: 368/814] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:42 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/815] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:42 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&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: 447/816] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:42 2026] GET /v2.0/security-groups?tenant_id=80f636589699491e8b8da58f97eb781f&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/817] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:42 2026] DELETE /v2.0/security-groups/efd67c1a-1948-4653-a449-3c702992df78 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/818] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:43 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/819] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:21:43 2026] GET /v2.0/ports/1882997d-893a-4c92-8d8f-eddf420b0627 => generated 968 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/822] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:43 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/823] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:43 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&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: 450/824] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:43 2026] GET /v2.0/security-groups?tenant_id=2ee5ac6c560247a893de3c12963f67a1&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/825] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:44 2026] DELETE /v2.0/security-groups/e05800bf-0c8b-40a4-8352-fd7198cbd467 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/826] 199.204.45.216 () {34 vars in 1000 bytes} [Fri Jun 5 23:21:44 2026] GET /v2.0/subnets?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/827] 199.204.45.216 () {34 vars in 1146 bytes} [Fri Jun 5 23:21:44 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670&device_owner=compute%3Anova&network_id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/828] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:44 2026] GET /v2.0/security-groups?tenant_id=8ff2b78b59a54c4ea76455b9d4361b86&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/829] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:44 2026] DELETE /v2.0/security-groups/06e5cc9a-7760-456b-bc6a-36facc62aeb4 => 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: 454/830] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:44 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/831] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:44 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/832] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:21:44 2026] PUT /v2.0/ports/1882997d-893a-4c92-8d8f-eddf420b0627 => generated 1149 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:45.239 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-558eb174-3cd5-4856-b76b-fdc16cbad980'] response: {'name': 'network-changed', 'server_uuid': '72ebf8ff-7c53-49ad-9af5-4ae3e0731670', 'tag': '1882997d-893a-4c92-8d8f-eddf420b0627', '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: 378/833] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/834] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/security-groups?tenant_id=e7c5357528014172ae2811d023bee062&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/835] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/836] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => 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: 381/837] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/838] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:45 2026] DELETE /v2.0/security-groups/a5710bb5-e559-42d2-8fa6-33d7c5c78d3b => 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: 382/839] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/840] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/841] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:45 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 459/842] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:46 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/843] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:46 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/844] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:46 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/845] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:46 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:46.737 8 INFO neutron.db.l3_db [None req-4201137f-d4b0-4409-9094-41a72ed107cb dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] Floating IP ecd35941-5701-49ed-9c49-072684fa3f84 associated. External IP: 10.96.250.202, port: a1293b29-cda9-4162-b26c-a35d66d6ba37. [pid: 7|app: 0|req: 386/846] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:46 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1152 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/847] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:46 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 461/848] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:21:46 2026] PUT /v2.0/floatingips/ecd35941-5701-49ed-9c49-072684fa3f84 => generated 855 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:47.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90b4610c-d3fa-43ec-9b1a-d34c437ba01f'] response: {'name': 'network-changed', 'server_uuid': '6b186631-c0db-4a09-bed2-5f616b948497', 'tag': 'a1293b29-cda9-4162-b26c-a35d66d6ba37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 388/849] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/850] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/851] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/852] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => 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: 463/853] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/854] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/855] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/856] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/857] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 393/858] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?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: 466/859] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/860] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&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: 467/861] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/ports?tenant_id=f03efea1075042d9bbe11033cd756bd7&device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 1240 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/862] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/networks?id=8272db8b-c006-4fad-946b-ca912df2d554 => generated 766 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/863] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=a1293b29-cda9-4162-b26c-a35d66d6ba37 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:47.863 8 WARNING keystonemiddleware.audit [req-de00eb74-5405-417d-9b22-ef81bdb1aa2e req-0ae955f3-bed7-414b-941f-00cbdb436b59 7c14039de4184877b688c7f9b4d81944 35de1d9e3b4f431189876f7693e7b8d5 - - 69e7401827ba452189c88b7107e20e57 69e7401827ba452189c88b7107e20e57] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 397/864] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/subnets?id=f714a33d-ef44-4b8f-846c-63af1e0994ae => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/865] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/ports?network_id=8272db8b-c006-4fad-946b-ca912df2d554&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: 7|app: 0|req: 399/866] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:48.049 8 INFO neutron.db.segments_db [None req-379d25f4-cac2-44e8-a557-815d2a52a1cb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment f44e722f-207b-4d93-a007-c5075acc8d7e of type vxlan for network 4c718b6c-8612-44bc-b274-d2bb7e921894 [pid: 7|app: 0|req: 400/867] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:47 2026] GET /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/868] 199.204.45.216 () {34 vars in 1120 bytes} [Fri Jun 5 23:21:48 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/869] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:21:47 2026] POST /v2.0/networks => generated 740 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:48.221 8 WARNING keystonemiddleware.audit [None req-379d25f4-cac2-44e8-a557-815d2a52a1cb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 8|app: 0|req: 469/870] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:48 2026] POST /v2.0/subnets => generated 687 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:21:48.501 8 WARNING keystonemiddleware.audit [None req-61fbdacc-550e-4df4-b57e-247b7caa88f5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Skipping service tempest-service-335998150 as it have no endpoints. 2026-06-05 23:21:48.564 8 INFO neutron.db.segments_db [None req-9e67874d-0c33-40e2-beb4-f546e794ee78 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 043eabdc-fa6d-4c22-b1bc-74eed7719b4a of type vxlan for network c24855b1-7b34-4fcb-8e66-7367d42f4249 [pid: 7|app: 0|req: 402/871] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:21:48 2026] PUT /v2.0/ports/1882997d-893a-4c92-8d8f-eddf420b0627 => generated 968 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:48.661 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4b601a7-05d3-43f6-852c-4f1c99050ae1'] response: {'name': 'network-changed', 'server_uuid': '72ebf8ff-7c53-49ad-9af5-4ae3e0731670', 'tag': '1882997d-893a-4c92-8d8f-eddf420b0627', '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: 403/872] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:48 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:48.858 8 INFO neutron.db.l3_hamode_db [None req-9e67874d-0c33-40e2-beb4-f546e794ee78 4ccf06f0577045669bffea7bdfdc0909 f39cb43104c04af38cf14f7ecbd03d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 404/873] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:48 2026] GET /v2.0/security-groups?tenant_id=f21d0c3d69d04f4a891bb1700d996240&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/874] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/security-groups?id=4f026756-f42f-4b3d-ac13-85346729aabd&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/875] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:49 2026] DELETE /v2.0/security-groups/c9b8d020-138a-4ab7-98ce-62d9a12fd92f => 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: 407/876] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/877] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 779 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/878] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => 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: 410/879] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/security-groups?tenant_id=0aeefeb6806548b0ba132d79ec8b1e7d&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/880] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/881] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:49 2026] DELETE /v2.0/security-groups/29b3e0cc-98f4-4862-b311-26a70f586af4 => 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: 413/882] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&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: 414/883] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:49.623 8 INFO neutron.db.l3_hamode_db [None req-9e67874d-0c33-40e2-beb4-f546e794ee78 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 415/884] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/885] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:21:49 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:50.167 7 INFO neutron_taas.services.taas.taas_plugin [req-90bd543d-b863-4147-923e-2af6796470f6 req-81748d2f-9caf-414a-b92b-bb12dde09ffe dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] TaaS: Handle Delete Port: a1293b29-cda9-4162-b26c-a35d66d6ba37 2026-06-05 23:21:50.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-90bd543d-b863-4147-923e-2af6796470f6 req-81748d2f-9caf-414a-b92b-bb12dde09ffe dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] Tap Mirror: Handle Delete Port: a1293b29-cda9-4162-b26c-a35d66d6ba37 2026-06-05 23:21:50.358 7 INFO neutron.db.l3_db [req-90bd543d-b863-4147-923e-2af6796470f6 req-81748d2f-9caf-414a-b92b-bb12dde09ffe dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] Floating IP ecd35941-5701-49ed-9c49-072684fa3f84 disassociated. External IP: 10.96.250.202, port: a1293b29-cda9-4162-b26c-a35d66d6ba37. [pid: 8|app: 0|req: 470/886] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:21:48 2026] POST /v2.0/routers => generated 727 bytes in 2118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/887] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 472/888] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:50.746 8 WARNING keystonemiddleware.audit [req-e21a04c4-0706-43aa-9db5-df147484abad req-fea4a4bb-28b8-4ba7-b6f2-349c745a2a54 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 417/889] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:21:50 2026] DELETE /v2.0/ports/a1293b29-cda9-4162-b26c-a35d66d6ba37 => generated 0 bytes in 734 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:50.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf8576d7-ed9f-47b1-8d8b-6b85ef0c1ee0'] response: {'server_uuid': '6b186631-c0db-4a09-bed2-5f616b948497', 'name': 'network-vif-deleted', 'tag': 'a1293b29-cda9-4162-b26c-a35d66d6ba37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 418/890] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/ports?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/891] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 420/892] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/networks?id=f8a141ce-e44d-416e-8356-eb48a92a320c => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/893] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1882997d-893a-4c92-8d8f-eddf420b0627 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/894] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/subnets?id=30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/895] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:21:50 2026] GET /v2.0/ports?network_id=f8a141ce-e44d-416e-8356-eb48a92a320c&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: 424/896] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:21:51 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/897] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:21:51 2026] GET /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/898] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:51 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 473/899] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:21:50 2026] PUT /v2.0/routers/c4e785f6-f49a-4289-bb6f-85d6f8cd3342/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/900] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:51 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/901] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:51 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&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: 428/902] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:52 2026] GET /v2.0/security-groups?tenant_id=c7594d40c2fc4b1bb154b5c917e1fdca&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/903] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:52 2026] DELETE /v2.0/security-groups/b3d191fd-435f-465c-803b-bb1edc7c12ff => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/904] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:52 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 476/905] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:21:52 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:53.024 7 INFO neutron_taas.services.taas.taas_plugin [req-d15f6502-22c2-4fc6-be3e-0f60cbb9368d req-ef44947a-460d-4795-87b4-89f9bfce99a6 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] TaaS: Handle Delete Port: 1882997d-893a-4c92-8d8f-eddf420b0627 2026-06-05 23:21:53.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d15f6502-22c2-4fc6-be3e-0f60cbb9368d req-ef44947a-460d-4795-87b4-89f9bfce99a6 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] Tap Mirror: Handle Delete Port: 1882997d-893a-4c92-8d8f-eddf420b0627 [pid: 8|app: 0|req: 477/906] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:53 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:53.173 7 INFO neutron.db.l3_db [req-d15f6502-22c2-4fc6-be3e-0f60cbb9368d req-ef44947a-460d-4795-87b4-89f9bfce99a6 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] Floating IP b907a809-404f-40bc-9962-5cf4cd79bdfe disassociated. External IP: 10.96.250.210, port: 1882997d-893a-4c92-8d8f-eddf420b0627. [pid: 8|app: 0|req: 478/907] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:53 2026] GET /v2.0/security-groups?id=27879327-4513-4ae5-9521-ec3b76dff626&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/908] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:21:52 2026] DELETE /v2.0/ports/1882997d-893a-4c92-8d8f-eddf420b0627 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:21:53.600 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c28a4fec-3d28-41b6-819e-fb0bdecd0572'] response: {'server_uuid': '72ebf8ff-7c53-49ad-9af5-4ae3e0731670', 'name': 'network-vif-deleted', 'tag': '1882997d-893a-4c92-8d8f-eddf420b0627', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 479/909] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:53 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 431/910] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/networks?id=4c718b6c-8612-44bc-b274-d2bb7e921894 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/911] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/quotas/f39cb43104c04af38cf14f7ecbd03d7e => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/912] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 481/913] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/ports?tenant_id=f39cb43104c04af38cf14f7ecbd03d7e&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/914] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/networks/4c718b6c-8612-44bc-b274-d2bb7e921894?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: 482/915] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/networks/4c718b6c-8612-44bc-b274-d2bb7e921894?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: 434/916] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => 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: 483/917] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:54 2026] GET /v2.0/ports?device_id=6b186631-c0db-4a09-bed2-5f616b948497 => 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: 435/918] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:55 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 484/919] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:55 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => 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: 436/920] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:56 2026] DELETE /v2.0/security-groups/4f026756-f42f-4b3d-ac13-85346729aabd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:56.232 8 INFO neutron.api.v2.resource [None req-9924b7e5-b9ba-4e73-818c-b6070875604b dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/921] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:21:56 2026] GET /v2.0/security-groups/4f026756-f42f-4b3d-ac13-85346729aabd => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:21:56.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-2284b922-abb4-4cb7-b41e-a6a1832eada8 dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] TaaS: Handle Delete Port: 48141b5d-7167-48e9-9475-a7dd1e39a774 2026-06-05 23:21:56.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2284b922-abb4-4cb7-b41e-a6a1832eada8 dbb895ba3f5b41d78f4ec9b48d9d66ef f03efea1075042d9bbe11033cd756bd7 - - default default] Tap Mirror: Handle Delete Port: 48141b5d-7167-48e9-9475-a7dd1e39a774 [pid: 8|app: 0|req: 486/922] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:56 2026] GET /v2.0/ports?device_id=72ebf8ff-7c53-49ad-9af5-4ae3e0731670 => 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: 437/923] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:21:56 2026] DELETE /v2.0/floatingips/ecd35941-5701-49ed-9c49-072684fa3f84 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/924] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:56 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:21:57.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-164d83d9-fb46-4b28-8dbb-44440f3cb874 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 069b596e-051c-426e-a4e6-2efc8cb4c618 2026-06-05 23:21:57.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-164d83d9-fb46-4b28-8dbb-44440f3cb874 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 069b596e-051c-426e-a4e6-2efc8cb4c618 [pid: 7|app: 0|req: 439/925] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:57 2026] DELETE /v2.0/security-groups/27879327-4513-4ae5-9521-ec3b76dff626 => 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: 487/926] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:21:56 2026] PUT /v2.0/routers/b04ef611-5480-48ac-b4e7-b40fe2a33804/remove_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:21:57.923 8 INFO neutron.api.v2.resource [None req-8fbf5460-4a54-4776-964e-271c05ce10e3 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/927] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:21:57 2026] GET /v2.0/security-groups/27879327-4513-4ae5-9521-ec3b76dff626 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/928] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:57 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => 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: 440/929] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:21:57 2026] GET /v2.0/security-groups?tenant_id=4eaa30cffce14058baeee301fa9272b0&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:21:58.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-02d5f328-f18d-4a3d-ad8a-085d5e1da650 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] TaaS: Handle Delete Port: f70f392b-1f10-4a42-b2a7-ad187f77cf2c 2026-06-05 23:21:58.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02d5f328-f18d-4a3d-ad8a-085d5e1da650 17aa27105bd34a82a38c642d9b0f2efb e437f4bfd3f64a7e8cd46726327802a4 - - default default] Tap Mirror: Handle Delete Port: f70f392b-1f10-4a42-b2a7-ad187f77cf2c 2026-06-05 23:21:58.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-08adc20b-1fa0-4b25-a375-4e66d9cc0025 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: fa717865-b4aa-47ba-a81d-0356ed96dadf 2026-06-05 23:21:58.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08adc20b-1fa0-4b25-a375-4e66d9cc0025 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: fa717865-b4aa-47ba-a81d-0356ed96dadf [pid: 7|app: 0|req: 441/930] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:21:58 2026] DELETE /v2.0/floatingips/b907a809-404f-40bc-9962-5cf4cd79bdfe => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/931] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:21:58 2026] DELETE /v2.0/security-groups/f3be15e0-caaf-4689-ba7f-6a29cd8443e9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:21:58.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-08adc20b-1fa0-4b25-a375-4e66d9cc0025 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: b788d36c-a51e-48a6-8584-bf2005f409aa 2026-06-05 23:21:58.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08adc20b-1fa0-4b25-a375-4e66d9cc0025 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: b788d36c-a51e-48a6-8584-bf2005f409aa 2026-06-05 23:21:58.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf357f47-4f92-47dc-a82a-06f83dbe90df 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 7afc9f6b-12df-4033-a7e6-5305a93817dd 2026-06-05 23:21:58.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf357f47-4f92-47dc-a82a-06f83dbe90df 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 7afc9f6b-12df-4033-a7e6-5305a93817dd 2026-06-05 23:21:58.894 8 INFO neutron.services.segments.plugin [-] Segment 5e8aac78-6fa2-47f2-a7d5-2301d148df95 resource provider aggregate not found 2026-06-05 23:21:58.902 8 INFO neutron.services.segments.plugin [-] Segment 5e8aac78-6fa2-47f2-a7d5-2301d148df95 resource provider aggregate not found 2026-06-05 23:21:58.923 8 INFO neutron.services.segments.plugin [-] Segment 5e8aac78-6fa2-47f2-a7d5-2301d148df95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e8aac78-6fa2-47f2-a7d5-2301d148df95 found for delete ", "request_id": "req-0f9f16be-afd4-4337-9354-b4f59ca231b6"}]} 2026-06-05 23:21:58.927 8 INFO neutron.services.segments.plugin [-] Segment 5e8aac78-6fa2-47f2-a7d5-2301d148df95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e8aac78-6fa2-47f2-a7d5-2301d148df95 found for delete ", "request_id": "req-ad965539-d32e-448a-a972-cef5ece49662"}]} 2026-06-05 23:21:58.933 8 INFO neutron.db.l3_hamode_db [None req-08adc20b-1fa0-4b25-a375-4e66d9cc0025 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 9f455a15-6ee8-4691-9f12-72eeb96275a5 was deleted as no HA routers are present in tenant f03efea1075042d9bbe11033cd756bd7. [pid: 8|app: 0|req: 490/932] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:57 2026] DELETE /v2.0/routers/b04ef611-5480-48ac-b4e7-b40fe2a33804 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/935] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:21:58 2026] GET /v2.0/networks?id=4c718b6c-8612-44bc-b274-d2bb7e921894 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/936] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:58 2026] DELETE /v2.0/subnets/f714a33d-ef44-4b8f-846c-63af1e0994ae => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/937] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:21:58 2026] PUT /v2.0/routers/2f108486-b86c-4bf4-a748-1511d0a2b908/remove_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/938] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:21:59 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 957 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/939] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:21:59 2026] POST /v2.0/ports => generated 954 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:21:59.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5b28ef0-bb76-487d-9434-d858bbf1519c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 16ec5840-1fd3-42fb-afec-6eeffb0c3e5f 2026-06-05 23:21:59.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5b28ef0-bb76-487d-9434-d858bbf1519c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 16ec5840-1fd3-42fb-afec-6eeffb0c3e5f 2026-06-05 23:21:59.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa34f772-33c1-489c-88aa-fa69c1ee8a8a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: d93452c5-ee6f-4953-85e5-f69c61eba9d8 2026-06-05 23:21:59.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa34f772-33c1-489c-88aa-fa69c1ee8a8a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: d93452c5-ee6f-4953-85e5-f69c61eba9d8 2026-06-05 23:21:59.815 7 INFO neutron.services.segments.plugin [-] Segment b71d70e6-9f97-4f8f-a28a-4d9da8435f64 resource provider aggregate not found 2026-06-05 23:21:59.822 7 INFO neutron.services.segments.plugin [-] Segment b71d70e6-9f97-4f8f-a28a-4d9da8435f64 resource provider aggregate not found 2026-06-05 23:21:59.833 7 INFO neutron.services.segments.plugin [-] Segment b71d70e6-9f97-4f8f-a28a-4d9da8435f64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b71d70e6-9f97-4f8f-a28a-4d9da8435f64 found for delete ", "request_id": "req-45757d7d-c8b4-4034-9610-322781b018ab"}]} 2026-06-05 23:21:59.836 7 INFO neutron.services.segments.plugin [-] Segment b71d70e6-9f97-4f8f-a28a-4d9da8435f64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b71d70e6-9f97-4f8f-a28a-4d9da8435f64 found for delete ", "request_id": "req-51b1e3be-c3cc-4c0f-a77d-cebb588d9b20"}]} [pid: 7|app: 0|req: 445/940] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:21:59 2026] DELETE /v2.0/networks/8272db8b-c006-4fad-946b-ca912df2d554 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/941] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:21:59 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:00.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa34f772-33c1-489c-88aa-fa69c1ee8a8a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 4c9a2b3a-6eee-4fd1-9175-8385196efb52 2026-06-05 23:22:00.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa34f772-33c1-489c-88aa-fa69c1ee8a8a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 4c9a2b3a-6eee-4fd1-9175-8385196efb52 [pid: 7|app: 0|req: 447/942] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:21:59 2026] PUT /v2.0/ports/470ec44c-0660-4816-bbfa-5aa666d95155 => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:22:00.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e747cf9-d67f-4168-b9fe-34d2d00aebff'] response: {'name': 'network-changed', 'server_uuid': '09772c6a-d4ab-4d05-96eb-c10395feba21', 'tag': '470ec44c-0660-4816-bbfa-5aa666d95155', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 448/943] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:00 2026] GET /v2.0/security-groups?tenant_id=f03efea1075042d9bbe11033cd756bd7&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/944] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:00 2026] DELETE /v2.0/security-groups/e35a4721-fd04-4ed9-a3a7-cd51d04dd4e8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:00.506 8 INFO neutron.db.l3_hamode_db [None req-aa34f772-33c1-489c-88aa-fa69c1ee8a8a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network c2d4413d-352d-47c2-a20c-1964fb1aa9dd was deleted as no HA routers are present in tenant e437f4bfd3f64a7e8cd46726327802a4. [pid: 8|app: 0|req: 496/945] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:21:59 2026] DELETE /v2.0/routers/2f108486-b86c-4bf4-a748-1511d0a2b908 => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/946] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:00 2026] DELETE /v2.0/subnets/30594e18-9c1b-464f-98c5-6cef6c471dcf => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:00.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9f78a98-d6cd-4e13-8b81-090769164a8c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 8074e63f-85b5-4757-83da-1de15df759b4 2026-06-05 23:22:00.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9f78a98-d6cd-4e13-8b81-090769164a8c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 8074e63f-85b5-4757-83da-1de15df759b4 2026-06-05 23:22:00.951 8 INFO neutron.services.segments.plugin [-] Segment 1d64647d-4024-4e34-9e65-33e98d76917b resource provider aggregate not found 2026-06-05 23:22:00.953 8 INFO neutron.services.segments.plugin [-] Segment 1d64647d-4024-4e34-9e65-33e98d76917b resource provider aggregate not found 2026-06-05 23:22:00.970 8 INFO neutron.services.segments.plugin [-] Segment 1d64647d-4024-4e34-9e65-33e98d76917b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d64647d-4024-4e34-9e65-33e98d76917b found for delete ", "request_id": "req-10a4c910-3a98-40ba-9a2c-865c60b16e20"}]} 2026-06-05 23:22:00.980 8 INFO neutron.services.segments.plugin [-] Segment 1d64647d-4024-4e34-9e65-33e98d76917b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d64647d-4024-4e34-9e65-33e98d76917b found for delete ", "request_id": "req-a1d34d09-171d-4ffb-8a60-83a449f596fe"}]} [pid: 7|app: 0|req: 451/947] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:00 2026] DELETE /v2.0/networks/f8a141ce-e44d-416e-8356-eb48a92a320c => 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: 497/948] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:00 2026] GET /v2.0/security-groups?tenant_id=ebc3815a1feb4230b3869566e2283ab3&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/949] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:01 2026] GET /v2.0/ports?tenant_id=f39cb43104c04af38cf14f7ecbd03d7e&device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/950] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:01 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/951] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:22:01 2026] GET /v2.0/networks?tenant_id=f39cb43104c04af38cf14f7ecbd03d7e&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/952] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:01 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&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: 501/953] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:01 2026] GET /v2.0/security-groups?tenant_id=e437f4bfd3f64a7e8cd46726327802a4&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/954] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:01 2026] DELETE /v2.0/security-groups/a54d595d-40cd-437e-92c5-a164572771b8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/955] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:22:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/956] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:01 2026] DELETE /v2.0/security-groups/ee0f8325-1346-4626-9029-8e263d141dd7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:01.850 7 INFO neutron.services.segments.plugin [-] Segment 1ea71732-0920-40c9-9d7c-a6fc10d3825b resource provider aggregate not found 2026-06-05 23:22:01.864 7 INFO neutron.services.segments.plugin [-] Segment 1ea71732-0920-40c9-9d7c-a6fc10d3825b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ea71732-0920-40c9-9d7c-a6fc10d3825b found for delete ", "request_id": "req-0da33170-ef52-4a75-9086-6efb534299ee"}]} 2026-06-05 23:22:01.866 7 INFO neutron.services.segments.plugin [-] Segment 1ea71732-0920-40c9-9d7c-a6fc10d3825b resource provider aggregate not found 2026-06-05 23:22:01.884 7 INFO neutron.services.segments.plugin [-] Segment 1ea71732-0920-40c9-9d7c-a6fc10d3825b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ea71732-0920-40c9-9d7c-a6fc10d3825b found for delete ", "request_id": "req-ea776b01-ee35-47c6-93a8-15c419d7c393"}]} [pid: 8|app: 0|req: 503/957] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/958] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/ports?tenant_id=f39cb43104c04af38cf14f7ecbd03d7e&device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/959] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&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: 456/960] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=470ec44c-0660-4816-bbfa-5aa666d95155 => 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: 505/961] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/subnets?id=7c186f60-4b6f-4905-b3ae-2ae52a2894ac => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/962] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/ports?network_id=4c718b6c-8612-44bc-b274-d2bb7e921894&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: 507/963] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/networks/4c718b6c-8612-44bc-b274-d2bb7e921894?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: 508/964] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:22:02 2026] GET /v2.0/networks/4c718b6c-8612-44bc-b274-d2bb7e921894?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:02.773 7 INFO neutron.db.segments_db [None req-b7a11d43-5dfc-43df-84d9-9265e892cb9b 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 24c46d59-4be5-4284-9d09-c2ccd1ecb69c of type vxlan for network 0da8d600-3c66-4f4c-99fb-0fc3be40e8bd [pid: 7|app: 0|req: 457/965] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:22:02 2026] POST /v2.0/networks => generated 744 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/966] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:02 2026] POST /v2.0/subnets => generated 691 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:03.121 7 INFO neutron.db.segments_db [None req-ee8a9b71-a2ba-4ae2-8a58-69b1b37ef1ec 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment ca651908-d4d3-4c40-8b0e-dcea0c37c0ea of type vxlan for network 1c3f0b40-e230-42da-8f97-4f8188ada304 2026-06-05 23:22:03.367 8 INFO neutron.db.segments_db [None req-7b49453d-00c3-484b-a67e-94fc00730d92 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Added segment a6133a70-776e-4144-b811-6fcce7a72b06 of type vxlan for network bb9da8e7-d4a9-4178-9325-ade5d26c7221 2026-06-05 23:22:03.391 7 INFO neutron.db.l3_hamode_db [None req-ee8a9b71-a2ba-4ae2-8a58-69b1b37ef1ec 4ccf06f0577045669bffea7bdfdc0909 9e69c61aec7b4b52aee457e1698eedf8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 510/967] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:03 2026] POST /v2.0/networks => generated 649 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:03.721 8 INFO neutron.db.segments_db [None req-975ecb2d-f94f-4f74-9b88-dfcb22fc7cf2 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 75c85c1b-2ce6-4a1d-846b-04df2381c325 of type vxlan for network 1ffb2ff3-e221-4108-afb8-4b8f45f15ed5 [pid: 8|app: 0|req: 511/968] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:22:03 2026] POST /v2.0/networks => generated 744 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/969] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:03 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => 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: 513/970] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:03 2026] POST /v2.0/subnets => generated 627 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:04.209 7 INFO neutron.db.l3_hamode_db [None req-ee8a9b71-a2ba-4ae2-8a58-69b1b37ef1ec 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 514/971] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:04 2026] POST /v2.0/subnets => generated 691 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/972] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:04 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:04.323 8 INFO neutron.db.segments_db [None req-4b43835e-2fff-4a15-9ad8-bab5d0f23b1d f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Added segment 6018fb10-a18d-466e-a003-1dd2b4633cd1 of type vxlan for network 80471490-9dd0-440b-a400-176bbc312f08 2026-06-05 23:22:04.531 8 INFO neutron.db.l3_hamode_db [None req-4b43835e-2fff-4a15-9ad8-bab5d0f23b1d f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 458/973] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:03 2026] POST /v2.0/routers => generated 731 bytes in 2027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:05.128 7 INFO neutron.db.segments_db [None req-0e6b0165-7aa6-45de-939b-6cf5ca1ee331 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment eacd88ef-469c-4398-970b-21e62964ca4b of type vxlan for network 099bc25b-37da-4a68-afde-52c22b6af2a1 2026-06-05 23:22:05.350 8 INFO neutron.db.l3_hamode_db [None req-4b43835e-2fff-4a15-9ad8-bab5d0f23b1d f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:05.385 7 INFO neutron.db.l3_hamode_db [None req-0e6b0165-7aa6-45de-939b-6cf5ca1ee331 4ccf06f0577045669bffea7bdfdc0909 7c792df3e06e486db1090d4da3d0e3ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:06.212 7 INFO neutron.db.l3_hamode_db [None req-0e6b0165-7aa6-45de-939b-6cf5ca1ee331 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 516/974] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:04 2026] POST /v2.0/routers => generated 695 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/975] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:05 2026] POST /v2.0/routers => generated 731 bytes in 2168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/976] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:07 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/977] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:06 2026] PUT /v2.0/routers/0adb5b43-a509-45f8-9a1f-bdddee7a8ad1/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/978] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:07 2026] PUT /v2.0/routers/2498ee34-83f2-4595-a76d-a4c5e940c3bf/add_router_interface => generated 309 bytes in 1482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/979] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:08 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/980] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:07 2026] PUT /v2.0/routers/63ea7eb0-62e5-49f0-b9e0-9c18f7f52bb9/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/981] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:22:08 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: 464/982] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:22:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/983] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:22:09 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: 519/984] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:08 2026] POST /v2.0/ports => generated 958 bytes in 425 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: 520/985] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:09 2026] POST /v2.0/ports => generated 955 bytes in 319 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: 466/986] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:09 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/987] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:22:09 2026] POST /v2.0/security-groups => generated 1659 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/988] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:22:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/989] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:09 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/990] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:22:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/991] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/992] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:10 2026] POST /v2.0/floatingips => generated 552 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:10.606 7 INFO neutron.db.l3_db [None req-7db3842f-04ad-4f2e-8717-495d5f9bfe28 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Floating IP efcd4b57-5f2b-4f05-94d4-cf6ca675ff1b associated. External IP: 10.96.250.220, port: e3f31e0f-0c55-49b8-9d09-1e92eeeaa317. [pid: 8|app: 0|req: 527/993] 10.0.0.72 () {34 vars in 1097 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--311653951&fields=id&tenant_id=9e69c61aec7b4b52aee457e1698eedf8 => 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: 528/994] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/networks?id=0da8d600-3c66-4f4c-99fb-0fc3be40e8bd => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/995] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/quotas/9e69c61aec7b4b52aee457e1698eedf8 => 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: 530/996] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/ports?tenant_id=9e69c61aec7b4b52aee457e1698eedf8&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/997] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/998] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:22:10 2026] GET /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/999] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:22:09 2026] POST /v2.0/floatingips => generated 842 bytes in 1217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1000] 10.0.0.72 () {34 vars in 1097 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--979954227&fields=id&tenant_id=7c792df3e06e486db1090d4da3d0e3ff => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/1001] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/networks?id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:11.113 8 INFO neutron.db.l3_db [None req-2967a756-ce04-4b15-af39-4eeb8ee608da f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Floating IP efcd4b57-5f2b-4f05-94d4-cf6ca675ff1b disassociated. External IP: 10.96.250.220, port: e3f31e0f-0c55-49b8-9d09-1e92eeeaa317. [pid: 7|app: 0|req: 470/1002] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/quotas/7c792df3e06e486db1090d4da3d0e3ff => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1003] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 472/1004] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/ports?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1005] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1006] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1007] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:22:10 2026] PUT /v2.0/floatingips/efcd4b57-5f2b-4f05-94d4-cf6ca675ff1b => generated 552 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1008] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 535/1009] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => 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: 536/1010] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:11 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:11.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-da0cdffb-4f46-434e-8019-3d8e84618367 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: 8ca980a8-3d9a-4b38-b7fb-1b20eb0f10a8 2026-06-05 23:22:11.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da0cdffb-4f46-434e-8019-3d8e84618367 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: 8ca980a8-3d9a-4b38-b7fb-1b20eb0f10a8 [pid: 7|app: 0|req: 475/1011] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:11 2026] DELETE /v2.0/floatingips/efcd4b57-5f2b-4f05-94d4-cf6ca675ff1b => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1012] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:12 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 477/1013] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:12 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:12.794 8 INFO neutron.db.l3_db [None req-6e0a870f-9cde-4d1e-8b20-ac4ccadf6476 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Floating IP 92dea59c-6b65-4f42-a384-ea65c62788f1 associated. External IP: 10.96.250.215, port: 6f6f8129-3e70-41c4-968b-f8861de03d64. [pid: 7|app: 0|req: 478/1014] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:12 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1015] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:12 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&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: 537/1016] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:22:12 2026] POST /v2.0/floatingips => generated 842 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1017] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:22:13 2026] GET /v2.0/floatingips/92dea59c-6b65-4f42-a384-ea65c62788f1 => generated 842 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1018] 10.0.0.110 () {32 vars in 655 bytes} [Fri Jun 5 23:22:13 2026] GET /v2.0/floatingips => generated 845 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1019] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:13 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:13.647 7 INFO neutron.db.l3_db [None req-ad047db6-91c5-4342-9fe9-e681a796f5e9 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Floating IP 92dea59c-6b65-4f42-a384-ea65c62788f1 associated. External IP: 10.96.250.215, port: 6f6f8129-3e70-41c4-968b-f8861de03d64. [pid: 8|app: 0|req: 542/1022] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:13 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 543/1023] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:13 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1024] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:14 2026] GET /v2.0/security-groups?id=13fe1bcf-480b-4a7d-bc69-0e2fad657175&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1025] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:22:14 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:14.225 8 INFO neutron_taas.services.taas.taas_plugin [req-4661a7f1-be25-4465-b133-0eedbd1e1a8d req-b0495d57-2272-4e62-9cd7-0d68fd6d5601 26178bdb367a4324bbf244eec6d8adb4 f39cb43104c04af38cf14f7ecbd03d7e - - default default] TaaS: Handle Delete Port: 470ec44c-0660-4816-bbfa-5aa666d95155 2026-06-05 23:22:14.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4661a7f1-be25-4465-b133-0eedbd1e1a8d req-b0495d57-2272-4e62-9cd7-0d68fd6d5601 26178bdb367a4324bbf244eec6d8adb4 f39cb43104c04af38cf14f7ecbd03d7e - - default default] Tap Mirror: Handle Delete Port: 470ec44c-0660-4816-bbfa-5aa666d95155 [pid: 7|app: 0|req: 481/1026] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:22:13 2026] PUT /v2.0/floatingips/92dea59c-6b65-4f42-a384-ea65c62788f1 => generated 842 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1027] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:22:14 2026] DELETE /v2.0/ports/470ec44c-0660-4816-bbfa-5aa666d95155 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:14.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bdbdeed-5552-47b8-83f7-997e86f34ccf'] response: {'server_uuid': '09772c6a-d4ab-4d05-96eb-c10395feba21', 'name': 'network-vif-deleted', 'tag': '470ec44c-0660-4816-bbfa-5aa666d95155', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 547/1028] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:14 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:14.469 7 INFO neutron.db.l3_db [None req-8929d913-2844-4e0c-8c52-2420db0089eb f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Floating IP 92dea59c-6b65-4f42-a384-ea65c62788f1 disassociated. External IP: 10.96.250.215, port: e3f31e0f-0c55-49b8-9d09-1e92eeeaa317. [pid: 7|app: 0|req: 482/1029] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:22:14 2026] PUT /v2.0/floatingips/92dea59c-6b65-4f42-a384-ea65c62788f1 => generated 552 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:14.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-53118614-c72c-43d2-a75d-c50ccceedb50 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: 9a7b6d57-8a8b-4aa9-841c-ad38091f4010 2026-06-05 23:22:14.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53118614-c72c-43d2-a75d-c50ccceedb50 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: 9a7b6d57-8a8b-4aa9-841c-ad38091f4010 [pid: 7|app: 0|req: 483/1030] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:14 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 548/1031] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:14 2026] DELETE /v2.0/floatingips/92dea59c-6b65-4f42-a384-ea65c62788f1 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:15.133 7 INFO neutron.api.v2.resource [None req-0cf41b19-7e6a-4f37-b15e-21df673da97f f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/1032] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:15 2026] DELETE /v2.0/floatingips/92dea59c-6b65-4f42-a384-ea65c62788f1 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1033] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:15 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:15.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-28391411-1e0f-4b99-8dfe-d267a9749562 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: e3f31e0f-0c55-49b8-9d09-1e92eeeaa317 2026-06-05 23:22:15.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28391411-1e0f-4b99-8dfe-d267a9749562 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: e3f31e0f-0c55-49b8-9d09-1e92eeeaa317 [pid: 7|app: 0|req: 485/1034] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:15 2026] DELETE /v2.0/ports/e3f31e0f-0c55-49b8-9d09-1e92eeeaa317 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1035] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:15 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 487/1036] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:22:15 2026] GET /v2.0/networks?id=0da8d600-3c66-4f4c-99fb-0fc3be40e8bd => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:15.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2d0e869-b30b-4760-be6c-72bf6959b92d f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: 6f6f8129-3e70-41c4-968b-f8861de03d64 2026-06-05 23:22:15.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2d0e869-b30b-4760-be6c-72bf6959b92d f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: 6f6f8129-3e70-41c4-968b-f8861de03d64 [pid: 7|app: 0|req: 488/1037] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:22:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9e69c61aec7b4b52aee457e1698eedf8 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1038] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:15 2026] DELETE /v2.0/ports/6f6f8129-3e70-41c4-968b-f8861de03d64 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1039] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:15 2026] GET /v2.0/ports?device_id=2498ee34-83f2-4595-a76d-a4c5e940c3bf => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1040] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:22:15 2026] POST /v2.0/ports => generated 954 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: 490/1041] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:16 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:16.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-17853c6b-183e-43e1-a869-5d77cd761020 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: f0eff41a-b0fe-479c-8ae0-df28602e81c4 2026-06-05 23:22:16.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17853c6b-183e-43e1-a869-5d77cd761020 f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: f0eff41a-b0fe-479c-8ae0-df28602e81c4 [pid: 7|app: 0|req: 491/1042] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:22:16 2026] PUT /v2.0/ports/ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a => generated 1235 bytes in 469 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: 492/1043] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:16 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:16.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32b9e58c-01e1-46b3-b57a-c2141c870323'] response: {'name': 'network-changed', 'server_uuid': 'a8fbb6e1-6c62-4ced-8667-b174cabfb37f', 'tag': 'ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 493/1044] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:16 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 494/1045] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:16 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&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: 552/1046] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:15 2026] PUT /v2.0/routers/2498ee34-83f2-4595-a76d-a4c5e940c3bf/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:16.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddf34d92-c714-466a-b021-621e4833569b f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: ae5526ff-4dcb-4514-82d7-441d499769b2 2026-06-05 23:22:16.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddf34d92-c714-466a-b021-621e4833569b f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: ae5526ff-4dcb-4514-82d7-441d499769b2 [pid: 8|app: 0|req: 553/1047] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/ports?tenant_id=9e69c61aec7b4b52aee457e1698eedf8&device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:17.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddf34d92-c714-466a-b021-621e4833569b f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] TaaS: Handle Delete Port: 28f52908-6df8-451a-9d6f-c86aea599479 2026-06-05 23:22:17.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddf34d92-c714-466a-b021-621e4833569b f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] Tap Mirror: Handle Delete Port: 28f52908-6df8-451a-9d6f-c86aea599479 [pid: 8|app: 0|req: 554/1048] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/networks?tenant_id=9e69c61aec7b4b52aee457e1698eedf8&shared=False => generated 772 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1049] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 556/1050] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:17.484 7 INFO neutron.services.segments.plugin [-] Segment 6018fb10-a18d-466e-a003-1dd2b4633cd1 resource provider aggregate not found 2026-06-05 23:22:17.487 7 INFO neutron.services.segments.plugin [-] Segment 6018fb10-a18d-466e-a003-1dd2b4633cd1 resource provider aggregate not found 2026-06-05 23:22:17.507 7 INFO neutron.services.segments.plugin [-] Segment 6018fb10-a18d-466e-a003-1dd2b4633cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6018fb10-a18d-466e-a003-1dd2b4633cd1 found for delete ", "request_id": "req-afc96000-a9bc-4d89-a85b-b5f2a46ad1f8"}]} 2026-06-05 23:22:17.517 7 INFO neutron.db.l3_hamode_db [None req-ddf34d92-c714-466a-b021-621e4833569b f65522fc7ef146518272093a816a8ed1 9670a5c51d4d42a385d6892caedcff0c - - default default] HA network 80471490-9dd0-440b-a400-176bbc312f08 was deleted as no HA routers are present in tenant 9670a5c51d4d42a385d6892caedcff0c. [pid: 7|app: 0|req: 495/1051] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:16 2026] DELETE /v2.0/routers/2498ee34-83f2-4595-a76d-a4c5e940c3bf => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:17.525 7 INFO neutron.services.segments.plugin [-] Segment 6018fb10-a18d-466e-a003-1dd2b4633cd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6018fb10-a18d-466e-a003-1dd2b4633cd1 found for delete ", "request_id": "req-e0c05bbb-276c-4f19-9778-439721f3a74c"}]} [pid: 7|app: 0|req: 496/1052] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1053] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:17 2026] DELETE /v2.0/subnets/928ef46e-2d21-4e71-b7b1-6b604576f2af => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1054] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/networks?id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1055] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c792df3e06e486db1090d4da3d0e3ff => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:17.827 8 INFO neutron.services.segments.plugin [-] Segment a6133a70-776e-4144-b811-6fcce7a72b06 resource provider aggregate not found [pid: 7|app: 0|req: 499/1056] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:17.833 8 INFO neutron.services.segments.plugin [-] Segment a6133a70-776e-4144-b811-6fcce7a72b06 resource provider aggregate not found 2026-06-05 23:22:17.851 8 INFO neutron.services.segments.plugin [-] Segment a6133a70-776e-4144-b811-6fcce7a72b06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6133a70-776e-4144-b811-6fcce7a72b06 found for delete ", "request_id": "req-dbca0027-d5a8-447e-ac19-d7f39ea35778"}]} 2026-06-05 23:22:17.852 8 INFO neutron.services.segments.plugin [-] Segment a6133a70-776e-4144-b811-6fcce7a72b06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6133a70-776e-4144-b811-6fcce7a72b06 found for delete ", "request_id": "req-86840a3d-2e11-4ecb-90e8-410cb26f5ad7"}]} [pid: 8|app: 0|req: 558/1057] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:17 2026] DELETE /v2.0/networks/bb9da8e7-d4a9-4178-9325-ade5d26c7221 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1058] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:17 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&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: 500/1059] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:22:17 2026] POST /v2.0/ports => generated 954 bytes in 379 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: 501/1060] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/ports?tenant_id=9e69c61aec7b4b52aee457e1698eedf8&device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1061] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1062] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a => 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: 504/1063] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/security-groups?tenant_id=9670a5c51d4d42a385d6892caedcff0c&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1064] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1065] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/subnets?id=d75fd8f9-7055-4688-97b2-0c5d2ab1e5d7 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1066] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:18 2026] DELETE /v2.0/security-groups/e39c5f90-0e43-419d-83fb-4176077aca0a => 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: 560/1067] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:22:18 2026] PUT /v2.0/ports/a11e9b43-deaa-45a1-bde1-f8d29241c32e => generated 1235 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1068] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/ports?network_id=0da8d600-3c66-4f4c-99fb-0fc3be40e8bd&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:22:18.669 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b3e3e7e-c1c9-4104-a060-8fb7a6ae6285'] response: {'name': 'network-changed', 'server_uuid': '405711c4-81a3-447f-bde2-ab20106d10b3', 'tag': 'a11e9b43-deaa-45a1-bde1-f8d29241c32e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 561/1069] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd?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: 509/1070] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1071] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/ports?device_id=09772c6a-d4ab-4d05-96eb-c10395feba21 => 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: 510/1072] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1073] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:18 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1074] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:19 2026] GET /v2.0/ports?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1075] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:22:19 2026] GET /v2.0/networks?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1076] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:22:19 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: 565/1077] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:19 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1078] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:19 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&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: 566/1079] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1080] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1081] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/ports?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1082] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a11e9b43-deaa-45a1-bde1-f8d29241c32e => 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: 568/1083] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/subnets?id=ccdd3dd2-e575-490a-8d0f-1203ac9664e4 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1084] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/ports?network_id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1085] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?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: 571/1086] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:20.807 7 INFO neutron.db.segments_db [None req-c42fe13a-0924-4ad5-826e-a119075475a4 eec2b1d288974a4a850c332bba70e2a1 5de18b9116da4fafb151cc19435d87f1 - - default default] Added segment 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea of type vxlan for network fcb7db95-40e2-4c9e-bee3-7ad6a229d6f9 [pid: 8|app: 0|req: 572/1087] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1088] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:20 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&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: 516/1089] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:20 2026] POST /v2.0/networks => generated 648 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:21.042 8 WARNING keystonemiddleware.audit [req-5e800be1-a773-46f4-bc7d-4bf14d0d4b05 req-63a6a9cb-feda-4a56-bf2a-1d77f2879f20 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 517/1090] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:21 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:21.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4849161-0a73-4024-af60-dbbf67c916fc 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 772a9438-04bc-47f8-be88-ed8462065741 2026-06-05 23:22:21.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4849161-0a73-4024-af60-dbbf67c916fc 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 772a9438-04bc-47f8-be88-ed8462065741 [pid: 7|app: 0|req: 518/1091] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:21 2026] POST /v2.0/subnets => generated 673 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1092] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:21 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&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-06-05 23:22:21.737 7 INFO neutron.db.segments_db [None req-1db2ae22-cb91-4b73-bbf8-55c55a09453f eec2b1d288974a4a850c332bba70e2a1 5de18b9116da4fafb151cc19435d87f1 - - default default] Added segment 1cbbd257-a591-4751-80d7-e8fc6ac00cbc of type vxlan for network 3b1985b9-9c4a-4f31-8925-15918648fc69 [pid: 7|app: 0|req: 520/1093] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:21 2026] POST /v2.0/networks => generated 647 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1094] 10.0.0.110 () {34 vars in 743 bytes} [Fri Jun 5 23:22:21 2026] PUT /v2.0/networks/3b1985b9-9c4a-4f31-8925-15918648fc69 => generated 592 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1095] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:21 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1096] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:21 2026] PUT /v2.0/routers/c4e785f6-f49a-4289-bb6f-85d6f8cd3342/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1097] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:22.149 8 WARNING keystonemiddleware.audit [req-4623a419-8499-4694-972e-d5089ddbe03a req-53d629ce-472e-479f-ab38-67b1a7bec2bd 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 523/1098] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:22 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:22.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f44d571-7bef-4b77-97dd-217d7ae265e9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: b5613233-41df-4850-918e-061181709bb3 2026-06-05 23:22:22.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f44d571-7bef-4b77-97dd-217d7ae265e9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: b5613233-41df-4850-918e-061181709bb3 [pid: 7|app: 0|req: 524/1099] 10.0.0.110 () {34 vars in 741 bytes} [Fri Jun 5 23:22:22 2026] PUT /v2.0/subnets/d71f574e-669b-454a-bb1c-a56c04d12f81 => generated 656 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:22.563 7 INFO neutron.services.segments.plugin [-] Segment 1cbbd257-a591-4751-80d7-e8fc6ac00cbc resource provider aggregate not found 2026-06-05 23:22:22.568 7 INFO neutron.services.segments.plugin [-] Segment 1cbbd257-a591-4751-80d7-e8fc6ac00cbc resource provider aggregate not found 2026-06-05 23:22:22.592 7 INFO neutron.services.segments.plugin [-] Segment 1cbbd257-a591-4751-80d7-e8fc6ac00cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cbbd257-a591-4751-80d7-e8fc6ac00cbc found for delete ", "request_id": "req-26bc7af9-dd8d-4a26-a297-a7c001d6ba75"}]} 2026-06-05 23:22:22.602 7 INFO neutron.services.segments.plugin [-] Segment 1cbbd257-a591-4751-80d7-e8fc6ac00cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cbbd257-a591-4751-80d7-e8fc6ac00cbc found for delete ", "request_id": "req-3fee0ac9-f091-4fe4-b965-71ac0bf81472"}]} [pid: 7|app: 0|req: 525/1100] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:22 2026] DELETE /v2.0/networks/3b1985b9-9c4a-4f31-8925-15918648fc69 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:22.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-688fd477-25d2-47c8-a64f-91e74f82e969 eec2b1d288974a4a850c332bba70e2a1 5de18b9116da4fafb151cc19435d87f1 - - default default] DELETE failed (client error): The resource could not be found. 2026-06-05 23:22:22.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f44d571-7bef-4b77-97dd-217d7ae265e9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 0bcba4e2-597f-4636-b64c-abdf32590aaa [pid: 7|app: 0|req: 526/1101] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:22 2026] DELETE /v2.0/networks/3b1985b9-9c4a-4f31-8925-15918648fc69 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:22:22.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f44d571-7bef-4b77-97dd-217d7ae265e9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 0bcba4e2-597f-4636-b64c-abdf32590aaa [pid: 7|app: 0|req: 527/1102] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1103] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/subnets?network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1104] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 530/1105] 10.0.0.110 () {32 vars in 653 bytes} [Fri Jun 5 23:22:22 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: 531/1106] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1107] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/networks => generated 1313 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1108] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:23.042 8 INFO neutron.services.segments.plugin [-] Segment 043eabdc-fa6d-4c22-b1bc-74eed7719b4a resource provider aggregate not found [pid: 7|app: 0|req: 534/1109] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:22:22 2026] GET /v2.0/networks/fcb7db95-40e2-4c9e-bee3-7ad6a229d6f9 => generated 673 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:23.050 8 INFO neutron.services.segments.plugin [-] Segment 043eabdc-fa6d-4c22-b1bc-74eed7719b4a resource provider aggregate not found 2026-06-05 23:22:23.070 8 INFO neutron.services.segments.plugin [-] Segment 043eabdc-fa6d-4c22-b1bc-74eed7719b4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 043eabdc-fa6d-4c22-b1bc-74eed7719b4a found for delete ", "request_id": "req-d8cc0c36-2e1f-4773-bfcb-2a6521537ad3"}]} 2026-06-05 23:22:23.071 8 INFO neutron.services.segments.plugin [-] Segment 043eabdc-fa6d-4c22-b1bc-74eed7719b4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 043eabdc-fa6d-4c22-b1bc-74eed7719b4a found for delete ", "request_id": "req-5578de29-27fe-4414-9f9c-5919255e94ea"}]} 2026-06-05 23:22:23.076 8 INFO neutron.db.l3_hamode_db [None req-5f44d571-7bef-4b77-97dd-217d7ae265e9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network c24855b1-7b34-4fcb-8e66-7367d42f4249 was deleted as no HA routers are present in tenant f39cb43104c04af38cf14f7ecbd03d7e. [pid: 7|app: 0|req: 535/1110] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:22:23 2026] GET /v2.0/subnets/424cbc44-0447-4fad-8741-9115be0f1016 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1111] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:22 2026] DELETE /v2.0/routers/c4e785f6-f49a-4289-bb6f-85d6f8cd3342 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:23.090 8 WARNING keystonemiddleware.audit [None req-5f44d571-7bef-4b77-97dd-217d7ae265e9 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Skipping service tempest-service-335998150 as it have no endpoints. 2026-06-05 23:22:23.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ade56995-c44d-44d0-9ef6-11ab5b7d24ac eec2b1d288974a4a850c332bba70e2a1 5de18b9116da4fafb151cc19435d87f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1112] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/subnets/d71f574e-669b-454a-bb1c-a56c04d12f81 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:22:23.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12e65e50-8552-4f65-ae48-be80cf0caf62 eec2b1d288974a4a850c332bba70e2a1 5de18b9116da4fafb151cc19435d87f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 537/1113] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/networks/3b1985b9-9c4a-4f31-8925-15918648fc69 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1114] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/subnets/7c186f60-4b6f-4905-b3ae-2ae52a2894ac => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1115] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:23 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:23.277 8 WARNING keystonemiddleware.audit [req-97373a05-85fc-408e-96ec-b32c7a53850d req-22ec8cc9-b9ce-4378-92e8-07ce428e9828 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 538/1116] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/subnets/424cbc44-0447-4fad-8741-9115be0f1016 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1117] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:23 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:23.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcca7bdb-6c71-447a-96b0-4ae4efc196c5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: e5c0896a-706e-40c9-b36c-c4ffd4a1dd52 2026-06-05 23:22:23.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcca7bdb-6c71-447a-96b0-4ae4efc196c5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: e5c0896a-706e-40c9-b36c-c4ffd4a1dd52 [pid: 7|app: 0|req: 540/1118] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/networks/fcb7db95-40e2-4c9e-bee3-7ad6a229d6f9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1119] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/networks/4c718b6c-8612-44bc-b274-d2bb7e921894 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:23.874 7 WARNING keystonemiddleware.audit [None req-42e43244-82d4-4e5d-baaf-325c938f76b2 eec2b1d288974a4a850c332bba70e2a1 5de18b9116da4fafb151cc19435d87f1 - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 541/1120] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:23 2026] GET /v2.0/security-groups?tenant_id=f39cb43104c04af38cf14f7ecbd03d7e&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:23.915 8 WARNING keystonemiddleware.audit [None req-dcca7bdb-6c71-447a-96b0-4ae4efc196c5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Skipping service tempest-service-335998150 as it have no endpoints. [pid: 7|app: 0|req: 542/1121] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:23 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 543/1122] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:23 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1123] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:23 2026] DELETE /v2.0/security-groups/13fe1bcf-480b-4a7d-bc69-0e2fad657175 => 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: 581/1124] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:24 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 544/1125] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:24 2026] GET /v2.0/security-groups?tenant_id=5de18b9116da4fafb151cc19435d87f1&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1126] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:24 2026] DELETE /v2.0/security-groups/4d695905-2c78-4f98-aee1-ee56bbe93262 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:24.520 8 INFO neutron.db.l3_db [None req-427681a2-5b82-4ce5-a489-80ce893d87a9 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] Floating IP 2697dc3f-7811-48f0-ab62-2012509c9cdd associated. External IP: 10.96.250.211, port: ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a. [pid: 7|app: 0|req: 546/1127] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:24 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1128] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:24 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:24.619 7 INFO neutron.services.segments.plugin [-] Segment 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea resource provider aggregate not found 2026-06-05 23:22:24.637 7 INFO neutron.services.segments.plugin [-] Segment 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea found for delete ", "request_id": "req-5ff8a412-80b8-4ea8-80ec-94ae8dc6de9b"}]} 2026-06-05 23:22:24.643 7 INFO neutron.services.segments.plugin [-] Segment 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea resource provider aggregate not found 2026-06-05 23:22:24.661 7 INFO neutron.services.segments.plugin [-] Segment 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bf0f0b6-74a0-4879-a8c1-170aac5d66ea found for delete ", "request_id": "req-2b2ae454-c6c8-49bb-97e3-26488b3a4c45"}]} 2026-06-05 23:22:25.109 8 INFO neutron.services.segments.plugin [-] Segment f44e722f-207b-4d93-a007-c5075acc8d7e resource provider aggregate not found 2026-06-05 23:22:25.109 8 INFO neutron.services.segments.plugin [-] Segment f44e722f-207b-4d93-a007-c5075acc8d7e resource provider aggregate not found 2026-06-05 23:22:25.135 8 INFO neutron.services.segments.plugin [-] Segment f44e722f-207b-4d93-a007-c5075acc8d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44e722f-207b-4d93-a007-c5075acc8d7e found for delete ", "request_id": "req-183928b3-1989-4dc1-868f-0f55b7c3e07e"}]} 2026-06-05 23:22:25.136 8 INFO neutron.services.segments.plugin [-] Segment f44e722f-207b-4d93-a007-c5075acc8d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44e722f-207b-4d93-a007-c5075acc8d7e found for delete ", "request_id": "req-10faa433-1ef4-4330-970a-d2a044c011fa"}]} [pid: 8|app: 0|req: 582/1129] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:22:24 2026] PUT /v2.0/floatingips/2697dc3f-7811-48f0-ab62-2012509c9cdd => generated 855 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:25.317 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0d55247-dbea-469c-9ec6-47ff6a906fd8'] response: {'name': 'network-changed', 'server_uuid': 'a8fbb6e1-6c62-4ced-8667-b174cabfb37f', 'tag': 'ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 548/1130] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 583/1131] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1132] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 584/1133] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 550/1134] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1135] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1136] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1137] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/ports?tenant_id=9e69c61aec7b4b52aee457e1698eedf8&device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1138] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/networks?id=0da8d600-3c66-4f4c-99fb-0fc3be40e8bd => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1139] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1140] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:22:25 2026] GET /v2.0/subnets?id=d75fd8f9-7055-4688-97b2-0c5d2ab1e5d7 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1141] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:22:26 2026] GET /v2.0/ports?network_id=0da8d600-3c66-4f4c-99fb-0fc3be40e8bd&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: 591/1142] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:22:26 2026] GET /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1143] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:22:26 2026] GET /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:26.252 7 INFO neutron.db.l3_db [None req-81e0fba3-1c98-42d0-a1a3-151aca85193d 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Floating IP 9a887808-182e-4876-a849-5fdb4c2f1b57 associated. External IP: 10.96.250.207, port: a11e9b43-deaa-45a1-bde1-f8d29241c32e. [pid: 7|app: 0|req: 552/1144] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:22:25 2026] PUT /v2.0/floatingips/9a887808-182e-4876-a849-5fdb4c2f1b57 => generated 855 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:26.714 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f8966f6-f0f0-418e-b43b-177b7134fe83'] response: {'name': 'network-changed', 'server_uuid': '405711c4-81a3-447f-bde2-ab20106d10b3', 'tag': 'a11e9b43-deaa-45a1-bde1-f8d29241c32e', 'status': 'completed', 'code': 200} 2026-06-05 23:22:26.774 8 INFO neutron.db.segments_db [None req-76cb3753-7106-4058-8900-ca0034f00e44 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Added segment 2a7a4148-00a1-4e45-af02-dad73bcc27a3 of type vxlan for network ce13bbff-ffaa-4495-a9f3-1f8389bccc50 [pid: 8|app: 0|req: 593/1145] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:26 2026] POST /v2.0/networks => generated 645 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1146] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:26 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1147] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:26 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1148] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/ports?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1149] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:26 2026] POST /v2.0/ports => generated 775 bytes in 407 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: 556/1150] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/networks?id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5 => generated 772 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:27.405 8 INFO neutron.db.segments_db [None req-6588d284-7670-4cf3-9a0b-507d21c767d0 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Added segment d625d8f1-b79c-4fc1-a55d-49bee5f23cde of type vxlan for network 90df0192-56ba-45a4-beae-79fda87deff2 [pid: 7|app: 0|req: 557/1151] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a11e9b43-deaa-45a1-bde1-f8d29241c32e => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1152] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/subnets?id=ccdd3dd2-e575-490a-8d0f-1203ac9664e4 => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1153] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/ports?network_id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1154] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:27 2026] POST /v2.0/networks => generated 632 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1155] 10.0.0.67 () {30 vars in 649 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1156] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1157] 10.0.0.67 () {30 vars in 723 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/quotas/b33337f3a4934b9ca7299dfaf881086f/details => generated 847 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1158] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:22:27 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?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: 597/1159] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:27 2026] POST /v2.0/subnets => generated 626 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1160] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:28 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1161] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:22:28 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 600/1162] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:28 2026] GET /v2.0/security-groups?id=b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:28.301 8 INFO neutron_taas.services.taas.taas_plugin [req-5745ee2e-3577-46ac-92f7-170df3e64df7 req-431aa976-250a-4f82-adbf-7d85b1d2123c 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] TaaS: Handle Delete Port: ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a 2026-06-05 23:22:28.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5745ee2e-3577-46ac-92f7-170df3e64df7 req-431aa976-250a-4f82-adbf-7d85b1d2123c 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] Tap Mirror: Handle Delete Port: ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a [pid: 7|app: 0|req: 563/1163] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:27 2026] POST /v2.0/ports => generated 954 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:22:28.406 8 INFO neutron.db.l3_db [req-5745ee2e-3577-46ac-92f7-170df3e64df7 req-431aa976-250a-4f82-adbf-7d85b1d2123c 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] Floating IP 2697dc3f-7811-48f0-ab62-2012509c9cdd disassociated. External IP: 10.96.250.211, port: ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a. 2026-06-05 23:22:28.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-386b10cb-2568-4d8d-91c4-6f1bd01f66a5 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] TaaS: Handle Delete Port: c20b2453-afff-42ef-b33d-51b3d4297c73 2026-06-05 23:22:28.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-386b10cb-2568-4d8d-91c4-6f1bd01f66a5 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Tap Mirror: Handle Delete Port: c20b2453-afff-42ef-b33d-51b3d4297c73 [pid: 7|app: 0|req: 564/1164] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:28 2026] DELETE /v2.0/ports/c20b2453-afff-42ef-b33d-51b3d4297c73 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:28.641 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13a809a9-b7a2-4ce6-b962-200c4e385cf4 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1167] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:28 2026] DELETE /v2.0/ports/c20b2453-afff-42ef-b33d-51b3d4297c73 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:22:28.663 7 INFO neutron.pecan_wsgi.hooks.translation [None req-940d7a84-b419-483f-99e3-17b7d268d085 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1168] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:28 2026] GET /v2.0/ports/c20b2453-afff-42ef-b33d-51b3d4297c73 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1169] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:22:28 2026] DELETE /v2.0/ports/ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a => generated 0 bytes in 593 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:28.805 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-343ed77b-589e-4a39-bfdb-85393cc8c2a3'] response: {'server_uuid': 'a8fbb6e1-6c62-4ced-8667-b174cabfb37f', 'name': 'network-vif-deleted', 'tag': 'ffe9c831-67c8-4e7c-ad7b-a84c9bbb698a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 569/1170] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:28 2026] DELETE /v2.0/subnets/eb4200c7-c183-4f5d-8c28-c7f03b8433d7 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:28.943 8 INFO neutron.services.segments.plugin [-] Segment d625d8f1-b79c-4fc1-a55d-49bee5f23cde resource provider aggregate not found 2026-06-05 23:22:28.948 8 INFO neutron.services.segments.plugin [-] Segment d625d8f1-b79c-4fc1-a55d-49bee5f23cde resource provider aggregate not found 2026-06-05 23:22:28.964 8 INFO neutron.services.segments.plugin [-] Segment d625d8f1-b79c-4fc1-a55d-49bee5f23cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d625d8f1-b79c-4fc1-a55d-49bee5f23cde found for delete ", "request_id": "req-c7629ead-ffcf-4335-a77b-dd8aaa3b1644"}]} [pid: 8|app: 0|req: 602/1171] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:28 2026] DELETE /v2.0/networks/90df0192-56ba-45a4-beae-79fda87deff2 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:28.972 8 INFO neutron.services.segments.plugin [-] Segment d625d8f1-b79c-4fc1-a55d-49bee5f23cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d625d8f1-b79c-4fc1-a55d-49bee5f23cde found for delete ", "request_id": "req-8ea96a12-2709-4a19-9aa7-838d5ed7976b"}]} 2026-06-05 23:22:29.040 7 INFO neutron.db.segments_db [None req-6e7f3369-a1c6-4709-a09a-6a616bb64c0a f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Added segment be6c6e3b-87ee-478a-96da-7da9e311b993 of type vxlan for network 04971b44-7a01-4fb7-96e6-c29e85d5e67e [pid: 7|app: 0|req: 570/1172] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:28 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1173] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:29 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => 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: 603/1174] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:29 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1175] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:29 2026] POST /v2.0/ports => generated 911 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1176] 10.0.0.67 () {30 vars in 649 bytes} [Fri Jun 5 23:22:29 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-06-05 23:22:29.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-879a4ac4-abf3-4ea3-948a-c61643a82b3d f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] TaaS: Handle Delete Port: 9ce3ea41-aa1e-40f2-84ca-8d07013f1c15 2026-06-05 23:22:29.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-879a4ac4-abf3-4ea3-948a-c61643a82b3d f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Tap Mirror: Handle Delete Port: 9ce3ea41-aa1e-40f2-84ca-8d07013f1c15 [pid: 7|app: 0|req: 574/1177] 10.0.0.67 () {30 vars in 723 bytes} [Fri Jun 5 23:22:29 2026] GET /v2.0/quotas/b33337f3a4934b9ca7299dfaf881086f/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1178] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:29 2026] DELETE /v2.0/ports/9ce3ea41-aa1e-40f2-84ca-8d07013f1c15 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:30.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ba17f7d-620f-4fc3-aae5-8f152eedda22 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1179] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:30 2026] GET /v2.0/ports/9ce3ea41-aa1e-40f2-84ca-8d07013f1c15 => 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: 605/1180] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:30 2026] DELETE /v2.0/subnets/97e5d3ac-6efd-4751-8fc8-cc18ff806681 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1181] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:30 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:30.348 7 INFO neutron.services.segments.plugin [-] Segment be6c6e3b-87ee-478a-96da-7da9e311b993 resource provider aggregate not found 2026-06-05 23:22:30.355 7 INFO neutron.services.segments.plugin [-] Segment be6c6e3b-87ee-478a-96da-7da9e311b993 resource provider aggregate not found 2026-06-05 23:22:30.369 7 INFO neutron.services.segments.plugin [-] Segment be6c6e3b-87ee-478a-96da-7da9e311b993 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be6c6e3b-87ee-478a-96da-7da9e311b993 found for delete ", "request_id": "req-672c84a4-a897-49ec-a17c-1bef4e48da80"}]} 2026-06-05 23:22:30.371 7 INFO neutron.services.segments.plugin [-] Segment be6c6e3b-87ee-478a-96da-7da9e311b993 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be6c6e3b-87ee-478a-96da-7da9e311b993 found for delete ", "request_id": "req-35a43796-22ca-4856-9bc5-9be6a890789e"}]} [pid: 7|app: 0|req: 576/1182] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:30 2026] DELETE /v2.0/networks/04971b44-7a01-4fb7-96e6-c29e85d5e67e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1183] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:30 2026] POST /v2.0/ports => generated 774 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1184] 10.0.0.110 () {34 vars in 737 bytes} [Fri Jun 5 23:22:30 2026] PUT /v2.0/ports/29599680-813f-4bc2-96fb-c687ad9b39c9 => generated 752 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:22:31.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-0752e738-427a-42bd-a9b0-b40c17eb0e37 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] TaaS: Handle Delete Port: 29599680-813f-4bc2-96fb-c687ad9b39c9 2026-06-05 23:22:31.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0752e738-427a-42bd-a9b0-b40c17eb0e37 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Tap Mirror: Handle Delete Port: 29599680-813f-4bc2-96fb-c687ad9b39c9 [pid: 8|app: 0|req: 608/1185] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:30 2026] DELETE /v2.0/ports/29599680-813f-4bc2-96fb-c687ad9b39c9 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 578/1186] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:22:31 2026] GET /v2.0/ports => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:31.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3692a62d-bab0-4c0d-973c-a82dcd7bfa95 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1187] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:31 2026] GET /v2.0/ports/29599680-813f-4bc2-96fb-c687ad9b39c9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1188] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:22:31 2026] GET /v2.0/ports => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1189] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:31 2026] GET /v2.0/ports/ca15a54f-0bdb-4e24-a66c-677d81f2f934 => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:31.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99009f34-6f3f-4167-8587-86a5d70ad3b6 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1190] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:31 2026] DELETE /v2.0/ports/9ce3ea41-aa1e-40f2-84ca-8d07013f1c15 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:22:31.406 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acb98a8b-d981-4b69-a96e-2337b3e214bc f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 611/1191] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:31 2026] DELETE /v2.0/subnets/97e5d3ac-6efd-4751-8fc8-cc18ff806681 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:22:31.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04c36456-42dd-4fe9-a902-da7900c2fcc1 f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1192] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:31 2026] DELETE /v2.0/subnets/eb4200c7-c183-4f5d-8c28-c7f03b8433d7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1193] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:31 2026] GET /v2.0/ports?device_id=a8fbb6e1-6c62-4ced-8667-b174cabfb37f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:31.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-7153c553-98fa-4dc7-bb0b-30d0524b57bc f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] TaaS: Handle Delete Port: ca15a54f-0bdb-4e24-a66c-677d81f2f934 2026-06-05 23:22:31.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7153c553-98fa-4dc7-bb0b-30d0524b57bc f9368e6f69eb48b291a0a873f45b19db c095b1b6a9184b7f945c4d23d7fca85e - - default default] Tap Mirror: Handle Delete Port: ca15a54f-0bdb-4e24-a66c-677d81f2f934 [pid: 7|app: 0|req: 582/1194] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:22:31 2026] DELETE /v2.0/ports/ca15a54f-0bdb-4e24-a66c-677d81f2f934 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:31.806 8 INFO neutron.services.segments.plugin [-] Segment 2a7a4148-00a1-4e45-af02-dad73bcc27a3 resource provider aggregate not found 2026-06-05 23:22:31.817 8 INFO neutron.services.segments.plugin [-] Segment 2a7a4148-00a1-4e45-af02-dad73bcc27a3 resource provider aggregate not found 2026-06-05 23:22:31.823 8 INFO neutron.services.segments.plugin [-] Segment 2a7a4148-00a1-4e45-af02-dad73bcc27a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a7a4148-00a1-4e45-af02-dad73bcc27a3 found for delete ", "request_id": "req-818829df-466b-41b9-b066-86f0de4cc2e6"}]} 2026-06-05 23:22:31.833 8 INFO neutron.services.segments.plugin [-] Segment 2a7a4148-00a1-4e45-af02-dad73bcc27a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a7a4148-00a1-4e45-af02-dad73bcc27a3 found for delete ", "request_id": "req-a97a6af7-693e-4bd5-a98b-96a43148d783"}]} [pid: 8|app: 0|req: 613/1195] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:31 2026] DELETE /v2.0/networks/ce13bbff-ffaa-4495-a9f3-1f8389bccc50 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1196] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:32 2026] GET /v2.0/security-groups?tenant_id=c095b1b6a9184b7f945c4d23d7fca85e&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1197] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:32 2026] GET /v2.0/security-groups?tenant_id=b33337f3a4934b9ca7299dfaf881086f&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1198] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:32 2026] DELETE /v2.0/security-groups/0c7c80fd-1f1b-4835-92f9-1115f6f150d2 => 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: 584/1199] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:32 2026] DELETE /v2.0/security-groups/4367cdfd-539f-4ee4-8785-888f161d006e => 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: 616/1200] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:32 2026] DELETE /v2.0/security-groups/b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:32.663 7 INFO neutron.api.v2.resource [None req-2c5cfaa5-be29-42eb-a274-4d9323b14639 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1201] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:22:32 2026] GET /v2.0/security-groups/b5a248ac-1bd9-4b1d-af5f-e6c7daf94a7a => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:22:32.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b7fe457-9129-4661-9da2-1d1d059c3c67 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] TaaS: Handle Delete Port: 33720957-5059-43a3-8cec-ee764def1853 2026-06-05 23:22:32.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b7fe457-9129-4661-9da2-1d1d059c3c67 1d6622198ba7485a973aa056a46fada3 9e69c61aec7b4b52aee457e1698eedf8 - - default default] Tap Mirror: Handle Delete Port: 33720957-5059-43a3-8cec-ee764def1853 [pid: 8|app: 0|req: 617/1202] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:32 2026] DELETE /v2.0/floatingips/2697dc3f-7811-48f0-ab62-2012509c9cdd => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:33.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-0868473f-aa68-4358-9e49-03b4a831b55c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 63bca210-ded0-4340-8f78-cb7c4809e255 2026-06-05 23:22:33.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0868473f-aa68-4358-9e49-03b4a831b55c 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 63bca210-ded0-4340-8f78-cb7c4809e255 [pid: 7|app: 0|req: 586/1203] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:32 2026] PUT /v2.0/routers/0adb5b43-a509-45f8-9a1f-bdddee7a8ad1/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:34.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf7b434d-ccf0-4b1b-a08c-95ddd696485f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: f8dafe71-9ade-4f01-b58f-cb06dd05e272 2026-06-05 23:22:34.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf7b434d-ccf0-4b1b-a08c-95ddd696485f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: f8dafe71-9ade-4f01-b58f-cb06dd05e272 2026-06-05 23:22:34.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf7b434d-ccf0-4b1b-a08c-95ddd696485f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: dd8a395b-6953-47d0-b458-43d0b27806f6 2026-06-05 23:22:34.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf7b434d-ccf0-4b1b-a08c-95ddd696485f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: dd8a395b-6953-47d0-b458-43d0b27806f6 2026-06-05 23:22:34.829 8 INFO neutron.services.segments.plugin [-] Segment ca651908-d4d3-4c40-8b0e-dcea0c37c0ea resource provider aggregate not found 2026-06-05 23:22:34.841 8 INFO neutron.services.segments.plugin [-] Segment ca651908-d4d3-4c40-8b0e-dcea0c37c0ea resource provider aggregate not found 2026-06-05 23:22:34.851 7 INFO neutron.db.segments_db [None req-f7dd3877-d212-409f-8693-466d8cc2cd10 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment 19a9aa22-86b6-42c7-9dca-cbed44597573 of type vxlan for network 500f2cdc-64e4-4a2e-994f-1e415755909c 2026-06-05 23:22:34.851 8 INFO neutron.services.segments.plugin [-] Segment ca651908-d4d3-4c40-8b0e-dcea0c37c0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca651908-d4d3-4c40-8b0e-dcea0c37c0ea found for delete ", "request_id": "req-b0406f53-c4a4-489c-bfa2-4efa242f1993"}]} 2026-06-05 23:22:34.863 8 INFO neutron.services.segments.plugin [-] Segment ca651908-d4d3-4c40-8b0e-dcea0c37c0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca651908-d4d3-4c40-8b0e-dcea0c37c0ea found for delete ", "request_id": "req-46a6bcc1-3eaa-4af6-87a8-7939b7eee3c6"}]} 2026-06-05 23:22:34.872 8 INFO neutron.db.l3_hamode_db [None req-cf7b434d-ccf0-4b1b-a08c-95ddd696485f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 1c3f0b40-e230-42da-8f97-4f8188ada304 was deleted as no HA routers are present in tenant 9e69c61aec7b4b52aee457e1698eedf8. [pid: 8|app: 0|req: 618/1204] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:33 2026] DELETE /v2.0/routers/0adb5b43-a509-45f8-9a1f-bdddee7a8ad1 => generated 0 bytes in 973 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1205] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:34 2026] POST /v2.0/networks => generated 634 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:35.009 7 INFO neutron.db.segments_db [None req-782bd959-43ce-403d-a193-ecf3cb45b7ef 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment 689b6915-968a-4a96-96eb-5f27649f1ec1 of type vxlan for network 46a5f1ca-557c-4885-a875-e2d69d14ff53 [pid: 8|app: 0|req: 619/1206] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:34 2026] DELETE /v2.0/subnets/d75fd8f9-7055-4688-97b2-0c5d2ab1e5d7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1207] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:34 2026] POST /v2.0/networks => generated 634 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:35.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-c288a516-9c62-477c-9da5-02d678b9b715 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 3c444515-aff2-4e1f-9788-1e87db180f63 2026-06-05 23:22:35.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c288a516-9c62-477c-9da5-02d678b9b715 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 3c444515-aff2-4e1f-9788-1e87db180f63 [pid: 7|app: 0|req: 589/1208] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:35 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1209] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:35 2026] DELETE /v2.0/networks/0da8d600-3c66-4f4c-99fb-0fc3be40e8bd => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1210] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:35 2026] GET /v2.0/security-groups?tenant_id=9e69c61aec7b4b52aee457e1698eedf8&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: 590/1211] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:35 2026] POST /v2.0/subnets => generated 655 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1212] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:35 2026] DELETE /v2.0/security-groups/bd229117-927d-4b47-9f7e-4ed6144a39e2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:35.707 7 INFO neutron.db.segments_db [None req-d75519e3-2531-4094-8bc0-2e96edf6fe82 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment d958fce1-4262-46ae-9d77-4d3255fe22f0 of type vxlan for network 9cc68103-9db9-4c45-b71b-352feb0d07e4 2026-06-05 23:22:35.950 7 INFO neutron.db.l3_hamode_db [None req-d75519e3-2531-4094-8bc0-2e96edf6fe82 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:36.061 7 INFO neutron.db.l3_hamode_db [None req-d75519e3-2531-4094-8bc0-2e96edf6fe82 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 591/1213] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:35 2026] POST /v2.0/routers => generated 510 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:36.876 8 INFO neutron.services.segments.plugin [-] Segment 24c46d59-4be5-4284-9d09-c2ccd1ecb69c resource provider aggregate not found 2026-06-05 23:22:36.894 8 INFO neutron.services.segments.plugin [-] Segment 24c46d59-4be5-4284-9d09-c2ccd1ecb69c resource provider aggregate not found 2026-06-05 23:22:36.900 8 INFO neutron.services.segments.plugin [-] Segment 24c46d59-4be5-4284-9d09-c2ccd1ecb69c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c46d59-4be5-4284-9d09-c2ccd1ecb69c found for delete ", "request_id": "req-44e21f83-ae6b-41ed-895e-1de899f2f8d2"}]} 2026-06-05 23:22:36.923 8 INFO neutron.services.segments.plugin [-] Segment 24c46d59-4be5-4284-9d09-c2ccd1ecb69c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c46d59-4be5-4284-9d09-c2ccd1ecb69c found for delete ", "request_id": "req-66300202-fc4e-41f2-b779-68b337850ff6"}]} [pid: 7|app: 0|req: 592/1214] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:36 2026] POST /v2.0/floatingips => generated 552 bytes in 716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1215] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:36 2026] PUT /v2.0/routers/c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb/add_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1216] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:37 2026] GET /v2.0/ports/d5cee17e-fbd5-402c-ba19-ee9c79d6ce95 => generated 959 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1217] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:37 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) [pid: 7|app: 0|req: 594/1218] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:37 2026] POST /v2.0/floatingips => generated 552 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1219] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:37 2026] PUT /v2.0/routers/c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1220] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:38 2026] GET /v2.0/ports/76cb12d8-9b6a-4519-bb14-1da5652e677e => generated 967 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1221] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:38 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:39.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-6de66da1-1863-45ae-a8d6-7a7fea63c00e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 76cb12d8-9b6a-4519-bb14-1da5652e677e 2026-06-05 23:22:39.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6de66da1-1863-45ae-a8d6-7a7fea63c00e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 76cb12d8-9b6a-4519-bb14-1da5652e677e [pid: 7|app: 0|req: 596/1222] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:22:38 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1223] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:22:39 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1224] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:38 2026] PUT /v2.0/routers/c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb/remove_router_interface => generated 309 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1225] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:22:39 2026] PUT /v2.0/floatingips/88085085-bc49-4f99-9d3e-5705a8315736/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1226] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:22:39 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1227] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:39 2026] GET /v2.0/security-groups?tenant_id=c1321acbf3ff4f2ea8c7a076632950d8&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1228] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:22:39 2026] PUT /v2.0/floatingips/f245e7ef-c7ac-43de-9bb2-2e92ce8e5ce5/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1229] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:39 2026] DELETE /v2.0/security-groups/def1e98a-fc94-4d85-ab33-77b397eafe46 => 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: 601/1230] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:22:39 2026] PUT /v2.0/floatingips/12bf094a-5fdc-42b5-93bf-21b8ce4505d5/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:40.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c67afa5-587e-4b50-8701-0ecb6f2896b8 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: d5cee17e-fbd5-402c-ba19-ee9c79d6ce95 2026-06-05 23:22:40.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c67afa5-587e-4b50-8701-0ecb6f2896b8 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: d5cee17e-fbd5-402c-ba19-ee9c79d6ce95 [pid: 7|app: 0|req: 602/1231] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:22:39 2026] PUT /v2.0/floatingips/59b5d420-f488-4c49-9170-42874710e143/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1232] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/security-groups?tenant_id=79659b2cf87141038511ec662129c1b1&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1233] 10.0.0.110 () {32 vars in 672 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1234] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:40 2026] DELETE /v2.0/security-groups/3705783f-95d1-4f55-b781-f5f6b2ab00a2 => 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: 606/1235] 10.0.0.110 () {32 vars in 686 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1236] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1237] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1238] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:39 2026] PUT /v2.0/routers/c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1239] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/ports?device_id=c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb => 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: 609/1240] 10.0.0.110 () {32 vars in 680 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1241] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1242] 10.0.0.110 () {32 vars in 690 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:40.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-9948d2d2-f1ac-44ee-966d-ccbcaf2d0641 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 39361164-f5b9-4131-a23e-7df84fd57967 [pid: 7|app: 0|req: 612/1243] 10.0.0.110 () {32 vars in 702 bytes} [Fri Jun 5 23:22:40 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:40.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9948d2d2-f1ac-44ee-966d-ccbcaf2d0641 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 39361164-f5b9-4131-a23e-7df84fd57967 2026-06-05 23:22:40.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e38a30c-4dc4-4bdd-a8ea-99c6ef29780f 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] TaaS: Handle Delete Port: c7711ac9-458e-4d28-b7e6-968a47870819 2026-06-05 23:22:40.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e38a30c-4dc4-4bdd-a8ea-99c6ef29780f 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] Tap Mirror: Handle Delete Port: c7711ac9-458e-4d28-b7e6-968a47870819 [pid: 7|app: 0|req: 613/1244] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:40 2026] DELETE /v2.0/floatingips/88085085-bc49-4f99-9d3e-5705a8315736 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:41.074 8 INFO neutron.services.segments.plugin [-] Segment d958fce1-4262-46ae-9d77-4d3255fe22f0 resource provider aggregate not found 2026-06-05 23:22:41.078 8 INFO neutron.services.segments.plugin [-] Segment d958fce1-4262-46ae-9d77-4d3255fe22f0 resource provider aggregate not found 2026-06-05 23:22:41.093 8 INFO neutron.services.segments.plugin [-] Segment d958fce1-4262-46ae-9d77-4d3255fe22f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d958fce1-4262-46ae-9d77-4d3255fe22f0 found for delete ", "request_id": "req-c4164cfe-d3fe-45f0-9cba-35d951b4d78f"}]} 2026-06-05 23:22:41.095 8 INFO neutron.services.segments.plugin [-] Segment d958fce1-4262-46ae-9d77-4d3255fe22f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d958fce1-4262-46ae-9d77-4d3255fe22f0 found for delete ", "request_id": "req-38a989ce-0633-4434-b3a0-2fa190024779"}]} 2026-06-05 23:22:41.100 8 INFO neutron.db.l3_hamode_db [None req-9948d2d2-f1ac-44ee-966d-ccbcaf2d0641 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] HA network 9cc68103-9db9-4c45-b71b-352feb0d07e4 was deleted as no HA routers are present in tenant 846893724f6644b297a69abd9860dea4. [pid: 8|app: 0|req: 632/1245] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:40 2026] DELETE /v2.0/routers/c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:41.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-61c46b22-f23e-44be-8fdd-e5397d91dd8d 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] TaaS: Handle Delete Port: 0dd25d83-e2e5-4900-be1b-26c929088289 2026-06-05 23:22:41.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61c46b22-f23e-44be-8fdd-e5397d91dd8d 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] Tap Mirror: Handle Delete Port: 0dd25d83-e2e5-4900-be1b-26c929088289 [pid: 8|app: 0|req: 633/1246] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/subnets/e4daf0c7-2e6e-4d3a-b830-de841491897f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1247] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/floatingips/f245e7ef-c7ac-43de-9bb2-2e92ce8e5ce5 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1248] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/subnets/cf31216b-47f6-4fb2-96a0-8ab3979d1174 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:41.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9e75869-a169-460c-a5a2-f01fd801c68e 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] TaaS: Handle Delete Port: c17fa734-99a4-4980-b7be-5ae6116f9b5c 2026-06-05 23:22:41.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9e75869-a169-460c-a5a2-f01fd801c68e 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] Tap Mirror: Handle Delete Port: c17fa734-99a4-4980-b7be-5ae6116f9b5c [pid: 8|app: 0|req: 635/1249] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/networks/46a5f1ca-557c-4885-a875-e2d69d14ff53 => 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: 615/1250] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/floatingips/12bf094a-5fdc-42b5-93bf-21b8ce4505d5 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:41.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c60531e-bdc5-4335-a19c-5e53427e1db6 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 361e3473-a6d4-4835-a5f7-b6fccec69eae 2026-06-05 23:22:41.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c60531e-bdc5-4335-a19c-5e53427e1db6 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 361e3473-a6d4-4835-a5f7-b6fccec69eae 2026-06-05 23:22:41.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c33aa10-0130-4610-bb00-2d7eb2640571 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] TaaS: Handle Delete Port: 6cf53862-fc76-4f54-a70a-fad1b551128f 2026-06-05 23:22:41.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c33aa10-0130-4610-bb00-2d7eb2640571 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] Tap Mirror: Handle Delete Port: 6cf53862-fc76-4f54-a70a-fad1b551128f [pid: 8|app: 0|req: 636/1251] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/networks/500f2cdc-64e4-4a2e-994f-1e415755909c => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1252] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/floatingips/59b5d420-f488-4c49-9170-42874710e143 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:41.919 8 INFO neutron.db.segments_db [None req-fcc39a0d-6fa5-4383-a7a9-abfd502142d0 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 of type vxlan for network fc777478-6dc3-4826-b21d-7da09c430a8d [pid: 8|app: 0|req: 637/1253] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:41 2026] POST /v2.0/networks => generated 633 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:42.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-42cf6dc1-dafc-4942-98d1-7553266812b9 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] TaaS: Handle Delete Port: ae6161d8-1aca-48ab-942b-b274e26d96bc 2026-06-05 23:22:42.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42cf6dc1-dafc-4942-98d1-7553266812b9 82ff7a0b1ae04de48ad9911367d96e82 b9d47b3e4b5340c081dfa27b8284d763 - - default default] Tap Mirror: Handle Delete Port: ae6161d8-1aca-48ab-942b-b274e26d96bc [pid: 7|app: 0|req: 617/1254] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:22:41 2026] DELETE /v2.0/floatingips/5f582ab6-1677-4b2e-aa7f-776cab6df36d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1255] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:42 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:42.282 8 INFO neutron.db.segments_db [None req-090d56e0-e5ab-4ec8-8200-f2dfcf4975c4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment 5ffadec3-3864-4668-a569-53a966916111 of type vxlan for network ce8bcf3c-9526-4721-a6ad-e0f74143508e [pid: 7|app: 0|req: 618/1256] 10.0.0.110 () {32 vars in 653 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions => generated 21537 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1257] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1258] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1259] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:22:42 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: 7|app: 0|req: 622/1260] 10.0.0.110 () {32 vars in 665 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1261] 10.0.0.110 () {32 vars in 699 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1262] 10.0.0.110 () {32 vars in 697 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1263] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1264] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1265] 10.0.0.110 () {32 vars in 703 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1266] 10.0.0.110 () {32 vars in 693 bytes} [Fri Jun 5 23:22:42 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: 7|app: 0|req: 629/1267] 10.0.0.110 () {32 vars in 695 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1268] 10.0.0.110 () {32 vars in 685 bytes} [Fri Jun 5 23:22:42 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: 631/1269] 10.0.0.110 () {32 vars in 687 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1270] 10.0.0.110 () {32 vars in 661 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1271] 10.0.0.110 () {32 vars in 699 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1272] 10.0.0.110 () {32 vars in 679 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1273] 10.0.0.110 () {32 vars in 683 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1274] 10.0.0.110 () {32 vars in 675 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1275] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1276] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1277] 10.0.0.110 () {32 vars in 687 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1278] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:42 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: 7|app: 0|req: 641/1279] 10.0.0.110 () {32 vars in 687 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:42.555 8 INFO neutron.db.l3_hamode_db [None req-090d56e0-e5ab-4ec8-8200-f2dfcf4975c4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 642/1280] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1281] 10.0.0.110 () {32 vars in 699 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1282] 10.0.0.110 () {32 vars in 679 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1283] 10.0.0.110 () {32 vars in 667 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1284] 10.0.0.110 () {32 vars in 677 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1285] 10.0.0.110 () {32 vars in 665 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/l3-ha => 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: 648/1286] 10.0.0.110 () {32 vars in 675 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/l3-flavors => 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: 649/1287] 10.0.0.110 () {32 vars in 713 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1288] 10.0.0.110 () {32 vars in 691 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1289] 10.0.0.110 () {32 vars in 683 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1290] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1291] 10.0.0.110 () {32 vars in 687 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1292] 10.0.0.110 () {32 vars in 705 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1293] 10.0.0.110 () {32 vars in 675 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1294] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:42.705 8 INFO neutron.db.l3_hamode_db [None req-090d56e0-e5ab-4ec8-8200-f2dfcf4975c4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 657/1295] 10.0.0.110 () {32 vars in 675 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1296] 10.0.0.110 () {32 vars in 693 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1297] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1298] 10.0.0.110 () {32 vars in 709 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1299] 10.0.0.110 () {32 vars in 705 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1300] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1301] 10.0.0.110 () {32 vars in 697 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1302] 10.0.0.110 () {32 vars in 711 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1303] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1304] 10.0.0.110 () {32 vars in 687 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1305] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1306] 10.0.0.110 () {32 vars in 675 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1307] 10.0.0.110 () {32 vars in 671 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1308] 10.0.0.110 () {32 vars in 661 bytes} [Fri Jun 5 23:22:42 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: 671/1309] 10.0.0.110 () {32 vars in 699 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1310] 10.0.0.110 () {32 vars in 699 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1311] 10.0.0.110 () {32 vars in 677 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1312] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1313] 10.0.0.110 () {32 vars in 683 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1314] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1315] 10.0.0.110 () {32 vars in 685 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1316] 10.0.0.110 () {32 vars in 707 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1317] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1318] 10.0.0.110 () {32 vars in 697 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1319] 10.0.0.110 () {32 vars in 695 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1320] 10.0.0.110 () {32 vars in 685 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1321] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1322] 10.0.0.110 () {32 vars in 705 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1323] 10.0.0.110 () {32 vars in 667 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1324] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1325] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1326] 10.0.0.110 () {32 vars in 691 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1327] 10.0.0.110 () {32 vars in 691 bytes} [Fri Jun 5 23:22:42 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1328] 10.0.0.110 () {32 vars in 695 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1329] 10.0.0.110 () {32 vars in 685 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:43.120 8 INFO neutron.services.segments.plugin [-] Segment 689b6915-968a-4a96-96eb-5f27649f1ec1 resource provider aggregate not found 2026-06-05 23:22:43.127 8 INFO neutron.services.segments.plugin [-] Segment 689b6915-968a-4a96-96eb-5f27649f1ec1 resource provider aggregate not found 2026-06-05 23:22:43.142 8 INFO neutron.services.segments.plugin [-] Segment 689b6915-968a-4a96-96eb-5f27649f1ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 689b6915-968a-4a96-96eb-5f27649f1ec1 found for delete ", "request_id": "req-9cbbca0d-fd42-496e-98eb-2f721e0331f6"}]} 2026-06-05 23:22:43.148 8 INFO neutron.services.segments.plugin [-] Segment 689b6915-968a-4a96-96eb-5f27649f1ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 689b6915-968a-4a96-96eb-5f27649f1ec1 found for delete ", "request_id": "req-e45b6565-6069-457f-b024-3de9341dc746"}]} 2026-06-05 23:22:43.180 8 INFO neutron.services.segments.plugin [-] Segment 19a9aa22-86b6-42c7-9dca-cbed44597573 resource provider aggregate not found 2026-06-05 23:22:43.184 8 INFO neutron.services.segments.plugin [-] Segment 19a9aa22-86b6-42c7-9dca-cbed44597573 resource provider aggregate not found 2026-06-05 23:22:43.199 8 INFO neutron.services.segments.plugin [-] Segment 19a9aa22-86b6-42c7-9dca-cbed44597573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a9aa22-86b6-42c7-9dca-cbed44597573 found for delete ", "request_id": "req-fb68c6b0-8ba0-471e-a6dc-a9e9a026fa40"}]} 2026-06-05 23:22:43.203 8 INFO neutron.services.segments.plugin [-] Segment 19a9aa22-86b6-42c7-9dca-cbed44597573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19a9aa22-86b6-42c7-9dca-cbed44597573 found for delete ", "request_id": "req-ef6b4739-4dc5-4d17-aa0a-f8712942cd52"}]} [pid: 7|app: 0|req: 692/1330] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/security-groups?tenant_id=78b7531387464145a36452f67a949d59&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1331] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:43 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: 639/1332] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:42 2026] POST /v2.0/routers => generated 510 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1333] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1334] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:43 2026] DELETE /v2.0/security-groups/d78ea359-4e2d-4fab-97ed-27fa76bce894 => 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: 695/1335] 10.0.0.110 () {32 vars in 703 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1336] 10.0.0.110 () {32 vars in 713 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1337] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1338] 10.0.0.110 () {32 vars in 715 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1339] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1340] 10.0.0.110 () {32 vars in 741 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1341] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1342] 10.0.0.110 () {32 vars in 683 bytes} [Fri Jun 5 23:22:43 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: 703/1343] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1344] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1345] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/security-groups?tenant_id=70c37441d0bd4c5d9189137336d9fb8f&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1346] 10.0.0.110 () {32 vars in 679 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1349] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:43 2026] DELETE /v2.0/security-groups/084d1e32-6b4b-43c7-9c46-1c0d599347e4 => 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: 710/1350] 10.0.0.110 () {32 vars in 669 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1351] 10.0.0.110 () {32 vars in 697 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1352] 10.0.0.110 () {32 vars in 705 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1353] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1354] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1355] 10.0.0.110 () {32 vars in 683 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1356] 10.0.0.110 () {32 vars in 705 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1357] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:43 2026] POST /v2.0/ports => generated 960 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1358] 10.0.0.110 () {32 vars in 695 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 718/1359] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1360] 10.0.0.110 () {32 vars in 697 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1361] 10.0.0.110 () {32 vars in 679 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1362] 10.0.0.110 () {32 vars in 689 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1363] 10.0.0.110 () {32 vars in 701 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1364] 10.0.0.110 () {32 vars in 665 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1365] 10.0.0.110 () {32 vars in 681 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1366] 10.0.0.110 () {32 vars in 677 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1367] 10.0.0.110 () {32 vars in 693 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1368] 10.0.0.110 () {32 vars in 677 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1369] 10.0.0.110 () {32 vars in 667 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1370] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1371] 10.0.0.110 () {32 vars in 675 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1372] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:43 2026] GET /v2.0/security-groups?tenant_id=b9d47b3e4b5340c081dfa27b8284d763&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1373] 10.0.0.110 () {32 vars in 687 bytes} [Fri Jun 5 23:22:43 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: 733/1374] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:43 2026] DELETE /v2.0/security-groups/af4afdfb-6dee-4540-b39c-0036928ad91d => 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: 734/1375] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:22:44 2026] GET /v2.0/security-groups?tenant_id=d9fadd0e7b4746938ba5b6e6551f8f2b&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1376] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:43 2026] PUT /v2.0/routers/cde9c36f-6681-4420-9484-2245a574dcbf/add_router_interface => generated 309 bytes in 1114 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: 735/1377] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:22:44 2026] DELETE /v2.0/security-groups/7447c016-a522-4a94-b594-dbd2466a467f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1378] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:44 2026] GET /v2.0/ports/6bcb7d75-ede2-4ee1-8a74-84e0e308874b => generated 1034 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:45.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd0c5033-ccc8-430e-a2e4-e614e393a06b 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 6bcb7d75-ede2-4ee1-8a74-84e0e308874b 2026-06-05 23:22:45.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd0c5033-ccc8-430e-a2e4-e614e393a06b 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 6bcb7d75-ede2-4ee1-8a74-84e0e308874b [pid: 7|app: 0|req: 736/1379] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:44 2026] PUT /v2.0/routers/cde9c36f-6681-4420-9484-2245a574dcbf/remove_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:46.181 8 INFO neutron.api.v2.resource [None req-c06b194c-f579-4484-8256-001acf557456 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 644/1380] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:46 2026] PUT /v2.0/routers/cde9c36f-6681-4420-9484-2245a574dcbf/remove_router_interface => generated 197 bytes in 149 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: 737/1381] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:46 2026] GET /v2.0/ports?device_id=cde9c36f-6681-4420-9484-2245a574dcbf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:46.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-485b71ae-47bb-4913-958f-b6dbb4fd1874 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: f57bc650-a76a-4b1c-8eb9-47d051263979 2026-06-05 23:22:46.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-485b71ae-47bb-4913-958f-b6dbb4fd1874 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: f57bc650-a76a-4b1c-8eb9-47d051263979 2026-06-05 23:22:46.762 8 INFO neutron.services.segments.plugin [-] Segment 5ffadec3-3864-4668-a569-53a966916111 resource provider aggregate not found 2026-06-05 23:22:46.769 8 INFO neutron.services.segments.plugin [-] Segment 5ffadec3-3864-4668-a569-53a966916111 resource provider aggregate not found 2026-06-05 23:22:46.781 8 INFO neutron.services.segments.plugin [-] Segment 5ffadec3-3864-4668-a569-53a966916111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffadec3-3864-4668-a569-53a966916111 found for delete ", "request_id": "req-97c5ecf9-58c5-4d01-917f-c1fafdb502fa"}]} 2026-06-05 23:22:46.785 8 INFO neutron.services.segments.plugin [-] Segment 5ffadec3-3864-4668-a569-53a966916111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffadec3-3864-4668-a569-53a966916111 found for delete ", "request_id": "req-554b603b-86ab-4376-936f-0bd72e817f1f"}]} 2026-06-05 23:22:46.801 8 INFO neutron.db.l3_hamode_db [None req-485b71ae-47bb-4913-958f-b6dbb4fd1874 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] HA network ce8bcf3c-9526-4721-a6ad-e0f74143508e was deleted as no HA routers are present in tenant 846893724f6644b297a69abd9860dea4. [pid: 8|app: 0|req: 645/1382] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:46 2026] DELETE /v2.0/routers/cde9c36f-6681-4420-9484-2245a574dcbf => generated 0 bytes in 595 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1383] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:46 2026] DELETE /v2.0/subnets/45d10164-10af-4cca-af7e-783a8fe5f899 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:46.983 7 INFO neutron.db.segments_db [None req-2a1d2ce5-f542-460f-b9da-a94cd6420f0c e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 of type vxlan for network 267d723e-e360-4527-af39-d7f072e5fb5a 2026-06-05 23:22:47.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd4d8246-b52a-4872-a12b-eadb063f02c4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 9edc80bf-99ec-4eb0-a41d-cf10d18f51fa 2026-06-05 23:22:47.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd4d8246-b52a-4872-a12b-eadb063f02c4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 9edc80bf-99ec-4eb0-a41d-cf10d18f51fa [pid: 7|app: 0|req: 738/1384] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:46 2026] POST /v2.0/networks => generated 630 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:47.140 7 INFO neutron.db.segments_db [None req-6e732d60-8c55-4e97-9280-a4d316a53543 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment c33841f7-854c-4a07-8888-f0a64ae507a1 of type vxlan for network 22a913d9-cf99-4588-9e55-c1feb7d90e81 [pid: 7|app: 0|req: 739/1385] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/networks => generated 630 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1386] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:46 2026] DELETE /v2.0/networks/fc777478-6dc3-4826-b21d-7da09c430a8d => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:47.322 8 INFO neutron.db.segments_db [None req-49d810bf-c056-4822-9750-a07f3516c813 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment f1e4ebc8-3900-4786-8ddd-da446041fd41 of type vxlan for network d1406606-1b14-4709-afe3-1bdfe0f67958 [pid: 8|app: 0|req: 648/1387] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/networks => generated 634 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1388] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1389] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/subnets => generated 646 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1390] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:47.729 8 INFO neutron.db.segments_db [None req-a00ac6f8-3b31-4751-96bd-487b3c91730e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment 5872092d-c2cf-4551-b96c-8cca58eae707 of type vxlan for network 2efbf31a-49b6-4461-88ba-76447ec68992 2026-06-05 23:22:47.776 7 INFO neutron.db.segments_db [None req-8e5f9098-2bd7-4794-8d3f-2e614f3efe6d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment af8623f6-6031-4370-8e45-1bdb25e260ef of type vxlan for network b6a38333-5575-4e60-a8e8-db60e3bda6cc 2026-06-05 23:22:48.040 7 INFO neutron.db.l3_hamode_db [None req-8e5f9098-2bd7-4794-8d3f-2e614f3efe6d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:48.042 8 INFO neutron.db.l3_hamode_db [None req-a00ac6f8-3b31-4751-96bd-487b3c91730e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:48.145 7 INFO neutron.db.l3_hamode_db [None req-8e5f9098-2bd7-4794-8d3f-2e614f3efe6d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:48.173 8 INFO neutron.db.l3_hamode_db [None req-a00ac6f8-3b31-4751-96bd-487b3c91730e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 742/1391] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/routers => generated 506 bytes in 989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1392] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:47 2026] POST /v2.0/routers => generated 511 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:48.811 8 INFO neutron.services.segments.plugin [-] Segment 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 resource provider aggregate not found 2026-06-05 23:22:48.814 8 INFO neutron.services.segments.plugin [-] Segment 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 resource provider aggregate not found 2026-06-05 23:22:48.837 8 INFO neutron.services.segments.plugin [-] Segment 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 found for delete ", "request_id": "req-9e55dc29-560e-4859-8ed8-6732bdf63593"}]} 2026-06-05 23:22:48.837 8 INFO neutron.services.segments.plugin [-] Segment 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98e320ef-2053-4c5a-8dd1-e2b8e9e87311 found for delete ", "request_id": "req-45491577-23e0-48b7-a952-caf8156b7b44"}]} 2026-06-05 23:22:48.932 7 INFO neutron.db.segments_db [None req-04fca009-5bc2-46d4-9a92-fb5f28758cf0 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Added segment c163f107-7790-40ec-ae21-d30dd5f943c7 of type vxlan for network 59b4475f-0606-4cd6-8609-3d4a974b111a 2026-06-05 23:22:49.171 7 INFO neutron.db.l3_hamode_db [None req-04fca009-5bc2-46d4-9a92-fb5f28758cf0 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:49.300 7 INFO neutron.db.l3_hamode_db [None req-04fca009-5bc2-46d4-9a92-fb5f28758cf0 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 651/1393] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:48 2026] PUT /v2.0/routers/527f57b9-7ce9-4ac2-98a2-53278c973002/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1394] 10.0.0.110 () {34 vars in 668 bytes} [Fri Jun 5 23:22:48 2026] POST /v2.0/routers => generated 474 bytes in 1221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1395] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:49 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1396] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:50 2026] GET /v2.0/ports/d7eb58da-7f1e-4fb1-81cf-a0120a099beb => generated 955 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:50.066 7 INFO neutron.db.l3_hamode_db [None req-9369ec80-2cbb-4da0-a74a-927c4e3b006d b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:50.229 7 INFO neutron.db.l3_hamode_db [None req-9369ec80-2cbb-4da0-a74a-927c4e3b006d b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 746/1397] 10.0.0.110 () {34 vars in 668 bytes} [Fri Jun 5 23:22:50 2026] POST /v2.0/routers => generated 474 bytes in 813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1398] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:50 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1399] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:49 2026] PUT /v2.0/routers/65014736-c9d3-46a7-8268-8524e5fce215/add_router_interface => generated 309 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:51.402 8 INFO neutron.db.l3_hamode_db [None req-38cd53f3-1963-4508-abc2-0a9309b47c81 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:51.521 8 INFO neutron.db.l3_hamode_db [None req-38cd53f3-1963-4508-abc2-0a9309b47c81 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 748/1400] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:50 2026] PUT /v2.0/routers/527f57b9-7ce9-4ac2-98a2-53278c973002/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1401] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:52 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1402] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:52 2026] GET /v2.0/ports/09251c8a-de48-4d72-adf0-98324c70b3ec => generated 959 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1403] 10.0.0.110 () {34 vars in 668 bytes} [Fri Jun 5 23:22:51 2026] POST /v2.0/routers => generated 474 bytes in 834 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1404] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:52 2026] GET /v2.0/ports/7c5a7bb8-e093-4034-a03c-05234aab3a03 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1405] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:52 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:52.257 8 INFO neutron.db.l3_hamode_db [None req-6f43f01d-ac08-4a8f-b28c-6426b48b1827 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:52.377 8 INFO neutron.db.l3_hamode_db [None req-6f43f01d-ac08-4a8f-b28c-6426b48b1827 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:52.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ed8214d-4fa1-44c3-a43f-f01f01018ccf 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 09251c8a-de48-4d72-adf0-98324c70b3ec 2026-06-05 23:22:52.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ed8214d-4fa1-44c3-a43f-f01f01018ccf 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 09251c8a-de48-4d72-adf0-98324c70b3ec [pid: 7|app: 0|req: 752/1406] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:52 2026] PUT /v2.0/routers/65014736-c9d3-46a7-8268-8524e5fce215/remove_router_interface => generated 309 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1407] 10.0.0.110 () {34 vars in 668 bytes} [Fri Jun 5 23:22:52 2026] POST /v2.0/routers => generated 474 bytes in 788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1408] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:53 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1409] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:53 2026] GET /v2.0/ports?device_id=65014736-c9d3-46a7-8268-8524e5fce215 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:53.144 8 INFO neutron.db.l3_hamode_db [None req-787f1864-eea8-4226-afb8-89c8e1dedb80 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:53.265 8 INFO neutron.db.l3_hamode_db [None req-787f1864-eea8-4226-afb8-89c8e1dedb80 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:53.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-fef814a3-f360-481b-af3a-40cf6fe950e9 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 7c5a7bb8-e093-4034-a03c-05234aab3a03 2026-06-05 23:22:53.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fef814a3-f360-481b-af3a-40cf6fe950e9 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 7c5a7bb8-e093-4034-a03c-05234aab3a03 [pid: 7|app: 0|req: 753/1410] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:52 2026] PUT /v2.0/routers/527f57b9-7ce9-4ac2-98a2-53278c973002/remove_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1411] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:53 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&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: 658/1412] 10.0.0.110 () {34 vars in 668 bytes} [Fri Jun 5 23:22:53 2026] POST /v2.0/routers => generated 474 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:22:54.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-e20f0b6b-8149-45ac-95ff-61cd6fe9e903 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: fc25a6d6-ca7e-49bd-94dc-4e2763b7fd12 2026-06-05 23:22:54.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e20f0b6b-8149-45ac-95ff-61cd6fe9e903 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: fc25a6d6-ca7e-49bd-94dc-4e2763b7fd12 2026-06-05 23:22:54.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2e7a5d2-b6a5-4040-8db4-b57d8616e7c0 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: d7eb58da-7f1e-4fb1-81cf-a0120a099beb 2026-06-05 23:22:54.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e7a5d2-b6a5-4040-8db4-b57d8616e7c0 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: d7eb58da-7f1e-4fb1-81cf-a0120a099beb 2026-06-05 23:22:54.363 7 INFO neutron.services.segments.plugin [-] Segment 5872092d-c2cf-4551-b96c-8cca58eae707 resource provider aggregate not found 2026-06-05 23:22:54.372 7 INFO neutron.services.segments.plugin [-] Segment 5872092d-c2cf-4551-b96c-8cca58eae707 resource provider aggregate not found 2026-06-05 23:22:54.388 7 INFO neutron.services.segments.plugin [-] Segment 5872092d-c2cf-4551-b96c-8cca58eae707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5872092d-c2cf-4551-b96c-8cca58eae707 found for delete ", "request_id": "req-7ac17840-fd84-48cf-957d-4c05d2dfafcb"}]} 2026-06-05 23:22:54.389 7 INFO neutron.services.segments.plugin [-] Segment 5872092d-c2cf-4551-b96c-8cca58eae707 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5872092d-c2cf-4551-b96c-8cca58eae707 found for delete ", "request_id": "req-54ee804d-8616-4a02-bf55-5465f9fad230"}]} 2026-06-05 23:22:54.396 7 INFO neutron.db.l3_hamode_db [None req-e20f0b6b-8149-45ac-95ff-61cd6fe9e903 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] HA network 2efbf31a-49b6-4461-88ba-76447ec68992 was deleted as no HA routers are present in tenant 846893724f6644b297a69abd9860dea4. [pid: 7|app: 0|req: 755/1413] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:53 2026] DELETE /v2.0/routers/65014736-c9d3-46a7-8268-8524e5fce215 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1414] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:22:54 2026] PUT /v2.0/routers/8744261d-e816-4be8-b0bb-d50c62eaec6a/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1415] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:22:54 2026] GET /v2.0/ports?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 659/1416] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:22:53 2026] PUT /v2.0/routers/527f57b9-7ce9-4ac2-98a2-53278c973002/remove_router_interface => generated 309 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1417] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:54 2026] DELETE /v2.0/subnets/f9e49284-41bf-4ce7-bb50-74aa904d502e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1418] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:22:54 2026] GET /v2.0/networks?id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5 => generated 772 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1419] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:22:54 2026] PUT /v2.0/routers/22b270fb-60d5-43a5-8b61-d30e3664126c/tags => generated 25 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1420] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:54 2026] GET /v2.0/ports?device_id=527f57b9-7ce9-4ac2-98a2-53278c973002 => 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: 761/1421] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a11e9b43-deaa-45a1-bde1-f8d29241c32e => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:54.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-70830b1d-987e-4a4b-a522-84584d38b570 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 507ae88c-6e50-4b60-b9f9-8c0a07a47a7e 2026-06-05 23:22:54.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70830b1d-987e-4a4b-a522-84584d38b570 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 507ae88c-6e50-4b60-b9f9-8c0a07a47a7e [pid: 7|app: 0|req: 762/1422] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:22:54 2026] PUT /v2.0/routers/c4c49546-68b2-457d-9b74-8076a2504bb4/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:55.042 8 INFO neutron.services.segments.plugin [-] Segment f1e4ebc8-3900-4786-8ddd-da446041fd41 resource provider aggregate not found 2026-06-05 23:22:55.045 8 INFO neutron.services.segments.plugin [-] Segment f1e4ebc8-3900-4786-8ddd-da446041fd41 resource provider aggregate not found 2026-06-05 23:22:55.060 8 INFO neutron.services.segments.plugin [-] Segment f1e4ebc8-3900-4786-8ddd-da446041fd41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e4ebc8-3900-4786-8ddd-da446041fd41 found for delete ", "request_id": "req-698550dd-eaee-4ac9-8918-b8a3ca63485b"}]} 2026-06-05 23:22:55.061 8 INFO neutron.services.segments.plugin [-] Segment f1e4ebc8-3900-4786-8ddd-da446041fd41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e4ebc8-3900-4786-8ddd-da446041fd41 found for delete ", "request_id": "req-73a9e302-168b-4acf-b804-973921f334b1"}]} 2026-06-05 23:22:55.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-6551ead3-861c-4464-a0f0-24219682beec e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: bd1ddf9e-c7b5-4fde-aab1-a5a02daad1bd [pid: 8|app: 0|req: 661/1423] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:54 2026] DELETE /v2.0/networks/d1406606-1b14-4709-afe3-1bdfe0f67958 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:55.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6551ead3-861c-4464-a0f0-24219682beec e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: bd1ddf9e-c7b5-4fde-aab1-a5a02daad1bd [pid: 8|app: 0|req: 662/1424] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/subnets?id=ccdd3dd2-e575-490a-8d0f-1203ac9664e4 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1425] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1426] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:22:55 2026] PUT /v2.0/routers/58e0a005-f8fb-4db4-852c-bfb87203af75/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:55.279 8 INFO neutron.db.segments_db [None req-c49de3df-814c-4c59-97cf-216c3f9fdc1e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Added segment 4c27d9f8-dcad-4899-a946-703984fe8f17 of type vxlan for network 861d8f6d-8893-4aa0-9652-3ff4712df8e9 2026-06-05 23:22:55.442 7 INFO neutron.db.l3_hamode_db [None req-6551ead3-861c-4464-a0f0-24219682beec e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] HA network b6a38333-5575-4e60-a8e8-db60e3bda6cc was deleted as no HA routers are present in tenant fdb8a48a57ec4eec9337d3bc12610214. [pid: 7|app: 0|req: 763/1427] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:54 2026] DELETE /v2.0/routers/527f57b9-7ce9-4ac2-98a2-53278c973002 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1428] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/ports?network_id=1ffb2ff3-e221-4108-afb8-4b8f45f15ed5&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:55.498 8 INFO neutron.db.l3_hamode_db [None req-c49de3df-814c-4c59-97cf-216c3f9fdc1e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 765/1429] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1430] 10.0.0.110 () {32 vars in 664 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1431] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:55 2026] DELETE /v2.0/subnets/0bdad588-5a5c-42ef-8e6d-97503830018b => 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: 768/1432] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?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: 769/1433] 10.0.0.110 () {32 vars in 678 bytes} [Fri Jun 5 23:22:55 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1434] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:55 2026] DELETE /v2.0/subnets/97e37171-4b84-4848-9449-e8faf0ab22ef => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1435] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5?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: 772/1436] 10.0.0.110 () {32 vars in 674 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1437] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:56 2026] DELETE /v2.0/networks/22a913d9-cf99-4588-9e55-c1feb7d90e81 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:22:56.301 8 INFO neutron.db.l3_hamode_db [None req-c49de3df-814c-4c59-97cf-216c3f9fdc1e 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 774/1438] 10.0.0.110 () {32 vars in 686 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:22:56.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-08dba53b-8bec-4f1a-aad3-3cb293b23a1f e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: dcd59af1-98c5-49a8-9bb0-14b79d57257b 2026-06-05 23:22:56.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08dba53b-8bec-4f1a-aad3-3cb293b23a1f e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: dcd59af1-98c5-49a8-9bb0-14b79d57257b 2026-06-05 23:22:56.417 7 INFO neutron.services.segments.plugin [-] Segment af8623f6-6031-4370-8e45-1bdb25e260ef resource provider aggregate not found 2026-06-05 23:22:56.422 7 INFO neutron.services.segments.plugin [-] Segment af8623f6-6031-4370-8e45-1bdb25e260ef resource provider aggregate not found 2026-06-05 23:22:56.439 7 INFO neutron.services.segments.plugin [-] Segment af8623f6-6031-4370-8e45-1bdb25e260ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af8623f6-6031-4370-8e45-1bdb25e260ef found for delete ", "request_id": "req-96a98189-85bf-464d-90b3-38f52c1e58f7"}]} 2026-06-05 23:22:56.451 7 INFO neutron.services.segments.plugin [-] Segment af8623f6-6031-4370-8e45-1bdb25e260ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af8623f6-6031-4370-8e45-1bdb25e260ef found for delete ", "request_id": "req-8272c331-bbe4-44c4-ac8b-395941cdead5"}]} 2026-06-05 23:22:56.457 7 INFO neutron.services.segments.plugin [-] Segment c33841f7-854c-4a07-8888-f0a64ae507a1 resource provider aggregate not found 2026-06-05 23:22:56.472 7 INFO neutron.services.segments.plugin [-] Segment c33841f7-854c-4a07-8888-f0a64ae507a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c33841f7-854c-4a07-8888-f0a64ae507a1 found for delete ", "request_id": "req-20cb7e05-43b6-48ba-9867-f9c30c505ccf"}]} 2026-06-05 23:22:56.473 7 INFO neutron.services.segments.plugin [-] Segment c33841f7-854c-4a07-8888-f0a64ae507a1 resource provider aggregate not found 2026-06-05 23:22:56.494 7 INFO neutron.services.segments.plugin [-] Segment c33841f7-854c-4a07-8888-f0a64ae507a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c33841f7-854c-4a07-8888-f0a64ae507a1 found for delete ", "request_id": "req-4e243bde-c981-4683-bab0-7c049985bc62"}]} [pid: 7|app: 0|req: 775/1439] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:22:56 2026] DELETE /v2.0/networks/267d723e-e360-4527-af39-d7f072e5fb5a => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1440] 10.0.0.110 () {32 vars in 672 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1441] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:56.822 7 INFO neutron.db.segments_db [None req-672ac6ac-aa02-4269-87e2-4510c31f989b e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 of type vxlan for network 0b490b14-3b3e-4177-b5d3-fd2101f807e2 [pid: 7|app: 0|req: 778/1442] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:22:56 2026] POST /v2.0/networks => generated 629 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1443] 10.0.0.110 () {32 vars in 686 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1444] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:56 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1445] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:55 2026] POST /v2.0/routers => generated 691 bytes in 1993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1446] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:57 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1447] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:22:57 2026] GET /v2.0/routers/126285f5-ae80-43ae-9684-8fca8e6d18fc => generated 697 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1448] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:22:57 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) 2026-06-05 23:22:57.346 7 INFO neutron.db.segments_db [None req-89f86380-d4e1-4261-b7e3-93af77747fce e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment 85d04ca4-8762-42af-8018-2685b1c018ca of type vxlan for network 4527193c-b9c9-4f57-b943-7108baa2af49 [pid: 8|app: 0|req: 667/1449] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:22:57 2026] GET /v2.0/routers => generated 700 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1450] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:22:57 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:57.618 7 INFO neutron.db.l3_hamode_db [None req-89f86380-d4e1-4261-b7e3-93af77747fce e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:22:57.760 7 INFO neutron.db.l3_hamode_db [None req-89f86380-d4e1-4261-b7e3-93af77747fce e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 669/1451] 10.0.0.110 () {34 vars in 741 bytes} [Fri Jun 5 23:22:57 2026] PUT /v2.0/routers/126285f5-ae80-43ae-9684-8fca8e6d18fc => generated 704 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1452] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:22:57 2026] GET /v2.0/routers/8744261d-e816-4be8-b0bb-d50c62eaec6a => generated 485 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1453] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:22:57 2026] GET /v2.0/routers/126285f5-ae80-43ae-9684-8fca8e6d18fc => generated 704 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1454] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:22:57 2026] POST /v2.0/routers => generated 506 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1455] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:58 2026] GET /v2.0/ports?device_id=126285f5-ae80-43ae-9684-8fca8e6d18fc => 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: 785/1456] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:22:58 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:58.501 7 INFO neutron.services.segments.plugin [-] Segment 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 resource provider aggregate not found 2026-06-05 23:22:58.522 7 INFO neutron.services.segments.plugin [-] Segment 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 resource provider aggregate not found 2026-06-05 23:22:58.526 7 INFO neutron.services.segments.plugin [-] Segment 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 found for delete ", "request_id": "req-aef640e6-199e-4242-ba07-44884ed4282e"}]} 2026-06-05 23:22:58.545 7 INFO neutron.services.segments.plugin [-] Segment 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 953f4af4-7ca7-4dbc-980d-8f739b7e1f26 found for delete ", "request_id": "req-06eb90d5-ede3-4e0a-b445-33f3a476a259"}]} [pid: 8|app: 0|req: 672/1457] 10.0.0.110 () {34 vars in 742 bytes} [Fri Jun 5 23:22:58 2026] PUT /v2.0/routers/8744261d-e816-4be8-b0bb-d50c62eaec6a => generated 485 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:58.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2f8f787-7f29-469f-af52-70b189cd04b4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 015b0b65-3b5c-453b-9f3b-bfa14f2b4af3 2026-06-05 23:22:58.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2f8f787-7f29-469f-af52-70b189cd04b4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 015b0b65-3b5c-453b-9f3b-bfa14f2b4af3 [pid: 7|app: 0|req: 786/1458] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:22:58 2026] POST /v2.0/ports => generated 948 bytes in 388 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: 787/1459] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:22:58 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1462] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:58 2026] GET /v2.0/ports?device_id=8744261d-e816-4be8-b0bb-d50c62eaec6a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:22:59.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2f8f787-7f29-469f-af52-70b189cd04b4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] TaaS: Handle Delete Port: 53b3c9cd-6e55-4f32-92c3-5511671c61d0 2026-06-05 23:22:59.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2f8f787-7f29-469f-af52-70b189cd04b4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] Tap Mirror: Handle Delete Port: 53b3c9cd-6e55-4f32-92c3-5511671c61d0 2026-06-05 23:22:59.387 8 INFO neutron.services.segments.plugin [-] Segment 4c27d9f8-dcad-4899-a946-703984fe8f17 resource provider aggregate not found 2026-06-05 23:22:59.391 8 INFO neutron.services.segments.plugin [-] Segment 4c27d9f8-dcad-4899-a946-703984fe8f17 resource provider aggregate not found 2026-06-05 23:22:59.408 8 INFO neutron.db.l3_hamode_db [None req-d2f8f787-7f29-469f-af52-70b189cd04b4 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] HA network 861d8f6d-8893-4aa0-9652-3ff4712df8e9 was deleted as no HA routers are present in tenant 846893724f6644b297a69abd9860dea4. 2026-06-05 23:22:59.415 8 INFO neutron.services.segments.plugin [-] Segment 4c27d9f8-dcad-4899-a946-703984fe8f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c27d9f8-dcad-4899-a946-703984fe8f17 found for delete ", "request_id": "req-c31fc16f-a777-4c37-835b-0d716e1b4140"}]} 2026-06-05 23:22:59.418 8 INFO neutron.services.segments.plugin [-] Segment 4c27d9f8-dcad-4899-a946-703984fe8f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c27d9f8-dcad-4899-a946-703984fe8f17 found for delete ", "request_id": "req-a2503be8-e2bf-4933-99af-bec86be6919b"}]} [pid: 8|app: 0|req: 673/1463] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:58 2026] DELETE /v2.0/routers/126285f5-ae80-43ae-9684-8fca8e6d18fc => generated 0 bytes in 801 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:22:59.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd821521-8154-49c5-8889-4accf76ba84a b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] TaaS: Handle Delete Port: 386e5a0f-1191-4902-8b8f-7992c783e1c5 2026-06-05 23:22:59.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd821521-8154-49c5-8889-4accf76ba84a b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Tap Mirror: Handle Delete Port: 386e5a0f-1191-4902-8b8f-7992c783e1c5 [pid: 8|app: 0|req: 674/1464] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:59 2026] DELETE /v2.0/routers/8744261d-e816-4be8-b0bb-d50c62eaec6a => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1465] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:59 2026] GET /v2.0/ports?device_id=126285f5-ae80-43ae-9684-8fca8e6d18fc => 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: 676/1466] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:22:59 2026] GET /v2.0/routers/22b270fb-60d5-43a5-8b61-d30e3664126c => generated 493 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:22:59.799 8 INFO neutron.api.v2.resource [None req-5c2b866b-9fec-44d5-8d3a-53719aec2573 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1467] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:22:59 2026] DELETE /v2.0/routers/126285f5-ae80-43ae-9684-8fca8e6d18fc => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1468] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:22:58 2026] PUT /v2.0/routers/54e6bf85-8eb0-4fc0-9275-6e9906a4fb82/add_router_interface => generated 309 bytes in 1035 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: 792/1469] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:22:59 2026] GET /v2.0/ports?device_id=65014736-c9d3-46a7-8268-8524e5fce215 => 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: 793/1470] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:22:59 2026] GET /v2.0/ports/8795733c-4279-4015-a13a-14b438db1e16 => generated 1022 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1471] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:00.060 7 INFO neutron.api.v2.resource [None req-4db245fa-8f54-4fc0-898b-b449bf3085ad 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 795/1472] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/routers/65014736-c9d3-46a7-8268-8524e5fce215 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:23:00.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-70078029-a0a7-4d6f-a107-00f0fc126b7c e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 8795733c-4279-4015-a13a-14b438db1e16 2026-06-05 23:23:00.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70078029-a0a7-4d6f-a107-00f0fc126b7c e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 8795733c-4279-4015-a13a-14b438db1e16 [pid: 8|app: 0|req: 678/1473] 10.0.0.110 () {34 vars in 742 bytes} [Fri Jun 5 23:22:59 2026] PUT /v2.0/routers/22b270fb-60d5-43a5-8b61-d30e3664126c => generated 493 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1474] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:00.379 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a60c35d8-47de-4678-894f-2ed7fbacd9dd 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1475] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/subnets/f9e49284-41bf-4ce7-bb50-74aa904d502e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1476] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/ports?device_id=22b270fb-60d5-43a5-8b61-d30e3664126c => 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: 682/1477] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/ports?device_id=cde9c36f-6681-4420-9484-2245a574dcbf => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:00.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0ce62a0-5e55-4e2d-8b3b-3de2672695ff b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] TaaS: Handle Delete Port: 8c5a88be-a5cf-408b-b12d-bb7bb6c85555 2026-06-05 23:23:00.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0ce62a0-5e55-4e2d-8b3b-3de2672695ff b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Tap Mirror: Handle Delete Port: 8c5a88be-a5cf-408b-b12d-bb7bb6c85555 [pid: 8|app: 0|req: 683/1478] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/routers/22b270fb-60d5-43a5-8b61-d30e3664126c => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:00.817 8 INFO neutron.api.v2.resource [None req-fcce32f6-ad5e-4529-89b9-3e8144a88bd7 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 684/1479] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/routers/cde9c36f-6681-4420-9484-2245a574dcbf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1480] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:23:00 2026] PUT /v2.0/routers/54e6bf85-8eb0-4fc0-9275-6e9906a4fb82/remove_router_interface => generated 309 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:23:00.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40c2f085-c926-4c78-a84d-429f6ecface3 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1481] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/subnets/45d10164-10af-4cca-af7e-783a8fe5f899 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1482] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/routers/c4c49546-68b2-457d-9b74-8076a2504bb4 => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1483] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/ports?device_id=c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:00.958 7 INFO neutron.api.v2.resource [None req-62540d3a-f78b-41b0-8679-fdeb70a27e46 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 798/1484] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:23:00 2026] PUT /v2.0/routers/54e6bf85-8eb0-4fc0-9275-6e9906a4fb82/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:23:00.979 7 INFO neutron.api.v2.resource [None req-24f1a08d-fe18-40da-91dc-df19ea50d3cf 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 799/1485] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/routers/c7b8a7bf-d2e5-4ce5-8407-bbc7aecffedb => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1486] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:00 2026] GET /v2.0/ports?device_id=54e6bf85-8eb0-4fc0-9275-6e9906a4fb82 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:01.008 7 INFO neutron.pecan_wsgi.hooks.translation [None req-540296a6-25fd-4b13-bde8-13f59d6f1f4d 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1487] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:00 2026] DELETE /v2.0/subnets/e4daf0c7-2e6e-4d3a-b830-de841491897f => 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: 687/1488] 10.0.0.110 () {34 vars in 742 bytes} [Fri Jun 5 23:23:00 2026] PUT /v2.0/routers/c4c49546-68b2-457d-9b74-8076a2504bb4 => generated 502 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:01.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b6c5de7-7d34-4d36-8efa-e08f497d5786 88cd0b4900ea4e2592c15e27e2cf1f78 846893724f6644b297a69abd9860dea4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1489] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:01 2026] DELETE /v2.0/subnets/cf31216b-47f6-4fb2-96a0-8ab3979d1174 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1490] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:01 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1491] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:01 2026] GET /v2.0/ports?device_id=c4c49546-68b2-457d-9b74-8076a2504bb4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:01.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fd734e0-6a72-4dea-a244-409afc862d72 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 98ca512e-6587-4769-8183-ae4c5ccc09ff 2026-06-05 23:23:01.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fd734e0-6a72-4dea-a244-409afc862d72 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 98ca512e-6587-4769-8183-ae4c5ccc09ff [pid: 8|app: 0|req: 691/1492] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:01 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:01.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f7cc78d-a066-4fec-a12c-b1fd120a4c14 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] TaaS: Handle Delete Port: 835101fa-2811-4e09-83b9-ad9f94c476f5 2026-06-05 23:23:01.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f7cc78d-a066-4fec-a12c-b1fd120a4c14 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Tap Mirror: Handle Delete Port: 835101fa-2811-4e09-83b9-ad9f94c476f5 2026-06-05 23:23:02.072 7 INFO neutron.services.segments.plugin [-] Segment 85d04ca4-8762-42af-8018-2685b1c018ca resource provider aggregate not found 2026-06-05 23:23:02.089 7 INFO neutron.services.segments.plugin [-] Segment 85d04ca4-8762-42af-8018-2685b1c018ca resource provider aggregate not found 2026-06-05 23:23:02.096 7 INFO neutron.services.segments.plugin [-] Segment 85d04ca4-8762-42af-8018-2685b1c018ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85d04ca4-8762-42af-8018-2685b1c018ca found for delete ", "request_id": "req-204b5211-3bbb-485e-8206-b8e8189ee8f1"}]} 2026-06-05 23:23:02.101 7 INFO neutron.db.l3_hamode_db [None req-9fd734e0-6a72-4dea-a244-409afc862d72 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] HA network 4527193c-b9c9-4f57-b943-7108baa2af49 was deleted as no HA routers are present in tenant fdb8a48a57ec4eec9337d3bc12610214. [pid: 8|app: 0|req: 692/1493] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:01 2026] DELETE /v2.0/routers/c4c49546-68b2-457d-9b74-8076a2504bb4 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1494] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:01 2026] DELETE /v2.0/routers/54e6bf85-8eb0-4fc0-9275-6e9906a4fb82 => generated 0 bytes in 1101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:02.117 7 INFO neutron.services.segments.plugin [-] Segment 85d04ca4-8762-42af-8018-2685b1c018ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85d04ca4-8762-42af-8018-2685b1c018ca found for delete ", "request_id": "req-5f7835cc-8669-48cd-a232-a99cc2202f88"}]} [pid: 8|app: 0|req: 693/1495] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:23:02 2026] GET /v2.0/routers/58e0a005-f8fb-4db4-852c-bfb87203af75 => generated 487 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1496] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:02 2026] DELETE /v2.0/subnets/8662043a-adfe-4727-8822-d50c15d6fb53 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1497] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:02 2026] GET /v2.0/security-groups?tenant_id=846893724f6644b297a69abd9860dea4&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:02.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-27f2c838-60e8-4bd9-aa03-69323e1571db e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 6d0f3fa8-d995-4723-8e40-a5956ee08d46 2026-06-05 23:23:02.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f2c838-60e8-4bd9-aa03-69323e1571db e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 6d0f3fa8-d995-4723-8e40-a5956ee08d46 [pid: 7|app: 0|req: 805/1498] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:02 2026] DELETE /v2.0/networks/0b490b14-3b3e-4177-b5d3-fd2101f807e2 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1499] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:02 2026] DELETE /v2.0/security-groups/73dcb69f-7f16-4399-a8fb-f0311013c044 => 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: 807/1500] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:02 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:03.009 7 INFO neutron.db.segments_db [None req-8a39158a-e2a1-432a-9623-7fb3a1f875a5 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment 016ac163-0f8c-4d55-a779-4a4795b4d777 of type vxlan for network 0d08dfb5-7286-495f-a017-22c8ab0f3021 [pid: 7|app: 0|req: 808/1501] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:23:02 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1502] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:03 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&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: 694/1503] 10.0.0.110 () {34 vars in 742 bytes} [Fri Jun 5 23:23:02 2026] PUT /v2.0/routers/58e0a005-f8fb-4db4-852c-bfb87203af75 => generated 487 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1504] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:03 2026] GET /v2.0/ports?device_id=58e0a005-f8fb-4db4-852c-bfb87203af75 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:03.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-f464fe44-8276-470f-8d00-836ac300c9a0 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] TaaS: Handle Delete Port: f6a5ed4e-f05b-4c87-a859-59c2478ccd22 2026-06-05 23:23:03.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f464fe44-8276-470f-8d00-836ac300c9a0 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Tap Mirror: Handle Delete Port: f6a5ed4e-f05b-4c87-a859-59c2478ccd22 [pid: 7|app: 0|req: 810/1505] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:03 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:03.441 7 INFO neutron.db.segments_db [None req-93024403-ce1c-40db-ac01-d8d2e782b53d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 of type vxlan for network e6844cfb-9869-4d64-ad4a-641ac318c16c [pid: 8|app: 0|req: 696/1506] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:03 2026] DELETE /v2.0/routers/58e0a005-f8fb-4db4-852c-bfb87203af75 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1507] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:23:03 2026] GET /v2.0/routers/16d8a081-d684-4208-b5f6-17a193dd667e => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:03.689 7 INFO neutron.db.l3_hamode_db [None req-93024403-ce1c-40db-ac01-d8d2e782b53d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:23:03.836 7 INFO neutron.db.l3_hamode_db [None req-93024403-ce1c-40db-ac01-d8d2e782b53d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 698/1508] 10.0.0.110 () {34 vars in 742 bytes} [Fri Jun 5 23:23:03 2026] PUT /v2.0/routers/16d8a081-d684-4208-b5f6-17a193dd667e => generated 480 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1509] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:04 2026] GET /v2.0/ports?device_id=16d8a081-d684-4208-b5f6-17a193dd667e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:04.118 7 INFO neutron.services.segments.plugin [-] Segment 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 resource provider aggregate not found 2026-06-05 23:23:04.143 7 INFO neutron.services.segments.plugin [-] Segment 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 found for delete ", "request_id": "req-a161cbf7-9532-465a-a0c9-48265f366055"}]} 2026-06-05 23:23:04.144 7 INFO neutron.services.segments.plugin [-] Segment 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 resource provider aggregate not found 2026-06-05 23:23:04.157 7 INFO neutron.services.segments.plugin [-] Segment 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a53a5e8-5cda-47c7-a3e9-754fa4829c38 found for delete ", "request_id": "req-23ee00ca-437d-4b7b-bbc6-e6ca19325769"}]} 2026-06-05 23:23:04.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf2d41ad-0921-44d2-a759-5abd2bb9b609 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] TaaS: Handle Delete Port: 733c4658-f240-4253-8c22-2122aa1cd924 2026-06-05 23:23:04.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf2d41ad-0921-44d2-a759-5abd2bb9b609 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] Tap Mirror: Handle Delete Port: 733c4658-f240-4253-8c22-2122aa1cd924 [pid: 7|app: 0|req: 811/1510] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:03 2026] POST /v2.0/routers => generated 506 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1511] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:04 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:04.716 8 INFO neutron.services.segments.plugin [-] Segment c163f107-7790-40ec-ae21-d30dd5f943c7 resource provider aggregate not found 2026-06-05 23:23:04.719 8 INFO neutron.services.segments.plugin [-] Segment c163f107-7790-40ec-ae21-d30dd5f943c7 resource provider aggregate not found 2026-06-05 23:23:04.732 8 INFO neutron.db.l3_hamode_db [None req-cf2d41ad-0921-44d2-a759-5abd2bb9b609 b663843cb4984edeb62bdd39ca75e32d 13d76f3a21934122ba622758b87efa4c - - default default] HA network 59b4475f-0606-4cd6-8609-3d4a974b111a was deleted as no HA routers are present in tenant 13d76f3a21934122ba622758b87efa4c. 2026-06-05 23:23:04.740 8 INFO neutron.services.segments.plugin [-] Segment c163f107-7790-40ec-ae21-d30dd5f943c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c163f107-7790-40ec-ae21-d30dd5f943c7 found for delete ", "request_id": "req-89704d87-4418-49e2-9740-96f03594e875"}]} 2026-06-05 23:23:04.743 8 INFO neutron.services.segments.plugin [-] Segment c163f107-7790-40ec-ae21-d30dd5f943c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c163f107-7790-40ec-ae21-d30dd5f943c7 found for delete ", "request_id": "req-2c4669ee-135f-4de0-bb8c-da18ad3e5563"}]} [pid: 8|app: 0|req: 700/1512] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:04 2026] DELETE /v2.0/routers/16d8a081-d684-4208-b5f6-17a193dd667e => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1513] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:04 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1514] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:23:04 2026] PUT /v2.0/routers/b8ef932f-54e0-417d-b671-2bf17d3b4dd8/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1515] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:23:05 2026] GET /v2.0/ports/2c2f7bc2-e602-4839-bf4c-decafbcc76c2 => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1516] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:05 2026] GET /v2.0/security-groups?tenant_id=3dd9792cc1024e6f8f17e5e13fff5cc0&name=default => generated 2925 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1517] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:06 2026] DELETE /v2.0/security-groups/35c5d2f3-a756-4c24-b612-f57bb2e56b23 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:06.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe6bbd5b-92a0-469f-ad64-299e341adc32 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 2c2f7bc2-e602-4839-bf4c-decafbcc76c2 2026-06-05 23:23:06.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe6bbd5b-92a0-469f-ad64-299e341adc32 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 2c2f7bc2-e602-4839-bf4c-decafbcc76c2 [pid: 8|app: 0|req: 704/1518] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:06 2026] GET /v2.0/security-groups?tenant_id=13d76f3a21934122ba622758b87efa4c&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1519] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:06 2026] DELETE /v2.0/security-groups/29937e73-4c48-43fd-89e7-353b88ffcf30 => 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: 815/1520] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:23:05 2026] PUT /v2.0/routers/b8ef932f-54e0-417d-b671-2bf17d3b4dd8/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: 706/1521] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:06 2026] GET /v2.0/ports?device_id=b8ef932f-54e0-417d-b671-2bf17d3b4dd8 => 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: 816/1522] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:06 2026] GET /v2.0/security-groups?tenant_id=83cb17ae9f9a4ae7b409724f2c15823d&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:06.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d8d203a-6434-4d47-b177-8932e075410d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 45c72007-8e61-452a-a183-b90871fc115a 2026-06-05 23:23:06.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d8d203a-6434-4d47-b177-8932e075410d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 45c72007-8e61-452a-a183-b90871fc115a [pid: 7|app: 0|req: 817/1523] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:06 2026] DELETE /v2.0/security-groups/c9bb0fd9-9a04-4743-ae99-71aa0d3864f7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:07.342 8 INFO neutron.services.segments.plugin [-] Segment 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 resource provider aggregate not found 2026-06-05 23:23:07.352 8 INFO neutron.services.segments.plugin [-] Segment 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 resource provider aggregate not found 2026-06-05 23:23:07.363 8 INFO neutron.services.segments.plugin [-] Segment 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 found for delete ", "request_id": "req-045d07d7-89c1-4bfe-83d1-840f14fb3134"}]} 2026-06-05 23:23:07.372 8 INFO neutron.services.segments.plugin [-] Segment 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9a65d0-c5cf-4407-8d94-da23fa95fc22 found for delete ", "request_id": "req-bd6f5aee-d05f-4a4c-8753-bd001109bbf7"}]} 2026-06-05 23:23:07.378 8 INFO neutron.db.l3_hamode_db [None req-1d8d203a-6434-4d47-b177-8932e075410d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] HA network e6844cfb-9869-4d64-ad4a-641ac318c16c was deleted as no HA routers are present in tenant fdb8a48a57ec4eec9337d3bc12610214. [pid: 8|app: 0|req: 707/1524] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:06 2026] DELETE /v2.0/routers/b8ef932f-54e0-417d-b671-2bf17d3b4dd8 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1525] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:07 2026] DELETE /v2.0/subnets/df720226-2ac8-4aa2-b7e3-de565745e497 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:07.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-547033e0-4810-4a7a-a975-2de4346e885b e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: 5d126ae4-1b49-421b-8da3-b7e3f9658626 2026-06-05 23:23:07.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-547033e0-4810-4a7a-a975-2de4346e885b e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: 5d126ae4-1b49-421b-8da3-b7e3f9658626 [pid: 8|app: 0|req: 708/1526] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:07 2026] DELETE /v2.0/networks/0d08dfb5-7286-495f-a017-22c8ab0f3021 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:07.932 8 INFO neutron.db.segments_db [None req-1ece3ce0-dbab-4392-b90b-8e98ff1061e9 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Added segment 47bf3320-f381-4217-b8ae-c9ae394295dd of type vxlan for network 6b54d89d-3076-4d42-b193-cd8bf20f6908 [pid: 7|app: 0|req: 819/1527] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:07 2026] GET /v2.0/security-groups?tenant_id=d6bd2c74e3414d6cadd4f10916ef2407&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1528] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:07 2026] DELETE /v2.0/security-groups/7cc0d09c-8fb7-47ad-9055-fb2d0ec61735 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:08.186 8 INFO neutron.db.l3_hamode_db [None req-1ece3ce0-dbab-4392-b90b-8e98ff1061e9 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 821/1529] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:08 2026] GET /v2.0/security-groups?tenant_id=dacbfbb1671b48af8cab319cdb926084&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1530] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:08 2026] DELETE /v2.0/security-groups/8df4ccc4-97e8-4457-962b-cf0363700ef4 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:08.993 8 INFO neutron.db.l3_hamode_db [None req-1ece3ce0-dbab-4392-b90b-8e98ff1061e9 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:23:09.391 8 INFO neutron.services.segments.plugin [-] Segment 016ac163-0f8c-4d55-a779-4a4795b4d777 resource provider aggregate not found 2026-06-05 23:23:09.397 8 INFO neutron.services.segments.plugin [-] Segment 016ac163-0f8c-4d55-a779-4a4795b4d777 resource provider aggregate not found 2026-06-05 23:23:09.408 8 INFO neutron.services.segments.plugin [-] Segment 016ac163-0f8c-4d55-a779-4a4795b4d777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016ac163-0f8c-4d55-a779-4a4795b4d777 found for delete ", "request_id": "req-bdb5043d-22ce-4dc8-9999-167f696f5448"}]} 2026-06-05 23:23:09.422 8 INFO neutron.services.segments.plugin [-] Segment 016ac163-0f8c-4d55-a779-4a4795b4d777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016ac163-0f8c-4d55-a779-4a4795b4d777 found for delete ", "request_id": "req-d838c207-4d8d-4781-9e28-cdf9f91a18c9"}]} [pid: 8|app: 0|req: 709/1531] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:07 2026] POST /v2.0/routers => generated 688 bytes in 2024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1532] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:23:09 2026] GET /v2.0/routers/5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => generated 694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1533] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:23:10 2026] GET /v2.0/routers => generated 697 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1534] 10.0.0.110 () {34 vars in 741 bytes} [Fri Jun 5 23:23:10 2026] PUT /v2.0/routers/5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => generated 701 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1535] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:23:10 2026] GET /v2.0/routers/5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => generated 701 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1536] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:10 2026] GET /v2.0/ports?device_id=5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:10.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-38033a1d-6ffa-4ecf-9d52-fabdae1fae7a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: e39c4f6c-e1e3-4a52-8373-a6db6a94e233 2026-06-05 23:23:10.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38033a1d-6ffa-4ecf-9d52-fabdae1fae7a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: e39c4f6c-e1e3-4a52-8373-a6db6a94e233 2026-06-05 23:23:11.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-38033a1d-6ffa-4ecf-9d52-fabdae1fae7a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] TaaS: Handle Delete Port: f1da7080-6210-44ab-b69b-eee5dbb90e3f 2026-06-05 23:23:11.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38033a1d-6ffa-4ecf-9d52-fabdae1fae7a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] Tap Mirror: Handle Delete Port: f1da7080-6210-44ab-b69b-eee5dbb90e3f 2026-06-05 23:23:11.433 8 INFO neutron.services.segments.plugin [-] Segment 47bf3320-f381-4217-b8ae-c9ae394295dd resource provider aggregate not found [pid: 7|app: 0|req: 826/1537] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:23:11.452 8 INFO neutron.services.segments.plugin [-] Segment 47bf3320-f381-4217-b8ae-c9ae394295dd resource provider aggregate not found 2026-06-05 23:23:11.454 8 INFO neutron.services.segments.plugin [-] Segment 47bf3320-f381-4217-b8ae-c9ae394295dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47bf3320-f381-4217-b8ae-c9ae394295dd found for delete ", "request_id": "req-32d75880-f849-4573-8fd7-673d1e04aa19"}]} 2026-06-05 23:23:11.458 8 INFO neutron.db.l3_hamode_db [None req-38033a1d-6ffa-4ecf-9d52-fabdae1fae7a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] HA network 6b54d89d-3076-4d42-b193-cd8bf20f6908 was deleted as no HA routers are present in tenant fdb8a48a57ec4eec9337d3bc12610214. [pid: 8|app: 0|req: 712/1538] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:10 2026] DELETE /v2.0/routers/5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:11.469 8 INFO neutron.services.segments.plugin [-] Segment 47bf3320-f381-4217-b8ae-c9ae394295dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47bf3320-f381-4217-b8ae-c9ae394295dd found for delete ", "request_id": "req-68558213-52cc-4502-a25d-16810f0cb426"}]} [pid: 8|app: 0|req: 713/1539] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1540] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:11 2026] GET /v2.0/ports?device_id=5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => 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: 715/1541] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:23:11.779 7 INFO neutron.db.segments_db [None req-5b9295ba-84f7-4926-ae67-b996508ff0f8 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Added segment 116f136c-9627-41b8-9838-bcc3a9bde367 of type vxlan for network 2212d8be-509e-4c3d-b279-48e4ba7f9316 2026-06-05 23:23:11.795 8 INFO neutron.api.v2.resource [None req-de8a17e4-4aae-4d7a-9969-3f1e6da7848d e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1542] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:11 2026] DELETE /v2.0/routers/5ac0e5bc-1585-4f55-95fb-ef3d6aae98bb => 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: 827/1543] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/networks => generated 633 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1544] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:11 2026] GET /v2.0/ports?device_id=b8ef932f-54e0-417d-b671-2bf17d3b4dd8 => 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: 717/1545] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:23:11.930 7 INFO neutron.db.segments_db [None req-1a5d1b1b-4a2a-47b7-96e9-fc01ef675148 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Added segment dfee0209-67b7-4d4c-82b8-a247593c6b65 of type vxlan for network e8121edf-234b-41b9-889e-ccb0704f537d 2026-06-05 23:23:11.939 8 INFO neutron.api.v2.resource [None req-0cb17adf-1eae-49bf-a059-c976b243fbb0 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1546] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:11 2026] DELETE /v2.0/routers/b8ef932f-54e0-417d-b671-2bf17d3b4dd8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1547] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/security-groups => generated 1601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:23:12.068 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb71db88-d9fd-44df-a1c8-e479578f344a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1548] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/subnets/df720226-2ac8-4aa2-b7e3-de565745e497 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1549] 10.0.0.110 () {34 vars in 767 bytes} [Fri Jun 5 23:23:12 2026] PUT /v2.0/security-groups/21d28ed3-25f1-40fd-9792-604b856e8594/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1550] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/ports?device_id=54e6bf85-8eb0-4fc0-9275-6e9906a4fb82 => 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: 723/1551] 10.0.0.110 () {34 vars in 767 bytes} [Fri Jun 5 23:23:12 2026] PUT /v2.0/security-groups/609cfdf6-2847-4b9c-8cfd-48f90882e0fe/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:12.173 7 INFO neutron.db.l3_hamode_db [None req-1a5d1b1b-4a2a-47b7-96e9-fc01ef675148 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:23:12.188 8 INFO neutron.api.v2.resource [None req-53014fc1-7008-4d88-9509-34b7f0d4c6cf e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 724/1552] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/routers/54e6bf85-8eb0-4fc0-9275-6e9906a4fb82 => 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: 725/1553] 10.0.0.110 () {34 vars in 767 bytes} [Fri Jun 5 23:23:12 2026] PUT /v2.0/security-groups/43fe18ac-5b73-44fc-81d7-7e098c8c994a/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:12.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-236e4e08-69e5-44e9-9d02-bf222ca27e4a e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 726/1554] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/subnets/8662043a-adfe-4727-8822-d50c15d6fb53 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1555] 10.0.0.110 () {34 vars in 767 bytes} [Fri Jun 5 23:23:12 2026] PUT /v2.0/security-groups/ab224929-5fbe-46f7-89da-d3e3db11aba1/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1556] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/ports?device_id=527f57b9-7ce9-4ac2-98a2-53278c973002 => 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: 729/1557] 10.0.0.110 () {32 vars in 680 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:12.351 8 INFO neutron.api.v2.resource [None req-1d5d1375-29d7-4cb7-aeb8-a547a127a6ca e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1558] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/routers/527f57b9-7ce9-4ac2-98a2-53278c973002 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1559] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:12.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5ec62f3-2ac2-4fe5-80e0-e000703535c3 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1560] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/subnets/0bdad588-5a5c-42ef-8e6d-97503830018b => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1561] 10.0.0.110 () {32 vars in 690 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:12.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b851ec4d-cdef-4585-aab6-4b6bc00d2d29 e48b69431885454bbd9548adf02cd508 fdb8a48a57ec4eec9337d3bc12610214 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 734/1562] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/subnets/97e37171-4b84-4848-9449-e8faf0ab22ef => 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: 735/1563] 10.0.0.110 () {32 vars in 702 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1564] 10.0.0.110 () {32 vars in 688 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1565] 10.0.0.110 () {32 vars in 702 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1566] 10.0.0.110 () {32 vars in 698 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1567] 10.0.0.110 () {32 vars in 710 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1568] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/security-groups/21d28ed3-25f1-40fd-9792-604b856e8594 => 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: 741/1569] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/security-groups/609cfdf6-2847-4b9c-8cfd-48f90882e0fe => 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: 742/1570] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:12 2026] DELETE /v2.0/security-groups/43fe18ac-5b73-44fc-81d7-7e098c8c994a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:13.045 7 INFO neutron.db.l3_hamode_db [None req-1a5d1b1b-4a2a-47b7-96e9-fc01ef675148 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 743/1571] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:12 2026] GET /v2.0/security-groups?tenant_id=fdb8a48a57ec4eec9337d3bc12610214&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1572] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:13 2026] DELETE /v2.0/security-groups/ab224929-5fbe-46f7-89da-d3e3db11aba1 => 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: 745/1573] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:13 2026] DELETE /v2.0/security-groups/e0ad7b0d-bc28-4f07-af14-db6eef274435 => 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: 746/1574] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:13 2026] DELETE /v2.0/security-groups/90485704-455c-4769-bcc8-2af0de9c7d31 => 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: 829/1577] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:11 2026] POST /v2.0/routers => generated 695 bytes in 2080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1578] 10.0.0.110 () {32 vars in 776 bytes} [Fri Jun 5 23:23:13 2026] GET /v2.0/subnets?project_id=77fa7a462a9840178ce2b7594e06a7c5&cidr=10.100.0.0%2F28 => generated 14 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1579] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:14 2026] GET /v2.0/security-groups?tenant_id=8a3d927038ab48af991492b987ca0c15&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1580] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:23:14 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1581] 10.0.0.110 () {32 vars in 784 bytes} [Fri Jun 5 23:23:14 2026] GET /v2.0/subnets?network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1582] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:14 2026] DELETE /v2.0/security-groups/1960d5a8-d32e-4a10-a5e6-9f2fe88594aa => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1583] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:14 2026] POST /v2.0/subnets => generated 657 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1584] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:14 2026] GET /v2.0/security-groups?tenant_id=33d5b0d117bb41518bb5bd056fea0b6b&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1585] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:14 2026] DELETE /v2.0/security-groups/eddf7cec-6819-465d-ac6f-1464804d57f7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1586] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:15 2026] GET /v2.0/security-groups?tenant_id=d3df6c4374404bee86df4d189f377c39&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1587] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:15 2026] DELETE /v2.0/security-groups/399bd98e-bb05-4add-809e-f14676587879 => 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: 836/1588] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1589] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:23:15 2026] GET /v2.0/security-groups => generated 4530 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1590] 10.0.0.110 () {34 vars in 758 bytes} [Fri Jun 5 23:23:15 2026] PUT /v2.0/security-groups/01ad080b-5327-4edb-9282-944fed8ea9db => generated 1663 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1591] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:23:15 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 1240 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1592] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:23:14 2026] PUT /v2.0/routers/30352cb3-3c37-4776-89b1-8e4190a28cc1/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1593] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:23:15 2026] GET /v2.0/security-groups/01ad080b-5327-4edb-9282-944fed8ea9db => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1594] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1595] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/networks => generated 5061 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1596] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/subnets => generated 3898 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1597] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:16 2026] DELETE /v2.0/security-groups/01ad080b-5327-4edb-9282-944fed8ea9db => 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: 756/1598] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:16.178 8 INFO neutron.api.v2.resource [None req-fc93fbca-97db-4eed-83c9-41244696098d d2c15e04afbc4d1cb02c47f730943891 e7e5db9d36b844378179e03f2aa1e3a4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1599] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:16 2026] DELETE /v2.0/security-groups/01ad080b-5327-4edb-9282-944fed8ea9db => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1600] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/routers => generated 1465 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1601] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1602] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-groups => generated 1673 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1603] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1604] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-group-rules/23305ccc-568d-4243-b7ca-103971400c01 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1605] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1606] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1607] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1608] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:23:16 2026] DELETE /v2.0/security-group-rules/23305ccc-568d-4243-b7ca-103971400c01 => 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: 763/1609] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1610] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1611] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1612] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-group-rules/fbc44667-97ec-4376-8745-39db89684940 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1613] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 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) 2026-06-05 23:23:16.933 7 INFO neutron.db.securitygroups_db [None req-745167f2-e993-4781-8047-cd25d811406b 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Project 77fa7a462a9840178ce2b7594e06a7c5 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: 766/1614] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:23:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1615] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:23:16 2026] DELETE /v2.0/security-group-rules/fbc44667-97ec-4376-8745-39db89684940 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1616] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1617] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:17.077 7 INFO neutron.db.securitygroups_db [None req-421c6f1c-ecb2-465f-9d88-518c04eafe6c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Project 77fa7a462a9840178ce2b7594e06a7c5 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: 850/1618] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1619] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1620] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-group-rules/fc57fd16-0117-469f-b76c-94ebe3c58d12 => generated 602 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1621] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1622] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:23:17 2026] DELETE /v2.0/security-group-rules/fc57fd16-0117-469f-b76c-94ebe3c58d12 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1623] 10.0.0.110 () {32 vars in 673 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1624] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:17 2026] DELETE /v2.0/security-groups/02a7ee39-8032-4836-997d-bdd5806cfe51 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1625] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-groups => 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: 773/1626] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-groups => 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: 854/1627] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/networks => generated 1298 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1628] 10.0.0.72 () {34 vars in 1097 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-490373367&fields=id&tenant_id=77fa7a462a9840178ce2b7594e06a7c5 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1629] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1630] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:23:17 2026] GET /v2.0/quotas/77fa7a462a9840178ce2b7594e06a7c5 => 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: 856/1631] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:23:18 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1632] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:23:18 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?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: 858/1633] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:23:18 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?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: 776/1634] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:18 2026] GET /v2.0/security-groups?tenant_id=e7e5db9d36b844378179e03f2aa1e3a4&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1635] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:18 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 859/1636] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:18 2026] DELETE /v2.0/security-groups/49fabc6c-6b4e-4458-ad5a-911eead643bb => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1637] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:19 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 860/1638] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:23:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1639] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:23:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1640] 10.0.0.110 () {32 vars in 623 bytes} [Fri Jun 5 23:23:20 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: 861/1641] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:23:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1642] 10.0.0.110 () {32 vars in 633 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/ => generated 632 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1643] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:23:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1644] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:23:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1645] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:23:20 2026] PUT /v2.0/subnetpools/cd7abbe8-33f8-4e40-bcae-e9cacdc93d57/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1646] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:23:20 2026] PUT /v2.0/subnetpools/edf0d042-9fb6-4507-94a9-7850ebf940d7/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: 864/1647] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 784/1648] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:23:20 2026] PUT /v2.0/subnetpools/ef2d16e2-4b12-41c5-9d8b-2021e6678a0b/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1649] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:23:20 2026] PUT /v2.0/subnetpools/b495e3d9-5b1c-43f6-996c-acae3ab849e3/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1650] 10.0.0.110 () {32 vars in 672 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1651] 10.0.0.110 () {32 vars in 686 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1652] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1653] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1654] 10.0.0.110 () {32 vars in 680 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1655] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1656] 10.0.0.110 () {32 vars in 690 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1657] 10.0.0.110 () {32 vars in 702 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1658] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:20 2026] DELETE /v2.0/subnetpools/cd7abbe8-33f8-4e40-bcae-e9cacdc93d57 => 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: 792/1659] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:21 2026] DELETE /v2.0/subnetpools/edf0d042-9fb6-4507-94a9-7850ebf940d7 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1660] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:20 2026] GET /v2.0/security-groups?tenant_id=3a63e6d78e614827aa1c354903aee5cf&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1661] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:21 2026] DELETE /v2.0/subnetpools/ef2d16e2-4b12-41c5-9d8b-2021e6678a0b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1662] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:21 2026] DELETE /v2.0/subnetpools/b495e3d9-5b1c-43f6-996c-acae3ab849e3 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1663] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:21 2026] DELETE /v2.0/security-groups/d28fc864-10e8-44b2-9e03-c19e37076212 => 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: 795/1664] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:21 2026] DELETE /v2.0/subnetpools/3f993c3e-8e06-4701-9767-173611ccecea => 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: 870/1665] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:21 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 796/1666] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:22 2026] GET /v2.0/security-groups?tenant_id=56e4d8a29069440ea0e1c553eff6d8d0&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1667] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:22 2026] DELETE /v2.0/security-groups/6200ea53-aa0b-4dc2-b61c-efb91a745e29 => 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: 797/1668] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:22 2026] GET /v2.0/security-groups?tenant_id=255d0c6da1d14853a4cfbe3d51254ee2&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1669] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:23:22 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 661 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1670] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:22 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 874/1671] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:23:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77fa7a462a9840178ce2b7594e06a7c5 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1672] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:22 2026] DELETE /v2.0/security-groups/f097b633-d13b-43c2-8d6b-2e806047aca3 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1673] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:23 2026] GET /v2.0/security-groups?tenant_id=d9cd2f69b920496fa27b3c0c02f2461f&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1674] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:23:22 2026] POST /v2.0/ports => generated 958 bytes in 416 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: 800/1675] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:23 2026] DELETE /v2.0/security-groups/bc6f2d71-a158-4f5b-916c-433b4a42f6a9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1676] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:23:23 2026] PUT /v2.0/ports/4ffbb125-d691-4be7-917e-b46069dc9b45 => generated 1239 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:23.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbd15818-4612-4244-9935-31ea1a0185ef'] response: {'name': 'network-changed', 'server_uuid': 'e964506b-f76b-43fc-bfaa-a9c67ab70924', 'tag': '4ffbb125-d691-4be7-917e-b46069dc9b45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 801/1677] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:23 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 973 bytes in 102 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: 877/1678] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:23 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1679] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:23:24 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 878/1680] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:23:24 2026] GET /v2.0/networks?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&shared=False => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1681] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:23:24 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: 7|app: 0|req: 879/1682] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:24 2026] GET /v2.0/security-groups?tenant_id=207f7c16d24a495cb2c8e5fc80884f8e&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1683] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:24 2026] DELETE /v2.0/security-groups/f4da2678-4fb5-4658-bdfb-707e7421c8e4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1684] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1685] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1686] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1687] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4ffbb125-d691-4be7-917e-b46069dc9b45 => 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: 882/1688] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/subnets?id=07f5a7d7-84b6-4644-9fa1-2e5dff772fa9 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1689] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/ports?network_id=2212d8be-509e-4c3d-b279-48e4ba7f9316&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: 883/1690] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?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: 808/1691] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:23:25 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1692] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:26 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1693] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:26 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1694] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:26 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1695] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:26 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1696] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:26 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1697] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:26 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:27.362 8 INFO neutron.db.segments_db [None req-35ba75f4-c7d2-43bd-93f9-e9eead43ca9a bb70a24a0fda4f9ab5aa5423324912c2 45c4aa04028346ceb9b77a0bcdd424b2 - - default default] Added segment fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd of type vxlan for network b230fd13-0274-4d5c-a19b-90efdceb26ad [pid: 7|app: 0|req: 887/1698] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:27 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 812/1699] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:23:27 2026] POST /v2.0/networks => generated 632 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1700] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:27 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1701] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:27 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1702] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:27 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&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: 813/1703] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:23:27 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1704] 10.0.0.110 () {34 vars in 747 bytes} [Fri Jun 5 23:23:27 2026] PUT /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 814/1705] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:27 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 25 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: 892/1706] 10.0.0.110 () {34 vars in 758 bytes} [Fri Jun 5 23:23:27 2026] PUT /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/green => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 815/1707] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 893/1708] 10.0.0.110 () {34 vars in 754 bytes} [Fri Jun 5 23:23:28 2026] PUT /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/red => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 816/1709] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/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: 894/1710] 10.0.0.110 () {34 vars in 776 bytes} [Fri Jun 5 23:23:28 2026] PUT /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/black.or.white => generated 4 bytes in 123 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: 817/1711] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 820/1714] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1715] 10.0.0.110 () {34 vars in 747 bytes} [Fri Jun 5 23:23:28 2026] PUT /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 37 bytes in 126 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: 821/1716] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1717] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1718] 10.0.0.110 () {32 vars in 735 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:23:28.824 7 INFO neutron.api.v2.resource [None req-d49009dc-ffc6-421e-925a-a13e002c17bc bb70a24a0fda4f9ab5aa5423324912c2 45c4aa04028346ceb9b77a0bcdd424b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1719] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 898/1720] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1721] 10.0.0.110 () {32 vars in 738 bytes} [Fri Jun 5 23:23:28 2026] DELETE /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/red => generated 0 bytes in 66 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: 899/1722] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/security-groups?id=50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c&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: 824/1723] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 825/1724] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:23:28 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:29.017 7 INFO neutron.api.v2.resource [None req-1214a10a-4d29-4d13-96c3-a3d058ba0c45 bb70a24a0fda4f9ab5aa5423324912c2 45c4aa04028346ceb9b77a0bcdd424b2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1725] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:23:28 2026] DELETE /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags/green => generated 99 bytes in 66 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, ' 2026-06-05 23:23:29.077 8 INFO neutron_taas.services.taas.taas_plugin [req-a938ded5-6a85-4f8c-a490-601507d134c5 req-43d86b29-cfd3-4fa9-af24-696a55e7c5e4 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] TaaS: Handle Delete Port: a11e9b43-deaa-45a1-bde1-f8d29241c32e 2026-06-05 23:23:29.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a938ded5-6a85-4f8c-a490-601507d134c5 req-43d86b29-cfd3-4fa9-af24-696a55e7c5e4 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Tap Mirror: Handle Delete Port: a11e9b43-deaa-45a1-bde1-f8d29241c32e [pid: 7|app: 0|req: 901/1726] 10.0.0.110 () {32 vars in 730 bytes} [Fri Jun 5 23:23:29 2026] DELETE /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 0 bytes in 74 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: 902/1727] 10.0.0.110 () {32 vars in 727 bytes} [Fri Jun 5 23:23:29 2026] GET /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2/tags => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:29.185 8 INFO neutron.db.l3_db [req-a938ded5-6a85-4f8c-a490-601507d134c5 req-43d86b29-cfd3-4fa9-af24-696a55e7c5e4 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Floating IP 9a887808-182e-4876-a849-5fdb4c2f1b57 disassociated. External IP: 10.96.250.207, port: a11e9b43-deaa-45a1-bde1-f8d29241c32e. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:23:29.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-58d3b0bf-1a38-441f-ac32-fff2b9100a63 bb70a24a0fda4f9ab5aa5423324912c2 45c4aa04028346ceb9b77a0bcdd424b2 - - default default] TaaS: Handle Delete Port: 5b4d3889-3fca-4ddf-8133-d94c1ea83ad2 2026-06-05 23:23:29.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58d3b0bf-1a38-441f-ac32-fff2b9100a63 bb70a24a0fda4f9ab5aa5423324912c2 45c4aa04028346ceb9b77a0bcdd424b2 - - default default] Tap Mirror: Handle Delete Port: 5b4d3889-3fca-4ddf-8133-d94c1ea83ad2 [pid: 7|app: 0|req: 903/1728] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:23:29 2026] DELETE /v2.0/ports/5b4d3889-3fca-4ddf-8133-d94c1ea83ad2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:29.466 7 INFO neutron.services.segments.plugin [-] Segment fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd resource provider aggregate not found 2026-06-05 23:23:29.473 7 INFO neutron.services.segments.plugin [-] Segment fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd resource provider aggregate not found 2026-06-05 23:23:29.485 7 INFO neutron.services.segments.plugin [-] Segment fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd found for delete ", "request_id": "req-930691d5-aaaa-4dad-9a30-cbca029284ee"}]} [pid: 8|app: 0|req: 826/1729] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:23:28 2026] DELETE /v2.0/ports/a11e9b43-deaa-45a1-bde1-f8d29241c32e => generated 0 bytes in 504 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1730] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:29 2026] DELETE /v2.0/networks/b230fd13-0274-4d5c-a19b-90efdceb26ad => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:29.502 7 INFO neutron.services.segments.plugin [-] Segment fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc6a5b16-4c0d-4f0e-b19c-3f5391fa76dd found for delete ", "request_id": "req-537de7fb-89eb-4bf9-83dd-be106e97c0fd"}]} 2026-06-05 23:23:29.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72109156-5e02-4c4c-b7fb-9ead22d9f409'] response: {'server_uuid': '405711c4-81a3-447f-bde2-ab20106d10b3', 'name': 'network-vif-deleted', 'tag': 'a11e9b43-deaa-45a1-bde1-f8d29241c32e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 827/1731] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:29 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1732] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:29 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1733] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:29 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 906/1734] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:30 2026] GET /v2.0/security-groups?tenant_id=b7ae150d75b34026bdbd9676b7c8872d&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1735] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:30 2026] DELETE /v2.0/security-groups/693e7157-18db-4629-9f44-d2567ae091c4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1736] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:30 2026] GET /v2.0/security-groups?tenant_id=45c4aa04028346ceb9b77a0bcdd424b2&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1737] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:30 2026] DELETE /v2.0/security-groups/249d274e-b3b6-4d73-98a3-30ae2fd7b6ad => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1738] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:30 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 831/1739] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:31 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1740] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:31 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 832/1741] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:31 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1742] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:31 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&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: 833/1743] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:23:31 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:32.203 7 INFO neutron.db.l3_db [None req-e03cde3f-3d2e-49b4-848f-1054d3e061da 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Floating IP 7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 associated. External IP: 10.96.250.206, port: 4ffbb125-d691-4be7-917e-b46069dc9b45. [pid: 8|app: 0|req: 834/1744] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:32 2026] GET /v2.0/ports?device_id=405711c4-81a3-447f-bde2-ab20106d10b3 => 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: 911/1745] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:23:31 2026] POST /v2.0/floatingips => generated 856 bytes in 1310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:32.656 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6a68e24-e503-4203-9053-c53f7b5ca05a'] response: {'name': 'network-changed', 'server_uuid': 'e964506b-f76b-43fc-bfaa-a9c67ab70924', 'tag': '4ffbb125-d691-4be7-917e-b46069dc9b45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 835/1746] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:23:32 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1747] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 836/1748] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1749] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4ffbb125-d691-4be7-917e-b46069dc9b45 => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1750] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/subnets?id=07f5a7d7-84b6-4644-9fa1-2e5dff772fa9 => 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: 838/1751] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/ports?network_id=2212d8be-509e-4c3d-b279-48e4ba7f9316&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1752] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:33 2026] DELETE /v2.0/security-groups/50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1753] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:33.487 7 INFO neutron.api.v2.resource [None req-fdb5fada-f752-4ff0-8fa5-d01c79759c4d 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1754] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/security-groups/50a4ca4e-c6f9-428a-9805-6a6d9ba5e95c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1755] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:33.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-f050c574-8a7d-4478-9f67-4a62cce59cd9 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] TaaS: Handle Delete Port: 56d59ce3-facb-4930-b756-842ceec057ca 2026-06-05 23:23:33.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f050c574-8a7d-4478-9f67-4a62cce59cd9 3b88b62f8190433da045aa67e41b6888 7c792df3e06e486db1090d4da3d0e3ff - - default default] Tap Mirror: Handle Delete Port: 56d59ce3-facb-4930-b756-842ceec057ca [pid: 8|app: 0|req: 841/1756] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:23:33 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1757] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:33 2026] DELETE /v2.0/floatingips/9a887808-182e-4876-a849-5fdb4c2f1b57 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:34.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ce9956a-b13a-49ac-90d8-5b90d0678c8d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 4f8444b9-2ecd-464d-b906-720835536cbc 2026-06-05 23:23:34.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ce9956a-b13a-49ac-90d8-5b90d0678c8d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 4f8444b9-2ecd-464d-b906-720835536cbc [pid: 7|app: 0|req: 917/1758] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:23:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1759] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:23:34 2026] PUT /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1760] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1761] 10.0.0.110 () {34 vars in 770 bytes} [Fri Jun 5 23:23:34 2026] PUT /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1762] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1763] 10.0.0.110 () {34 vars in 766 bytes} [Fri Jun 5 23:23:34 2026] PUT /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1764] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1765] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1766] 10.0.0.110 () {34 vars in 788 bytes} [Fri Jun 5 23:23:34 2026] PUT /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1767] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:23:33 2026] PUT /v2.0/routers/63ea7eb0-62e5-49f0-b9e0-9c18f7f52bb9/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1768] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1769] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:23:34 2026] PUT /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1770] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/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: 929/1771] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:34.993 7 INFO neutron.api.v2.resource [None req-01dfcf94-1ca0-4878-a972-e6eb1607bcc4 4591971b1592482d84dbfebb6c885828 5bc655e3e3474c1c856ae1ff463adfc1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1772] 10.0.0.110 () {32 vars in 751 bytes} [Fri Jun 5 23:23:34 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:23:35.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b41bf3d-0666-4415-848d-159f56f6bf30 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 70e9efaa-30ed-4220-a1d2-7d154b205228 2026-06-05 23:23:35.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b41bf3d-0666-4415-848d-159f56f6bf30 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 70e9efaa-30ed-4220-a1d2-7d154b205228 [pid: 7|app: 0|req: 931/1773] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:23:34 2026] DELETE /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1774] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:35 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:23:35.106 7 INFO neutron.api.v2.resource [None req-bc67848e-f0f9-47e0-abd4-f31189e4e037 4591971b1592482d84dbfebb6c885828 5bc655e3e3474c1c856ae1ff463adfc1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1775] 10.0.0.110 () {32 vars in 754 bytes} [Fri Jun 5 23:23:35 2026] DELETE /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1776] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:23:35 2026] DELETE /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1777] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:23:35 2026] GET /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1778] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:23:35 2026] DELETE /v2.0/subnetpools/ff057138-66ef-46ff-9886-bc07bae24e1e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:35.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b41bf3d-0666-4415-848d-159f56f6bf30 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: be6765be-b3a5-4e75-9ed3-df2816dd22b3 2026-06-05 23:23:35.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b41bf3d-0666-4415-848d-159f56f6bf30 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: be6765be-b3a5-4e75-9ed3-df2816dd22b3 2026-06-05 23:23:35.721 8 INFO neutron.services.segments.plugin [-] Segment eacd88ef-469c-4398-970b-21e62964ca4b resource provider aggregate not found 2026-06-05 23:23:35.727 8 INFO neutron.services.segments.plugin [-] Segment eacd88ef-469c-4398-970b-21e62964ca4b resource provider aggregate not found 2026-06-05 23:23:35.744 8 INFO neutron.db.l3_hamode_db [None req-2b41bf3d-0666-4415-848d-159f56f6bf30 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 099bc25b-37da-4a68-afde-52c22b6af2a1 was deleted as no HA routers are present in tenant 7c792df3e06e486db1090d4da3d0e3ff. 2026-06-05 23:23:35.752 8 INFO neutron.services.segments.plugin [-] Segment eacd88ef-469c-4398-970b-21e62964ca4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eacd88ef-469c-4398-970b-21e62964ca4b found for delete ", "request_id": "req-9fbe3542-cd64-4aeb-8342-bb4d3c7e4ab9"}]} 2026-06-05 23:23:35.755 8 INFO neutron.services.segments.plugin [-] Segment eacd88ef-469c-4398-970b-21e62964ca4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eacd88ef-469c-4398-970b-21e62964ca4b found for delete ", "request_id": "req-1d73efff-e9ac-49da-a4e8-51631d1a0e2a"}]} [pid: 8|app: 0|req: 843/1779] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:34 2026] DELETE /v2.0/routers/63ea7eb0-62e5-49f0-b9e0-9c18f7f52bb9 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1780] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:35 2026] DELETE /v2.0/subnets/ccdd3dd2-e575-490a-8d0f-1203ac9664e4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:36.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e4d26fe-fe8f-4d22-81ee-f5243f47bb1a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: e8e13826-8d48-4495-bfc9-ad2b6be88f5d 2026-06-05 23:23:36.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e4d26fe-fe8f-4d22-81ee-f5243f47bb1a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: e8e13826-8d48-4495-bfc9-ad2b6be88f5d [pid: 7|app: 0|req: 938/1781] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:35 2026] GET /v2.0/security-groups?tenant_id=5bc655e3e3474c1c856ae1ff463adfc1&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1782] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:35 2026] DELETE /v2.0/networks/1ffb2ff3-e221-4108-afb8-4b8f45f15ed5 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1783] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:36 2026] DELETE /v2.0/security-groups/37cdf1fb-1a34-4930-b007-35137db4f718 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1784] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:36 2026] GET /v2.0/security-groups?tenant_id=7c792df3e06e486db1090d4da3d0e3ff&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: 940/1785] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:36 2026] DELETE /v2.0/security-groups/9c7bf492-b953-4476-93ce-1d5689c89c9e => 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: 846/1786] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:36 2026] GET /v2.0/security-groups?tenant_id=1447aa2d97964a0cbb00519e89299673&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1787] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:36 2026] DELETE /v2.0/security-groups/f5004ad1-2049-43b2-9386-7c3b4465b058 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:37.770 8 INFO neutron.services.segments.plugin [-] Segment 75c85c1b-2ce6-4a1d-846b-04df2381c325 resource provider aggregate not found 2026-06-05 23:23:37.770 8 INFO neutron.services.segments.plugin [-] Segment 75c85c1b-2ce6-4a1d-846b-04df2381c325 resource provider aggregate not found 2026-06-05 23:23:37.789 8 INFO neutron.services.segments.plugin [-] Segment 75c85c1b-2ce6-4a1d-846b-04df2381c325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75c85c1b-2ce6-4a1d-846b-04df2381c325 found for delete ", "request_id": "req-dd5009b8-e601-4cf4-8619-31acf397373e"}]} 2026-06-05 23:23:37.792 8 INFO neutron.services.segments.plugin [-] Segment 75c85c1b-2ce6-4a1d-846b-04df2381c325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75c85c1b-2ce6-4a1d-846b-04df2381c325 found for delete ", "request_id": "req-ce59be83-39f7-4734-866d-544d5bdc3b9a"}]} 2026-06-05 23:23:38.515 8 INFO neutron.db.segments_db [None req-27bf770a-4315-4277-bba2-4a54c0f395fb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment df7c761e-41f8-4780-a34c-ad0dc6eae12d of type vxlan for network 559ddf94-986a-449a-8b39-d91269f0a0b4 [pid: 8|app: 0|req: 847/1788] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:23:38 2026] POST /v2.0/networks => generated 746 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1789] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:38 2026] POST /v2.0/subnets => generated 693 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:38.887 7 INFO neutron.db.segments_db [None req-824f6750-84cf-4a93-8440-36866091127e 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 9b3d77f1-52fc-4647-bd47-6b48f1d41dab of type vxlan for network 1950bc42-1425-4a39-9d92-eaed1d01e70d [pid: 8|app: 0|req: 848/1790] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:38 2026] GET /v2.0/security-groups?tenant_id=c2a9a5539f564512b6a9fccde53c0f95&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1791] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:38 2026] DELETE /v2.0/security-groups/cf3fa8fc-3c31-4727-aa09-a6c4ff943465 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:23:39.129 7 INFO neutron.db.l3_hamode_db [None req-824f6750-84cf-4a93-8440-36866091127e 4ccf06f0577045669bffea7bdfdc0909 c415baa382e74f74be53c21d9430dc88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:23:39.877 7 INFO neutron.db.l3_hamode_db [None req-824f6750-84cf-4a93-8440-36866091127e 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 943/1792] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:38 2026] POST /v2.0/routers => generated 733 bytes in 1935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1793] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:23:40 2026] PUT /v2.0/routers/20660a20-ed57-487e-be08-f0ba23aa5852/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1794] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:23:42 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1795] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:23:42 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1796] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:23:42 2026] GET /v2.0/networks?id=559ddf94-986a-449a-8b39-d91269f0a0b4 => generated 678 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1797] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:23:42 2026] GET /v2.0/quotas/c415baa382e74f74be53c21d9430dc88 => 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: 946/1798] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:23:42 2026] GET /v2.0/ports?tenant_id=c415baa382e74f74be53c21d9430dc88&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1799] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:23:43 2026] GET /v2.0/networks/559ddf94-986a-449a-8b39-d91269f0a0b4?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1800] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:23:43 2026] GET /v2.0/networks/559ddf94-986a-449a-8b39-d91269f0a0b4?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: 854/1801] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:43 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1804] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:44 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 949/1805] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:45 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 857/1806] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:46 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 950/1807] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:23:47 2026] GET /v2.0/networks?id=559ddf94-986a-449a-8b39-d91269f0a0b4 => generated 678 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1808] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:47 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1809] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:23:47 2026] POST /v2.0/ports => generated 954 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1810] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:23:48 2026] PUT /v2.0/ports/b3098e6c-28c8-452c-9530-bda25161c073 => generated 1235 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:23:48.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcf3df67-5500-4f5f-adbb-b613f387e6c6'] response: {'name': 'network-changed', 'server_uuid': 'cf3d5647-6fe4-4e0a-a310-6e411385ab43', 'tag': 'b3098e6c-28c8-452c-9530-bda25161c073', '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: 952/1811] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:48 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 969 bytes in 81 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: 860/1812] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:48 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1813] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:23:49 2026] GET /v2.0/ports?tenant_id=c415baa382e74f74be53c21d9430dc88&device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1814] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:23:49 2026] GET /v2.0/networks?tenant_id=c415baa382e74f74be53c21d9430dc88&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1815] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:23:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1816] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:49 2026] GET /v2.0/security-groups?tenant_id=b445eb2fa94b4f9a9f9245564a64d012&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1817] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:49 2026] DELETE /v2.0/security-groups/9b5eecda-a2af-4d00-a4ef-9b53101b769f => 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: 863/1818] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:49 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 956/1819] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1820] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/ports?tenant_id=c415baa382e74f74be53c21d9430dc88&device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 957/1821] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b3098e6c-28c8-452c-9530-bda25161c073 => 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: 865/1822] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/subnets?id=6aab43cb-96d5-435d-82fb-f6e28326293a => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1823] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/ports?network_id=559ddf94-986a-449a-8b39-d91269f0a0b4&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: 866/1824] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/networks/559ddf94-986a-449a-8b39-d91269f0a0b4?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: 959/1825] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:23:50 2026] GET /v2.0/networks/559ddf94-986a-449a-8b39-d91269f0a0b4?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: 867/1826] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:51 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1827] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:51 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1828] 10.0.0.110 () {32 vars in 826 bytes} [Fri Jun 5 23:23:51 2026] GET /v2.0/ports?project_id=77fa7a462a9840178ce2b7594e06a7c5&network_id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 3695 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1829] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:52 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1830] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:52 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1831] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:23:52 2026] GET /v2.0/subnets?network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3 => generated 667 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:53.058 7 INFO neutron.db.l3_db [None req-e4836c3c-ac72-4836-87d8-5b53790b958c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Floating IP 7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 disassociated. External IP: 10.96.250.206, port: 4ffbb125-d691-4be7-917e-b46069dc9b45. [pid: 7|app: 0|req: 963/1832] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:23:52 2026] PUT /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 554 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:53.413 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf707c42-5145-4751-85af-d11956fa5988'] response: {'name': 'network-changed', 'server_uuid': 'e964506b-f76b-43fc-bfaa-a9c67ab70924', 'tag': '4ffbb125-d691-4be7-917e-b46069dc9b45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 870/1833] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:23:53 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 554 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1834] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:53 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1835] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:53 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1836] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:23:53 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 873/1837] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:23:53 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:54.034 7 INFO neutron.db.segments_db [None req-46a990c8-47e6-4d17-9501-d3a98698a13f d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] Added segment 5c7b1343-abc6-45b8-93fc-567aee914e00 of type vxlan for network f7b86e17-108d-4d50-98a5-f85939d65544 [pid: 8|app: 0|req: 874/1838] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=4ffbb125-d691-4be7-917e-b46069dc9b45 => 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: 875/1839] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/subnets?id=07f5a7d7-84b6-4644-9fa1-2e5dff772fa9 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1840] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/ports?network_id=2212d8be-509e-4c3d-b279-48e4ba7f9316&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1841] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:23:53 2026] POST /v2.0/networks => generated 726 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1842] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1843] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1844] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:54 2026] POST /v2.0/subnets => generated 644 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:54.396 8 WARNING neutron.api.v2.base [None req-bb52254d-3cb8-4c93-b1db-88a95c808244 d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-05 23:23:54.398 8 INFO neutron.api.v2.resource [None req-bb52254d-3cb8-4c93-b1db-88a95c808244 d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 879/1845] 10.0.0.110 () {34 vars in 681 bytes} [Fri Jun 5 23:23:54 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1846] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 554 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:54.607 7 INFO neutron.services.segments.plugin [-] Segment 5c7b1343-abc6-45b8-93fc-567aee914e00 resource provider aggregate not found 2026-06-05 23:23:54.615 7 INFO neutron.services.segments.plugin [-] Segment 5c7b1343-abc6-45b8-93fc-567aee914e00 resource provider aggregate not found [pid: 7|app: 0|req: 967/1847] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:54 2026] DELETE /v2.0/networks/f7b86e17-108d-4d50-98a5-f85939d65544 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:54.643 7 INFO neutron.services.segments.plugin [-] Segment 5c7b1343-abc6-45b8-93fc-567aee914e00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c7b1343-abc6-45b8-93fc-567aee914e00 found for delete ", "request_id": "req-3de6b08e-cf5d-4b5f-9ca3-5d77d97e67e0"}]} 2026-06-05 23:23:54.659 7 INFO neutron.services.segments.plugin [-] Segment 5c7b1343-abc6-45b8-93fc-567aee914e00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c7b1343-abc6-45b8-93fc-567aee914e00 found for delete ", "request_id": "req-6419d6e0-8fdc-4862-abb3-8f124c20fd20"}]} 2026-06-05 23:23:54.733 8 INFO neutron.db.segments_db [None req-45239bfe-428b-40ec-85d7-cc09439a366e d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] Added segment b338e726-db7d-4ab4-9e6d-5ed123e0c1eb of type vxlan for network ca93c405-cb35-470c-ad25-1ac4aa7800df [pid: 7|app: 0|req: 968/1848] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1849] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:54 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1850] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:23:54 2026] POST /v2.0/networks => generated 726 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1851] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:54 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:55.045 8 WARNING neutron.api.v2.base [None req-25a0d194-aefa-4fa4-b461-397c60b95c9a d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-05 23:23:55.045 8 INFO neutron.api.v2.resource [None req-25a0d194-aefa-4fa4-b461-397c60b95c9a d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 882/1852] 10.0.0.110 () {34 vars in 681 bytes} [Fri Jun 5 23:23:55 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1853] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:55 2026] DELETE /v2.0/networks/ca93c405-cb35-470c-ad25-1ac4aa7800df => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:55.278 8 INFO neutron.db.segments_db [None req-07f79d14-5c6f-4fb0-849f-817cb87533fe d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] Added segment f51d5683-2aa2-4c98-9657-cd4a331f8032 of type vxlan for network d3d95eca-28d3-4aa7-a094-60fef46893b6 [pid: 8|app: 0|req: 883/1854] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:23:55 2026] POST /v2.0/networks => generated 726 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1855] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:23:55 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1856] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:23:55 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1857] 10.0.0.110 () {34 vars in 681 bytes} [Fri Jun 5 23:23:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1858] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:55 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1859] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:55 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1860] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:56 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1861] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:56 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1862] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:23:56 2026] GET /v2.0/networks/d3d95eca-28d3-4aa7-a094-60fef46893b6 => generated 654 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:56.665 7 INFO neutron.services.segments.plugin [-] Segment b338e726-db7d-4ab4-9e6d-5ed123e0c1eb resource provider aggregate not found 2026-06-05 23:23:56.690 7 INFO neutron.services.segments.plugin [-] Segment b338e726-db7d-4ab4-9e6d-5ed123e0c1eb resource provider aggregate not found 2026-06-05 23:23:56.700 7 INFO neutron.services.segments.plugin [-] Segment b338e726-db7d-4ab4-9e6d-5ed123e0c1eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b338e726-db7d-4ab4-9e6d-5ed123e0c1eb found for delete ", "request_id": "req-4df45c55-939a-4715-96dd-e84c4f3de4df"}]} 2026-06-05 23:23:56.714 7 INFO neutron.services.segments.plugin [-] Segment b338e726-db7d-4ab4-9e6d-5ed123e0c1eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b338e726-db7d-4ab4-9e6d-5ed123e0c1eb found for delete ", "request_id": "req-c4347068-f883-436a-b950-2bd99aef3cee"}]} [pid: 7|app: 0|req: 976/1863] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:23:56 2026] POST /v2.0/security-groups => generated 1673 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-05 23:23:56.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0ed3e9d-9bb7-4ec6-93ec-b08e91640a5a 43aebc8cbe894c3095108491f585bf6f 9c2f6715416741fca658c8eb585099ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1864] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:23:56 2026] GET /v2.0/networks/d3d95eca-28d3-4aa7-a094-60fef46893b6 => generated 138 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1865] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:56.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-c897cc0a-ad1e-44b6-bd32-2cbb87547500 d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] TaaS: Handle Delete Port: 31c34fb1-19bf-442f-bd42-4ba7d1692b47 2026-06-05 23:23:56.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c897cc0a-ad1e-44b6-bd32-2cbb87547500 d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] Tap Mirror: Handle Delete Port: 31c34fb1-19bf-442f-bd42-4ba7d1692b47 [pid: 7|app: 0|req: 978/1866] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1867] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:57.211 8 INFO neutron.services.segments.plugin [-] Segment f51d5683-2aa2-4c98-9657-cd4a331f8032 resource provider aggregate not found 2026-06-05 23:23:57.216 8 INFO neutron.services.segments.plugin [-] Segment f51d5683-2aa2-4c98-9657-cd4a331f8032 resource provider aggregate not found [pid: 8|app: 0|req: 889/1868] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:23:56 2026] DELETE /v2.0/networks/d3d95eca-28d3-4aa7-a094-60fef46893b6 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:57.239 8 INFO neutron.services.segments.plugin [-] Segment f51d5683-2aa2-4c98-9657-cd4a331f8032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51d5683-2aa2-4c98-9657-cd4a331f8032 found for delete ", "request_id": "req-ee0d2c53-ba1d-4158-9ee3-2aafa212a6a1"}]} 2026-06-05 23:23:57.243 8 INFO neutron.services.segments.plugin [-] Segment f51d5683-2aa2-4c98-9657-cd4a331f8032 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51d5683-2aa2-4c98-9657-cd4a331f8032 found for delete ", "request_id": "req-cb1612f8-7712-4661-9fa3-4834d06c83c7"}]} 2026-06-05 23:23:57.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b9a4979-e252-48e7-9609-f557262a9658 d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1869] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:57 2026] DELETE /v2.0/subnets/40ccbba6-ead1-4f89-8ccb-67ddc84206b2 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:23:57.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b65dd1dd-b344-4090-bbcd-83346d2a0671 d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 891/1870] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:57 2026] DELETE /v2.0/subnets/7fbff992-ed29-42fb-892c-aa898e0c348f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1871] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:57.281 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ceb016e6-f347-46ad-accf-aad18e6283df d8ad88078be840f38327afdd8320d50f 841c53397c264fa8ab727b450262b63e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1872] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:23:57 2026] DELETE /v2.0/subnets/af7f9cc4-03b4-4d77-a193-63416e2c6512 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:23:57.323 7 INFO neutron.db.securitygroups_db [None req-24b80a06-439d-4ea3-92ba-b3e28432623e 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Project 77fa7a462a9840178ce2b7594e06a7c5 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: 981/1873] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:23:57.440 7 INFO neutron.db.securitygroups_db [None req-d401c5d4-3394-439d-bae5-1829b1d69625 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Project 77fa7a462a9840178ce2b7594e06a7c5 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: 893/1874] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:57 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1875] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:57 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1876] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:23:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1877] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:23:57 2026] GET /v2.0/networks => generated 1298 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1878] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/security-groups?tenant_id=841c53397c264fa8ab727b450262b63e&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1879] 10.0.0.72 () {34 vars in 1097 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-119772635&fields=id&tenant_id=77fa7a462a9840178ce2b7594e06a7c5 => 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: 897/1880] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1881] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/quotas/77fa7a462a9840178ce2b7594e06a7c5 => 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: 984/1882] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:58 2026] DELETE /v2.0/security-groups/51b36032-8354-4b8f-b59c-7e0ba09b5b9a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1883] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&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: 985/1884] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?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: 986/1885] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?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: 900/1888] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/security-groups?tenant_id=9c2f6715416741fca658c8eb585099ff&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1889] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1890] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/security-groups?id=e59f2e63-c946-40cf-a6a6-143759957111&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: 901/1891] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:58 2026] DELETE /v2.0/security-groups/587bc094-0d21-4e86-8477-d85af404b309 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1892] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 902/1893] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:23:58.851 7 INFO neutron_taas.services.taas.taas_plugin [req-2859eb66-dd1a-4f7e-a774-8e39c30ff79c req-4c254974-3e5b-403c-a093-3160b8baa27a 3924caedfdb44516a2933df2d6bb5848 c415baa382e74f74be53c21d9430dc88 - - default default] TaaS: Handle Delete Port: b3098e6c-28c8-452c-9530-bda25161c073 2026-06-05 23:23:58.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2859eb66-dd1a-4f7e-a774-8e39c30ff79c req-4c254974-3e5b-403c-a093-3160b8baa27a 3924caedfdb44516a2933df2d6bb5848 c415baa382e74f74be53c21d9430dc88 - - default default] Tap Mirror: Handle Delete Port: b3098e6c-28c8-452c-9530-bda25161c073 [pid: 8|app: 0|req: 903/1894] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:23:58 2026] GET /v2.0/security-groups?tenant_id=5bd7eb0bc47b4c139c50b66a6519ca11&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1895] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:23:58 2026] DELETE /v2.0/ports/b3098e6c-28c8-452c-9530-bda25161c073 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:23:59.035 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01a6fd16-9630-4d3a-bf61-b63c98a427af'] response: {'server_uuid': 'cf3d5647-6fe4-4e0a-a310-6e411385ab43', 'name': 'network-vif-deleted', 'tag': 'b3098e6c-28c8-452c-9530-bda25161c073', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1896] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:23:59 2026] DELETE /v2.0/security-groups/53c59f9e-6b5c-4393-b330-27d3310bdf9f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1897] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:59 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 905/1898] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:23:59 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 994/1899] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:00 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 906/1900] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:00 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 995/1901] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:01 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 907/1902] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:01 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 996/1903] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:24:02 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1904] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:03 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 997/1905] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:24:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77fa7a462a9840178ce2b7594e06a7c5 => generated 272 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1906] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:03 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 998/1907] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:24:03 2026] POST /v2.0/ports => generated 954 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:24:03.644 8 INFO neutron.db.segments_db [None req-116804a5-ec86-4e37-95e9-3b0437282bb9 d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Added segment af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 of type vxlan for network a4cb79ef-2051-40ca-83d6-819481ebdca1 [pid: 8|app: 0|req: 910/1908] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:03 2026] POST /v2.0/networks => generated 632 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1909] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:24:03 2026] PUT /v2.0/ports/b292923c-6d4b-4dff-9007-a5163f47eb97 => generated 1235 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:03.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-491068a8-3e87-45ff-acfc-7de6426674f2'] response: {'name': 'network-changed', 'server_uuid': '033c70b9-0625-4f49-8e56-912155c0bbe2', 'tag': 'b292923c-6d4b-4dff-9007-a5163f47eb97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 911/1910] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:03 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:24:04.151 7 INFO neutron.db.segments_db [None req-f479ed97-2485-4298-9191-5788014fb35f d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Added segment d74ebe4d-afc4-4c00-8938-ddb25dfcb832 of type vxlan for network 8efec18e-37a1-49cc-bc70-dfd5f42e00a2 [pid: 8|app: 0|req: 912/1911] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:04 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1912] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:04 2026] GET /v2.0/ports?device_id=cf3d5647-6fe4-4e0a-a310-6e411385ab43 => 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: 914/1913] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:04 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1914] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:04 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1915] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:24:04 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1916] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:24:04 2026] GET /v2.0/networks?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&shared=False => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1917] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:04 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1003/1918] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:24:04 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) 2026-06-05 23:24:04.627 8 INFO neutron.db.segments_db [None req-bc87ec0a-11b3-4ca5-837a-316c890e8cd9 d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Added segment c81cbefc-a933-44ac-8982-d33f0ef23d31 of type vxlan for network 373ff81f-516a-43f3-848c-0d634a603922 [pid: 8|app: 0|req: 916/1919] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:04 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1920] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:04 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:05.081 8 INFO neutron.db.segments_db [None req-436f353a-c587-45ba-955b-c61e87c69baa d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Added segment 6ea3e671-61ce-4ebe-af9b-e92775b84326 of type vxlan for network 003a1e85-e091-4434-ad6e-40dbad290cce [pid: 8|app: 0|req: 917/1921] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:05 2026] POST /v2.0/networks => generated 631 bytes in 147 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: 1005/1922] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:05 2026] POST /v2.0/ports => generated 743 bytes in 293 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: 1006/1923] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:05 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:05.577 7 INFO neutron.db.segments_db [None req-4307bab9-4674-440c-83b1-54ae3f40127a d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Added segment 377459af-a1c4-41fb-911d-3e2fc040bd7e of type vxlan for network 08b6a641-ecca-4732-90d3-4596eb129891 2026-06-05 23:24:05.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-81654c7c-3781-432c-9697-db9d3413de12 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 7c0475d4-c0dd-48ab-9985-b4d924c5a744 2026-06-05 23:24:05.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81654c7c-3781-432c-9697-db9d3413de12 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 7c0475d4-c0dd-48ab-9985-b4d924c5a744 [pid: 7|app: 0|req: 1007/1924] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:05 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1925] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:05 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1926] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:24:05 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1927] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:05 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1011/1928] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b292923c-6d4b-4dff-9007-a5163f47eb97 => 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: 1012/1929] 10.0.0.110 () {34 vars in 747 bytes} [Fri Jun 5 23:24:06 2026] PUT /v2.0/ports/9907f9ee-abbf-40a2-8ad8-b56fbf61845b/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1013/1930] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/subnets?id=07f5a7d7-84b6-4644-9fa1-2e5dff772fa9 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1931] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:24:05 2026] PUT /v2.0/routers/20660a20-ed57-487e-be08-f0ba23aa5852/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1932] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?network_id=2212d8be-509e-4c3d-b279-48e4ba7f9316&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: 1014/1933] 10.0.0.110 () {34 vars in 747 bytes} [Fri Jun 5 23:24:06 2026] PUT /v2.0/ports/016ec16a-55dc-4ce7-ab44-cc7dd0c6f522/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1015/1934] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?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: 1016/1935] 10.0.0.110 () {34 vars in 747 bytes} [Fri Jun 5 23:24:06 2026] PUT /v2.0/ports/bd3ec267-2316-4fdb-a954-5135b8bdbef6/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1017/1936] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:06.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-41224a54-b6b6-4480-8a07-ba6cfe45d933 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: ebc41e68-e52b-4830-a833-7c6434451865 [pid: 7|app: 0|req: 1018/1937] 10.0.0.110 () {34 vars in 747 bytes} [Fri Jun 5 23:24:06 2026] PUT /v2.0/ports/4223976d-24a1-4ac8-b047-07f4a4d8511c/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:06.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41224a54-b6b6-4480-8a07-ba6cfe45d933 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: ebc41e68-e52b-4830-a833-7c6434451865 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1019/1938] 10.0.0.110 () {32 vars in 660 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1939] 10.0.0.110 () {32 vars in 674 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1940] 10.0.0.110 () {32 vars in 670 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:06.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-41224a54-b6b6-4480-8a07-ba6cfe45d933 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 0ea14295-c81c-4dc9-85a2-87ee63b030b1 2026-06-05 23:24:06.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41224a54-b6b6-4480-8a07-ba6cfe45d933 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 0ea14295-c81c-4dc9-85a2-87ee63b030b1 [pid: 7|app: 0|req: 1022/1941] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1942] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1943] 10.0.0.110 () {32 vars in 668 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1944] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:07.158 8 INFO neutron.services.segments.plugin [-] Segment 9b3d77f1-52fc-4647-bd47-6b48f1d41dab resource provider aggregate not found 2026-06-05 23:24:07.166 8 INFO neutron.services.segments.plugin [-] Segment 9b3d77f1-52fc-4647-bd47-6b48f1d41dab resource provider aggregate not found 2026-06-05 23:24:07.184 8 INFO neutron.services.segments.plugin [-] Segment 9b3d77f1-52fc-4647-bd47-6b48f1d41dab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b3d77f1-52fc-4647-bd47-6b48f1d41dab found for delete ", "request_id": "req-c340337d-241e-4071-a5a5-79a61ac9dca2"}]} 2026-06-05 23:24:07.186 8 INFO neutron.services.segments.plugin [-] Segment 9b3d77f1-52fc-4647-bd47-6b48f1d41dab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b3d77f1-52fc-4647-bd47-6b48f1d41dab found for delete ", "request_id": "req-f84a3d77-5bcf-4359-b59a-a751deaee61c"}]} 2026-06-05 23:24:07.198 8 INFO neutron.db.l3_hamode_db [None req-41224a54-b6b6-4480-8a07-ba6cfe45d933 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 1950bc42-1425-4a39-9d92-eaed1d01e70d was deleted as no HA routers are present in tenant c415baa382e74f74be53c21d9430dc88. [pid: 8|app: 0|req: 920/1945] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:06 2026] DELETE /v2.0/routers/20660a20-ed57-487e-be08-f0ba23aa5852 => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1946] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:07 2026] DELETE /v2.0/subnets/6aab43cb-96d5-435d-82fb-f6e28326293a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1947] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:24:06 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:07.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc34b661-41e7-4a3b-a6ad-94aa36be8145 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 5f0c8b34-5372-46cb-b07c-e9fd0f772004 2026-06-05 23:24:07.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc34b661-41e7-4a3b-a6ad-94aa36be8145 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 5f0c8b34-5372-46cb-b07c-e9fd0f772004 [pid: 7|app: 0|req: 1027/1948] 10.0.0.110 () {32 vars in 678 bytes} [Fri Jun 5 23:24:07 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1949] 10.0.0.110 () {32 vars in 690 bytes} [Fri Jun 5 23:24:07 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1950] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:07 2026] DELETE /v2.0/networks/559ddf94-986a-449a-8b39-d91269f0a0b4 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:07.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-03464737-36f3-4149-9115-4cb9cc73aebd d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] TaaS: Handle Delete Port: 9907f9ee-abbf-40a2-8ad8-b56fbf61845b 2026-06-05 23:24:07.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03464737-36f3-4149-9115-4cb9cc73aebd d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Tap Mirror: Handle Delete Port: 9907f9ee-abbf-40a2-8ad8-b56fbf61845b [pid: 7|app: 0|req: 1029/1951] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:07 2026] DELETE /v2.0/ports/9907f9ee-abbf-40a2-8ad8-b56fbf61845b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1952] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:07 2026] GET /v2.0/security-groups?tenant_id=c415baa382e74f74be53c21d9430dc88&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:07.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-83a21c23-c5da-444c-8234-7619739fafdf d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] TaaS: Handle Delete Port: 016ec16a-55dc-4ce7-ab44-cc7dd0c6f522 2026-06-05 23:24:07.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a21c23-c5da-444c-8234-7619739fafdf d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Tap Mirror: Handle Delete Port: 016ec16a-55dc-4ce7-ab44-cc7dd0c6f522 [pid: 7|app: 0|req: 1031/1953] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:07 2026] DELETE /v2.0/security-groups/e59f2e63-c946-40cf-a6a6-143759957111 => 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: 923/1954] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:07 2026] DELETE /v2.0/ports/016ec16a-55dc-4ce7-ab44-cc7dd0c6f522 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1955] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:08 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1956] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:08 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:08.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b8bd98e-b70f-460d-b0e6-a42739b4bcfa d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] TaaS: Handle Delete Port: bd3ec267-2316-4fdb-a954-5135b8bdbef6 2026-06-05 23:24:08.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b8bd98e-b70f-460d-b0e6-a42739b4bcfa d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Tap Mirror: Handle Delete Port: bd3ec267-2316-4fdb-a954-5135b8bdbef6 [pid: 7|app: 0|req: 1032/1957] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:08 2026] DELETE /v2.0/ports/bd3ec267-2316-4fdb-a954-5135b8bdbef6 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:08.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-92877bd2-2e00-4672-9e7c-9857bb31f1a6 d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] TaaS: Handle Delete Port: 4223976d-24a1-4ac8-b047-07f4a4d8511c 2026-06-05 23:24:08.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92877bd2-2e00-4672-9e7c-9857bb31f1a6 d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Tap Mirror: Handle Delete Port: 4223976d-24a1-4ac8-b047-07f4a4d8511c [pid: 8|app: 0|req: 926/1958] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:08 2026] DELETE /v2.0/ports/4223976d-24a1-4ac8-b047-07f4a4d8511c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:08.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0ef098a-f1af-4722-989b-b521acbe00a4 d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] TaaS: Handle Delete Port: 14efb4e5-dd60-41b9-bb75-e6134b52f0d7 2026-06-05 23:24:08.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0ef098a-f1af-4722-989b-b521acbe00a4 d98ab67216a04fa68b2d8ab52ce6f558 7c8004dfefca42fca954b98afef16c7e - - default default] Tap Mirror: Handle Delete Port: 14efb4e5-dd60-41b9-bb75-e6134b52f0d7 [pid: 7|app: 0|req: 1033/1959] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:08 2026] DELETE /v2.0/ports/14efb4e5-dd60-41b9-bb75-e6134b52f0d7 => 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: 927/1960] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:08 2026] DELETE /v2.0/networks/a4cb79ef-2051-40ca-83d6-819481ebdca1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:08.884 7 INFO neutron.services.segments.plugin [-] Segment d74ebe4d-afc4-4c00-8938-ddb25dfcb832 resource provider aggregate not found 2026-06-05 23:24:08.891 7 INFO neutron.services.segments.plugin [-] Segment d74ebe4d-afc4-4c00-8938-ddb25dfcb832 resource provider aggregate not found 2026-06-05 23:24:08.905 7 INFO neutron.services.segments.plugin [-] Segment d74ebe4d-afc4-4c00-8938-ddb25dfcb832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74ebe4d-afc4-4c00-8938-ddb25dfcb832 found for delete ", "request_id": "req-e2a41197-0244-49f5-a811-46ffac3030b4"}]} [pid: 7|app: 0|req: 1034/1961] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:08 2026] DELETE /v2.0/networks/8efec18e-37a1-49cc-bc70-dfd5f42e00a2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:08.922 7 INFO neutron.services.segments.plugin [-] Segment d74ebe4d-afc4-4c00-8938-ddb25dfcb832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d74ebe4d-afc4-4c00-8938-ddb25dfcb832 found for delete ", "request_id": "req-c516e1ff-8fb6-48ba-9017-64be95d203dc"}]} [pid: 8|app: 0|req: 928/1962] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:08 2026] DELETE /v2.0/networks/373ff81f-516a-43f3-848c-0d634a603922 => 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: 1035/1963] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:09 2026] DELETE /v2.0/networks/003a1e85-e091-4434-ad6e-40dbad290cce => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:09.220 8 INFO neutron.services.segments.plugin [-] Segment df7c761e-41f8-4780-a34c-ad0dc6eae12d resource provider aggregate not found 2026-06-05 23:24:09.225 8 INFO neutron.services.segments.plugin [-] Segment df7c761e-41f8-4780-a34c-ad0dc6eae12d resource provider aggregate not found 2026-06-05 23:24:09.241 8 INFO neutron.services.segments.plugin [-] Segment df7c761e-41f8-4780-a34c-ad0dc6eae12d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7c761e-41f8-4780-a34c-ad0dc6eae12d found for delete ", "request_id": "req-9dd55353-7457-4879-8f1b-3d97d553a9b4"}]} 2026-06-05 23:24:09.255 8 INFO neutron.services.segments.plugin [-] Segment df7c761e-41f8-4780-a34c-ad0dc6eae12d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7c761e-41f8-4780-a34c-ad0dc6eae12d found for delete ", "request_id": "req-11075414-bcbc-4240-aa6b-cfc4adb84939"}]} 2026-06-05 23:24:09.263 8 INFO neutron.services.segments.plugin [-] Segment af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 resource provider aggregate not found 2026-06-05 23:24:09.285 8 INFO neutron.services.segments.plugin [-] Segment af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 found for delete ", "request_id": "req-451a2528-d01b-4f7c-aee2-6ff148cac144"}]} 2026-06-05 23:24:09.287 8 INFO neutron.services.segments.plugin [-] Segment af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 resource provider aggregate not found 2026-06-05 23:24:09.313 8 INFO neutron.services.segments.plugin [-] Segment af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af6d6c11-7243-42d4-99e2-f5b2d8ce8b26 found for delete ", "request_id": "req-fd5bcae0-5173-4a52-9fe0-2414bb099350"}]} 2026-06-05 23:24:09.319 8 INFO neutron.services.segments.plugin [-] Segment c81cbefc-a933-44ac-8982-d33f0ef23d31 resource provider aggregate not found 2026-06-05 23:24:09.339 8 INFO neutron.services.segments.plugin [-] Segment c81cbefc-a933-44ac-8982-d33f0ef23d31 resource provider aggregate not found [pid: 8|app: 0|req: 929/1964] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:09 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 969 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:09.351 8 INFO neutron.services.segments.plugin [-] Segment c81cbefc-a933-44ac-8982-d33f0ef23d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81cbefc-a933-44ac-8982-d33f0ef23d31 found for delete ", "request_id": "req-7ff87925-8635-4067-815c-94fe0df6f6b2"}]} 2026-06-05 23:24:09.370 8 INFO neutron.services.segments.plugin [-] Segment c81cbefc-a933-44ac-8982-d33f0ef23d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c81cbefc-a933-44ac-8982-d33f0ef23d31 found for delete ", "request_id": "req-392fc944-1acd-4985-b4b7-d4411c020751"}]} [pid: 7|app: 0|req: 1036/1965] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:09 2026] DELETE /v2.0/networks/08b6a641-ecca-4732-90d3-4596eb129891 => 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: 930/1966] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:09 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1967] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:10 2026] GET /v2.0/security-groups?tenant_id=7c8004dfefca42fca954b98afef16c7e&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1968] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:10 2026] DELETE /v2.0/security-groups/05edcd0c-6f5a-4050-8180-e1332a8ccf90 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1969] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:10 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1970] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:10 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1971] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:10 2026] GET /v2.0/security-groups?tenant_id=f8aec87fa7ca48fdabd665cde9219444&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: 933/1972] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:10 2026] DELETE /v2.0/security-groups/426adbff-bab7-47ab-aa1e-54a48f88e570 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:10.932 7 INFO neutron.services.segments.plugin [-] Segment 6ea3e671-61ce-4ebe-af9b-e92775b84326 resource provider aggregate not found 2026-06-05 23:24:10.943 7 INFO neutron.services.segments.plugin [-] Segment 6ea3e671-61ce-4ebe-af9b-e92775b84326 resource provider aggregate not found 2026-06-05 23:24:10.957 7 INFO neutron.services.segments.plugin [-] Segment 6ea3e671-61ce-4ebe-af9b-e92775b84326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ea3e671-61ce-4ebe-af9b-e92775b84326 found for delete ", "request_id": "req-1aa07389-9df0-437c-8b42-bc214fceb96c"}]} 2026-06-05 23:24:10.967 7 INFO neutron.services.segments.plugin [-] Segment 6ea3e671-61ce-4ebe-af9b-e92775b84326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ea3e671-61ce-4ebe-af9b-e92775b84326 found for delete ", "request_id": "req-7540e689-2dab-4ed2-8ea5-0dc992c54479"}]} 2026-06-05 23:24:10.976 7 INFO neutron.services.segments.plugin [-] Segment 377459af-a1c4-41fb-911d-3e2fc040bd7e resource provider aggregate not found 2026-06-05 23:24:10.983 7 INFO neutron.services.segments.plugin [-] Segment 377459af-a1c4-41fb-911d-3e2fc040bd7e resource provider aggregate not found 2026-06-05 23:24:10.993 7 INFO neutron.services.segments.plugin [-] Segment 377459af-a1c4-41fb-911d-3e2fc040bd7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 377459af-a1c4-41fb-911d-3e2fc040bd7e found for delete ", "request_id": "req-f00356be-4de7-4995-9d95-2c57762ec2cc"}]} 2026-06-05 23:24:10.996 7 INFO neutron.services.segments.plugin [-] Segment 377459af-a1c4-41fb-911d-3e2fc040bd7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 377459af-a1c4-41fb-911d-3e2fc040bd7e found for delete ", "request_id": "req-c69a6b49-583c-4516-afe1-098bc99b6822"}]} [pid: 7|app: 0|req: 1040/1973] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:11 2026] GET /v2.0/security-groups?tenant_id=cde9d3e06aa047ceb9211c1071b37d69&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1974] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:11 2026] DELETE /v2.0/security-groups/a69064cb-d193-4f0a-866b-00a51c316625 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1975] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:11 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1976] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:11 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1977] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:11 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1978] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:11 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1979] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:24:11 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:12.412 8 INFO neutron.db.l3_db [None req-58acc052-52ea-4698-bd63-b4005e46aeea 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Floating IP 7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 associated. External IP: 10.96.250.206, port: b292923c-6d4b-4dff-9007-a5163f47eb97. [pid: 8|app: 0|req: 937/1980] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:24:11 2026] PUT /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 855 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:12.828 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41468477-624d-4f71-a0ac-788b30a50cd0'] response: {'name': 'network-changed', 'server_uuid': '033c70b9-0625-4f49-8e56-912155c0bbe2', 'tag': 'b292923c-6d4b-4dff-9007-a5163f47eb97', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1044/1981] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:24:12 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1982] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:12 2026] GET /v2.0/security-groups?tenant_id=66749f66a5174674bcb2b35a316c3c95&name=default => generated 2925 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1983] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:13 2026] DELETE /v2.0/security-groups/0368bf01-0893-47b2-b934-86e333d4df9c => 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: 939/1984] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/ports?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 1046/1985] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/networks?id=2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1986] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b292923c-6d4b-4dff-9007-a5163f47eb97 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1987] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/subnets?id=07f5a7d7-84b6-4644-9fa1-2e5dff772fa9 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1988] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/ports?network_id=2212d8be-509e-4c3d-b279-48e4ba7f9316&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: 1051/1991] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1992] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/security-groups?tenant_id=b73a741fc1c145f0ab684f57c5692e5d&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1993] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1994] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:13 2026] DELETE /v2.0/security-groups/9a4776c5-346d-4cb7-a303-3e594bd95efb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1995] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:24:13 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1996] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:24:14 2026] GET /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1997] 10.0.0.110 () {34 vars in 678 bytes} [Fri Jun 5 23:24:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1998] 10.0.0.110 () {34 vars in 678 bytes} [Fri Jun 5 23:24:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1999] 10.0.0.110 () {34 vars in 678 bytes} [Fri Jun 5 23:24:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2000] 10.0.0.110 () {34 vars in 678 bytes} [Fri Jun 5 23:24:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2001] 10.0.0.110 () {34 vars in 678 bytes} [Fri Jun 5 23:24:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2002] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:24:16 2026] PUT /v2.0/policies/eb345856-12fe-48c9-a1ec-16b221b207e3/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2003] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:24:16 2026] PUT /v2.0/policies/8c5330cf-67ca-4ad8-90d0-d0cfea1bca59/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2004] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:24:16 2026] PUT /v2.0/policies/6dc52a09-02cd-4105-8349-0386a7830d75/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: 1058/2005] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:24:16 2026] PUT /v2.0/policies/462a9ad7-f401-4e4f-82eb-2f4e4aaddfad/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2006] 10.0.0.110 () {32 vars in 674 bytes} [Fri Jun 5 23:24:16 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2007] 10.0.0.110 () {32 vars in 688 bytes} [Fri Jun 5 23:24:16 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2008] 10.0.0.110 () {32 vars in 684 bytes} [Fri Jun 5 23:24:16 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2009] 10.0.0.110 () {32 vars in 696 bytes} [Fri Jun 5 23:24:17 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2010] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:24:17 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2011] 10.0.0.110 () {32 vars in 696 bytes} [Fri Jun 5 23:24:17 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2012] 10.0.0.110 () {32 vars in 692 bytes} [Fri Jun 5 23:24:17 2026] GET /v2.0/qos/policies?not-tags-any=blue => 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: 1062/2013] 10.0.0.110 () {32 vars in 704 bytes} [Fri Jun 5 23:24:17 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2014] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:24:17 2026] DELETE /v2.0/qos/policies/eb345856-12fe-48c9-a1ec-16b221b207e3 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2015] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:24:17 2026] DELETE /v2.0/qos/policies/8c5330cf-67ca-4ad8-90d0-d0cfea1bca59 => 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: 953/2016] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:24:17 2026] DELETE /v2.0/qos/policies/6dc52a09-02cd-4105-8349-0386a7830d75 => 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: 1064/2017] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:24:17 2026] DELETE /v2.0/qos/policies/462a9ad7-f401-4e4f-82eb-2f4e4aaddfad => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2018] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:24:17 2026] DELETE /v2.0/qos/policies/a9824097-ff48-4867-9106-8ec236be91db => 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: 954/2019] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:17 2026] GET /v2.0/security-groups?tenant_id=937da7af462e4693beb67375eb6e2723&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2020] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:17 2026] DELETE /v2.0/security-groups/335e7551-2153-4806-8905-9758b93f7dfe => 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: 955/2021] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:18 2026] GET /v2.0/security-groups?tenant_id=8b924093cf304c1397916c47d7474955&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2022] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:18 2026] DELETE /v2.0/security-groups/b7a535cf-ba01-4ad7-a944-925d83d83ea8 => 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: 956/2023] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:18 2026] GET /v2.0/security-groups?tenant_id=da9fabee54574b6786661200168170a8&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2024] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:18 2026] DELETE /v2.0/security-groups/fa5254c8-8305-4252-911e-77e0a6fe9f0d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2025] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:18 2026] GET /v2.0/security-groups?tenant_id=d35725a8ba7c4a0dbff6bd30cf83c73f&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2026] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:19 2026] DELETE /v2.0/security-groups/4e4a92b8-3a43-42db-bae9-d727217c0e6b => 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: 958/2027] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:19 2026] GET /v2.0/security-groups?tenant_id=23681829d98442fe9ef5b0522bade0c6&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2028] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:19 2026] DELETE /v2.0/security-groups/40d4459c-3b40-41b0-b835-dc578a2321e1 => 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: 959/2029] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:24:20 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2030] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:24:20 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2031] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:24:22 2026] POST /v2.0/floatingips => generated 552 bytes in 744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2032] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:24:23 2026] PUT /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2033] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:23 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2034] 10.0.0.110 () {34 vars in 770 bytes} [Fri Jun 5 23:24:23 2026] PUT /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2035] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:23 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2036] 10.0.0.110 () {34 vars in 766 bytes} [Fri Jun 5 23:24:23 2026] PUT /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2037] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:23 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2038] 10.0.0.110 () {34 vars in 788 bytes} [Fri Jun 5 23:24:23 2026] PUT /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/black.or.white => generated 4 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2039] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2040] 10.0.0.110 () {34 vars in 759 bytes} [Fri Jun 5 23:24:24 2026] PUT /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2041] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/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: 1077/2042] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:24.368 8 INFO neutron.api.v2.resource [None req-65241484-0253-497a-9b1e-272aa1699a21 f16125b186274833b4634d6b92b60468 389b667071224dd0a713ba01a7c30097 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/2043] 10.0.0.110 () {32 vars in 751 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2044] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:24:24 2026] DELETE /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/red => 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: 968/2045] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:24.537 8 INFO neutron.api.v2.resource [None req-41471aa2-4535-4570-b497-513038c1d399 f16125b186274833b4634d6b92b60468 389b667071224dd0a713ba01a7c30097 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 969/2046] 10.0.0.110 () {32 vars in 754 bytes} [Fri Jun 5 23:24:24 2026] DELETE /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2047] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:24:24 2026] DELETE /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2048] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2049] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/security-groups?tenant_id=159e448de08a45068183851af605b764&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:24.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-b20c6b0a-21c5-4186-ad2e-7dcad7c8bb0e f16125b186274833b4634d6b92b60468 389b667071224dd0a713ba01a7c30097 - - default default] TaaS: Handle Delete Port: 55bf6086-1db8-45dc-82ce-9589dfd33773 2026-06-05 23:24:24.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b20c6b0a-21c5-4186-ad2e-7dcad7c8bb0e f16125b186274833b4634d6b92b60468 389b667071224dd0a713ba01a7c30097 - - default default] Tap Mirror: Handle Delete Port: 55bf6086-1db8-45dc-82ce-9589dfd33773 [pid: 7|app: 0|req: 1079/2050] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:24 2026] DELETE /v2.0/security-groups/82f95883-7f59-4309-a33c-c1aec4d2634d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2051] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:24:24 2026] DELETE /v2.0/floatingips/04052628-95ff-4ba3-a343-af1340e415fa => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2052] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:24 2026] GET /v2.0/security-groups?tenant_id=297b36c2751d48ed99c464fd980225c6&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2053] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:25 2026] DELETE /v2.0/security-groups/7b217b9d-bd8f-4651-a38b-f8222a5f0909 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2054] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:25 2026] GET /v2.0/security-groups?tenant_id=389b667071224dd0a713ba01a7c30097&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2055] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:25 2026] DELETE /v2.0/security-groups/6b3d7fd8-9478-4e42-b771-30f40b666b74 => 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: 1082/2056] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:26 2026] GET /v2.0/security-groups?tenant_id=96929726fdd7434a8fb43a474e589aa3&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2057] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:26 2026] DELETE /v2.0/security-groups/b18bc47e-6798-4a06-90c9-edd775855bb6 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2060] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:24:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2061] 10.0.0.110 () {34 vars in 767 bytes} [Fri Jun 5 23:24:30 2026] PUT /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2062] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/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: 1085/2063] 10.0.0.110 () {34 vars in 778 bytes} [Fri Jun 5 23:24:30 2026] PUT /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2064] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2065] 10.0.0.110 () {34 vars in 774 bytes} [Fri Jun 5 23:24:30 2026] PUT /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2066] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2067] 10.0.0.110 () {34 vars in 796 bytes} [Fri Jun 5 23:24:30 2026] PUT /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2068] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2069] 10.0.0.110 () {34 vars in 767 bytes} [Fri Jun 5 23:24:30 2026] PUT /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2070] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/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: 1089/2071] 10.0.0.110 () {32 vars in 755 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:30.803 8 INFO neutron.api.v2.resource [None req-f90ff1c1-8eeb-4978-a523-19a1e57301aa 120445b7778e4cf4815879ac912038a5 061206f419454b4ca04fcda41355f43c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/2072] 10.0.0.110 () {32 vars in 759 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2073] 10.0.0.110 () {32 vars in 758 bytes} [Fri Jun 5 23:24:30 2026] DELETE /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2074] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2075] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:30.936 8 INFO neutron.api.v2.resource [None req-b4d44f02-5c3d-4d22-9a8a-65240dcf1f98 120445b7778e4cf4815879ac912038a5 061206f419454b4ca04fcda41355f43c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/2076] 10.0.0.110 () {32 vars in 762 bytes} [Fri Jun 5 23:24:30 2026] DELETE /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2077] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:30 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&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: 986/2078] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:24:30 2026] DELETE /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => 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: 1093/2079] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:24:31 2026] GET /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2080] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:31 2026] DELETE /v2.0/security-groups/4150a836-dcd1-46b6-a0ae-a36831f04b6c => 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: 1094/2081] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:31 2026] GET /v2.0/security-groups?tenant_id=5d1ff2e1e9264b78aae7a1b00342e3cd&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2082] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:31 2026] DELETE /v2.0/security-groups/e98b403c-503b-455c-84da-8cd3b97238ad => 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: 989/2083] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:31 2026] GET /v2.0/security-groups?tenant_id=a93fce9fd81442d384c1db1607d31357&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: 1095/2084] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:31 2026] GET /v2.0/security-groups?tenant_id=061206f419454b4ca04fcda41355f43c&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2085] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:31 2026] DELETE /v2.0/security-groups/8f5ee893-7f3a-4d4e-ae3f-176f8a982c1b => 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: 1096/2086] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:31 2026] DELETE /v2.0/security-groups/9ebd7c98-45fc-4f5e-849b-877fcae0aa49 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2087] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:32 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2088] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:32 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&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: 1097/2089] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:32 2026] GET /v2.0/security-groups?tenant_id=0201c521ed9d41c99b7ce8baa9d8a15b&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2090] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:32 2026] DELETE /v2.0/security-groups/f5d31438-e2a1-4d2e-b615-981ef3c50c59 => 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: 1098/2091] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:33 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2092] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:24:33 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2093] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:33 2026] GET /v2.0/security-groups?id=5de549b1-5ceb-4479-9df4-bb7b09eef0f8&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:33.444 8 INFO neutron_taas.services.taas.taas_plugin [req-97b35cee-52d4-4665-b3c7-b35fc263a1fd req-74ce710f-5206-4903-89be-0700bc9b6f8b 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: b292923c-6d4b-4dff-9007-a5163f47eb97 2026-06-05 23:24:33.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97b35cee-52d4-4665-b3c7-b35fc263a1fd req-74ce710f-5206-4903-89be-0700bc9b6f8b 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: b292923c-6d4b-4dff-9007-a5163f47eb97 2026-06-05 23:24:33.566 8 INFO neutron.db.l3_db [req-97b35cee-52d4-4665-b3c7-b35fc263a1fd req-74ce710f-5206-4903-89be-0700bc9b6f8b 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Floating IP 7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 disassociated. External IP: 10.96.250.206, port: b292923c-6d4b-4dff-9007-a5163f47eb97. [pid: 8|app: 0|req: 995/2094] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:24:33 2026] DELETE /v2.0/ports/b292923c-6d4b-4dff-9007-a5163f47eb97 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:33.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-252e7426-6092-4559-b324-466988bdcc81'] response: {'server_uuid': '033c70b9-0625-4f49-8e56-912155c0bbe2', 'name': 'network-vif-deleted', 'tag': 'b292923c-6d4b-4dff-9007-a5163f47eb97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 996/2095] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:34 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 1100/2096] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:34 2026] GET /v2.0/security-groups?tenant_id=9d01acd369a84e219b954120650d59a2&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2097] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:34 2026] DELETE /v2.0/security-groups/6276993e-88f0-4394-a21a-300b36a501e9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2098] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:35 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => 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: 1102/2099] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:36 2026] GET /v2.0/ports?device_id=033c70b9-0625-4f49-8e56-912155c0bbe2 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:36.855 8 INFO neutron.db.segments_db [None req-88262fbf-46c1-4b43-b6bc-4d7bc08af379 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Added segment 1089a5b7-c272-4d42-a505-5b3154731eec of type vxlan for network a68c11db-8aad-49d0-bae0-fa1f3ee2e426 2026-06-05 23:24:36.915 8 INFO neutron.db.segments_db [None req-88262fbf-46c1-4b43-b6bc-4d7bc08af379 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Added segment e38083b7-4f54-4b05-8992-71e43971499d of type vxlan for network 8f5740c1-af40-4813-a47e-a27ed56f7cb5 [pid: 8|app: 0|req: 998/2100] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:36 2026] POST /v2.0/networks => generated 1246 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2101] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:24:37 2026] GET /v2.0/networks => generated 1845 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:37.159 8 INFO neutron.services.segments.plugin [-] Segment 1089a5b7-c272-4d42-a505-5b3154731eec resource provider aggregate not found 2026-06-05 23:24:37.164 8 INFO neutron.services.segments.plugin [-] Segment 1089a5b7-c272-4d42-a505-5b3154731eec resource provider aggregate not found 2026-06-05 23:24:37.183 8 INFO neutron.services.segments.plugin [-] Segment 1089a5b7-c272-4d42-a505-5b3154731eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1089a5b7-c272-4d42-a505-5b3154731eec found for delete ", "request_id": "req-aa8edd2f-f34f-4dc2-a52a-01b8e22c96e1"}]} 2026-06-05 23:24:37.184 8 INFO neutron.services.segments.plugin [-] Segment 1089a5b7-c272-4d42-a505-5b3154731eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1089a5b7-c272-4d42-a505-5b3154731eec found for delete ", "request_id": "req-2cc7653b-a2ce-4b27-bb9d-c9f6067805d0"}]} [pid: 8|app: 0|req: 999/2102] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:37 2026] DELETE /v2.0/networks/a68c11db-8aad-49d0-bae0-fa1f3ee2e426 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:37.295 7 INFO neutron.services.segments.plugin [-] Segment e38083b7-4f54-4b05-8992-71e43971499d resource provider aggregate not found 2026-06-05 23:24:37.303 7 INFO neutron.services.segments.plugin [-] Segment e38083b7-4f54-4b05-8992-71e43971499d resource provider aggregate not found 2026-06-05 23:24:37.316 7 INFO neutron.services.segments.plugin [-] Segment e38083b7-4f54-4b05-8992-71e43971499d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e38083b7-4f54-4b05-8992-71e43971499d found for delete ", "request_id": "req-5b3319ed-fdd0-4e08-b680-baeaaa78b2a7"}]} 2026-06-05 23:24:37.319 7 INFO neutron.services.segments.plugin [-] Segment e38083b7-4f54-4b05-8992-71e43971499d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e38083b7-4f54-4b05-8992-71e43971499d found for delete ", "request_id": "req-bde3c54b-a040-4ac0-8848-c8780d3d7379"}]} [pid: 7|app: 0|req: 1104/2103] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:37 2026] DELETE /v2.0/networks/8f5740c1-af40-4813-a47e-a27ed56f7cb5 => 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: 1000/2104] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:24:37 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:37.441 7 INFO neutron.db.segments_db [None req-508cba83-f275-4cb6-a650-39dac4b586dd 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Added segment 03853956-5e7b-47c7-9cb5-fef33575d3eb of type vxlan for network a6170e17-8f61-480d-91a9-f15756761bb5 [pid: 7|app: 0|req: 1105/2105] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:37 2026] POST /v2.0/networks => generated 650 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:37.589 8 INFO neutron.db.segments_db [None req-b157edba-ece2-4096-9fdf-33e2a8b9af90 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Added segment 744adb63-c891-48be-a154-51f0c1b5c0cf of type vxlan for network b55dfcb1-c5c4-4c32-afe3-9406aaaf403d [pid: 8|app: 0|req: 1001/2106] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:37 2026] POST /v2.0/networks => generated 649 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2107] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:37 2026] DELETE /v2.0/security-groups/5de549b1-5ceb-4479-9df4-bb7b09eef0f8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:37.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-9700ffa9-0af9-4898-bf36-ea8836107dd5 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: bf4a7169-0947-47df-83ea-b049e5296867 2026-06-05 23:24:37.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9700ffa9-0af9-4898-bf36-ea8836107dd5 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: bf4a7169-0947-47df-83ea-b049e5296867 [pid: 8|app: 0|req: 1003/2108] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:24:37 2026] DELETE /v2.0/floatingips/7d32ec1f-7fe2-4fa2-9e8e-f079221c9ba4 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2109] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:24:37 2026] POST /v2.0/ports => generated 1505 bytes in 574 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: 1107/2110] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:24:38 2026] GET /v2.0/ports => generated 1505 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2111] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:38 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2112] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:38 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:38.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-64749905-b403-4329-8d92-5413abbfda36 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] TaaS: Handle Delete Port: bb22d0ea-6416-487b-a65b-232a9cea4f5e 2026-06-05 23:24:38.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64749905-b403-4329-8d92-5413abbfda36 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Tap Mirror: Handle Delete Port: bb22d0ea-6416-487b-a65b-232a9cea4f5e [pid: 7|app: 0|req: 1108/2113] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:38 2026] DELETE /v2.0/ports/bb22d0ea-6416-487b-a65b-232a9cea4f5e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:38.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffe57d42-28df-4ad3-8931-409f71a6c6d9 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] TaaS: Handle Delete Port: b33fc248-aeed-42bb-a302-378e2e5fc25c 2026-06-05 23:24:38.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffe57d42-28df-4ad3-8931-409f71a6c6d9 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Tap Mirror: Handle Delete Port: b33fc248-aeed-42bb-a302-378e2e5fc25c [pid: 8|app: 0|req: 1006/2114] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:38 2026] DELETE /v2.0/ports/b33fc248-aeed-42bb-a302-378e2e5fc25c => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2115] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:24:38 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:38.800 8 INFO neutron.db.segments_db [None req-4d8d13fe-0ed8-4bef-9a2a-2085c42dbd14 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Added segment 44bc4bfb-c708-42d0-b910-ddf86f966226 of type vxlan for network fb9bc350-978b-47b2-8b21-e12c8c60c8ed [pid: 8|app: 0|req: 1007/2116] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:38 2026] POST /v2.0/networks => generated 649 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:38.952 7 INFO neutron.db.segments_db [None req-f00a2550-5a25-4b80-93f4-7a0901ad360e 06754fd016224c1388fe47a5515d33ee 57442a21a05b4c16ab9b9292670b4396 - - default default] Added segment 00946cd2-b71e-4246-8145-1f778ad6e6be of type vxlan for network 34e682ce-f4f7-4683-8b9a-3a8e66898a21 [pid: 7|app: 0|req: 1110/2117] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:38 2026] POST /v2.0/networks => generated 650 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2118] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:24:39 2026] POST /v2.0/subnets => generated 1274 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2119] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:39 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2120] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:24:39 2026] GET /v2.0/subnets => generated 1910 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2121] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:39 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2122] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:39 2026] DELETE /v2.0/subnets/801af853-809a-48e9-9125-0e563bea1fed => 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: 1113/2123] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:39 2026] DELETE /v2.0/subnets/e6cf576b-7e22-4fae-a37f-e86e01b4e0c0 => 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: 1011/2124] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:24:39 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:39.993 7 INFO neutron.services.segments.plugin [-] Segment 00946cd2-b71e-4246-8145-1f778ad6e6be resource provider aggregate not found 2026-06-05 23:24:40.000 7 INFO neutron.services.segments.plugin [-] Segment 00946cd2-b71e-4246-8145-1f778ad6e6be resource provider aggregate not found 2026-06-05 23:24:40.014 7 INFO neutron.services.segments.plugin [-] Segment 00946cd2-b71e-4246-8145-1f778ad6e6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00946cd2-b71e-4246-8145-1f778ad6e6be found for delete ", "request_id": "req-66a7d493-cbf2-4d26-bd53-141a0bf0f279"}]} 2026-06-05 23:24:40.018 7 INFO neutron.services.segments.plugin [-] Segment 00946cd2-b71e-4246-8145-1f778ad6e6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00946cd2-b71e-4246-8145-1f778ad6e6be found for delete ", "request_id": "req-1ef02215-e5a7-4cf8-8db0-095afa315863"}]} [pid: 7|app: 0|req: 1114/2125] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:39 2026] DELETE /v2.0/networks/34e682ce-f4f7-4683-8b9a-3a8e66898a21 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:40.133 8 INFO neutron.services.segments.plugin [-] Segment 44bc4bfb-c708-42d0-b910-ddf86f966226 resource provider aggregate not found 2026-06-05 23:24:40.138 8 INFO neutron.services.segments.plugin [-] Segment 44bc4bfb-c708-42d0-b910-ddf86f966226 resource provider aggregate not found 2026-06-05 23:24:40.155 8 INFO neutron.services.segments.plugin [-] Segment 44bc4bfb-c708-42d0-b910-ddf86f966226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44bc4bfb-c708-42d0-b910-ddf86f966226 found for delete ", "request_id": "req-29ab834d-d5be-4f81-9a45-7ff26a935e90"}]} 2026-06-05 23:24:40.156 8 INFO neutron.services.segments.plugin [-] Segment 44bc4bfb-c708-42d0-b910-ddf86f966226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44bc4bfb-c708-42d0-b910-ddf86f966226 found for delete ", "request_id": "req-60e8e76c-5d4b-4056-8009-c048b658e50f"}]} [pid: 8|app: 0|req: 1012/2126] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:40 2026] DELETE /v2.0/networks/fb9bc350-978b-47b2-8b21-e12c8c60c8ed => 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: 1115/2127] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:40 2026] DELETE /v2.0/networks/b55dfcb1-c5c4-4c32-afe3-9406aaaf403d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2128] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:40 2026] DELETE /v2.0/networks/a6170e17-8f61-480d-91a9-f15756761bb5 => 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: 1116/2129] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:40 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2130] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:24:40 2026] GET /v2.0/security-groups?id=682a0581-7a6b-4c81-87cd-195c72c2bcb3&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2131] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:24:40 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:40.903 8 INFO neutron_taas.services.taas.taas_plugin [req-0e018c4b-33a1-4499-9f10-86028a3b95fc req-28fcc12d-7513-4766-86da-d7c4982d80ee 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: 4ffbb125-d691-4be7-917e-b46069dc9b45 2026-06-05 23:24:40.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0e018c4b-33a1-4499-9f10-86028a3b95fc req-28fcc12d-7513-4766-86da-d7c4982d80ee 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: 4ffbb125-d691-4be7-917e-b46069dc9b45 [pid: 7|app: 0|req: 1118/2132] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:40 2026] GET /v2.0/security-groups?tenant_id=57442a21a05b4c16ab9b9292670b4396&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2133] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:24:40 2026] DELETE /v2.0/ports/4ffbb125-d691-4be7-917e-b46069dc9b45 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:41.102 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-718f8cab-1921-4fc0-9b9c-5bf2733bf80d'] response: {'server_uuid': 'e964506b-f76b-43fc-bfaa-a9c67ab70924', 'name': 'network-vif-deleted', 'tag': '4ffbb125-d691-4be7-917e-b46069dc9b45', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1119/2134] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:41 2026] DELETE /v2.0/security-groups/0b1bccca-8fe3-470b-a227-00fdce6f26a6 => 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: 1016/2135] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:41 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:42.031 7 INFO neutron.services.segments.plugin [-] Segment 744adb63-c891-48be-a154-51f0c1b5c0cf resource provider aggregate not found 2026-06-05 23:24:42.035 7 INFO neutron.services.segments.plugin [-] Segment 744adb63-c891-48be-a154-51f0c1b5c0cf resource provider aggregate not found 2026-06-05 23:24:42.044 7 INFO neutron.services.segments.plugin [-] Segment 744adb63-c891-48be-a154-51f0c1b5c0cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744adb63-c891-48be-a154-51f0c1b5c0cf found for delete ", "request_id": "req-d5fbe2b6-c31f-46d6-9a0a-3f0d273b5cc8"}]} 2026-06-05 23:24:42.052 7 INFO neutron.services.segments.plugin [-] Segment 744adb63-c891-48be-a154-51f0c1b5c0cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744adb63-c891-48be-a154-51f0c1b5c0cf found for delete ", "request_id": "req-12d873a4-be74-4d55-9d99-b3f9565e024d"}]} 2026-06-05 23:24:42.172 8 INFO neutron.services.segments.plugin [-] Segment 03853956-5e7b-47c7-9cb5-fef33575d3eb resource provider aggregate not found 2026-06-05 23:24:42.178 8 INFO neutron.services.segments.plugin [-] Segment 03853956-5e7b-47c7-9cb5-fef33575d3eb resource provider aggregate not found 2026-06-05 23:24:42.184 8 INFO neutron.services.segments.plugin [-] Segment 03853956-5e7b-47c7-9cb5-fef33575d3eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03853956-5e7b-47c7-9cb5-fef33575d3eb found for delete ", "request_id": "req-1e5304ce-58e6-4eac-bd15-037218020325"}]} 2026-06-05 23:24:42.197 8 INFO neutron.services.segments.plugin [-] Segment 03853956-5e7b-47c7-9cb5-fef33575d3eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03853956-5e7b-47c7-9cb5-fef33575d3eb found for delete ", "request_id": "req-dd6b4226-666f-46c2-967f-c360e71a8e32"}]} [pid: 8|app: 0|req: 1017/2136] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:42 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:24:43.133 7 INFO neutron.db.segments_db [None req-96f5fb13-944f-4447-a713-8ec2332dc145 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Added segment 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c of type vxlan for network e2f89ad2-b869-41f6-ae33-e05756974097 [pid: 7|app: 0|req: 1120/2137] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:42 2026] POST /v2.0/networks => generated 649 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2138] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:24:43 2026] POST /v2.0/ports => generated 778 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:43.579 7 INFO neutron.db.segments_db [None req-d71a985c-3f40-4fad-a8d7-758b743bc1ac bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Added segment f5b21694-5b3d-4a8e-a016-5f38f669c350 of type vxlan for network 0709631e-e62b-4a29-a3da-4c012f47dccf [pid: 7|app: 0|req: 1121/2141] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:43 2026] POST /v2.0/networks => generated 635 bytes in 158 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: 1021/2142] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:24:43 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2143] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:24:43 2026] GET /v2.0/ports?device_id=e964506b-f76b-43fc-bfaa-a9c67ab70924 => 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: 1122/2144] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:24:43 2026] POST /v2.0/ports => generated 965 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:44.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd40266d-873d-4912-8b1b-7ee9c67235ae bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] TaaS: Handle Delete Port: 30d8b9eb-4573-486e-844d-b889209dacae 2026-06-05 23:24:44.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd40266d-873d-4912-8b1b-7ee9c67235ae bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Tap Mirror: Handle Delete Port: 30d8b9eb-4573-486e-844d-b889209dacae [pid: 8|app: 0|req: 1023/2145] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:44 2026] DELETE /v2.0/ports/30d8b9eb-4573-486e-844d-b889209dacae => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:24:44.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fd46f90-417f-4161-81f4-319bafaf0cdb bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1123/2146] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:44 2026] DELETE /v2.0/ports/30d8b9eb-4573-486e-844d-b889209dacae => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:24:44.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b28356c7-72a0-4f03-afab-3a8e005a737f bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/2147] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:44 2026] GET /v2.0/ports/30d8b9eb-4573-486e-844d-b889209dacae => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2148] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:44 2026] DELETE /v2.0/subnets/266e303f-fc93-4ac6-b8aa-3f0f27818e81 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:44.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-c953bebf-f918-4ae2-b7d5-a3c7fac6a6f9 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] TaaS: Handle Delete Port: 770e0556-991a-49c7-9b89-69b19840eb4e 2026-06-05 23:24:44.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c953bebf-f918-4ae2-b7d5-a3c7fac6a6f9 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Tap Mirror: Handle Delete Port: 770e0556-991a-49c7-9b89-69b19840eb4e 2026-06-05 23:24:45.132 8 INFO neutron.services.segments.plugin [-] Segment f5b21694-5b3d-4a8e-a016-5f38f669c350 resource provider aggregate not found 2026-06-05 23:24:45.140 8 INFO neutron.services.segments.plugin [-] Segment f5b21694-5b3d-4a8e-a016-5f38f669c350 resource provider aggregate not found 2026-06-05 23:24:45.157 8 INFO neutron.services.segments.plugin [-] Segment f5b21694-5b3d-4a8e-a016-5f38f669c350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b21694-5b3d-4a8e-a016-5f38f669c350 found for delete ", "request_id": "req-c193cbbc-1a51-4165-a05e-4aa0f05db430"}]} 2026-06-05 23:24:45.161 8 INFO neutron.services.segments.plugin [-] Segment f5b21694-5b3d-4a8e-a016-5f38f669c350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5b21694-5b3d-4a8e-a016-5f38f669c350 found for delete ", "request_id": "req-7726d558-080c-40b0-a7ba-c61f6a3f0739"}]} [pid: 8|app: 0|req: 1025/2149] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:44 2026] DELETE /v2.0/networks/0709631e-e62b-4a29-a3da-4c012f47dccf => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2150] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:45 2026] DELETE /v2.0/security-groups/682a0581-7a6b-4c81-87cd-195c72c2bcb3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:45.235 8 INFO neutron.db.segments_db [None req-1d64e320-69b6-47d3-89f4-aa094914572b bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Added segment 86dbf7ef-e4da-408a-999e-9d4fd234f14a of type vxlan for network 87f0b5f3-2448-4240-9dc8-e8ea649269cb [pid: 8|app: 0|req: 1026/2151] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:45 2026] POST /v2.0/networks => generated 636 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2152] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:24:45 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:45.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f24f4eb-4e05-403c-b9d5-c5fdea2bdd46 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: 68aebed4-0df9-4598-a0d8-0e0f29618235 2026-06-05 23:24:45.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f24f4eb-4e05-403c-b9d5-c5fdea2bdd46 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: 68aebed4-0df9-4598-a0d8-0e0f29618235 [pid: 8|app: 0|req: 1028/2153] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:24:45 2026] POST /v2.0/ports => generated 923 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:45.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-43ef6766-ebae-4f2a-a6e5-893963e88068 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] TaaS: Handle Delete Port: 592fde21-1aa9-4847-abac-88ccd2f50bcb 2026-06-05 23:24:45.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43ef6766-ebae-4f2a-a6e5-893963e88068 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Tap Mirror: Handle Delete Port: 592fde21-1aa9-4847-abac-88ccd2f50bcb [pid: 8|app: 0|req: 1029/2154] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:45 2026] DELETE /v2.0/ports/592fde21-1aa9-4847-abac-88ccd2f50bcb => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:46.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c1772dc-eb58-4e0d-b597-57c6703d233f bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/2155] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:46 2026] GET /v2.0/ports/592fde21-1aa9-4847-abac-88ccd2f50bcb => 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: 1126/2156] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:24:45 2026] PUT /v2.0/routers/30352cb3-3c37-4776-89b1-8e4190a28cc1/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2157] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:46 2026] DELETE /v2.0/subnets/07f5a7d7-84b6-4644-9fa1-2e5dff772fa9 => 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: 1031/2158] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:46 2026] DELETE /v2.0/subnets/87efeb7c-0182-41a2-a912-ad0297b207c9 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:46.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f5bedde-33bb-4a07-83d0-c5d52f4cc73d bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] TaaS: Handle Delete Port: 240f8168-10d8-4a1c-beab-5871d94162b9 2026-06-05 23:24:46.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f5bedde-33bb-4a07-83d0-c5d52f4cc73d bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Tap Mirror: Handle Delete Port: 240f8168-10d8-4a1c-beab-5871d94162b9 2026-06-05 23:24:46.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-6965651c-1a00-4371-8228-43e32f31939c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: 36bb5fcf-aebf-4418-b62f-ea12d0492328 2026-06-05 23:24:46.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6965651c-1a00-4371-8228-43e32f31939c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: 36bb5fcf-aebf-4418-b62f-ea12d0492328 [pid: 8|app: 0|req: 1032/2159] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:46 2026] DELETE /v2.0/networks/87f0b5f3-2448-4240-9dc8-e8ea649269cb => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:46.815 7 INFO neutron_taas.services.taas.taas_plugin [None req-6965651c-1a00-4371-8228-43e32f31939c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: 72796e62-7708-4704-af1f-7f24fbbcdf6c 2026-06-05 23:24:46.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6965651c-1a00-4371-8228-43e32f31939c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: 72796e62-7708-4704-af1f-7f24fbbcdf6c [pid: 8|app: 0|req: 1033/2160] 10.0.0.110 () {34 vars in 665 bytes} [Fri Jun 5 23:24:46 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1034/2161] 10.0.0.110 () {34 vars in 737 bytes} [Fri Jun 5 23:24:46 2026] PUT /v2.0/ports/c02a5e41-85a9-485f-a9d6-778dbe47b9a6 => generated 752 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:24:47.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3e5f67b-cea7-4e4c-bb53-8d4a9b56a991 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] TaaS: Handle Delete Port: c02a5e41-85a9-485f-a9d6-778dbe47b9a6 2026-06-05 23:24:47.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3e5f67b-cea7-4e4c-bb53-8d4a9b56a991 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Tap Mirror: Handle Delete Port: c02a5e41-85a9-485f-a9d6-778dbe47b9a6 2026-06-05 23:24:47.176 7 INFO neutron.services.segments.plugin [-] Segment dfee0209-67b7-4d4c-82b8-a247593c6b65 resource provider aggregate not found 2026-06-05 23:24:47.180 8 INFO neutron.services.segments.plugin [-] Segment 86dbf7ef-e4da-408a-999e-9d4fd234f14a resource provider aggregate not found 2026-06-05 23:24:47.186 8 INFO neutron.services.segments.plugin [-] Segment 86dbf7ef-e4da-408a-999e-9d4fd234f14a resource provider aggregate not found 2026-06-05 23:24:47.190 7 INFO neutron.services.segments.plugin [-] Segment dfee0209-67b7-4d4c-82b8-a247593c6b65 resource provider aggregate not found 2026-06-05 23:24:47.197 7 INFO neutron.services.segments.plugin [-] Segment dfee0209-67b7-4d4c-82b8-a247593c6b65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfee0209-67b7-4d4c-82b8-a247593c6b65 found for delete ", "request_id": "req-a85307a3-2c5f-4bdb-9010-619413992b23"}]} 2026-06-05 23:24:47.206 8 INFO neutron.services.segments.plugin [-] Segment 86dbf7ef-e4da-408a-999e-9d4fd234f14a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86dbf7ef-e4da-408a-999e-9d4fd234f14a found for delete ", "request_id": "req-27472011-5753-4a22-aabc-4260de19c318"}]} 2026-06-05 23:24:47.208 7 INFO neutron.services.segments.plugin [-] Segment dfee0209-67b7-4d4c-82b8-a247593c6b65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfee0209-67b7-4d4c-82b8-a247593c6b65 found for delete ", "request_id": "req-7c0b999a-30fa-4f12-8108-25d57d7fc488"}]} 2026-06-05 23:24:47.212 8 INFO neutron.services.segments.plugin [-] Segment 86dbf7ef-e4da-408a-999e-9d4fd234f14a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86dbf7ef-e4da-408a-999e-9d4fd234f14a found for delete ", "request_id": "req-32522d75-a740-40fd-bbd5-300348b03b9d"}]} 2026-06-05 23:24:47.219 7 INFO neutron.db.l3_hamode_db [None req-6965651c-1a00-4371-8228-43e32f31939c 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] HA network e8121edf-234b-41b9-889e-ccb0704f537d was deleted as no HA routers are present in tenant 77fa7a462a9840178ce2b7594e06a7c5. [pid: 7|app: 0|req: 1128/2162] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:46 2026] DELETE /v2.0/routers/30352cb3-3c37-4776-89b1-8e4190a28cc1 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2163] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/ports/c02a5e41-85a9-485f-a9d6-778dbe47b9a6 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2164] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:24:47 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:47.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-634a29de-8bc4-4021-be87-5a468cb15d4b 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] TaaS: Handle Delete Port: 429662a7-086b-411e-acd9-4fd741889412 2026-06-05 23:24:47.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-634a29de-8bc4-4021-be87-5a468cb15d4b 65585a1790ec44ec98f4d88aa07d7ced 77fa7a462a9840178ce2b7594e06a7c5 - - default default] Tap Mirror: Handle Delete Port: 429662a7-086b-411e-acd9-4fd741889412 2026-06-05 23:24:47.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9076ae18-bf5f-44f6-bad3-d54f8ef9a836 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2165] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:47 2026] GET /v2.0/ports/c02a5e41-85a9-485f-a9d6-778dbe47b9a6 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2166] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:24:47 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2167] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:47 2026] GET /v2.0/ports/bc193b13-835b-47f3-9ada-e4d398e37fa2 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:24:47.438 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9325360-ef60-45a2-aeca-6874fc1887f0 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2168] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/ports/592fde21-1aa9-4847-abac-88ccd2f50bcb => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:24:47.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0850372-608e-4c54-9b4c-202dc818be0b bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1041/2169] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/subnets/87efeb7c-0182-41a2-a912-ad0297b207c9 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:24:47.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a86d8a4a-0891-45fe-9646-652eb84ff778 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1042/2170] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/subnets/266e303f-fc93-4ac6-b8aa-3f0f27818e81 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2171] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/networks/2212d8be-509e-4c3d-b279-48e4ba7f9316 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:47.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e3ccddc-8852-4b14-bb39-725bd0ddac99 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] TaaS: Handle Delete Port: bc193b13-835b-47f3-9ada-e4d398e37fa2 2026-06-05 23:24:47.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e3ccddc-8852-4b14-bb39-725bd0ddac99 bd423e54a9cd488ea1990f2524e6e55f fa49b6f5fdfe45af9741944c3af284a0 - - default default] Tap Mirror: Handle Delete Port: bc193b13-835b-47f3-9ada-e4d398e37fa2 [pid: 8|app: 0|req: 1043/2172] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/ports/bc193b13-835b-47f3-9ada-e4d398e37fa2 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2173] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:47 2026] DELETE /v2.0/networks/e2f89ad2-b869-41f6-ae33-e05756974097 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2174] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:48 2026] GET /v2.0/security-groups?tenant_id=fa49b6f5fdfe45af9741944c3af284a0&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2175] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:48 2026] DELETE /v2.0/security-groups/f570b8c1-9481-4c70-87a5-528bec98c993 => 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: 1044/2176] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:48 2026] GET /v2.0/security-groups?tenant_id=528282a313ac4780b6fd170f15f19e7f&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2177] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:48 2026] DELETE /v2.0/security-groups/e9076459-09bf-42fd-92d2-2358871e3615 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2178] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:48 2026] GET /v2.0/security-groups?tenant_id=77fa7a462a9840178ce2b7594e06a7c5&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2179] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:48 2026] DELETE /v2.0/security-groups/178679f7-50d5-40bc-a28b-816ab7d39a34 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:49.216 7 INFO neutron.services.segments.plugin [-] Segment 116f136c-9627-41b8-9838-bcc3a9bde367 resource provider aggregate not found 2026-06-05 23:24:49.232 7 INFO neutron.services.segments.plugin [-] Segment 116f136c-9627-41b8-9838-bcc3a9bde367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 116f136c-9627-41b8-9838-bcc3a9bde367 found for delete ", "request_id": "req-08168c0d-9a53-4782-8e9f-ad3b0bb326f8"}]} 2026-06-05 23:24:49.245 7 INFO neutron.services.segments.plugin [-] Segment 116f136c-9627-41b8-9838-bcc3a9bde367 resource provider aggregate not found 2026-06-05 23:24:49.245 7 INFO neutron.services.segments.plugin [-] Segment 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c resource provider aggregate not found 2026-06-05 23:24:49.265 7 INFO neutron.services.segments.plugin [-] Segment 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c found for delete ", "request_id": "req-9e099de7-f7f3-45ff-8e9b-a7ade9647edd"}]} 2026-06-05 23:24:49.266 7 INFO neutron.services.segments.plugin [-] Segment 116f136c-9627-41b8-9838-bcc3a9bde367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 116f136c-9627-41b8-9838-bcc3a9bde367 found for delete ", "request_id": "req-4be5b3cf-e9d4-4e43-8ba3-e2f26b4b2e84"}]} 2026-06-05 23:24:49.281 7 INFO neutron.services.segments.plugin [-] Segment 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c resource provider aggregate not found 2026-06-05 23:24:49.296 7 INFO neutron.services.segments.plugin [-] Segment 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3020e8c9-db5a-49fe-a3e1-3e4c2712c41c found for delete ", "request_id": "req-70e46502-6579-46b2-bebe-03d2116e2c30"}]} 2026-06-05 23:24:53.357 8 INFO neutron.db.segments_db [None req-b69eb6a7-be27-4cad-bb55-47d5ab31e2f4 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Added segment 71945da8-f037-4cbe-8441-75a497403e4a of type vxlan for network c8e2576c-f80f-4caf-9633-5992ad899fda [pid: 8|app: 0|req: 1046/2180] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:53 2026] POST /v2.0/networks => generated 632 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2181] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:53 2026] POST /v2.0/ports => generated 743 bytes in 301 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: 1047/2182] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:53 2026] GET /v2.0/security-groups?tenant_id=424ac5b2346e4b5e89f0b14f738ee030&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2183] 10.0.0.110 () {34 vars in 666 bytes} [Fri Jun 5 23:24:53 2026] POST /v2.0/trunks => generated 407 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:54.050 7 INFO neutron.db.segments_db [None req-fdb230c4-73f0-4a9a-9d8a-e3bf732ea564 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Added segment 3f743fb3-ab3d-43f4-811a-26bae04377f2 of type vxlan for network 86578982-5bbc-4d49-8ab6-9a828d23271f [pid: 8|app: 0|req: 1048/2184] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:53 2026] DELETE /v2.0/security-groups/1833cf90-fca7-416f-bfe2-7ee5d05fc4cd => 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: 1137/2185] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:54 2026] POST /v2.0/networks => generated 630 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2186] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:54 2026] GET /v2.0/security-groups?tenant_id=26ce294bb45444fa9537e0eaa36b9830&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2187] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:54 2026] POST /v2.0/ports => generated 743 bytes in 262 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: 1139/2188] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:54 2026] DELETE /v2.0/security-groups/0316804a-2e7e-4cce-bd3e-be2db0a4d677 => 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: 1050/2189] 10.0.0.110 () {34 vars in 666 bytes} [Fri Jun 5 23:24:54 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:24:54.658 7 INFO neutron.db.segments_db [None req-8ca88ee8-bda8-43b0-b5e9-9b260c78d167 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Added segment f72d0550-ece5-4522-9bbd-3e9ef7b5d73b of type vxlan for network e10668a3-a26b-43c5-b3d6-219e5282bf54 [pid: 7|app: 0|req: 1140/2190] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:54 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2191] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:54 2026] POST /v2.0/ports => generated 743 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2192] 10.0.0.110 () {34 vars in 666 bytes} [Fri Jun 5 23:24:55 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:24:55.224 8 INFO neutron.db.segments_db [None req-3cf0361d-95e6-4a51-8610-c2290876321c 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Added segment d97c9220-d3cb-44b9-b6af-9040292c1288 of type vxlan for network 3932aaab-5b78-48bf-8db8-76f40d8605ee [pid: 8|app: 0|req: 1052/2193] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:55 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2194] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:55 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2195] 10.0.0.110 () {34 vars in 666 bytes} [Fri Jun 5 23:24:55 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:24:55.837 7 INFO neutron.db.segments_db [None req-774bd883-e16f-4cd7-843c-1eee34d2efb6 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Added segment b28b63d7-06b4-4813-ad9c-37a42a8de02d of type vxlan for network 2fd576fa-343f-41f1-975e-04cd01f510ca [pid: 7|app: 0|req: 1143/2196] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:24:55 2026] POST /v2.0/networks => generated 630 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2197] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:24:55 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2198] 10.0.0.110 () {34 vars in 666 bytes} [Fri Jun 5 23:24:56 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1055/2199] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:24:56 2026] PUT /v2.0/trunks/1e016505-8ce4-4f14-9361-82afad5f9882/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2200] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:24:56 2026] PUT /v2.0/trunks/9ef7d99c-df1c-4f32-8234-851e9977e6d2/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2201] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:24:56 2026] PUT /v2.0/trunks/04a87ede-0e7f-4ab3-9031-6bb76488c45d/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2202] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:24:56 2026] PUT /v2.0/trunks/d3b5b40f-a502-4fec-80bb-ad5d3e7059bf/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2203] 10.0.0.110 () {32 vars in 662 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2204] 10.0.0.110 () {32 vars in 676 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2205] 10.0.0.110 () {32 vars in 672 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2206] 10.0.0.110 () {32 vars in 684 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2207] 10.0.0.110 () {32 vars in 670 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2208] 10.0.0.110 () {32 vars in 684 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2209] 10.0.0.110 () {32 vars in 680 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2210] 10.0.0.110 () {32 vars in 692 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2211] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/trunks/1e016505-8ce4-4f14-9361-82afad5f9882 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2212] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:56 2026] GET /v2.0/ports/b4d910b7-ceae-46b8-b2d9-96bb48cf9fee => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2213] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:24:56 2026] DELETE /v2.0/trunks/1e016505-8ce4-4f14-9361-82afad5f9882 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2214] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/trunks/9ef7d99c-df1c-4f32-8234-851e9977e6d2 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2215] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/ports/1cd045b4-f4d8-43cc-9d1b-aaab0a81700b => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2216] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:24:57 2026] DELETE /v2.0/trunks/9ef7d99c-df1c-4f32-8234-851e9977e6d2 => 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: 1064/2217] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/trunks/04a87ede-0e7f-4ab3-9031-6bb76488c45d => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2218] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/ports/866de775-1280-4e5f-94a0-accbf47220a1 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2219] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:24:57 2026] DELETE /v2.0/trunks/04a87ede-0e7f-4ab3-9031-6bb76488c45d => 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: 1155/2220] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/trunks/d3b5b40f-a502-4fec-80bb-ad5d3e7059bf => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2221] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/ports/bbd9817c-2f48-4d70-a531-7b56c6cc7610 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2222] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:24:57 2026] DELETE /v2.0/trunks/d3b5b40f-a502-4fec-80bb-ad5d3e7059bf => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2223] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/trunks/f90e8241-c020-4df2-b6ea-3b9b440e68bc => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2224] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:24:57 2026] GET /v2.0/ports/e5570e73-428d-4518-bcda-14e862f834c8 => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2225] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:24:57 2026] DELETE /v2.0/trunks/f90e8241-c020-4df2-b6ea-3b9b440e68bc => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:24:57.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc94342f-ff10-48d9-9c1d-367b9d96ae59 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] TaaS: Handle Delete Port: b4d910b7-ceae-46b8-b2d9-96bb48cf9fee 2026-06-05 23:24:57.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc94342f-ff10-48d9-9c1d-367b9d96ae59 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Tap Mirror: Handle Delete Port: b4d910b7-ceae-46b8-b2d9-96bb48cf9fee [pid: 7|app: 0|req: 1158/2226] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:57 2026] DELETE /v2.0/ports/b4d910b7-ceae-46b8-b2d9-96bb48cf9fee => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:58.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0e990d8-46a7-42c1-bb1a-89c92e8f55f1 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] TaaS: Handle Delete Port: 1cd045b4-f4d8-43cc-9d1b-aaab0a81700b 2026-06-05 23:24:58.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0e990d8-46a7-42c1-bb1a-89c92e8f55f1 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Tap Mirror: Handle Delete Port: 1cd045b4-f4d8-43cc-9d1b-aaab0a81700b [pid: 8|app: 0|req: 1069/2227] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:58 2026] DELETE /v2.0/ports/1cd045b4-f4d8-43cc-9d1b-aaab0a81700b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:58.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-773ee281-6705-4892-986b-7da8de8a2b08 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] TaaS: Handle Delete Port: 866de775-1280-4e5f-94a0-accbf47220a1 2026-06-05 23:24:58.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773ee281-6705-4892-986b-7da8de8a2b08 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Tap Mirror: Handle Delete Port: 866de775-1280-4e5f-94a0-accbf47220a1 [pid: 8|app: 0|req: 1070/2228] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:58 2026] DELETE /v2.0/ports/866de775-1280-4e5f-94a0-accbf47220a1 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2229] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:24:58 2026] GET /v2.0/security-groups?tenant_id=27dda195c65a4b30b330ee0d3d1c544b&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:24:58.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-3589abae-9bf7-43e1-af20-e4383ea81779 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] TaaS: Handle Delete Port: bbd9817c-2f48-4d70-a531-7b56c6cc7610 2026-06-05 23:24:58.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3589abae-9bf7-43e1-af20-e4383ea81779 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Tap Mirror: Handle Delete Port: bbd9817c-2f48-4d70-a531-7b56c6cc7610 [pid: 7|app: 0|req: 1162/2232] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:24:58 2026] DELETE /v2.0/security-groups/63fe2bae-0cdd-46ab-9829-fbcb9823323e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2233] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:58 2026] DELETE /v2.0/ports/bbd9817c-2f48-4d70-a531-7b56c6cc7610 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:58.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-8caee366-1c38-43bf-87b2-7a63fa036c2f 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] TaaS: Handle Delete Port: e5570e73-428d-4518-bcda-14e862f834c8 2026-06-05 23:24:58.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8caee366-1c38-43bf-87b2-7a63fa036c2f 8666e2da08ed48fd92a9276615f3480b 3cbd3ca48541498597292b70c83dff46 - - default default] Tap Mirror: Handle Delete Port: e5570e73-428d-4518-bcda-14e862f834c8 [pid: 7|app: 0|req: 1163/2234] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:24:58 2026] DELETE /v2.0/ports/e5570e73-428d-4518-bcda-14e862f834c8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:58.970 8 INFO neutron.services.segments.plugin [-] Segment 71945da8-f037-4cbe-8441-75a497403e4a resource provider aggregate not found 2026-06-05 23:24:58.975 8 INFO neutron.services.segments.plugin [-] Segment 71945da8-f037-4cbe-8441-75a497403e4a resource provider aggregate not found 2026-06-05 23:24:58.988 8 INFO neutron.services.segments.plugin [-] Segment 71945da8-f037-4cbe-8441-75a497403e4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71945da8-f037-4cbe-8441-75a497403e4a found for delete ", "request_id": "req-64ff3241-1c43-4250-8f75-cfba557fd0e2"}]} 2026-06-05 23:24:58.992 8 INFO neutron.services.segments.plugin [-] Segment 71945da8-f037-4cbe-8441-75a497403e4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71945da8-f037-4cbe-8441-75a497403e4a found for delete ", "request_id": "req-772f28df-e204-484e-8212-17edb406a8ea"}]} [pid: 8|app: 0|req: 1072/2235] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:58 2026] DELETE /v2.0/networks/c8e2576c-f80f-4caf-9633-5992ad899fda => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:24:59.101 7 INFO neutron.services.segments.plugin [-] Segment 3f743fb3-ab3d-43f4-811a-26bae04377f2 resource provider aggregate not found 2026-06-05 23:24:59.106 7 INFO neutron.services.segments.plugin [-] Segment 3f743fb3-ab3d-43f4-811a-26bae04377f2 resource provider aggregate not found 2026-06-05 23:24:59.125 7 INFO neutron.services.segments.plugin [-] Segment 3f743fb3-ab3d-43f4-811a-26bae04377f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f743fb3-ab3d-43f4-811a-26bae04377f2 found for delete ", "request_id": "req-f82312a1-9431-4abd-b74e-720205c5493c"}]} 2026-06-05 23:24:59.128 7 INFO neutron.services.segments.plugin [-] Segment 3f743fb3-ab3d-43f4-811a-26bae04377f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f743fb3-ab3d-43f4-811a-26bae04377f2 found for delete ", "request_id": "req-e3a41eda-114a-44cb-96e4-eb4ea66c2a8e"}]} [pid: 7|app: 0|req: 1164/2236] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:59 2026] DELETE /v2.0/networks/86578982-5bbc-4d49-8ab6-9a828d23271f => 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: 1073/2237] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:59 2026] DELETE /v2.0/networks/e10668a3-a26b-43c5-b3d6-219e5282bf54 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2238] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:59 2026] DELETE /v2.0/networks/3932aaab-5b78-48bf-8db8-76f40d8605ee => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2239] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:24:59 2026] DELETE /v2.0/networks/2fd576fa-343f-41f1-975e-04cd01f510ca => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:25:00.757 8 INFO neutron.db.segments_db [None req-a9918092-cd38-4664-98cd-52598e6b22dc 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 4594b17e-d675-4441-8ded-7e13e1228ecf of type vxlan for network e72d14d5-9af1-4b76-812e-3c088d9902d7 [pid: 7|app: 0|req: 1166/2240] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:00 2026] GET /v2.0/security-groups?tenant_id=e0d157505548455a95a72e43c27306f6&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2241] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:25:00 2026] POST /v2.0/networks => generated 741 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2242] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:00 2026] DELETE /v2.0/security-groups/62d16657-e0a9-4bb4-a6b9-27cdc110111c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:01.011 8 INFO neutron.services.segments.plugin [-] Segment f72d0550-ece5-4522-9bbd-3e9ef7b5d73b resource provider aggregate not found 2026-06-05 23:25:01.014 8 INFO neutron.services.segments.plugin [-] Segment f72d0550-ece5-4522-9bbd-3e9ef7b5d73b resource provider aggregate not found 2026-06-05 23:25:01.036 8 INFO neutron.services.segments.plugin [-] Segment f72d0550-ece5-4522-9bbd-3e9ef7b5d73b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f72d0550-ece5-4522-9bbd-3e9ef7b5d73b found for delete ", "request_id": "req-df7f2e71-36fc-4597-b654-c9510fc16318"}]} [pid: 7|app: 0|req: 1168/2243] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:01 2026] GET /v2.0/security-groups?tenant_id=3cbd3ca48541498597292b70c83dff46&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:25:01.043 8 INFO neutron.services.segments.plugin [-] Segment f72d0550-ece5-4522-9bbd-3e9ef7b5d73b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f72d0550-ece5-4522-9bbd-3e9ef7b5d73b found for delete ", "request_id": "req-765c5bea-6e74-48be-b810-3803401545e5"}]} 2026-06-05 23:25:01.063 8 INFO neutron.services.segments.plugin [-] Segment b28b63d7-06b4-4813-ad9c-37a42a8de02d resource provider aggregate not found 2026-06-05 23:25:01.066 8 INFO neutron.services.segments.plugin [-] Segment b28b63d7-06b4-4813-ad9c-37a42a8de02d resource provider aggregate not found [pid: 8|app: 0|req: 1076/2244] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:25:00 2026] POST /v2.0/subnets => generated 688 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:01.084 8 INFO neutron.services.segments.plugin [-] Segment b28b63d7-06b4-4813-ad9c-37a42a8de02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b28b63d7-06b4-4813-ad9c-37a42a8de02d found for delete ", "request_id": "req-ece2e0f8-4f7f-422b-b01a-f60f416ff8cf"}]} 2026-06-05 23:25:01.094 8 INFO neutron.services.segments.plugin [-] Segment b28b63d7-06b4-4813-ad9c-37a42a8de02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b28b63d7-06b4-4813-ad9c-37a42a8de02d found for delete ", "request_id": "req-ff4e659a-954e-402c-ae94-a4b96d96ebe7"}]} 2026-06-05 23:25:01.148 7 INFO neutron.services.segments.plugin [-] Segment d97c9220-d3cb-44b9-b6af-9040292c1288 resource provider aggregate not found 2026-06-05 23:25:01.150 8 INFO neutron.db.segments_db [None req-3c1bcb4f-e724-4769-88f3-a5afeb7d802b 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 2debbe21-e225-47c6-990e-866e4f1599ac of type vxlan for network 55b1e6ba-cec1-4332-88bb-3ce2dcf902d3 2026-06-05 23:25:01.154 7 INFO neutron.services.segments.plugin [-] Segment d97c9220-d3cb-44b9-b6af-9040292c1288 resource provider aggregate not found 2026-06-05 23:25:01.177 7 INFO neutron.services.segments.plugin [-] Segment d97c9220-d3cb-44b9-b6af-9040292c1288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d97c9220-d3cb-44b9-b6af-9040292c1288 found for delete ", "request_id": "req-d2aadb40-7554-4c5d-8ec5-70e29c29fe5e"}]} 2026-06-05 23:25:01.178 7 INFO neutron.services.segments.plugin [-] Segment d97c9220-d3cb-44b9-b6af-9040292c1288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d97c9220-d3cb-44b9-b6af-9040292c1288 found for delete ", "request_id": "req-d4927d16-7531-4a5f-9f83-2fc7faab05a4"}]} [pid: 7|app: 0|req: 1169/2245] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:01 2026] DELETE /v2.0/security-groups/e2f71154-1ff7-422f-928b-025271d09080 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:01.397 8 INFO neutron.db.l3_hamode_db [None req-3c1bcb4f-e724-4769-88f3-a5afeb7d802b 4ccf06f0577045669bffea7bdfdc0909 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1170/2246] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:01 2026] GET /v2.0/security-groups?tenant_id=61c0f7fdb94942b7962e1ac4f5dc8a21&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2247] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:01 2026] DELETE /v2.0/security-groups/debe57a0-e0aa-4b5c-a0e9-c9daaefd2876 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:02.244 8 INFO neutron.db.l3_hamode_db [None req-3c1bcb4f-e724-4769-88f3-a5afeb7d802b 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1077/2248] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:25:01 2026] POST /v2.0/routers => generated 728 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2249] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:25:03 2026] PUT /v2.0/routers/469d55b4-347d-459e-8b98-38c742b07f0c/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2250] 10.0.0.110 () {34 vars in 678 bytes} [Fri Jun 5 23:25:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2251] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:25:04 2026] PUT /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2252] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:04 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2253] 10.0.0.110 () {34 vars in 764 bytes} [Fri Jun 5 23:25:04 2026] PUT /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2254] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2255] 10.0.0.110 () {34 vars in 760 bytes} [Fri Jun 5 23:25:05 2026] PUT /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2256] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2257] 10.0.0.110 () {34 vars in 782 bytes} [Fri Jun 5 23:25:05 2026] PUT /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2258] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 52 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2259] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:25:05 2026] PUT /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2260] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2261] 10.0.0.110 () {32 vars in 741 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:05.442 8 INFO neutron.api.v2.resource [None req-05bca2a8-6833-466a-a148-350314d8b570 59e73acb9b724928ac51f698a531de8f 80582830ed104bdd86d30c8b64b851b9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2262] 10.0.0.110 () {32 vars in 745 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2263] 10.0.0.110 () {32 vars in 744 bytes} [Fri Jun 5 23:25:05 2026] DELETE /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2264] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:05.573 7 INFO neutron.api.v2.resource [None req-f741b18c-ba5b-48a8-b703-2133dbbdcef3 59e73acb9b724928ac51f698a531de8f 80582830ed104bdd86d30c8b64b851b9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1180/2265] 10.0.0.110 () {32 vars in 748 bytes} [Fri Jun 5 23:25:05 2026] DELETE /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2266] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:25:05 2026] DELETE /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2267] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:05 2026] GET /v2.0/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:05.762 7 INFO neutron.db.segments_db [None req-40a50fd8-4a73-44fc-9409-780c5eec27aa 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 52cb9062-c795-4d4e-8d9b-e140dc3f87bd of type vxlan for network fb147d19-b884-4555-87fb-42f1cc6ea2a3 [pid: 8|app: 0|req: 1088/2268] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:25:05 2026] DELETE /v2.0/qos/policies/898ffc1b-b933-47a8-bbf6-9e8d288eaef9 => 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: 1181/2269] 10.0.0.110 () {34 vars in 671 bytes} [Fri Jun 5 23:25:05 2026] POST /v2.0/networks => generated 741 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2270] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:25:05 2026] POST /v2.0/subnets => generated 688 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:06.121 7 INFO neutron.db.segments_db [None req-7ab73b78-13c2-4f7f-9249-86bc13706b74 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Added segment 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 of type vxlan for network 474d766e-6fa2-493a-94e3-c290584b8d08 2026-06-05 23:25:06.416 7 INFO neutron.db.l3_hamode_db [None req-7ab73b78-13c2-4f7f-9249-86bc13706b74 4ccf06f0577045669bffea7bdfdc0909 d05affad1c0448b993205b7414f5df8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1090/2271] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:06 2026] GET /v2.0/security-groups?tenant_id=1d79d7c35a424919b322f7559b38d6b3&name=default => generated 2929 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2272] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:06 2026] DELETE /v2.0/security-groups/e4c63886-3b44-466a-943a-06c30f9d8abb => 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: 1092/2273] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:07 2026] GET /v2.0/security-groups?tenant_id=80582830ed104bdd86d30c8b64b851b9&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:25:07.294 7 INFO neutron.db.l3_hamode_db [None req-7ab73b78-13c2-4f7f-9249-86bc13706b74 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1093/2274] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:07 2026] DELETE /v2.0/security-groups/4b1040e8-0e89-4945-8080-c784f5014e9b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2275] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:25:06 2026] POST /v2.0/routers => generated 728 bytes in 2249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2276] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:25:08 2026] PUT /v2.0/routers/168d6fbb-a421-485e-86cf-8215e1ab8a2f/add_router_interface => generated 309 bytes in 1933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:11.023 7 INFO neutron.db.segments_db [None req-d5043bf1-152d-4a27-8bbb-09234b2b28e3 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] Added segment 5d68f368-fefc-437d-ab5c-31475c3f282e of type vxlan for network 6a008921-b234-4257-885c-0563878136d5 [pid: 8|app: 0|req: 1095/2277] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:25:10 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: 1096/2278] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:11.301 7 INFO neutron.db.l3_hamode_db [None req-d5043bf1-152d-4a27-8bbb-09234b2b28e3 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1097/2279] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:11.542 7 INFO neutron.db.l3_hamode_db [None req-d5043bf1-152d-4a27-8bbb-09234b2b28e3 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1098/2280] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2281] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:11.881 8 INFO neutron.db.securitygroups_db [None req-6f4d56bb-7efa-44a8-8f23-90ab921a4685 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Project c918adfcc7ed4bcf88b35f7e357e3769 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: 1100/2282] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:12.014 8 INFO neutron.db.securitygroups_db [None req-b0cda426-bbe2-48ae-8584-55e6632c7561 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Project c918adfcc7ed4bcf88b35f7e357e3769 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: 1183/2283] 10.0.0.110 () {34 vars in 668 bytes} [Fri Jun 5 23:25:10 2026] POST /v2.0/routers => generated 474 bytes in 1197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2284] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2285] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:25:12 2026] PUT /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2286] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:12 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2287] 10.0.0.110 () {34 vars in 762 bytes} [Fri Jun 5 23:25:12 2026] PUT /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/green => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2288] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:12 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/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: 1103/2289] 10.0.0.110 () {34 vars in 685 bytes} [Fri Jun 5 23:25:12 2026] POST /v2.0/security-groups => generated 1662 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2290] 10.0.0.110 () {34 vars in 758 bytes} [Fri Jun 5 23:25:12 2026] PUT /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2291] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2292] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:12 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2293] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:25:12 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: 1189/2294] 10.0.0.110 () {34 vars in 780 bytes} [Fri Jun 5 23:25:12 2026] PUT /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/black.or.white => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2295] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:12 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2296] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:25:13 2026] PUT /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2297] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2298] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/red => 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: 1106/2299] 10.0.0.110 () {34 vars in 676 bytes} [Fri Jun 5 23:25:12 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:13.440 7 INFO neutron.api.v2.resource [None req-0c5413c8-c97f-4a9f-811a-d263480af543 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2300] 10.0.0.110 () {32 vars in 743 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2301] 10.0.0.72 () {34 vars in 1099 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1934085488&fields=id&tenant_id=c918adfcc7ed4bcf88b35f7e357e3769 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2302] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:25:13 2026] DELETE /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/red => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2305] 10.0.0.72 () {34 vars in 1097 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-671442424&fields=id&tenant_id=c918adfcc7ed4bcf88b35f7e357e3769 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2306] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/networks?id=e72d14d5-9af1-4b76-812e-3c088d9902d7 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2307] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 30 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2308] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/quotas/c918adfcc7ed4bcf88b35f7e357e3769 => 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: 1199/2309] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/ports?tenant_id=c918adfcc7ed4bcf88b35f7e357e3769&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:13.728 8 INFO neutron.api.v2.resource [None req-f3b847d2-d6a7-4f64-9780-f896cbcada05 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1111/2310] 10.0.0.110 () {32 vars in 746 bytes} [Fri Jun 5 23:25:13 2026] DELETE /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2311] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7?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: 1113/2312] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7?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: 1200/2313] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:25:13 2026] DELETE /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2314] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63/tags => generated 12 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2315] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2316] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:13 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1202/2317] 10.0.0.110 () {34 vars in 742 bytes} [Fri Jun 5 23:25:14 2026] PUT /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63 => generated 480 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2318] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:25:14 2026] GET /v2.0/ports?device_id=5343bc48-39b7-41c0-8468-91ad2e410c63 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:14.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-634171a1-9875-486e-b91b-c38b4b87c0a0 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] TaaS: Handle Delete Port: 28366dff-8060-4f02-80c3-c4b475c7981e 2026-06-05 23:25:14.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-634171a1-9875-486e-b91b-c38b4b87c0a0 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] Tap Mirror: Handle Delete Port: 28366dff-8060-4f02-80c3-c4b475c7981e [pid: 8|app: 0|req: 1117/2319] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:15 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:15.095 7 INFO neutron.services.segments.plugin [-] Segment 5d68f368-fefc-437d-ab5c-31475c3f282e resource provider aggregate not found 2026-06-05 23:25:15.097 7 INFO neutron.services.segments.plugin [-] Segment 5d68f368-fefc-437d-ab5c-31475c3f282e resource provider aggregate not found 2026-06-05 23:25:15.125 7 INFO neutron.db.l3_hamode_db [None req-634171a1-9875-486e-b91b-c38b4b87c0a0 faba2def18b045118cf259dc1dbc8af1 cce49d112bce498c9ab4cb683bc2fcaa - - default default] HA network 6a008921-b234-4257-885c-0563878136d5 was deleted as no HA routers are present in tenant cce49d112bce498c9ab4cb683bc2fcaa. 2026-06-05 23:25:15.129 7 INFO neutron.services.segments.plugin [-] Segment 5d68f368-fefc-437d-ab5c-31475c3f282e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d68f368-fefc-437d-ab5c-31475c3f282e found for delete ", "request_id": "req-b36f993f-4861-4880-b628-1b1c01825da1"}]} [pid: 7|app: 0|req: 1203/2320] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:25:14 2026] DELETE /v2.0/routers/5343bc48-39b7-41c0-8468-91ad2e410c63 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:15.138 7 INFO neutron.services.segments.plugin [-] Segment 5d68f368-fefc-437d-ab5c-31475c3f282e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d68f368-fefc-437d-ab5c-31475c3f282e found for delete ", "request_id": "req-857d65ca-4244-4aa0-bec7-38a494f2b98b"}]} [pid: 8|app: 0|req: 1118/2321] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:15 2026] GET /v2.0/security-groups?tenant_id=fa69a67ee8dd447d86f49a696d31e214&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2322] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:16 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1204/2323] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:16 2026] DELETE /v2.0/security-groups/fbc47413-85ba-4e30-b8b2-9b896d6e691f => 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: 1120/2324] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:16 2026] GET /v2.0/security-groups?tenant_id=cce49d112bce498c9ab4cb683bc2fcaa&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2325] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:16 2026] DELETE /v2.0/security-groups/b2096a0e-8558-4492-b3e9-ec247374871d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2326] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:17 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1206/2327] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:25:18 2026] GET /v2.0/networks?id=e72d14d5-9af1-4b76-812e-3c088d9902d7 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2328] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:18 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1122/2329] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:25:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c918adfcc7ed4bcf88b35f7e357e3769 => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2330] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:25:18 2026] POST /v2.0/ports => generated 993 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2331] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:25:18 2026] PUT /v2.0/ports/c2dde18f-3eec-4fd9-8be8-ddf666d790d0 => generated 1274 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:25:19.286 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ec96ef0-8e1b-4574-b40e-8eccb38a3ab2'] response: {'name': 'network-changed', 'server_uuid': 'fc790f8d-15c6-4125-9fa9-ce921072f846', 'tag': 'c2dde18f-3eec-4fd9-8be8-ddf666d790d0', '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: 1209/2332] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:19 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1124/2333] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:19 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2334] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:25:19 2026] GET /v2.0/ports?tenant_id=c918adfcc7ed4bcf88b35f7e357e3769&device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2335] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:25:19 2026] GET /v2.0/networks?tenant_id=c918adfcc7ed4bcf88b35f7e357e3769&shared=False => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2336] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:25:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:20.228 7 INFO neutron.db.segments_db [None req-84065304-a93e-422a-8dc3-0ecd5a246549 ad7c73a8c21d49fa9a4484fcdf731d9b 18101fbbd07e4d858a22ce2ce659ab36 - - default default] Added segment d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 of type vxlan for network 691d78de-e472-45c7-817a-2cf8f6c25adf [pid: 7|app: 0|req: 1211/2337] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:25:19 2026] POST /v2.0/networks => generated 632 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2338] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:20 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2339] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:20 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&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: 1127/2340] 10.0.0.110 () {34 vars in 664 bytes} [Fri Jun 5 23:25:20 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2341] 10.0.0.110 () {34 vars in 666 bytes} [Fri Jun 5 23:25:20 2026] POST /v2.0/trunks => generated 407 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1128/2342] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:25:20 2026] PUT /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2343] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:20 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2344] 10.0.0.110 () {34 vars in 760 bytes} [Fri Jun 5 23:25:20 2026] PUT /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2345] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:20 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/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: 1216/2346] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:25:20 2026] GET /v2.0/ports?tenant_id=c918adfcc7ed4bcf88b35f7e357e3769&device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2347] 10.0.0.110 () {34 vars in 756 bytes} [Fri Jun 5 23:25:21 2026] PUT /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2348] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c2dde18f-3eec-4fd9-8be8-ddf666d790d0 => 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: 1132/2349] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/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: 1218/2350] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/subnets?id=e7d43a2c-00ef-463f-96d9-2eec15a2b37b => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2351] 10.0.0.110 () {34 vars in 778 bytes} [Fri Jun 5 23:25:21 2026] PUT /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2352] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/ports?network_id=e72d14d5-9af1-4b76-812e-3c088d9902d7&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: 1134/2353] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2354] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:25:21 2026] PUT /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2355] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2356] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2357] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7?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: 1222/2358] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:21.272 8 INFO neutron.api.v2.resource [None req-dd978ea8-f1f9-43d2-9f77-e61909c1e3df ad7c73a8c21d49fa9a4484fcdf731d9b 18101fbbd07e4d858a22ce2ce659ab36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1137/2359] 10.0.0.110 () {32 vars in 741 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2360] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:21 2026] DELETE /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2361] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:21.362 7 INFO neutron.api.v2.resource [None req-38c883bc-16a8-4d82-9335-d6235634d75d ad7c73a8c21d49fa9a4484fcdf731d9b 18101fbbd07e4d858a22ce2ce659ab36 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1224/2362] 10.0.0.110 () {32 vars in 744 bytes} [Fri Jun 5 23:25:21 2026] DELETE /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2363] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:25:21 2026] DELETE /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2364] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b/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: 1140/2365] 10.0.0.110 () {32 vars in 719 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2366] 10.0.0.110 () {32 vars in 717 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/ports/fe571ac5-44af-4ba9-8ea7-95da1895af93 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2367] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:25:21 2026] DELETE /v2.0/trunks/4724d5b7-9ce1-46b9-bdf7-0650b97aaf4b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:21.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3458741-5e58-403c-be29-1e0b7db4beba ad7c73a8c21d49fa9a4484fcdf731d9b 18101fbbd07e4d858a22ce2ce659ab36 - - default default] TaaS: Handle Delete Port: fe571ac5-44af-4ba9-8ea7-95da1895af93 2026-06-05 23:25:21.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3458741-5e58-403c-be29-1e0b7db4beba ad7c73a8c21d49fa9a4484fcdf731d9b 18101fbbd07e4d858a22ce2ce659ab36 - - default default] Tap Mirror: Handle Delete Port: fe571ac5-44af-4ba9-8ea7-95da1895af93 [pid: 7|app: 0|req: 1227/2368] 10.0.0.110 () {32 vars in 720 bytes} [Fri Jun 5 23:25:21 2026] DELETE /v2.0/ports/fe571ac5-44af-4ba9-8ea7-95da1895af93 => 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: 1142/2369] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2370] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:21 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:21.976 7 INFO neutron.services.segments.plugin [-] Segment d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 resource provider aggregate not found 2026-06-05 23:25:21.979 7 INFO neutron.services.segments.plugin [-] Segment d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 resource provider aggregate not found 2026-06-05 23:25:21.994 7 INFO neutron.services.segments.plugin [-] Segment d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 found for delete ", "request_id": "req-ec9444d0-56e0-4ce8-ae55-49731475ce9d"}]} 2026-06-05 23:25:21.999 7 INFO neutron.services.segments.plugin [-] Segment d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6bca985-5c7c-4ef9-b9be-8c76aa4cd9c6 found for delete ", "request_id": "req-002c782a-c2af-4652-8d88-d60c12edacfc"}]} [pid: 7|app: 0|req: 1228/2371] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:25:21 2026] DELETE /v2.0/networks/691d78de-e472-45c7-817a-2cf8f6c25adf => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2372] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:22 2026] GET /v2.0/security-groups?tenant_id=18101fbbd07e4d858a22ce2ce659ab36&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2373] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:22 2026] DELETE /v2.0/security-groups/e90bb0fc-7c6f-4cd8-ba03-181f6020c300 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2374] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:22 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1146/2375] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:23 2026] GET /v2.0/security-groups?tenant_id=5ea0e9e6fc4743699db4a6fce4222209&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2376] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:23 2026] DELETE /v2.0/security-groups/0e1d86b6-f768-41d3-b265-ac69b3104214 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2377] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:22 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2378] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:25:24 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2379] 199.204.45.216 () {34 vars in 1124 bytes} [Fri Jun 5 23:25:24 2026] GET /v2.0/security-groups?id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2380] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:24 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2381] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:24 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&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: 1150/2382] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:25 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2383] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:25 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:26.948 8 INFO neutron.db.segments_db [None req-f6ea5e78-5971-455f-8730-acb09c83b836 b49d754085a44293857e38a59715ca64 785067caf6224b2d92a5ef744fcaef99 - - default default] Added segment e21c54f7-f825-4f95-9e39-03d74ce1c393 of type vxlan for network b395b4d4-05f8-48b9-9d2c-be79d9080611 [pid: 7|app: 0|req: 1234/2384] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:26 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2385] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:26 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&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: 1151/2386] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:25:26 2026] POST /v2.0/networks => generated 632 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:25:27.097 7 INFO neutron.db.segments_db [None req-b541ebbb-1c7c-4420-994b-28fa779f5cfc b49d754085a44293857e38a59715ca64 785067caf6224b2d92a5ef744fcaef99 - - default default] Added segment d351a3f1-8227-4dd4-93a0-ba9dc94f2cde of type vxlan for network 4a1ca108-7cba-4290-8f5e-5e9c3f1a9c9d [pid: 8|app: 0|req: 1152/2387] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:27 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2388] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:25:27 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2389] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:25:27 2026] PUT /v2.0/networks/b395b4d4-05f8-48b9-9d2c-be79d9080611/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2390] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:27 2026] GET /v2.0/networks/b395b4d4-05f8-48b9-9d2c-be79d9080611/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: 1239/2391] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:25:27 2026] PUT /v2.0/networks/4a1ca108-7cba-4290-8f5e-5e9c3f1a9c9d/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2392] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:27 2026] GET /v2.0/networks/4a1ca108-7cba-4290-8f5e-5e9c3f1a9c9d/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2393] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:25:27 2026] PUT /v2.0/networks/4a1ca108-7cba-4290-8f5e-5e9c3f1a9c9d/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2394] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:27 2026] GET /v2.0/networks/4a1ca108-7cba-4290-8f5e-5e9c3f1a9c9d/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:27.535 8 INFO neutron.db.l3_db [None req-91803e6a-0834-44da-8ee1-7fab77787ff4 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Floating IP c1e2dce5-2aa7-474c-9dae-45da41e694b6 associated. External IP: 10.96.250.207, port: c2dde18f-3eec-4fd9-8be8-ddf666d790d0. [pid: 7|app: 0|req: 1243/2395] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:25:27 2026] GET /v2.0/networks/b395b4d4-05f8-48b9-9d2c-be79d9080611/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:25:27.725 7 INFO neutron.services.segments.plugin [-] Segment e21c54f7-f825-4f95-9e39-03d74ce1c393 resource provider aggregate not found 2026-06-05 23:25:27.728 7 INFO neutron.services.segments.plugin [-] Segment e21c54f7-f825-4f95-9e39-03d74ce1c393 resource provider aggregate not found 2026-06-05 23:25:27.749 7 INFO neutron.services.segments.plugin [-] Segment e21c54f7-f825-4f95-9e39-03d74ce1c393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e21c54f7-f825-4f95-9e39-03d74ce1c393 found for delete ", "request_id": "req-87270075-b732-4d80-beb1-28bf937c9cfc"}]} 2026-06-05 23:25:27.749 7 INFO neutron.services.segments.plugin [-] Segment e21c54f7-f825-4f95-9e39-03d74ce1c393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e21c54f7-f825-4f95-9e39-03d74ce1c393 found for delete ", "request_id": "req-32861a55-62f5-49b0-879d-79e8ddc2b298"}]} [pid: 7|app: 0|req: 1244/2396] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:25:27 2026] DELETE /v2.0/networks/b395b4d4-05f8-48b9-9d2c-be79d9080611 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2397] 10.0.0.110 () {34 vars in 749 bytes} [Fri Jun 5 23:25:27 2026] PUT /v2.0/floatingips/c1e2dce5-2aa7-474c-9dae-45da41e694b6 => generated 855 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2398] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:25:27 2026] DELETE /v2.0/networks/4a1ca108-7cba-4290-8f5e-5e9c3f1a9c9d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:25:27.927 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48d17f24-7b67-4629-a14a-1b6c9753a612'] response: {'name': 'network-changed', 'server_uuid': 'fc790f8d-15c6-4125-9fa9-ce921072f846', 'tag': 'c2dde18f-3eec-4fd9-8be8-ddf666d790d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1154/2399] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/ports?tenant_id=c918adfcc7ed4bcf88b35f7e357e3769&device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2402] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/networks?id=e72d14d5-9af1-4b76-812e-3c088d9902d7 => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2403] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c2dde18f-3eec-4fd9-8be8-ddf666d790d0 => 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: 1248/2404] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/subnets?id=e7d43a2c-00ef-463f-96d9-2eec15a2b37b => generated 691 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2405] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/ports?network_id=e72d14d5-9af1-4b76-812e-3c088d9902d7&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2406] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2407] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2408] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:28 2026] GET /v2.0/security-groups?tenant_id=d3b0dba36b0141909a2c86882b65542d&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2409] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:28 2026] DELETE /v2.0/security-groups/cd226eaa-2023-494e-b3c8-9c5df16863f6 => 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: 1158/2410] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:29 2026] GET /v2.0/security-groups?tenant_id=785067caf6224b2d92a5ef744fcaef99&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2411] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:29 2026] DELETE /v2.0/security-groups/6a51e615-066f-492b-902e-9c2b71d538ab => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:29.781 7 INFO neutron.services.segments.plugin [-] Segment d351a3f1-8227-4dd4-93a0-ba9dc94f2cde resource provider aggregate not found 2026-06-05 23:25:29.784 7 INFO neutron.services.segments.plugin [-] Segment d351a3f1-8227-4dd4-93a0-ba9dc94f2cde resource provider aggregate not found 2026-06-05 23:25:29.798 7 INFO neutron.services.segments.plugin [-] Segment d351a3f1-8227-4dd4-93a0-ba9dc94f2cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d351a3f1-8227-4dd4-93a0-ba9dc94f2cde found for delete ", "request_id": "req-ef7db62e-6f16-4dad-bd70-a4cfdedec6fc"}]} 2026-06-05 23:25:29.801 7 INFO neutron.services.segments.plugin [-] Segment d351a3f1-8227-4dd4-93a0-ba9dc94f2cde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d351a3f1-8227-4dd4-93a0-ba9dc94f2cde found for delete ", "request_id": "req-7e31717a-50c9-409f-b963-42f884472519"}]} [pid: 8|app: 0|req: 1159/2412] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:32 2026] GET /v2.0/security-groups?tenant_id=3cc28061da544a1ead871512806a393a&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2413] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:33 2026] DELETE /v2.0/security-groups/d3fc6962-5269-4baf-99df-2fca6d9aae92 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2414] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:33 2026] GET /v2.0/security-groups?tenant_id=0828c5d3125e476e8f4c08487e02dd9c&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2415] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:33 2026] DELETE /v2.0/security-groups/9edf1415-52d3-4f74-8b61-555927878cd7 => 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: 1161/2416] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:35 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2417] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:35 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&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: 1162/2418] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:25:35 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1279 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2419] 10.0.0.110 () {32 vars in 858 bytes} [Fri Jun 5 23:25:35 2026] GET /v2.0/floatingips?floating_network_id=0c6bf65e-cdb6-47b9-9e3f-826ae5605ab3&port_id=c2dde18f-3eec-4fd9-8be8-ddf666d790d0 => generated 860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2420] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:25:36 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1258/2421] 10.0.0.215 () {34 vars in 1120 bytes} [Fri Jun 5 23:25:36 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2422] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:38 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2423] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:39 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2424] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:40 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2425] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:40 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2426] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:41 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2427] 10.0.0.72 () {34 vars in 1119 bytes} [Fri Jun 5 23:25:41 2026] GET /v2.0/security-groups?id=b3a29395-7d4e-4b6c-a2a9-740c23957b53&id=5ba3e0e7-6856-4cf0-9039-917d0560cf1f&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2428] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:25:41 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:25:41.622 7 INFO neutron_taas.services.taas.taas_plugin [req-1fa6cb11-7b75-4d83-b584-db3b5d3923eb req-559e74ea-8f45-4097-b10f-17894615ed79 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] TaaS: Handle Delete Port: c2dde18f-3eec-4fd9-8be8-ddf666d790d0 2026-06-05 23:25:41.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1fa6cb11-7b75-4d83-b584-db3b5d3923eb req-559e74ea-8f45-4097-b10f-17894615ed79 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Tap Mirror: Handle Delete Port: c2dde18f-3eec-4fd9-8be8-ddf666d790d0 2026-06-05 23:25:41.770 7 INFO neutron.db.l3_db [req-1fa6cb11-7b75-4d83-b584-db3b5d3923eb req-559e74ea-8f45-4097-b10f-17894615ed79 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Floating IP c1e2dce5-2aa7-474c-9dae-45da41e694b6 disassociated. External IP: 10.96.250.207, port: c2dde18f-3eec-4fd9-8be8-ddf666d790d0. [pid: 7|app: 0|req: 1262/2429] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:25:41 2026] DELETE /v2.0/ports/c2dde18f-3eec-4fd9-8be8-ddf666d790d0 => generated 0 bytes in 649 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:25:42.155 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-334f95eb-1ae7-4e84-9177-df3e8f823271'] response: {'server_uuid': 'fc790f8d-15c6-4125-9fa9-ce921072f846', 'name': 'network-vif-deleted', 'tag': 'c2dde18f-3eec-4fd9-8be8-ddf666d790d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1168/2430] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:42 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1263/2433] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:43 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1171/2434] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:25:44 2026] GET /v2.0/ports?device_id=fc790f8d-15c6-4125-9fa9-ce921072f846 => 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: 1264/2435] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:45 2026] DELETE /v2.0/security-groups/b3a29395-7d4e-4b6c-a2a9-740c23957b53 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:45.930 8 INFO neutron.api.v2.resource [None req-88370808-c2e5-4f70-ba49-c680ea45759c c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1172/2436] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:25:45 2026] GET /v2.0/security-groups/b3a29395-7d4e-4b6c-a2a9-740c23957b53 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:25:46.027 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e8afa1b-ba26-4e46-b155-432c6986b133 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] TaaS: Handle Delete Port: eae70c9d-05a9-4121-86d4-04074b2c2dd0 2026-06-05 23:25:46.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8afa1b-ba26-4e46-b155-432c6986b133 c81d9f652e0c46d28fbbf9d351ba5959 c918adfcc7ed4bcf88b35f7e357e3769 - - default default] Tap Mirror: Handle Delete Port: eae70c9d-05a9-4121-86d4-04074b2c2dd0 [pid: 7|app: 0|req: 1265/2437] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:25:45 2026] DELETE /v2.0/floatingips/c1e2dce5-2aa7-474c-9dae-45da41e694b6 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2438] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:46 2026] DELETE /v2.0/security-groups/5ba3e0e7-6856-4cf0-9039-917d0560cf1f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:46.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebac07a8-f1e8-4b56-a2b5-b44bfc1b25c5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: d0ceb244-0152-4357-8009-2264ef44b735 2026-06-05 23:25:46.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebac07a8-f1e8-4b56-a2b5-b44bfc1b25c5 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: d0ceb244-0152-4357-8009-2264ef44b735 [pid: 7|app: 0|req: 1266/2439] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:25:46 2026] PUT /v2.0/routers/469d55b4-347d-459e-8b98-38c742b07f0c/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:47.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-82578c96-5084-4501-ae54-b846f4b436eb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 0a10abe5-5974-4cb2-a757-1a2ac4e996c1 2026-06-05 23:25:47.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82578c96-5084-4501-ae54-b846f4b436eb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 0a10abe5-5974-4cb2-a757-1a2ac4e996c1 2026-06-05 23:25:47.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-82578c96-5084-4501-ae54-b846f4b436eb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 50568fa4-99b6-40cd-a0c8-fb5bea5a3df3 2026-06-05 23:25:47.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82578c96-5084-4501-ae54-b846f4b436eb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 50568fa4-99b6-40cd-a0c8-fb5bea5a3df3 2026-06-05 23:25:48.044 8 INFO neutron.services.segments.plugin [-] Segment 2debbe21-e225-47c6-990e-866e4f1599ac resource provider aggregate not found 2026-06-05 23:25:48.049 8 INFO neutron.services.segments.plugin [-] Segment 2debbe21-e225-47c6-990e-866e4f1599ac resource provider aggregate not found 2026-06-05 23:25:48.070 8 INFO neutron.services.segments.plugin [-] Segment 2debbe21-e225-47c6-990e-866e4f1599ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2debbe21-e225-47c6-990e-866e4f1599ac found for delete ", "request_id": "req-60d2f3f0-0232-457a-a933-fd4a77522450"}]} 2026-06-05 23:25:48.074 8 INFO neutron.services.segments.plugin [-] Segment 2debbe21-e225-47c6-990e-866e4f1599ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2debbe21-e225-47c6-990e-866e4f1599ac found for delete ", "request_id": "req-12a976fa-5c6d-48d8-b6de-afb629e5b099"}]} 2026-06-05 23:25:48.075 8 INFO neutron.db.l3_hamode_db [None req-82578c96-5084-4501-ae54-b846f4b436eb 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 55b1e6ba-cec1-4332-88bb-3ce2dcf902d3 was deleted as no HA routers are present in tenant c918adfcc7ed4bcf88b35f7e357e3769. [pid: 8|app: 0|req: 1174/2440] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:25:47 2026] DELETE /v2.0/routers/469d55b4-347d-459e-8b98-38c742b07f0c => generated 0 bytes in 851 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2441] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:25:48 2026] DELETE /v2.0/subnets/e7d43a2c-00ef-463f-96d9-2eec15a2b37b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:25:48.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ea929d1-0593-4f16-b956-2ec5cb9407fa 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 0023efb5-3f60-4043-83cf-f5f34a3c5cf5 2026-06-05 23:25:48.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ea929d1-0593-4f16-b956-2ec5cb9407fa 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 0023efb5-3f60-4043-83cf-f5f34a3c5cf5 [pid: 8|app: 0|req: 1175/2442] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:25:48 2026] DELETE /v2.0/networks/e72d14d5-9af1-4b76-812e-3c088d9902d7 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:25:48.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-8288cc2b-7ffa-4396-9eec-f8bbee59df42 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: e338348d-4e4b-45cc-a9e0-f5dd11ac7540 2026-06-05 23:25:48.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8288cc2b-7ffa-4396-9eec-f8bbee59df42 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: e338348d-4e4b-45cc-a9e0-f5dd11ac7540 [pid: 7|app: 0|req: 1268/2443] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:25:48 2026] PUT /v2.0/routers/168d6fbb-a421-485e-86cf-8215e1ab8a2f/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:25:49.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-8853b419-5408-4c35-b061-25121b53342f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 7c66647d-753f-406b-aca2-ea3f93ab82d2 2026-06-05 23:25:49.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8853b419-5408-4c35-b061-25121b53342f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 7c66647d-753f-406b-aca2-ea3f93ab82d2 2026-06-05 23:25:49.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-8853b419-5408-4c35-b061-25121b53342f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 2d426813-eab7-43c7-a173-a53f167e2d00 2026-06-05 23:25:49.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8853b419-5408-4c35-b061-25121b53342f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 2d426813-eab7-43c7-a173-a53f167e2d00 2026-06-05 23:25:50.095 8 INFO neutron.services.segments.plugin [-] Segment 4594b17e-d675-4441-8ded-7e13e1228ecf resource provider aggregate not found 2026-06-05 23:25:50.101 8 INFO neutron.services.segments.plugin [-] Segment 4594b17e-d675-4441-8ded-7e13e1228ecf resource provider aggregate not found 2026-06-05 23:25:50.131 8 INFO neutron.services.segments.plugin [-] Segment 4594b17e-d675-4441-8ded-7e13e1228ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4594b17e-d675-4441-8ded-7e13e1228ecf found for delete ", "request_id": "req-9e53342e-09fc-4905-8823-fb5550b99d2b"}]} 2026-06-05 23:25:50.132 8 INFO neutron.services.segments.plugin [-] Segment 4594b17e-d675-4441-8ded-7e13e1228ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4594b17e-d675-4441-8ded-7e13e1228ecf found for delete ", "request_id": "req-50bfe450-3fee-452d-9da2-f088b2ed2733"}]} 2026-06-05 23:25:50.365 8 INFO neutron.db.l3_hamode_db [None req-8853b419-5408-4c35-b061-25121b53342f 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] HA network 474d766e-6fa2-493a-94e3-c290584b8d08 was deleted as no HA routers are present in tenant d05affad1c0448b993205b7414f5df8e. [pid: 8|app: 0|req: 1176/2444] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:25:49 2026] DELETE /v2.0/routers/168d6fbb-a421-485e-86cf-8215e1ab8a2f => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2445] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:25:50 2026] DELETE /v2.0/subnets/571ff4ff-f1ce-41ab-9f3f-01628f43588c => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:25:50.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-58c3b7c6-d722-4456-b61b-e50db57bca59 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 9ba71550-38fe-42c5-a764-8518b67601a8 2026-06-05 23:25:50.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c3b7c6-d722-4456-b61b-e50db57bca59 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 9ba71550-38fe-42c5-a764-8518b67601a8 [pid: 8|app: 0|req: 1177/2446] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:25:50 2026] DELETE /v2.0/networks/fb147d19-b884-4555-87fb-42f1cc6ea2a3 => 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: 1270/2447] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:51 2026] GET /v2.0/security-groups?tenant_id=d05affad1c0448b993205b7414f5df8e&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2448] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:51 2026] DELETE /v2.0/security-groups/d5d3c52d-3954-4ec8-b176-eca809b9791d => 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: 1271/2449] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:25:51 2026] GET /v2.0/security-groups?tenant_id=c918adfcc7ed4bcf88b35f7e357e3769&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: 1179/2450] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:25:51 2026] DELETE /v2.0/security-groups/83c3c0ef-eebd-4210-999c-601bb9b24067 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:25:52.161 8 INFO neutron.services.segments.plugin [-] Segment 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 resource provider aggregate not found 2026-06-05 23:25:52.165 8 INFO neutron.services.segments.plugin [-] Segment 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 resource provider aggregate not found 2026-06-05 23:25:52.178 8 INFO neutron.services.segments.plugin [-] Segment 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 found for delete ", "request_id": "req-91f64b76-a87c-4e68-a40a-56aecd301730"}]} 2026-06-05 23:25:52.182 8 INFO neutron.services.segments.plugin [-] Segment 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33ceed6e-9dcc-4e08-8ce4-06fd15379ef0 found for delete ", "request_id": "req-7824cf78-78b0-48c7-a261-a346af81bd43"}]} 2026-06-05 23:25:52.196 8 INFO neutron.services.segments.plugin [-] Segment 52cb9062-c795-4d4e-8d9b-e140dc3f87bd resource provider aggregate not found 2026-06-05 23:25:52.201 8 INFO neutron.services.segments.plugin [-] Segment 52cb9062-c795-4d4e-8d9b-e140dc3f87bd resource provider aggregate not found 2026-06-05 23:25:52.215 8 INFO neutron.services.segments.plugin [-] Segment 52cb9062-c795-4d4e-8d9b-e140dc3f87bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52cb9062-c795-4d4e-8d9b-e140dc3f87bd found for delete ", "request_id": "req-542a9440-32ea-4d23-941f-ca494cc0b493"}]} 2026-06-05 23:25:52.216 8 INFO neutron.services.segments.plugin [-] Segment 52cb9062-c795-4d4e-8d9b-e140dc3f87bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52cb9062-c795-4d4e-8d9b-e140dc3f87bd found for delete ", "request_id": "req-d7d485ae-7de7-4861-8b5a-cf0214c7171b"}]} 2026-06-05 23:26:00.925 8 INFO neutron.db.segments_db [None req-5b0f76fb-d2d9-449b-9ffd-4d9c2b8966b8 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Added segment bb06b6dc-4381-4226-85e6-4a7ba3533fb0 of type vxlan for network 8d0b01a5-93ac-4b77-8e30-38c5905bda5b [pid: 8|app: 0|req: 1181/2453] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:26:00 2026] POST /v2.0/networks => generated 640 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2454] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:01 2026] POST /v2.0/subnets => generated 658 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2455] 10.0.0.110 () {32 vars in 722 bytes} [Fri Jun 5 23:26:01 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1274/2456] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:01 2026] POST /v2.0/subnets => generated 732 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:26:01.585 8 INFO neutron.db.segments_db [None req-963490b7-b02f-4684-ae0d-cf76b293b13d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Added segment 6988b261-1af6-4f3a-b471-dc2b6519501d of type vxlan for network 22649595-e75e-49af-9691-22486e5f852d [pid: 8|app: 0|req: 1183/2457] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:26:01 2026] POST /v2.0/networks => generated 638 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2458] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:01 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2459] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:01 2026] POST /v2.0/subnets => generated 726 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:26:02.288 7 INFO neutron.db.segments_db [None req-7e9ba57c-c98d-4a38-969a-f25334ec6d23 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Added segment 314a5eb7-3053-410b-b298-88436ca258be of type vxlan for network a79734d6-937c-4a89-a588-75e592400b2a [pid: 7|app: 0|req: 1276/2460] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:26:02 2026] POST /v2.0/networks => generated 637 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2461] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:02 2026] POST /v2.0/subnets => generated 656 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2462] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:02 2026] POST /v2.0/subnets => generated 728 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:26:02.947 8 INFO neutron.db.segments_db [None req-b8a0eee5-ab9a-4fab-b497-16953623407c aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Added segment 49087233-2041-4416-8f55-a43adb5a1bd2 of type vxlan for network e566e8fc-72b2-4cf7-bfde-192931dfb61d 2026-06-05 23:26:03.205 8 INFO neutron.db.l3_hamode_db [None req-b8a0eee5-ab9a-4fab-b497-16953623407c aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-05 23:26:04.023 8 INFO neutron.db.l3_hamode_db [None req-b8a0eee5-ab9a-4fab-b497-16953623407c aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1186/2463] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:26:02 2026] POST /v2.0/routers => generated 685 bytes in 2063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2464] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:26:04 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/add_router_interface => generated 309 bytes in 1386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2465] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:26:06 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/add_router_interface => generated 309 bytes in 1400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2466] 10.0.0.110 () {34 vars in 783 bytes} [Fri Jun 5 23:26:07 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2467] 10.0.0.110 () {34 vars in 684 bytes} [Fri Jun 5 23:26:09 2026] POST /v2.0/security-groups => generated 1629 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2468] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2469] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2470] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2471] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:09 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) [pid: 7|app: 0|req: 1282/2472] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2473] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2474] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2475] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2476] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2477] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2478] 10.0.0.110 () {34 vars in 695 bytes} [Fri Jun 5 23:26:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2479] 10.0.0.72 () {34 vars in 1093 bytes} [Fri Jun 5 23:26:11 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-484227441&fields=id&tenant_id=a37faf2b811c441d9efab01bf300b888 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2480] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:26:11 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2481] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:26:11 2026] GET /v2.0/quotas/a37faf2b811c441d9efab01bf300b888 => 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: 1287/2482] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:26:11 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&fields=id => generated 287 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2483] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:26:11 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2484] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:26:11 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1197/2485] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:12 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2488] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:26:16 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 705 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2489] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:26:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a37faf2b811c441d9efab01bf300b888 => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2490] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:26:16 2026] POST /v2.0/ports => generated 1179 bytes in 497 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: 1292/2491] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:17 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1194 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2492] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:26:17 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2493] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:26:16 2026] PUT /v2.0/ports/d984f15c-fb11-49cb-8fdf-31c670ebd185 => generated 1460 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:26:17.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49cdfb11-ce47-4e2c-8f33-385fc33009a9'] response: {'name': 'network-changed', 'server_uuid': '6879d5c1-d972-4f82-b672-347e8ee211e3', 'tag': 'd984f15c-fb11-49cb-8fdf-31c670ebd185', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1294/2494] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:26:17 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1463 bytes in 40 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: 1201/2495] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:26:18 2026] GET /v2.0/networks?tenant_id=a37faf2b811c441d9efab01bf300b888&shared=False => generated 2374 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2496] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:26:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2497] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2498] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=d984f15c-fb11-49cb-8fdf-31c670ebd185 => 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: 1203/2499] 199.204.45.216 () {34 vars in 1104 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A209&port_id=d984f15c-fb11-49cb-8fdf-31c670ebd185 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2500] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295&id=2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2501] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2502] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2503] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2504] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:26:19 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1206/2505] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:22 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2506] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:26:22 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2507] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:27 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2508] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:26:27 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2509] 10.0.0.110 () {32 vars in 818 bytes} [Fri Jun 5 23:26:27 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&mac_address=fa%3A16%3A3e%3Ab6%3Aa2%3Ac0 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:26:28.446 7 INFO neutron.db.l3_db [None req-b6101243-b0c9-4830-8ce4-6fc46e700280 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Floating IP d3a514f7-3d89-4265-bd15-1a00cb61d651 associated. External IP: 10.96.250.212, port: d984f15c-fb11-49cb-8fdf-31c670ebd185. [pid: 7|app: 0|req: 1302/2512] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:26:27 2026] POST /v2.0/floatingips => generated 854 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:26:28.888 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe9bd5be-3b4b-4b8d-a10c-217d65c5094a'] response: {'name': 'network-changed', 'server_uuid': '6879d5c1-d972-4f82-b672-347e8ee211e3', 'tag': 'd984f15c-fb11-49cb-8fdf-31c670ebd185', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1211/2513] 10.0.0.72 () {34 vars in 1093 bytes} [Fri Jun 5 23:26:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-484227441&fields=id&tenant_id=a37faf2b811c441d9efab01bf300b888 => 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: 1303/2514] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:26:28 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2515] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:26:28 2026] GET /v2.0/quotas/a37faf2b811c441d9efab01bf300b888 => 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: 1304/2516] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&fields=id => generated 333 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2517] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2518] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2519] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => 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: 1306/2520] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2521] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => 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: 1307/2522] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=d984f15c-fb11-49cb-8fdf-31c670ebd185 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2523] 199.204.45.216 () {34 vars in 1104 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A209&port_id=d984f15c-fb11-49cb-8fdf-31c670ebd185 => 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: 1308/2524] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295&id=2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2525] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2526] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&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: 1218/2527] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1310/2528] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:26:29 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1219/2529] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:26:33 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2530] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:26:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a37faf2b811c441d9efab01bf300b888 => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2531] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:26:33 2026] POST /v2.0/ports => generated 1187 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1221/2532] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:34 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1202 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2533] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:26:34 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2534] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:26:34 2026] PUT /v2.0/ports/47a43966-3757-45a8-a8b9-5a594684d30b => generated 1468 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:26:34.711 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96fb7c42-cdc9-4763-8f9c-a5ac9798b111'] response: {'name': 'network-changed', 'server_uuid': '8cc171d2-7138-44f5-88aa-d2b08dac8fb9', 'tag': '47a43966-3757-45a8-a8b9-5a594684d30b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1223/2535] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:26:35 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1313/2536] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:26:35 2026] GET /v2.0/networks?tenant_id=a37faf2b811c441d9efab01bf300b888&shared=False => generated 2374 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2537] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:26:35 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2538] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:26:35 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: 1225/2539] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:26:35 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2540] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2541] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.195&port_id=47a43966-3757-45a8-a8b9-5a594684d30b => 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: 1316/2542] 199.204.45.216 () {34 vars in 1106 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A251&port_id=47a43966-3757-45a8-a8b9-5a594684d30b => 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: 1227/2543] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/subnets?id=8b9e4eed-742a-4cb9-b4b4-78eb724da5c5&id=438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2544] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2545] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&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: 1318/2546] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2547] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:26:36 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1319/2548] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:39 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1204 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2549] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:26:39 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2552] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:26:44 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2553] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:26:44 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2554] 10.0.0.110 () {32 vars in 818 bytes} [Fri Jun 5 23:26:44 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&mac_address=fa%3A16%3A3e%3Abd%3A46%3A0a => generated 1204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:26:45.803 7 INFO neutron.db.l3_db [None req-26603e65-bffc-48a4-8df2-fde819b6d000 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Floating IP 093771b4-84c8-4fe9-9827-38ba545d2556 associated. External IP: 10.96.250.203, port: 47a43966-3757-45a8-a8b9-5a594684d30b. [pid: 7|app: 0|req: 1322/2555] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:26:45 2026] POST /v2.0/floatingips => generated 855 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:26:46.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f91fd813-9a9d-4e68-a71c-f93012b49945'] response: {'name': 'network-changed', 'server_uuid': '8cc171d2-7138-44f5-88aa-d2b08dac8fb9', 'tag': '47a43966-3757-45a8-a8b9-5a594684d30b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1234/2556] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2557] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2558] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.195&port_id=47a43966-3757-45a8-a8b9-5a594684d30b => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2559] 199.204.45.216 () {34 vars in 1106 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A251&port_id=47a43966-3757-45a8-a8b9-5a594684d30b => 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: 1236/2560] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/subnets?id=8b9e4eed-742a-4cb9-b4b4-78eb724da5c5&id=438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2561] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&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: 1237/2562] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2563] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:26:46 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1238/2564] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:26:47 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1327/2565] 10.0.0.215 () {34 vars in 990 bytes} [Fri Jun 5 23:26:52 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2566] 10.0.0.215 () {34 vars in 1040 bytes} [Fri Jun 5 23:26:52 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2569] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:27:08 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2570] 10.0.0.69 () {30 vars in 689 bytes} [Fri Jun 5 23:27:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2571] 10.0.0.69 () {30 vars in 691 bytes} [Fri Jun 5 23:27:09 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: 1330/2572] 10.0.0.69 () {30 vars in 667 bytes} [Fri Jun 5 23:27:09 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: 1243/2573] 10.0.0.69 () {30 vars in 703 bytes} [Fri Jun 5 23:27:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2574] 10.0.0.69 () {28 vars in 438 bytes} [Fri Jun 5 23:27:10 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2575] 10.0.0.69 () {30 vars in 727 bytes} [Fri Jun 5 23:27:10 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 658 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2576] 10.0.0.69 () {30 vars in 689 bytes} [Fri Jun 5 23:27:10 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: 1245/2577] 10.0.0.69 () {30 vars in 691 bytes} [Fri Jun 5 23:27:10 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: 1333/2578] 10.0.0.69 () {30 vars in 667 bytes} [Fri Jun 5 23:27:10 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: 1246/2579] 10.0.0.69 () {30 vars in 703 bytes} [Fri Jun 5 23:27:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2580] 10.0.0.69 () {30 vars in 727 bytes} [Fri Jun 5 23:27:10 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2581] 10.0.0.69 () {30 vars in 689 bytes} [Fri Jun 5 23:27: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: 1335/2582] 10.0.0.69 () {30 vars in 691 bytes} [Fri Jun 5 23:27:10 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: 1248/2583] 10.0.0.69 () {30 vars in 667 bytes} [Fri Jun 5 23:27:10 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: 1336/2584] 10.0.0.69 () {30 vars in 703 bytes} [Fri Jun 5 23:27:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2585] 10.0.0.69 () {30 vars in 729 bytes} [Fri Jun 5 23:27:10 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2586] 10.0.0.69 () {30 vars in 681 bytes} [Fri Jun 5 23:27:10 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2587] 10.0.0.69 () {34 vars in 703 bytes} [Fri Jun 5 23:27:10 2026] POST /v2.0/ports => generated 1132 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1252/2590] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:27:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2591] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:27:13 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: 1253/2592] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:27:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2593] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:27:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2594] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:27:13 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2595] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:27:13 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: 1255/2596] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:27:13 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: 1342/2597] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:27:13 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: 1256/2598] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:27:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:27:14.026 7 INFO neutron.api.v2.resource [None req-e07f62d8-cb7c-44bf-8ab3-5ac46053ab7e 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1343/2599] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/security-groups/lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2600] 199.204.45.216 () {30 vars in 785 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/security-groups?name=lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2601] 199.204.45.216 () {34 vars in 736 bytes} [Fri Jun 5 23:27:14 2026] POST /v2.0/security-groups => generated 1638 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2602] 199.204.45.216 () {30 vars in 815 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/security-group-rules?security_group_id=c342662b-ef7e-4a6f-a603-17a894bd54c3 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2603] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:27:14 2026] PUT /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2604] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1346/2605] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2606] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2607] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2608] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:27:14 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2609] 10.0.0.72 () {34 vars in 1015 bytes} [Fri Jun 5 23:27:21 2026] GET /v2.0/security-groups?id=3643ce26-66d3-4b6a-b04f-5c20e8aa1f26&fields=id => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2610] 10.0.0.72 () {34 vars in 981 bytes} [Fri Jun 5 23:27:21 2026] GET /v2.0/networks?id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2611] 10.0.0.72 () {34 vars in 964 bytes} [Fri Jun 5 23:27:21 2026] GET /v2.0/quotas/fe35b65e441e488ba8dd5e1b8140920f => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2612] 10.0.0.72 () {34 vars in 1001 bytes} [Fri Jun 5 23:27:21 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2613] 10.0.0.72 () {34 vars in 1007 bytes} [Fri Jun 5 23:27:21 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1264/2614] 10.0.0.72 () {34 vars in 1107 bytes} [Fri Jun 5 23:27:21 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1351/2615] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:22 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => 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: 1265/2616] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:22 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => 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: 1352/2617] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:25 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => 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: 1266/2618] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:25 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => 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: 1353/2619] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:27:26 2026] GET /v2.0/networks?id=77c6dc12-492e-454f-bb13-ac40ca666c5a => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2620] 199.204.45.216 () {34 vars in 1050 bytes} [Fri Jun 5 23:27:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fe35b65e441e488ba8dd5e1b8140920f => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2621] 199.204.45.216 () {38 vars in 955 bytes} [Fri Jun 5 23:27:26 2026] POST /v2.0/ports => generated 1082 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2622] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:27:26 2026] PUT /v2.0/ports/90bb98b6-883c-413e-974b-953d982595d9 => generated 1243 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:27:27.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-074a8318-db59-4fb3-9aa8-02684ae0fa6f'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '90bb98b6-883c-413e-974b-953d982595d9', '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: 1355/2623] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:27:27 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 62 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: 1269/2624] 199.204.45.216 () {34 vars in 1018 bytes} [Fri Jun 5 23:27:27 2026] GET /v2.0/networks?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&shared=False => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2625] 199.204.45.216 () {34 vars in 930 bytes} [Fri Jun 5 23:27:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2626] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:28 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2627] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:27:28 2026] GET /v2.0/security-groups?id=3643ce26-66d3-4b6a-b04f-5c20e8aa1f26&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2630] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:28 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2631] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:27:29 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2632] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:27:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => 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: 1360/2633] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:27:29 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2634] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:27:29 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&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: 1361/2635] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:27:29 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2636] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:27:29 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1362/2637] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:31 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2638] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:27:31 2026] GET /v2.0/security-groups?id=3643ce26-66d3-4b6a-b04f-5c20e8aa1f26&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: 1363/2639] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:31 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2640] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:27:33 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2641] 199.204.45.216 () {34 vars in 1044 bytes} [Fri Jun 5 23:27:33 2026] GET /v2.0/security-groups?id=3643ce26-66d3-4b6a-b04f-5c20e8aa1f26&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2642] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:34 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2643] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:27:34 2026] GET /v2.0/security-groups?id=3643ce26-66d3-4b6a-b04f-5c20e8aa1f26&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2644] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:34 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2645] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:37 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => 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: 1280/2646] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:27:37 2026] GET /v2.0/security-groups?id=3643ce26-66d3-4b6a-b04f-5c20e8aa1f26&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2647] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:27:37 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2652] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:28: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: 8|app: 0|req: 1283/2653] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:28:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2654] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:28: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: 8|app: 0|req: 1284/2655] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:28: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: 1372/2656] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:12 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2657] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:28:12 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2658] 199.204.45.216 () {34 vars in 717 bytes} [Fri Jun 5 23:28:12 2026] POST /v2.0/ports => generated 1055 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2659] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:28:12 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1055 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2660] 10.0.0.72 () {34 vars in 906 bytes} [Fri Jun 5 23:28:12 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2663] 199.204.45.216 () {34 vars in 1262 bytes} [Fri Jun 5 23:28:14 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2664] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:14 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2665] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:14 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1377/2666] 199.204.45.216 () {34 vars in 975 bytes} [Fri Jun 5 23:28:14 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1055 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2667] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:28:14 2026] GET /v2.0/networks?id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2668] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:28:14 2026] PUT /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1245 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:28:15.284 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-239b46a7-4f88-4312-99cf-58eaf484f647'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '053367c9-8d9d-40e0-b2e9-93f676f92c20', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1291/2669] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:28:15 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2670] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:28:15 2026] GET /v2.0/networks?id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2671] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:28:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1380/2672] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:15 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2673] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:15 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2674] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:16 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1294/2675] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:16 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1382/2676] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2677] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2678] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2679] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2680] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1297/2681] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1385/2682] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2683] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2684] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&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: 1299/2685] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1387/2686] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:17 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1300/2687] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:28:21 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2688] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:28:21 2026] PUT /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1272 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:28:21.898 8 INFO neutron.api.v2.resource [None req-a3189d75-1846-4478-b2a6-81d320a4d46d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2689] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 23:28:21 2026] GET /v2.0/security-groups/lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:28:21.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c61afcf2-1337-46f5-a4be-b0bf0b247fcc'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '053367c9-8d9d-40e0-b2e9-93f676f92c20', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1389/2690] 199.204.45.216 () {30 vars in 785 bytes} [Fri Jun 5 23:28:21 2026] GET /v2.0/security-groups?name=lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2691] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:28:21 2026] PUT /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1310 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:28:22.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b26d72b-2123-4334-94b4-76cb5ad531ca'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '053367c9-8d9d-40e0-b2e9-93f676f92c20', '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: 1390/2692] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:28:22 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: 1391/2693] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2694] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:28:22 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: 1303/2695] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2696] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:28:22 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: 7|app: 0|req: 1394/2697] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2698] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/networks?id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2699] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1395/2700] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2701] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2702] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2703] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2704] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2705] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2706] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2707] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2708] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1400/2709] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:22 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2710] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:28:23 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2711] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:28:23 2026] GET /v2.0/networks?id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2712] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:28:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2713] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:23 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2714] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:23 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2715] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:23 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1313/2716] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:24 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:28:32.000 7 INFO neutron.db.l3_db [None req-0143063e-dd51-4276-9615-d0e18bac1800 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Floating IP fed70f5b-2be3-496a-8822-c8c45d716b34 associated. External IP: 10.96.250.218, port: 31d2eb82-787b-4bb0-a926-4270cfeb0846. [pid: 7|app: 0|req: 1405/2719] 10.0.0.110 () {34 vars in 677 bytes} [Fri Jun 5 23:28:31 2026] POST /v2.0/floatingips => generated 899 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2720] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:28:35 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: 1406/2721] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:28:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2722] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:28:35 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/2723] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:28:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:28:35.441 8 INFO neutron.api.v2.resource [None req-43ebf39f-9e21-4b84-87df-9567746f6e32 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1317/2724] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 23:28:35 2026] GET /v2.0/security-groups/lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => 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: 1408/2725] 199.204.45.216 () {30 vars in 785 bytes} [Fri Jun 5 23:28:35 2026] GET /v2.0/security-groups?name=lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2726] 199.204.45.216 () {30 vars in 815 bytes} [Fri Jun 5 23:28:35 2026] GET /v2.0/security-group-rules?security_group_id=c342662b-ef7e-4a6f-a603-17a894bd54c3 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2727] 199.204.45.216 () {34 vars in 747 bytes} [Fri Jun 5 23:28:35 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: 1319/2728] 199.204.45.216 () {34 vars in 747 bytes} [Fri Jun 5 23:28:35 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: 1411/2731] 10.0.0.69 () {30 vars in 689 bytes} [Fri Jun 5 23:28:44 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: 8|app: 0|req: 1321/2732] 10.0.0.69 () {30 vars in 691 bytes} [Fri Jun 5 23:28:44 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: 1412/2733] 10.0.0.69 () {30 vars in 667 bytes} [Fri Jun 5 23:28:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2734] 10.0.0.69 () {30 vars in 703 bytes} [Fri Jun 5 23:28:44 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: 1413/2735] 10.0.0.69 () {28 vars in 438 bytes} [Fri Jun 5 23:28:44 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2736] 10.0.0.69 () {30 vars in 727 bytes} [Fri Jun 5 23:28:44 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2737] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:28:45 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: 1324/2738] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:28:45 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: 1415/2739] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:28:45 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: 1325/2740] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:28:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2741] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:45 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => 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: 1326/2742] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:28:45 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2743] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:28:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2744] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:28:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2745] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:28: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: 1328/2746] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:28: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: 1419/2747] 199.204.45.216 () {34 vars in 717 bytes} [Fri Jun 5 23:28:46 2026] POST /v2.0/ports => generated 1324 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2748] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:28:46 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1324 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1420/2749] 10.0.0.72 () {34 vars in 906 bytes} [Fri Jun 5 23:28:46 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: 1330/2750] 199.204.45.216 () {34 vars in 1262 bytes} [Fri Jun 5 23:28:47 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2751] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:47 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2752] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:47 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2753] 199.204.45.216 () {34 vars in 975 bytes} [Fri Jun 5 23:28:48 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2754] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:28:48 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2755] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:28:48 2026] PUT /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1514 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:28:48.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdaf4b59-51c9-46e5-9a24-b9c67c72da38'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '4ba962c5-9b98-4068-b010-02f7cb9fc19e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2756] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1424/2757] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2758] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.105&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => 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: 1425/2759] 199.204.45.216 () {34 vars in 1102 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ab1&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2760] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295&id=2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2761] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2762] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2763] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2764] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:49 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2765] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:28:50 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4092 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2766] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:28:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2767] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:50 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2768] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:50 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2769] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2770] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1431/2771] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1341/2772] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2773] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2774] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1433/2775] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2776] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.105&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => 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: 1434/2777] 199.204.45.216 () {34 vars in 1102 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ab1&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => 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: 1344/2778] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295&id=2adce7c3-6f3e-405f-9f23-8f0146167266 => 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: 1435/2779] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2780] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&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: 1436/2781] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1346/2782] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:28:51 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1437/2783] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:28:55 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1516 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2784] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:28:55 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2785] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:55 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => 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: 1348/2786] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:55 2026] GET /v2.0/subnets/2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 744 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2787] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:28:55 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: 1349/2788] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:28:55 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: 1440/2789] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:28:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2790] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:28:55 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: 7|app: 0|req: 1441/2791] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:55 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2792] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:28:56 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2793] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:28:56 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2794] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:56 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2795] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:28:56 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 798 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2796] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:28:56 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2797] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:28:56 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2800] 10.0.0.69 () {30 vars in 689 bytes} [Fri Jun 5 23:29:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2801] 10.0.0.69 () {30 vars in 691 bytes} [Fri Jun 5 23:29:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2802] 10.0.0.69 () {30 vars in 667 bytes} [Fri Jun 5 23:29:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2803] 10.0.0.69 () {30 vars in 703 bytes} [Fri Jun 5 23:29:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2804] 10.0.0.69 () {28 vars in 438 bytes} [Fri Jun 5 23:29:05 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: 1448/2805] 10.0.0.69 () {30 vars in 727 bytes} [Fri Jun 5 23:29:05 2026] GET /v2.0/subnets/438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 656 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2806] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:06 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: 1449/2807] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2808] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29: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: 1450/2809] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2810] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:06 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2811] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:06 2026] GET /v2.0/subnets/438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2812] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:06 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4094 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2813] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2814] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:07 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: 1453/2815] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2816] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2817] 199.204.45.216 () {34 vars in 717 bytes} [Fri Jun 5 23:29:07 2026] POST /v2.0/ports => generated 1332 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2818] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:29:07 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1332 bytes in 47 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: 1455/2819] 199.204.45.216 () {34 vars in 1262 bytes} [Fri Jun 5 23:29:08 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2820] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:08 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1456/2821] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:08 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1366/2822] 199.204.45.216 () {34 vars in 975 bytes} [Fri Jun 5 23:29:09 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2823] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:29:09 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2824] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:29:09 2026] PUT /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1522 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:29:09.984 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa086c40-7b71-40be-ac04-21e74ab7e51c'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '81fc820c-5d20-4857-b23f-15a4ebe1584f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1458/2825] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 5608 bytes in 68 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: 1368/2826] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2827] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.156&port_id=81fc820c-5d20-4857-b23f-15a4ebe1584f => 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: 1369/2828] 199.204.45.216 () {34 vars in 1106 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A383&port_id=81fc820c-5d20-4857-b23f-15a4ebe1584f => 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: 1460/2829] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/subnets?id=8b9e4eed-742a-4cb9-b4b4-78eb724da5c5&id=438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 1413 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2830] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2831] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2832] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1462/2833] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:10 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2834] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:11 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 5608 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2835] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:29:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => 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: 1373/2836] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2837] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&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: 1374/2838] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2839] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1375/2840] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1466/2841] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2842] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&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: 1467/2843] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1377/2844] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1468/2845] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.105&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => 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: 1378/2846] 199.204.45.216 () {34 vars in 1102 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ab1&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => 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: 1469/2847] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295&id=2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2848] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&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: 1470/2849] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&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: 1380/2850] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2851] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2852] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.156&port_id=81fc820c-5d20-4857-b23f-15a4ebe1584f => 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: 1472/2853] 199.204.45.216 () {34 vars in 1106 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A383&port_id=81fc820c-5d20-4857-b23f-15a4ebe1584f => 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: 1382/2854] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/subnets?id=8b9e4eed-742a-4cb9-b4b4-78eb724da5c5&id=438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2855] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2856] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2857] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1384/2858] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:12 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2861] 10.0.0.72 () {34 vars in 970 bytes} [Fri Jun 5 23:29:16 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => 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: 1476/2862] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:16 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2863] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:16 2026] GET /v2.0/subnets/438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2864] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:16 2026] GET /v2.0/subnets/8b9e4eed-742a-4cb9-b4b4-78eb724da5c5 => generated 746 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2865] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:16 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2866] 199.204.45.216 () {34 vars in 790 bytes} [Fri Jun 5 23:29:17 2026] PUT /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1255 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:29:17.389 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e9c27bc-4434-40bf-aad6-801ca74ea155'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '4ba962c5-9b98-4068-b010-02f7cb9fc19e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2867] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1479/2868] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2869] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:17 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: 1480/2870] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:17 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: 1391/2871] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:17 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: 1481/2872] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2873] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2874] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2875] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2876] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2877] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2878] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2879] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2880] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2881] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:29:17 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2882] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:29:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.105&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => 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: 1397/2883] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:18 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2884] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:18 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&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: 8|app: 0|req: 1398/2885] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:18 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2886] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:18 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2889] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2890] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:32 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: 1401/2891] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:32 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: 1491/2892] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2893] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2894] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 5385 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2895] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:32 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: 1493/2896] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:32 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: 1404/2897] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2898] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2899] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:32 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2900] 199.204.45.216 () {34 vars in 790 bytes} [Fri Jun 5 23:29:32 2026] PUT /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1255 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:29:33.167 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77390c40-b0d9-4cc3-95ec-9f78ca34a8e0'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '81fc820c-5d20-4857-b23f-15a4ebe1584f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1406/2901] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1496/2902] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/subnets/438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2903] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2904] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:29:33 2026] PUT /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1080 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2905] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1498/2906] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4977 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2907] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4977 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2908] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2909] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1500/2910] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:33 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2911] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:34 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:29:35.205 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2bb2e05-1ad9-48d1-96d8-c54bf686eb15'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '81fc820c-5d20-4857-b23f-15a4ebe1584f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1501/2912] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:35 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2913] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:35 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4977 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2914] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:29:35 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2915] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:35 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1503/2916] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:35 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2917] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:36 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2918] 199.204.45.216 () {34 vars in 975 bytes} [Fri Jun 5 23:29:36 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2919] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:29:36 2026] GET /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2920] 199.204.45.216 () {34 vars in 1016 bytes} [Fri Jun 5 23:29:36 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2921] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:29:36 2026] PUT /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 917 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2922] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-05 23:29:37.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e7659f3-1974-4e28-934c-fcef48647df4 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 81fc820c-5d20-4857-b23f-15a4ebe1584f 2026-06-05 23:29:37.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e7659f3-1974-4e28-934c-fcef48647df4 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 81fc820c-5d20-4857-b23f-15a4ebe1584f [pid: 8|app: 0|req: 1417/2923] 199.204.45.216 () {32 vars in 759 bytes} [Fri Jun 5 23:29:37 2026] DELETE /v2.0/ports/81fc820c-5d20-4857-b23f-15a4ebe1584f => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2924] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:37 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: 1418/2925] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:37 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: 1508/2926] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2927] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:37 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: 1509/2928] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2929] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2930] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2931] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2932] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:37 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2933] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2934] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2935] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3869 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2936] 199.204.45.216 () {34 vars in 1226 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/networks?id=77c6dc12-492e-454f-bb13-ac40ca666c5a&id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&id=22649595-e75e-49af-9691-22486e5f852d&id=a79734d6-937c-4a89-a588-75e592400b2a => generated 3095 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2937] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => 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: 1514/2938] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2939] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&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: 1515/2940] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1426/2941] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?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: 1516/2942] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1427/2943] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2944] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2945] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1518/2946] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:38 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1429/2947] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:29:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.105&port_id=4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2948] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:39 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2949] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:39 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2950] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:39 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1431/2951] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:39 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1521/2952] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:40 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: 1432/2953] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:40 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: 1522/2954] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:40 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: 1433/2955] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:41 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: 1523/2956] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3869 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2957] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:41 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: 1524/2958] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:41 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: 1435/2959] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2960] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2961] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2962] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:29:41 2026] PUT /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1080 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:29:41.747 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b0a574e-e98d-48b2-8aec-17d9056eb77a'] response: {'name': 'network-changed', 'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'tag': '4ba962c5-9b98-4068-b010-02f7cb9fc19e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2963] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1527/2964] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2965] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:41 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2966] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:42 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2967] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:29:42 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2968] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:42 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2969] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:42 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2970] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:42 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2973] 199.204.45.216 () {34 vars in 975 bytes} [Fri Jun 5 23:29:43 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2974] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:29:43 2026] GET /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2975] 199.204.45.216 () {34 vars in 1016 bytes} [Fri Jun 5 23:29:44 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2976] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:44 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 3694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2977] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:29:44 2026] PUT /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 917 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2978] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 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-06-05 23:29:45.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-aca3a3dc-fe2d-4819-95b6-eb246f7e3618 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 4ba962c5-9b98-4068-b010-02f7cb9fc19e 2026-06-05 23:29:45.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aca3a3dc-fe2d-4819-95b6-eb246f7e3618 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 4ba962c5-9b98-4068-b010-02f7cb9fc19e [pid: 7|app: 0|req: 1535/2979] 199.204.45.216 () {32 vars in 759 bytes} [Fri Jun 5 23:29:45 2026] DELETE /v2.0/ports/4ba962c5-9b98-4068-b010-02f7cb9fc19e => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2980] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:45 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: 1536/2981] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29: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: 8|app: 0|req: 1446/2982] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2983] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:45 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: 1447/2984] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2985] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => 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: 1448/2986] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1346 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2987] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2988] 199.204.45.216 () {30 vars in 743 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2989] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => 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: 1450/2990] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2991] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2992] 199.204.45.216 () {34 vars in 1146 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/networks?id=77c6dc12-492e-454f-bb13-ac40ca666c5a&id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&id=22649595-e75e-49af-9691-22486e5f852d => generated 2309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2993] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => 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: 1452/2994] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2995] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:45 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2996] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2997] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2998] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.73&port_id=053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1545/2999] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/subnets?id=b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3000] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/ports?network_id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b&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: 7|app: 0|req: 1546/3001] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1456/3002] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:29:46 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?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: 1458/3005] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:29:58 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: 1548/3006] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:29:58 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: 1459/3007] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:29:58 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: 1549/3008] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:29:58 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-06-05 23:29:58.773 8 INFO neutron.api.v2.resource [None req-6c070c00-df79-4ebe-a996-f22f6eea8273 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/3009] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 23:29:58 2026] GET /v2.0/security-groups/lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3010] 199.204.45.216 () {30 vars in 785 bytes} [Fri Jun 5 23:29:58 2026] GET /v2.0/security-groups?name=lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3011] 199.204.45.216 () {30 vars in 815 bytes} [Fri Jun 5 23:29:58 2026] GET /v2.0/security-group-rules?security_group_id=c342662b-ef7e-4a6f-a603-17a894bd54c3 => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3012] 199.204.45.216 () {32 vars in 789 bytes} [Fri Jun 5 23:29:58 2026] DELETE /v2.0/security-group-rules/2334928a-0a6e-407c-8fbc-a7fd3c6b7232 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3013] 199.204.45.216 () {32 vars in 789 bytes} [Fri Jun 5 23:29:58 2026] DELETE /v2.0/security-group-rules/a158e7dd-577b-4909-911e-4d28a292a640 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:01.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-601ea53c-0b56-4bae-8142-95fd0e76451b aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: a87b6413-02d2-4529-b800-a5e55ce91b1a 2026-06-05 23:30:01.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-601ea53c-0b56-4bae-8142-95fd0e76451b aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: a87b6413-02d2-4529-b800-a5e55ce91b1a 2026-06-05 23:30:01.288 7 INFO neutron.db.l3_db [None req-601ea53c-0b56-4bae-8142-95fd0e76451b aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Floating IP fed70f5b-2be3-496a-8822-c8c45d716b34 disassociated (deleted). External IP: 10.96.250.218, port: 31d2eb82-787b-4bb0-a926-4270cfeb0846. [pid: 7|app: 0|req: 1552/3014] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:30:00 2026] DELETE /v2.0/floatingips/fed70f5b-2be3-496a-8822-c8c45d716b34 => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:01.568 8 INFO neutron.api.v2.resource [None req-3984469e-364e-4a33-b862-181086af4345 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/3015] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:30:01 2026] GET /v2.0/floatingips/fed70f5b-2be3-496a-8822-c8c45d716b34 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3016] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:30:02 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: 1464/3017] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3018] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:30:02 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: 1465/3019] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:30:02 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-06-05 23:30:02.655 7 INFO neutron.api.v2.resource [None req-e9497e2d-f40e-420a-911c-073db0674b7a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3020] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/security-groups/lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3021] 199.204.45.216 () {30 vars in 785 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/security-groups?name=lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3022] 199.204.45.216 () {30 vars in 815 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/security-group-rules?security_group_id=c342662b-ef7e-4a6f-a603-17a894bd54c3 => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3023] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3024] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3025] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3026] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3027] 199.204.45.216 () {30 vars in 741 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3028] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3029] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:30:02 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3030] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:30:03 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3031] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:30:04 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3032] 199.204.45.216 () {34 vars in 975 bytes} [Fri Jun 5 23:30:05 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3033] 199.204.45.216 () {34 vars in 1060 bytes} [Fri Jun 5 23:30:05 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3034] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:30:05 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3035] 199.204.45.216 () {34 vars in 1016 bytes} [Fri Jun 5 23:30:05 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3036] 199.204.45.216 () {38 vars in 1028 bytes} [Fri Jun 5 23:30:05 2026] PUT /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1147 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3037] 199.204.45.216 () {30 vars in 769 bytes} [Fri Jun 5 23:30:06 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1248 bytes in 40 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: 1474/3038] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:30:06 2026] PUT /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1086 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3039] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:30:06 2026] GET /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 1086 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, ' 2026-06-05 23:30:06.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-98c76429-1749-4625-ad28-2a1b989653cd 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 053367c9-8d9d-40e0-b2e9-93f676f92c20 2026-06-05 23:30:06.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98c76429-1749-4625-ad28-2a1b989653cd 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 053367c9-8d9d-40e0-b2e9-93f676f92c20 [pid: 8|app: 0|req: 1475/3040] 199.204.45.216 () {32 vars in 759 bytes} [Fri Jun 5 23:30:06 2026] DELETE /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3041] 199.204.45.216 () {30 vars in 703 bytes} [Fri Jun 5 23:30:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3042] 199.204.45.216 () {30 vars in 705 bytes} [Fri Jun 5 23:30:06 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: 1567/3043] 199.204.45.216 () {30 vars in 681 bytes} [Fri Jun 5 23:30:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3044] 199.204.45.216 () {30 vars in 717 bytes} [Fri Jun 5 23:30:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:30:06.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b81f7bdf-9642-434a-888b-f68b25677d8a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3045] 199.204.45.216 () {32 vars in 759 bytes} [Fri Jun 5 23:30:06 2026] DELETE /v2.0/ports/053367c9-8d9d-40e0-b2e9-93f676f92c20 => 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: 1478/3046] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:30:06 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:30:07.043 7 INFO neutron.api.v2.resource [None req-9abdabb5-3303-4d14-b487-091ea0660674 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3047] 199.204.45.216 () {30 vars in 763 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/security-groups/lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3048] 199.204.45.216 () {30 vars in 785 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/security-groups?name=lb-3f8d1630-5b6d-402e-bd2c-ba562950f1c1 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3049] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/ports?tenant_id=fe35b65e441e488ba8dd5e1b8140920f&device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => 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: 1480/3050] 199.204.45.216 () {30 vars in 737 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3051] 199.204.45.216 () {34 vars in 1066 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/networks?id=77c6dc12-492e-454f-bb13-ac40ca666c5a&id=8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 1522 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3052] 199.204.45.216 () {34 vars in 1062 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.203&port_id=90bb98b6-883c-413e-974b-953d982595d9 => 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: 1573/3053] 199.204.45.216 () {34 vars in 984 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/subnets?id=96ea21d3-682d-4722-86c4-827fa811178e => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3054] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/ports?network_id=77c6dc12-492e-454f-bb13-ac40ca666c5a&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3055] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3056] 199.204.45.216 () {34 vars in 789 bytes} [Fri Jun 5 23:30:07 2026] PUT /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 1094 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3057] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:30:07 2026] GET /v2.0/networks/77c6dc12-492e-454f-bb13-ac40ca666c5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3058] 199.204.45.216 () {32 vars in 779 bytes} [Fri Jun 5 23:30:07 2026] DELETE /v2.0/security-groups/c342662b-ef7e-4a6f-a603-17a894bd54c3 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:07.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-0048bebf-4844-4146-9d8f-fb4cca614f2d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 31d2eb82-787b-4bb0-a926-4270cfeb0846 2026-06-05 23:30:07.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0048bebf-4844-4146-9d8f-fb4cca614f2d 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 31d2eb82-787b-4bb0-a926-4270cfeb0846 [pid: 7|app: 0|req: 1577/3059] 199.204.45.216 () {32 vars in 759 bytes} [Fri Jun 5 23:30:07 2026] DELETE /v2.0/ports/31d2eb82-787b-4bb0-a926-4270cfeb0846 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3060] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:30:10 2026] GET /v2.0/ports?device_id=ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:30:10.761 7 INFO neutron_taas.services.taas.taas_plugin [req-e839024d-94a0-471e-9189-d96005655f47 req-2bd318b0-f5f3-4ec5-8055-23ce807a0f1a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] TaaS: Handle Delete Port: 90bb98b6-883c-413e-974b-953d982595d9 2026-06-05 23:30:10.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e839024d-94a0-471e-9189-d96005655f47 req-2bd318b0-f5f3-4ec5-8055-23ce807a0f1a 4ccf06f0577045669bffea7bdfdc0909 fe35b65e441e488ba8dd5e1b8140920f - - default default] Tap Mirror: Handle Delete Port: 90bb98b6-883c-413e-974b-953d982595d9 [pid: 7|app: 0|req: 1578/3061] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:30:10 2026] DELETE /v2.0/ports/90bb98b6-883c-413e-974b-953d982595d9 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:10.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bc1b5c4-c94c-43c8-a71f-c8458e233778'] response: {'server_uuid': 'ce0135bd-c02f-4bc0-9c14-cfd1ac03a4da', 'name': 'network-vif-deleted', 'tag': '90bb98b6-883c-413e-974b-953d982595d9', 'status': 'completed', 'code': 200} 2026-06-05 23:30:11.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-92132ff5-eca7-4bf3-9155-c7a02be9745d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 5e4af993-e433-4b72-b0ed-31136e167a15 2026-06-05 23:30:11.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92132ff5-eca7-4bf3-9155-c7a02be9745d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 5e4af993-e433-4b72-b0ed-31136e167a15 2026-06-05 23:30:12.150 8 INFO neutron.db.l3_db [None req-92132ff5-eca7-4bf3-9155-c7a02be9745d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Floating IP 093771b4-84c8-4fe9-9827-38ba545d2556 disassociated (deleted). External IP: 10.96.250.203, port: 47a43966-3757-45a8-a8b9-5a594684d30b. [pid: 8|app: 0|req: 1484/3062] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:30:11 2026] DELETE /v2.0/floatingips/093771b4-84c8-4fe9-9827-38ba545d2556 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:12.472 7 INFO neutron.api.v2.resource [None req-910c9d1e-5b50-456d-aedf-ba2703aec9fd aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3063] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:30:12 2026] GET /v2.0/floatingips/093771b4-84c8-4fe9-9827-38ba545d2556 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:12.477 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-42811a90-03bc-46f5-b935-c556975978bd'] response: {'name': 'network-changed', 'server_uuid': '8cc171d2-7138-44f5-88aa-d2b08dac8fb9', 'tag': '47a43966-3757-45a8-a8b9-5a594684d30b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1485/3064] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:30:12 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3065] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:30:12 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3066] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:30:12 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3067] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/networks?id=a79734d6-937c-4a89-a588-75e592400b2a => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3068] 199.204.45.216 () {34 vars in 1058 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.195&port_id=47a43966-3757-45a8-a8b9-5a594684d30b => 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: 1582/3071] 199.204.45.216 () {34 vars in 1106 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A251&port_id=47a43966-3757-45a8-a8b9-5a594684d30b => generated 19 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3072] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/subnets?id=8b9e4eed-742a-4cb9-b4b4-78eb724da5c5&id=438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3073] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&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: 1491/3074] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/ports?network_id=a79734d6-937c-4a89-a588-75e592400b2a&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3075] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1492/3076] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:30:13 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a?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: 1585/3077] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:30:15 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:30:15.216 8 INFO neutron_taas.services.taas.taas_plugin [req-436c182e-220f-4e36-9bc2-16b22e3e9f62 req-c7327477-7b57-4864-9be6-45a402aadc78 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 47a43966-3757-45a8-a8b9-5a594684d30b 2026-06-05 23:30:15.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-436c182e-220f-4e36-9bc2-16b22e3e9f62 req-c7327477-7b57-4864-9be6-45a402aadc78 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 47a43966-3757-45a8-a8b9-5a594684d30b [pid: 8|app: 0|req: 1493/3078] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:30:15 2026] DELETE /v2.0/ports/47a43966-3757-45a8-a8b9-5a594684d30b => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:15.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35feb329-7a30-411b-b5a1-8a102c8bf065'] response: {'server_uuid': '8cc171d2-7138-44f5-88aa-d2b08dac8fb9', 'name': 'network-vif-deleted', 'tag': '47a43966-3757-45a8-a8b9-5a594684d30b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1586/3079] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:30:17 2026] GET /v2.0/ports?device_id=8cc171d2-7138-44f5-88aa-d2b08dac8fb9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:30:23.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f62b023-9a83-47f1-8d55-b6f6b1f12cbd aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 7a9f7a1b-3a0f-4fef-b8b7-e8cdf9e3ed71 2026-06-05 23:30:23.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f62b023-9a83-47f1-8d55-b6f6b1f12cbd aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 7a9f7a1b-3a0f-4fef-b8b7-e8cdf9e3ed71 2026-06-05 23:30:23.216 8 INFO neutron.db.l3_db [None req-9f62b023-9a83-47f1-8d55-b6f6b1f12cbd aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Floating IP d3a514f7-3d89-4265-bd15-1a00cb61d651 disassociated (deleted). External IP: 10.96.250.212, port: d984f15c-fb11-49cb-8fdf-31c670ebd185. [pid: 8|app: 0|req: 1494/3080] 10.0.0.110 () {32 vars in 732 bytes} [Fri Jun 5 23:30:22 2026] DELETE /v2.0/floatingips/d3a514f7-3d89-4265-bd15-1a00cb61d651 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:23.509 7 INFO neutron.api.v2.resource [None req-2d2953d2-6149-4a24-aa1a-0080caebbe2d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3081] 10.0.0.110 () {32 vars in 729 bytes} [Fri Jun 5 23:30:23 2026] GET /v2.0/floatingips/d3a514f7-3d89-4265-bd15-1a00cb61d651 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:23.513 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4be88c26-adbd-45b0-8479-390c528305cd'] response: {'name': 'network-changed', 'server_uuid': '6879d5c1-d972-4f82-b672-347e8ee211e3', 'tag': 'd984f15c-fb11-49cb-8fdf-31c670ebd185', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1495/3082] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:30:23 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3083] 10.0.0.72 () {34 vars in 1039 bytes} [Fri Jun 5 23:30:23 2026] GET /v2.0/security-groups?id=be94efc9-21fd-45e8-a3ce-ad15216f6ad5&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3084] 199.204.45.216 () {34 vars in 1080 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/ports?tenant_id=a37faf2b811c441d9efab01bf300b888&device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3085] 199.204.45.216 () {34 vars in 986 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/networks?id=22649595-e75e-49af-9691-22486e5f852d => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3086] 199.204.45.216 () {34 vars in 1056 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=d984f15c-fb11-49cb-8fdf-31c670ebd185 => generated 19 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3087] 199.204.45.216 () {34 vars in 1104 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A209&port_id=d984f15c-fb11-49cb-8fdf-31c670ebd185 => 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: 1498/3088] 199.204.45.216 () {34 vars in 1064 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/subnets?id=2b32bf32-4cd4-4596-96cf-5b136bab6295&id=2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 1411 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3089] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3090] 199.204.45.216 () {34 vars in 1052 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/ports?network_id=22649595-e75e-49af-9691-22486e5f852d&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3091] 199.204.45.216 () {34 vars in 1012 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1500/3092] 199.204.45.216 () {34 vars in 1112 bytes} [Fri Jun 5 23:30:24 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d?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: 1593/3093] 199.204.45.216 () {34 vars in 994 bytes} [Fri Jun 5 23:30:26 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-05 23:30:26.278 8 INFO neutron_taas.services.taas.taas_plugin [req-832dd147-7eaa-43f5-82cf-759eb5370094 req-a613a0ab-59d1-43d1-aa0f-91e9860b3a73 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: d984f15c-fb11-49cb-8fdf-31c670ebd185 2026-06-05 23:30:26.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-832dd147-7eaa-43f5-82cf-759eb5370094 req-a613a0ab-59d1-43d1-aa0f-91e9860b3a73 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: d984f15c-fb11-49cb-8fdf-31c670ebd185 [pid: 8|app: 0|req: 1501/3094] 199.204.45.216 () {36 vars in 997 bytes} [Fri Jun 5 23:30:26 2026] DELETE /v2.0/ports/d984f15c-fb11-49cb-8fdf-31c670ebd185 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:26.510 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d508f059-0f31-4de4-b984-a5b6fe37b2ed'] response: {'server_uuid': '6879d5c1-d972-4f82-b672-347e8ee211e3', 'name': 'network-vif-deleted', 'tag': 'd984f15c-fb11-49cb-8fdf-31c670ebd185', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1595/3097] 10.0.0.72 () {34 vars in 989 bytes} [Fri Jun 5 23:30:28 2026] GET /v2.0/ports?device_id=6879d5c1-d972-4f82-b672-347e8ee211e3 => 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: 1503/3098] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:33 2026] DELETE /v2.0/security-group-rules/0f46e9f6-debe-4d6d-b772-ce47d5e6eba1 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.085 7 INFO neutron.api.v2.resource [None req-2b801c8e-5f67-41ba-84a9-d6c8130696b6 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3099] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/0f46e9f6-debe-4d6d-b772-ce47d5e6eba1 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3100] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/2b293b4f-07bb-4bc2-9687-86ad19e960e5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.193 7 INFO neutron.api.v2.resource [None req-75cac17e-3785-4890-bdcd-c5a5aeffbd29 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3101] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/2b293b4f-07bb-4bc2-9687-86ad19e960e5 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3102] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/dc4f654e-7c07-4b6d-8c55-6524deeac1f4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.302 7 INFO neutron.api.v2.resource [None req-910a312e-6a83-4d06-b11d-c9df1e03e3ba aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3103] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/dc4f654e-7c07-4b6d-8c55-6524deeac1f4 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3104] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/52320d53-e8c5-4ec9-b899-0ebbdb2452ef => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.382 7 INFO neutron.api.v2.resource [None req-8349c700-9ae6-43bf-b9f9-080aee316fbd aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3105] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/52320d53-e8c5-4ec9-b899-0ebbdb2452ef => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3106] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/7194ceb7-cadc-45e9-9a81-af8cc5713aa5 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.463 7 INFO neutron.api.v2.resource [None req-a7fd0907-9b27-4cda-a1c1-427dbee88c4e aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3107] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/7194ceb7-cadc-45e9-9a81-af8cc5713aa5 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3108] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/934bf3ae-74e4-474f-ad66-102a5a4877d6 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.542 7 INFO neutron.api.v2.resource [None req-89a6df21-95b7-428f-847a-ab2d63c5970e aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3109] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/934bf3ae-74e4-474f-ad66-102a5a4877d6 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3110] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/a365d4ea-888c-414c-8b18-5f9f549034cf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.659 7 INFO neutron.api.v2.resource [None req-73f0f5fa-f236-4ab0-9902-d73bd14a9f88 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3111] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/a365d4ea-888c-414c-8b18-5f9f549034cf => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3112] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/1572e3fc-caf5-439f-8889-97b9a6b55dc3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.759 7 INFO neutron.api.v2.resource [None req-626a8b42-9bd2-415c-a2bc-9585ccb1033a aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3113] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/1572e3fc-caf5-439f-8889-97b9a6b55dc3 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3114] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/07f9b140-5e3d-4ca4-9aad-ce508c402cfe => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.848 7 INFO neutron.api.v2.resource [None req-fa389928-050f-43b3-86aa-7001e9d1aecc aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3115] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/07f9b140-5e3d-4ca4-9aad-ce508c402cfe => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3116] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/0048a5b2-af0e-4034-84ab-3ae067825671 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:34.936 7 INFO neutron.api.v2.resource [None req-0c7b98d1-f245-4b2f-97ee-e4f5c6dd4204 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3117] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:34 2026] GET /v2.0/security-group-rules/0048a5b2-af0e-4034-84ab-3ae067825671 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3118] 10.0.0.110 () {32 vars in 750 bytes} [Fri Jun 5 23:30:34 2026] DELETE /v2.0/security-group-rules/65612d62-5b39-4f79-83af-a11e81c803ba => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:35.022 7 INFO neutron.api.v2.resource [None req-12ed0e7c-32be-4198-a145-ed2c64f2785f aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3119] 10.0.0.110 () {32 vars in 747 bytes} [Fri Jun 5 23:30:35 2026] GET /v2.0/security-group-rules/65612d62-5b39-4f79-83af-a11e81c803ba => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3120] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:35 2026] DELETE /v2.0/security-groups/be94efc9-21fd-45e8-a3ce-ad15216f6ad5 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:35.140 7 INFO neutron.api.v2.resource [None req-1598ef4e-7ff2-4e39-9cb2-04c6c65f152d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3121] 10.0.0.110 () {32 vars in 737 bytes} [Fri Jun 5 23:30:35 2026] GET /v2.0/security-groups/be94efc9-21fd-45e8-a3ce-ad15216f6ad5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:35.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-f33c236e-df8c-4ea4-861c-f9831b2d0a67 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 45a91c6a-fc19-4746-8bca-d5e604fbe7ea 2026-06-05 23:30:35.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f33c236e-df8c-4ea4-861c-f9831b2d0a67 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 45a91c6a-fc19-4746-8bca-d5e604fbe7ea [pid: 8|app: 0|req: 1515/3122] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:30:35 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:30:36.375 7 INFO neutron.api.v2.resource [None req-df0776b1-75bb-4429-99a6-c692b5a52da2 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3123] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:30:36 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/remove_router_interface => generated 198 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:36.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-276d7fd4-ef15-400b-9cd2-7e077619c58d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 6b98a10d-8559-4154-9952-d302efdc6353 2026-06-05 23:30:36.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-276d7fd4-ef15-400b-9cd2-7e077619c58d aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 6b98a10d-8559-4154-9952-d302efdc6353 [pid: 8|app: 0|req: 1516/3124] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:30:36 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:30:37.540 7 INFO neutron.api.v2.resource [None req-6429bb13-ba7c-4b8a-a007-9cea6d6f27e3 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3125] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:30:37 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/remove_router_interface => generated 198 bytes in 211 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:37.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-64fafa88-6110-4813-92be-d1ac98e0e6ce aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 5efc00fc-6bf5-41c4-b6cd-8fa6b1c73e28 2026-06-05 23:30:37.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64fafa88-6110-4813-92be-d1ac98e0e6ce aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 5efc00fc-6bf5-41c4-b6cd-8fa6b1c73e28 [pid: 8|app: 0|req: 1517/3126] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:30:37 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-05 23:30:38.808 7 INFO neutron.api.v2.resource [None req-6c7cba5b-7d47-4446-9160-9359c5f3cbc6 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3127] 10.0.0.110 () {34 vars in 789 bytes} [Fri Jun 5 23:30:38 2026] PUT /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df/remove_router_interface => generated 198 bytes in 220 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:38.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-c897c424-b33a-4a71-ba6b-8560eaf672eb aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: a78f8247-147e-4eb5-9040-30bf1a460bff 2026-06-05 23:30:38.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c897c424-b33a-4a71-ba6b-8560eaf672eb aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: a78f8247-147e-4eb5-9040-30bf1a460bff 2026-06-05 23:30:39.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-c897c424-b33a-4a71-ba6b-8560eaf672eb aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 0f1b0945-1cdf-4d8d-a8af-2daa8d55e010 2026-06-05 23:30:39.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c897c424-b33a-4a71-ba6b-8560eaf672eb aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 0f1b0945-1cdf-4d8d-a8af-2daa8d55e010 2026-06-05 23:30:39.645 8 INFO neutron.db.l3_hamode_db [None req-c897c424-b33a-4a71-ba6b-8560eaf672eb aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] HA network e566e8fc-72b2-4cf7-bfde-192931dfb61d was deleted as no HA routers are present in tenant a37faf2b811c441d9efab01bf300b888. [pid: 8|app: 0|req: 1518/3128] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:38 2026] DELETE /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:39.690 8 INFO neutron.services.segments.plugin [-] Segment 49087233-2041-4416-8f55-a43adb5a1bd2 resource provider aggregate not found 2026-06-05 23:30:39.692 7 INFO neutron.api.v2.resource [None req-5e6c3ba6-fb3f-4d48-8d32-aff921c0f45e aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] show failed (client error): The resource could not be found. 2026-06-05 23:30:39.693 8 INFO neutron.services.segments.plugin [-] Segment 49087233-2041-4416-8f55-a43adb5a1bd2 resource provider aggregate not found [pid: 7|app: 0|req: 1611/3129] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:39 2026] GET /v2.0/routers/185a0a2a-ca25-40e5-9b2d-93d2d94ee9df => generated 135 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:39.708 8 INFO neutron.services.segments.plugin [-] Segment 49087233-2041-4416-8f55-a43adb5a1bd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49087233-2041-4416-8f55-a43adb5a1bd2 found for delete ", "request_id": "req-a1063e34-f5a6-4102-84dd-227387d99a70"}]} 2026-06-05 23:30:39.714 8 INFO neutron.services.segments.plugin [-] Segment 49087233-2041-4416-8f55-a43adb5a1bd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49087233-2041-4416-8f55-a43adb5a1bd2 found for delete ", "request_id": "req-e41e9018-722c-4206-8f66-a66a50d95c77"}]} [pid: 8|app: 0|req: 1519/3130] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:39 2026] DELETE /v2.0/subnets/8b9e4eed-742a-4cb9-b4b4-78eb724da5c5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:39.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-843a35e2-e070-4938-aaaa-2bd07e166fca aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3131] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:39 2026] GET /v2.0/subnets/8b9e4eed-742a-4cb9-b4b4-78eb724da5c5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3132] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:39 2026] DELETE /v2.0/subnets/438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:40.051 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c385fcd3-a60e-43c5-9287-72ab3e13925f aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3133] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:40 2026] GET /v2.0/subnets/438a61a7-7107-4e62-b7ec-b38d740c40e7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:40.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aa303ce-6965-4aba-9a42-f9b725018a0e aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: e0c9c13c-2dca-4240-85bc-3dc1c2a62024 2026-06-05 23:30:40.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aa303ce-6965-4aba-9a42-f9b725018a0e aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: e0c9c13c-2dca-4240-85bc-3dc1c2a62024 [pid: 8|app: 0|req: 1521/3134] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:40 2026] DELETE /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:40.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59d6e29b-ea65-467b-85b7-5dfe6ffdafb2 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3135] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:30:40 2026] GET /v2.0/networks/a79734d6-937c-4a89-a588-75e592400b2a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3136] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:40 2026] DELETE /v2.0/subnets/2adce7c3-6f3e-405f-9f23-8f0146167266 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:40.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7de07fc8-6345-403a-8ee8-c867df75d1d5 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3137] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:40 2026] GET /v2.0/subnets/2adce7c3-6f3e-405f-9f23-8f0146167266 => 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: 1523/3138] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:40 2026] DELETE /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:40.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03b67f37-bfa1-48e8-a6cd-98d072b07624 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3139] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:40 2026] GET /v2.0/subnets/2b32bf32-4cd4-4596-96cf-5b136bab6295 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:40.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-daeea722-96a3-43a6-b0b9-6dd83fb915c2 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 0bbff333-98b3-45fe-9a8e-45608db10c83 2026-06-05 23:30:40.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daeea722-96a3-43a6-b0b9-6dd83fb915c2 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 0bbff333-98b3-45fe-9a8e-45608db10c83 [pid: 8|app: 0|req: 1524/3140] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:40 2026] DELETE /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:41.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17119207-8a66-4269-aed3-f9651f045b6c aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3141] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:30:41 2026] GET /v2.0/networks/22649595-e75e-49af-9691-22486e5f852d => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3142] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:41 2026] DELETE /v2.0/subnets/533380d3-65c2-4f66-8c05-7201858a8ea1 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:41.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0399cd5-d511-40f0-8431-6def219587cb aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3143] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:41 2026] GET /v2.0/subnets/533380d3-65c2-4f66-8c05-7201858a8ea1 => 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: 1526/3144] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:30:41 2026] DELETE /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:41.425 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e395394d-36fd-4db5-9f70-c7a68426b19f aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3145] 10.0.0.110 () {32 vars in 721 bytes} [Fri Jun 5 23:30:41 2026] GET /v2.0/subnets/b44b0366-fc84-4c9d-94b6-72f6710441fb => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:41.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d5031ca-f1e1-47ee-893a-6e59432689b3 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] TaaS: Handle Delete Port: 63696e5f-33fd-4aa6-b67d-8c8b2224d019 2026-06-05 23:30:41.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d5031ca-f1e1-47ee-893a-6e59432689b3 aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] Tap Mirror: Handle Delete Port: 63696e5f-33fd-4aa6-b67d-8c8b2224d019 2026-06-05 23:30:41.735 8 INFO neutron.services.segments.plugin [-] Segment 314a5eb7-3053-410b-b298-88436ca258be resource provider aggregate not found 2026-06-05 23:30:41.739 8 INFO neutron.services.segments.plugin [-] Segment 314a5eb7-3053-410b-b298-88436ca258be resource provider aggregate not found 2026-06-05 23:30:41.754 8 INFO neutron.services.segments.plugin [-] Segment 314a5eb7-3053-410b-b298-88436ca258be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314a5eb7-3053-410b-b298-88436ca258be found for delete ", "request_id": "req-10119850-2db5-4f98-b0e2-d40bf9a3c656"}]} 2026-06-05 23:30:41.760 8 INFO neutron.services.segments.plugin [-] Segment 314a5eb7-3053-410b-b298-88436ca258be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314a5eb7-3053-410b-b298-88436ca258be found for delete ", "request_id": "req-06646e50-b4c6-4a61-b335-d2011207970e"}]} [pid: 8|app: 0|req: 1527/3146] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:41 2026] DELETE /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:41.771 8 INFO neutron.services.segments.plugin [-] Segment 6988b261-1af6-4f3a-b471-dc2b6519501d resource provider aggregate not found 2026-06-05 23:30:41.785 8 INFO neutron.services.segments.plugin [-] Segment 6988b261-1af6-4f3a-b471-dc2b6519501d resource provider aggregate not found 2026-06-05 23:30:41.787 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09958ab5-b275-4dfc-8003-1c0f8edc941f aa1f3c3dfaad4024b5768e092f9fc39b a37faf2b811c441d9efab01bf300b888 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3147] 10.0.0.110 () {32 vars in 723 bytes} [Fri Jun 5 23:30:41 2026] GET /v2.0/networks/8d0b01a5-93ac-4b77-8e30-38c5905bda5b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-05 23:30:41.790 8 INFO neutron.services.segments.plugin [-] Segment 6988b261-1af6-4f3a-b471-dc2b6519501d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6988b261-1af6-4f3a-b471-dc2b6519501d found for delete ", "request_id": "req-7d1999f5-bb9a-4b19-a302-b8101f5d29d9"}]} 2026-06-05 23:30:41.803 8 INFO neutron.services.segments.plugin [-] Segment 6988b261-1af6-4f3a-b471-dc2b6519501d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6988b261-1af6-4f3a-b471-dc2b6519501d found for delete ", "request_id": "req-c241ab8d-d67e-4798-b756-290ee559eff5"}]} 2026-06-05 23:30:41.807 8 INFO neutron.services.segments.plugin [-] Segment bb06b6dc-4381-4226-85e6-4a7ba3533fb0 resource provider aggregate not found 2026-06-05 23:30:41.819 8 INFO neutron.services.segments.plugin [-] Segment bb06b6dc-4381-4226-85e6-4a7ba3533fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb06b6dc-4381-4226-85e6-4a7ba3533fb0 found for delete ", "request_id": "req-e74b1838-a111-4fa9-8f29-7414142c6dbe"}]} 2026-06-05 23:30:41.821 8 INFO neutron.services.segments.plugin [-] Segment bb06b6dc-4381-4226-85e6-4a7ba3533fb0 resource provider aggregate not found 2026-06-05 23:30:41.841 8 INFO neutron.services.segments.plugin [-] Segment bb06b6dc-4381-4226-85e6-4a7ba3533fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb06b6dc-4381-4226-85e6-4a7ba3533fb0 found for delete ", "request_id": "req-c55bdf5a-88f4-4607-b8c9-e27d67978ea2"}]} [pid: 8|app: 0|req: 1529/3150] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:43 2026] GET /v2.0/security-groups?tenant_id=a37faf2b811c441d9efab01bf300b888&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3151] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:43 2026] DELETE /v2.0/security-groups/048f2e55-9354-4e1d-9b21-06bb8157c21d => 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: 1530/3152] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:44 2026] GET /v2.0/security-groups?tenant_id=63cefc1fb66e48be8c39a008fe3c44f7&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3153] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:44 2026] DELETE /v2.0/security-groups/52c6dd1b-abdf-4b86-81ff-4fa4e11ac5b9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3154] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:44 2026] GET /v2.0/security-groups?tenant_id=95f38b615e0c49728989c2a5c57a81a6&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3155] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:44 2026] DELETE /v2.0/security-groups/59e14fdb-58ea-4744-89a9-13252a42b99c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3156] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:44 2026] GET /v2.0/security-groups?tenant_id=8d34e362596c469f8ce091d3998eb3e4&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3157] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:45 2026] DELETE /v2.0/security-groups/0f9d0060-4548-4e96-aa7e-3ca8a579ff66 => 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: 1533/3158] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:45 2026] GET /v2.0/security-groups?tenant_id=02cdf891a7dc40de9e3ebfd01c4e383b&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: 1626/3159] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:45 2026] DELETE /v2.0/security-groups/da382718-5484-456f-837e-8417b19361eb => 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: 1534/3160] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:45 2026] GET /v2.0/security-groups?tenant_id=38e9cd6d77634dfab3658d3db731bf12&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3161] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:45 2026] DELETE /v2.0/security-groups/bf65cb82-9d47-486d-b728-7c77b9ec7e42 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3162] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:46 2026] GET /v2.0/security-groups?tenant_id=93466fce37c94a2881b49be8c2f32e65&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3163] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:46 2026] DELETE /v2.0/security-groups/bce54671-52cc-4157-9545-da6bbf959ca1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:50.860 8 INFO neutron.db.segments_db [None req-84eea1cb-4677-4c63-94ba-61456d823cc0 848966a757954f5fb1e0ac8edfb2c023 eef2c2c542b44f5b82bf8bb16bc4c96a - - default default] Added segment 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc of type vxlan for network 1e5c58fc-e7f0-49df-a2c7-cd1639d8d130 [pid: 8|app: 0|req: 1536/3164] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:50 2026] POST /v2.0/networks => generated 632 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:30:51.026 7 INFO neutron.db.segments_db [None req-fa923ab9-b59d-44de-b497-2093d1a1dd23 848966a757954f5fb1e0ac8edfb2c023 eef2c2c542b44f5b82bf8bb16bc4c96a - - default default] Added segment 06196192-4a23-43da-b89f-8a6906b90331 of type vxlan for network 9e1b5a09-c0d8-4edc-b692-1c7adb83ae9d [pid: 7|app: 0|req: 1629/3165] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:50 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:30:51.189 8 INFO neutron.db.segments_db [None req-d746e9e1-7ad5-4a35-bc74-e51a39f01a1c 848966a757954f5fb1e0ac8edfb2c023 eef2c2c542b44f5b82bf8bb16bc4c96a - - default default] Added segment b61ae259-281b-43ec-926e-02284f814600 of type vxlan for network 81fb3fe1-90e7-4dd8-b5d2-f1d9d0aded57 [pid: 8|app: 0|req: 1537/3166] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:51 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:30:51.353 7 INFO neutron.db.segments_db [None req-62213f77-b10d-4e7a-9ac4-ac5c200f6624 848966a757954f5fb1e0ac8edfb2c023 eef2c2c542b44f5b82bf8bb16bc4c96a - - default default] Added segment ab712436-707f-4879-9d79-46622a96360e of type vxlan for network 604168a6-bbad-4164-9add-49d7bbde7b32 [pid: 7|app: 0|req: 1630/3167] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:51 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:30:51.516 8 INFO neutron.db.segments_db [None req-b7ef280b-2dc9-478c-ae61-7303fe263df4 848966a757954f5fb1e0ac8edfb2c023 eef2c2c542b44f5b82bf8bb16bc4c96a - - default default] Added segment fb61f060-7c49-46e5-a429-14d061f2a387 of type vxlan for network fd0f80e7-8192-4010-b08a-4e764a1eae4a [pid: 8|app: 0|req: 1538/3168] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:51 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3169] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:30:51 2026] PUT /v2.0/networks/1e5c58fc-e7f0-49df-a2c7-cd1639d8d130/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3170] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:30:51 2026] PUT /v2.0/networks/9e1b5a09-c0d8-4edc-b692-1c7adb83ae9d/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3171] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:30:51 2026] PUT /v2.0/networks/81fb3fe1-90e7-4dd8-b5d2-f1d9d0aded57/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: 1540/3172] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:30:51 2026] PUT /v2.0/networks/604168a6-bbad-4164-9add-49d7bbde7b32/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3173] 10.0.0.110 () {32 vars in 666 bytes} [Fri Jun 5 23:30:51 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3174] 10.0.0.110 () {32 vars in 680 bytes} [Fri Jun 5 23:30:51 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3175] 10.0.0.110 () {32 vars in 676 bytes} [Fri Jun 5 23:30:51 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3176] 10.0.0.110 () {32 vars in 688 bytes} [Fri Jun 5 23:30:52 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3177] 10.0.0.110 () {32 vars in 674 bytes} [Fri Jun 5 23:30:52 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3178] 10.0.0.110 () {32 vars in 688 bytes} [Fri Jun 5 23:30:52 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3179] 10.0.0.110 () {32 vars in 684 bytes} [Fri Jun 5 23:30:52 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3180] 10.0.0.110 () {32 vars in 696 bytes} [Fri Jun 5 23:30:52 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3181] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:52 2026] DELETE /v2.0/networks/1e5c58fc-e7f0-49df-a2c7-cd1639d8d130 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:30:52.572 7 INFO neutron.services.segments.plugin [-] Segment 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc resource provider aggregate not found 2026-06-05 23:30:52.575 7 INFO neutron.services.segments.plugin [-] Segment 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc resource provider aggregate not found 2026-06-05 23:30:52.596 7 INFO neutron.services.segments.plugin [-] Segment 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc found for delete ", "request_id": "req-217895b7-e00b-4f33-b93d-9cde8578ccdf"}]} 2026-06-05 23:30:52.598 7 INFO neutron.services.segments.plugin [-] Segment 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d5a455a-dbd9-4e13-9c90-8d272b2d18fc found for delete ", "request_id": "req-343c0aba-08a0-4b54-9da1-b23e69702dea"}]} 2026-06-05 23:30:52.637 8 INFO neutron.services.segments.plugin [-] Segment 06196192-4a23-43da-b89f-8a6906b90331 resource provider aggregate not found 2026-06-05 23:30:52.642 8 INFO neutron.services.segments.plugin [-] Segment 06196192-4a23-43da-b89f-8a6906b90331 resource provider aggregate not found 2026-06-05 23:30:52.658 8 INFO neutron.services.segments.plugin [-] Segment 06196192-4a23-43da-b89f-8a6906b90331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06196192-4a23-43da-b89f-8a6906b90331 found for delete ", "request_id": "req-c6c20ad1-7ee3-482a-9bff-830db18384b2"}]} 2026-06-05 23:30:52.666 8 INFO neutron.services.segments.plugin [-] Segment 06196192-4a23-43da-b89f-8a6906b90331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06196192-4a23-43da-b89f-8a6906b90331 found for delete ", "request_id": "req-ae778b53-3947-4010-8ad5-6e1e2db16689"}]} [pid: 8|app: 0|req: 1545/3182] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:52 2026] DELETE /v2.0/networks/9e1b5a09-c0d8-4edc-b692-1c7adb83ae9d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3183] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:52 2026] DELETE /v2.0/networks/81fb3fe1-90e7-4dd8-b5d2-f1d9d0aded57 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3184] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:52 2026] DELETE /v2.0/networks/604168a6-bbad-4164-9add-49d7bbde7b32 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3185] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:30:52 2026] DELETE /v2.0/networks/fd0f80e7-8192-4010-b08a-4e764a1eae4a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3186] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:53 2026] GET /v2.0/security-groups?tenant_id=6488c1edaf57498d8a8e74ce1f9af17f&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3187] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:54 2026] DELETE /v2.0/security-groups/e7dbc170-107a-4f68-8959-406cb81dcb4b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3188] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:54 2026] GET /v2.0/security-groups?tenant_id=eef2c2c542b44f5b82bf8bb16bc4c96a&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3189] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:54 2026] DELETE /v2.0/security-groups/34182c5c-17c2-4689-91db-c1ca471efb0d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:54.616 7 INFO neutron.services.segments.plugin [-] Segment b61ae259-281b-43ec-926e-02284f814600 resource provider aggregate not found 2026-06-05 23:30:54.620 7 INFO neutron.services.segments.plugin [-] Segment b61ae259-281b-43ec-926e-02284f814600 resource provider aggregate not found 2026-06-05 23:30:54.633 7 INFO neutron.services.segments.plugin [-] Segment b61ae259-281b-43ec-926e-02284f814600 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61ae259-281b-43ec-926e-02284f814600 found for delete ", "request_id": "req-aa6e53a8-4c87-4094-ac97-7f2fc933ec9b"}]} 2026-06-05 23:30:54.638 7 INFO neutron.services.segments.plugin [-] Segment b61ae259-281b-43ec-926e-02284f814600 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61ae259-281b-43ec-926e-02284f814600 found for delete ", "request_id": "req-eab209ee-7f18-4a38-859d-270aa17a688d"}]} 2026-06-05 23:30:54.657 7 INFO neutron.services.segments.plugin [-] Segment fb61f060-7c49-46e5-a429-14d061f2a387 resource provider aggregate not found 2026-06-05 23:30:54.665 7 INFO neutron.services.segments.plugin [-] Segment fb61f060-7c49-46e5-a429-14d061f2a387 resource provider aggregate not found 2026-06-05 23:30:54.674 7 INFO neutron.services.segments.plugin [-] Segment fb61f060-7c49-46e5-a429-14d061f2a387 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb61f060-7c49-46e5-a429-14d061f2a387 found for delete ", "request_id": "req-a0cb5b8c-560d-485c-a535-d8fa45e2ce5f"}]} 2026-06-05 23:30:54.680 7 INFO neutron.services.segments.plugin [-] Segment fb61f060-7c49-46e5-a429-14d061f2a387 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb61f060-7c49-46e5-a429-14d061f2a387 found for delete ", "request_id": "req-943059e6-d838-4bda-8651-c6eb7170dbd3"}]} 2026-06-05 23:30:54.690 8 INFO neutron.services.segments.plugin [-] Segment ab712436-707f-4879-9d79-46622a96360e resource provider aggregate not found 2026-06-05 23:30:54.690 8 INFO neutron.services.segments.plugin [-] Segment ab712436-707f-4879-9d79-46622a96360e resource provider aggregate not found 2026-06-05 23:30:54.718 8 INFO neutron.services.segments.plugin [-] Segment ab712436-707f-4879-9d79-46622a96360e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab712436-707f-4879-9d79-46622a96360e found for delete ", "request_id": "req-b0084ae0-586f-4200-9715-6666d3c96378"}]} 2026-06-05 23:30:54.723 8 INFO neutron.services.segments.plugin [-] Segment ab712436-707f-4879-9d79-46622a96360e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab712436-707f-4879-9d79-46622a96360e found for delete ", "request_id": "req-89dde0d4-05a0-436f-984b-619452064f5b"}]} [pid: 8|app: 0|req: 1549/3190] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:30:54 2026] GET /v2.0/security-groups?tenant_id=bde9cdd11ab34d3aac635945ade77e42&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3191] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:30:54 2026] DELETE /v2.0/security-groups/84bf750a-e6f7-45be-8fae-4e24921b211e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:30:59.469 8 INFO neutron.db.segments_db [None req-dcbd2b4a-2207-4fec-a604-58c1b00deaa9 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] Added segment 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 of type vxlan for network e7fda3b7-df62-4f5f-ba49-d403c6c9bf7d [pid: 8|app: 0|req: 1551/3194] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:59 2026] POST /v2.0/networks => generated 632 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3195] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:30:59 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:30:59.898 8 INFO neutron.db.segments_db [None req-4edf2d44-8ae2-4ded-816c-4b72657ae0b4 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] Added segment 2175981a-bf5c-434a-96f0-ee098bab7208 of type vxlan for network 99926f59-c754-4a29-95d2-48774edbb625 [pid: 8|app: 0|req: 1552/3196] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:30:59 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3197] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:31:00 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:31:00.303 8 INFO neutron.db.segments_db [None req-d3a2217a-00fe-4070-91f2-05ed8aa2c8ed 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] Added segment c87b0e67-abbf-432e-8e35-8328b8bfc65c of type vxlan for network 187a0143-9de7-439a-b855-eba335a3c05f [pid: 8|app: 0|req: 1553/3198] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:31:00 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: 7|app: 0|req: 1646/3199] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:31:00 2026] POST /v2.0/subnets => generated 629 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:31:00.717 8 INFO neutron.db.segments_db [None req-f0497d07-c532-48e2-a23c-2a6724feb06b 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] Added segment a4ac7f6b-03bf-47e6-8277-2c200c318e11 of type vxlan for network b3f7d2b9-3937-4497-b1a8-c594b8b0c885 [pid: 8|app: 0|req: 1554/3200] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:31:00 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3201] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:31:00 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-05 23:31:01.173 8 INFO neutron.db.segments_db [None req-50bb58c3-a6d8-4bc3-90e7-e15b3c70959a 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] Added segment 132ce937-cc9e-4894-a3be-5f9f94b744a4 of type vxlan for network 4272573a-3c21-40b3-b62a-52b9c672e2e8 [pid: 8|app: 0|req: 1555/3202] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:31:01 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3203] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:31:01 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3204] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:31:01 2026] PUT /v2.0/subnets/565b5cba-584a-40a7-9a9b-93bcbfa8f53d/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3205] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:31:01 2026] PUT /v2.0/subnets/f3e14ba1-f524-49bf-bce5-817a527e3c72/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3206] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:31:01 2026] PUT /v2.0/subnets/d27c11ae-a0f4-427c-9ae8-fa8d6b7c0d37/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3207] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:31:01 2026] PUT /v2.0/subnets/8a9fcd55-20ed-44b2-8533-81c3fd239a3c/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3208] 10.0.0.110 () {32 vars in 664 bytes} [Fri Jun 5 23:31:01 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3209] 10.0.0.110 () {32 vars in 678 bytes} [Fri Jun 5 23:31:01 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3210] 10.0.0.110 () {32 vars in 674 bytes} [Fri Jun 5 23:31:01 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3211] 10.0.0.110 () {32 vars in 686 bytes} [Fri Jun 5 23:31:01 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3212] 10.0.0.110 () {32 vars in 672 bytes} [Fri Jun 5 23:31:02 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3213] 10.0.0.110 () {32 vars in 686 bytes} [Fri Jun 5 23:31:02 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3214] 10.0.0.110 () {32 vars in 682 bytes} [Fri Jun 5 23:31:02 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3215] 10.0.0.110 () {32 vars in 694 bytes} [Fri Jun 5 23:31:02 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3216] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:31:02 2026] DELETE /v2.0/subnets/565b5cba-584a-40a7-9a9b-93bcbfa8f53d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3217] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:31:02 2026] DELETE /v2.0/subnets/f3e14ba1-f524-49bf-bce5-817a527e3c72 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3218] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:31:02 2026] DELETE /v2.0/subnets/d27c11ae-a0f4-427c-9ae8-fa8d6b7c0d37 => 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: 1656/3219] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:31:02 2026] DELETE /v2.0/subnets/8a9fcd55-20ed-44b2-8533-81c3fd239a3c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3220] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:31:02 2026] DELETE /v2.0/subnets/dab9cdfe-b13b-4e21-9ab5-720bfa2bb88f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:31:03.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3d496cd-2d41-49fa-9f7e-3534287ed904 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] TaaS: Handle Delete Port: 0b5616b9-256a-487b-a573-b65c4b1dba67 2026-06-05 23:31:03.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d496cd-2d41-49fa-9f7e-3534287ed904 029056bccd024aaa8f3e19de0ba5c502 314847f9253446d2904b00578a275d5c - - default default] Tap Mirror: Handle Delete Port: 0b5616b9-256a-487b-a573-b65c4b1dba67 2026-06-05 23:31:03.273 7 INFO neutron.services.segments.plugin [-] Segment 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 resource provider aggregate not found 2026-06-05 23:31:03.276 7 INFO neutron.services.segments.plugin [-] Segment 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 resource provider aggregate not found 2026-06-05 23:31:03.293 7 INFO neutron.services.segments.plugin [-] Segment 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 found for delete ", "request_id": "req-cfee7382-9378-4e55-bc21-8f76a71d81f1"}]} 2026-06-05 23:31:03.296 7 INFO neutron.services.segments.plugin [-] Segment 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99fc564d-2a1c-4edc-a995-d1c50f4e5b67 found for delete ", "request_id": "req-43100757-ccc6-4e61-913a-552b226a25c4"}]} [pid: 7|app: 0|req: 1657/3221] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:02 2026] DELETE /v2.0/networks/e7fda3b7-df62-4f5f-ba49-d403c6c9bf7d => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:31:03.435 8 INFO neutron.services.segments.plugin [-] Segment 2175981a-bf5c-434a-96f0-ee098bab7208 resource provider aggregate not found 2026-06-05 23:31:03.438 8 INFO neutron.services.segments.plugin [-] Segment 2175981a-bf5c-434a-96f0-ee098bab7208 resource provider aggregate not found 2026-06-05 23:31:03.460 8 INFO neutron.services.segments.plugin [-] Segment 2175981a-bf5c-434a-96f0-ee098bab7208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2175981a-bf5c-434a-96f0-ee098bab7208 found for delete ", "request_id": "req-fa487de0-1746-412f-b06e-b12f517f0433"}]} 2026-06-05 23:31:03.461 8 INFO neutron.services.segments.plugin [-] Segment 2175981a-bf5c-434a-96f0-ee098bab7208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2175981a-bf5c-434a-96f0-ee098bab7208 found for delete ", "request_id": "req-7a7c5bf7-98c2-4f9f-a00a-fe8117971dcd"}]} [pid: 8|app: 0|req: 1565/3222] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:03 2026] DELETE /v2.0/networks/99926f59-c754-4a29-95d2-48774edbb625 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3223] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:03 2026] DELETE /v2.0/networks/187a0143-9de7-439a-b855-eba335a3c05f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3224] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:03 2026] DELETE /v2.0/networks/b3f7d2b9-3937-4497-b1a8-c594b8b0c885 => 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: 1659/3225] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:03 2026] DELETE /v2.0/networks/4272573a-3c21-40b3-b62a-52b9c672e2e8 => 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: 1567/3226] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:04 2026] GET /v2.0/security-groups?tenant_id=f6b3d006a19c4d9b89d603a138622419&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3227] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:04 2026] DELETE /v2.0/security-groups/65290a16-893e-41f4-8a1c-cb932c6382d3 => 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: 1568/3228] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:05 2026] GET /v2.0/security-groups?tenant_id=314847f9253446d2904b00578a275d5c&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3229] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:05 2026] DELETE /v2.0/security-groups/09d7b6fd-d367-4458-a39b-94471f56432d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:31:05.311 7 INFO neutron.services.segments.plugin [-] Segment c87b0e67-abbf-432e-8e35-8328b8bfc65c resource provider aggregate not found 2026-06-05 23:31:05.316 7 INFO neutron.services.segments.plugin [-] Segment c87b0e67-abbf-432e-8e35-8328b8bfc65c resource provider aggregate not found 2026-06-05 23:31:05.329 7 INFO neutron.services.segments.plugin [-] Segment c87b0e67-abbf-432e-8e35-8328b8bfc65c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87b0e67-abbf-432e-8e35-8328b8bfc65c found for delete ", "request_id": "req-86a1a6f3-1057-4699-8202-2093079045c9"}]} 2026-06-05 23:31:05.332 7 INFO neutron.services.segments.plugin [-] Segment c87b0e67-abbf-432e-8e35-8328b8bfc65c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87b0e67-abbf-432e-8e35-8328b8bfc65c found for delete ", "request_id": "req-44370c3f-0556-41ae-93a7-fbbfdbd0549e"}]} 2026-06-05 23:31:05.349 7 INFO neutron.services.segments.plugin [-] Segment 132ce937-cc9e-4894-a3be-5f9f94b744a4 resource provider aggregate not found 2026-06-05 23:31:05.353 7 INFO neutron.services.segments.plugin [-] Segment 132ce937-cc9e-4894-a3be-5f9f94b744a4 resource provider aggregate not found 2026-06-05 23:31:05.366 7 INFO neutron.services.segments.plugin [-] Segment 132ce937-cc9e-4894-a3be-5f9f94b744a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 132ce937-cc9e-4894-a3be-5f9f94b744a4 found for delete ", "request_id": "req-b3524d6a-46ae-48c3-a558-8fa9d043e103"}]} 2026-06-05 23:31:05.369 7 INFO neutron.services.segments.plugin [-] Segment 132ce937-cc9e-4894-a3be-5f9f94b744a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 132ce937-cc9e-4894-a3be-5f9f94b744a4 found for delete ", "request_id": "req-44203867-042a-43f0-b943-e580b042f44b"}]} 2026-06-05 23:31:05.486 8 INFO neutron.services.segments.plugin [-] Segment a4ac7f6b-03bf-47e6-8277-2c200c318e11 resource provider aggregate not found 2026-06-05 23:31:05.490 8 INFO neutron.services.segments.plugin [-] Segment a4ac7f6b-03bf-47e6-8277-2c200c318e11 resource provider aggregate not found 2026-06-05 23:31:05.502 8 INFO neutron.services.segments.plugin [-] Segment a4ac7f6b-03bf-47e6-8277-2c200c318e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ac7f6b-03bf-47e6-8277-2c200c318e11 found for delete ", "request_id": "req-f3c35f9c-50b9-4385-b813-202dc996ab3d"}]} 2026-06-05 23:31:05.505 8 INFO neutron.services.segments.plugin [-] Segment a4ac7f6b-03bf-47e6-8277-2c200c318e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ac7f6b-03bf-47e6-8277-2c200c318e11 found for delete ", "request_id": "req-52eb624d-2ead-4a73-8de4-afdea61621bd"}]} [pid: 8|app: 0|req: 1569/3230] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:05 2026] GET /v2.0/security-groups?tenant_id=e2d071dafa994750b7382eb8ec461177&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3231] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:05 2026] DELETE /v2.0/security-groups/ac6d9dbb-4322-46f5-9a98-99ab64f15fb1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:31:09.098 8 INFO neutron.db.segments_db [None req-0e83167e-7cfb-4eff-930d-c11d1ce3941c 227529ef6812439bbe10ef4680ca225e 899e437d469948c5bc4c4e1e35816069 - - default default] Added segment 7a137d8d-3fa8-4376-95b1-6ea18be285aa of type vxlan for network adb686bd-114c-4484-80ad-ebe28212003b [pid: 8|app: 0|req: 1570/3232] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:31:08 2026] POST /v2.0/networks => generated 631 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3233] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:31:09 2026] PUT /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3234] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3235] 10.0.0.110 () {34 vars in 764 bytes} [Fri Jun 5 23:31:09 2026] PUT /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3236] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3237] 10.0.0.110 () {34 vars in 760 bytes} [Fri Jun 5 23:31:09 2026] PUT /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3238] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3239] 10.0.0.110 () {34 vars in 782 bytes} [Fri Jun 5 23:31:09 2026] PUT /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3240] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3241] 10.0.0.110 () {34 vars in 753 bytes} [Fri Jun 5 23:31:09 2026] PUT /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3242] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/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: 1668/3243] 10.0.0.110 () {32 vars in 741 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:31:09.901 8 INFO neutron.api.v2.resource [None req-d04c6f7c-8698-4a5e-abb4-f662561a9d5d 227529ef6812439bbe10ef4680ca225e 899e437d469948c5bc4c4e1e35816069 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3244] 10.0.0.110 () {32 vars in 745 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/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: 1669/3245] 10.0.0.110 () {32 vars in 744 bytes} [Fri Jun 5 23:31:09 2026] DELETE /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags/red => 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: 1577/3246] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:09 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:31:10.068 7 INFO neutron.api.v2.resource [None req-0d013285-7427-4d8e-b08c-8da3ebbf6b57 227529ef6812439bbe10ef4680ca225e 899e437d469948c5bc4c4e1e35816069 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3247] 10.0.0.110 () {32 vars in 748 bytes} [Fri Jun 5 23:31:10 2026] DELETE /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/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: 1578/3248] 10.0.0.110 () {32 vars in 736 bytes} [Fri Jun 5 23:31:10 2026] DELETE /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3249] 10.0.0.110 () {32 vars in 733 bytes} [Fri Jun 5 23:31:10 2026] GET /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:31:10.315 8 INFO neutron.services.segments.plugin [-] Segment 7a137d8d-3fa8-4376-95b1-6ea18be285aa resource provider aggregate not found 2026-06-05 23:31:10.319 8 INFO neutron.services.segments.plugin [-] Segment 7a137d8d-3fa8-4376-95b1-6ea18be285aa resource provider aggregate not found 2026-06-05 23:31:10.341 8 INFO neutron.services.segments.plugin [-] Segment 7a137d8d-3fa8-4376-95b1-6ea18be285aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a137d8d-3fa8-4376-95b1-6ea18be285aa found for delete ", "request_id": "req-ce9e2293-2755-4617-8e46-4009666bc8a9"}]} 2026-06-05 23:31:10.342 8 INFO neutron.services.segments.plugin [-] Segment 7a137d8d-3fa8-4376-95b1-6ea18be285aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a137d8d-3fa8-4376-95b1-6ea18be285aa found for delete ", "request_id": "req-8276e230-e0e1-4b57-94b5-2db8f9467418"}]} [pid: 8|app: 0|req: 1579/3250] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:10 2026] DELETE /v2.0/networks/adb686bd-114c-4484-80ad-ebe28212003b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3251] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:11 2026] GET /v2.0/security-groups?tenant_id=899e437d469948c5bc4c4e1e35816069&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3252] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:11 2026] DELETE /v2.0/security-groups/51942efb-eb3b-4419-a85d-82b30147023e => 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: 1673/3253] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:11 2026] GET /v2.0/security-groups?tenant_id=2b854feff2ea4372b0c798e1d4af00fd&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3254] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:11 2026] DELETE /v2.0/security-groups/29b405e4-37e3-439d-942d-0f14775ebc69 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:31:15.065 8 INFO neutron.db.segments_db [None req-a280d02f-e303-4db9-b536-8563b8160f4a aad4764fc5bd472199af5d5ede203100 97ca8f40507c48e99a9a4013bb5417a8 - - default default] Added segment 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 of type vxlan for network 19d5524a-fdaa-4071-8dea-de19d3cec9de [pid: 8|app: 0|req: 1583/3257] 10.0.0.110 () {34 vars in 670 bytes} [Fri Jun 5 23:31:14 2026] POST /v2.0/networks => generated 632 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3258] 10.0.0.110 () {34 vars in 669 bytes} [Fri Jun 5 23:31:15 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3259] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:31:15 2026] PUT /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3260] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:15 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3261] 10.0.0.110 () {34 vars in 762 bytes} [Fri Jun 5 23:31:15 2026] PUT /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3262] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:15 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3263] 10.0.0.110 () {34 vars in 758 bytes} [Fri Jun 5 23:31:15 2026] PUT /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3264] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:15 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/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: 1587/3265] 10.0.0.110 () {34 vars in 780 bytes} [Fri Jun 5 23:31:15 2026] PUT /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3266] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:15 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3267] 10.0.0.110 () {34 vars in 751 bytes} [Fri Jun 5 23:31:15 2026] PUT /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3268] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:15 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3269] 10.0.0.110 () {32 vars in 739 bytes} [Fri Jun 5 23:31:15 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-05 23:31:16.068 7 INFO neutron.api.v2.resource [None req-1b130937-7fc7-40b8-90f2-8724cf3c9a54 aad4764fc5bd472199af5d5ede203100 97ca8f40507c48e99a9a4013bb5417a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3270] 10.0.0.110 () {32 vars in 743 bytes} [Fri Jun 5 23:31:16 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3271] 10.0.0.110 () {32 vars in 742 bytes} [Fri Jun 5 23:31:16 2026] DELETE /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/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: 1682/3272] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:16 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-05 23:31:16.213 8 INFO neutron.api.v2.resource [None req-29fe1690-344a-44c5-9da1-deac27370fc5 aad4764fc5bd472199af5d5ede203100 97ca8f40507c48e99a9a4013bb5417a8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3273] 10.0.0.110 () {32 vars in 746 bytes} [Fri Jun 5 23:31:16 2026] DELETE /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3274] 10.0.0.110 () {32 vars in 734 bytes} [Fri Jun 5 23:31:16 2026] DELETE /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3275] 10.0.0.110 () {32 vars in 731 bytes} [Fri Jun 5 23:31:16 2026] GET /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e/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: 1684/3276] 10.0.0.110 () {32 vars in 724 bytes} [Fri Jun 5 23:31:16 2026] DELETE /v2.0/subnets/21132ea6-7ba7-41ca-b892-5770b3eef02e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:31:16.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-f402dd5e-b4a2-4f0a-bf1f-16a099c415ca aad4764fc5bd472199af5d5ede203100 97ca8f40507c48e99a9a4013bb5417a8 - - default default] TaaS: Handle Delete Port: cb0bd981-67a5-4ac5-8b3b-b485b43ed0b8 2026-06-05 23:31:16.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f402dd5e-b4a2-4f0a-bf1f-16a099c415ca aad4764fc5bd472199af5d5ede203100 97ca8f40507c48e99a9a4013bb5417a8 - - default default] Tap Mirror: Handle Delete Port: cb0bd981-67a5-4ac5-8b3b-b485b43ed0b8 2026-06-05 23:31:16.745 8 INFO neutron.services.segments.plugin [-] Segment 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 resource provider aggregate not found 2026-06-05 23:31:16.749 8 INFO neutron.services.segments.plugin [-] Segment 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 resource provider aggregate not found 2026-06-05 23:31:16.764 8 INFO neutron.services.segments.plugin [-] Segment 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 found for delete ", "request_id": "req-6ca42122-cf7b-426c-8e31-bd9c9304d3c6"}]} [pid: 8|app: 0|req: 1593/3277] 10.0.0.110 () {32 vars in 726 bytes} [Fri Jun 5 23:31:16 2026] DELETE /v2.0/networks/19d5524a-fdaa-4071-8dea-de19d3cec9de => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-05 23:31:16.770 8 INFO neutron.services.segments.plugin [-] Segment 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 998a2264-938b-4f8a-ae88-34cdbe1a2ca4 found for delete ", "request_id": "req-112eab56-bc3e-44ed-8e73-b7aea9595c41"}]} [pid: 7|app: 0|req: 1685/3278] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:17 2026] GET /v2.0/security-groups?tenant_id=dfb4aaae771b4ad89ac0552ae188a355&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3279] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:17 2026] DELETE /v2.0/security-groups/5454f709-5565-4cf2-b222-0d1673e1873a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3280] 10.0.0.110 () {32 vars in 774 bytes} [Fri Jun 5 23:31:17 2026] GET /v2.0/security-groups?tenant_id=97ca8f40507c48e99a9a4013bb5417a8&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: 1595/3281] 10.0.0.110 () {32 vars in 740 bytes} [Fri Jun 5 23:31:17 2026] DELETE /v2.0/security-groups/21d80775-aab9-4c77-8f77-6df31e345fa2 => 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: 1687/3282] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:31:20 2026] GET /v2.0/networks => generated 2168 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3283] 10.0.0.110 () {32 vars in 655 bytes} [Fri Jun 5 23:31:21 2026] GET /v2.0/floatingips => 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: 1688/3284] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:31:21 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3285] 10.0.0.110 () {32 vars in 643 bytes} [Fri Jun 5 23:31:21 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3286] 10.0.0.110 () {32 vars in 647 bytes} [Fri Jun 5 23:31:21 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: 8|app: 0|req: 1598/3287] 10.0.0.110 () {32 vars in 649 bytes} [Fri Jun 5 23:31:21 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: 7|app: 0|req: 1690/3288] 10.0.0.110 () {32 vars in 663 bytes} [Fri Jun 5 23:31:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3289] 10.0.0.110 () {32 vars in 655 bytes} [Fri Jun 5 23:31:21 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)