+ 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 [Wed Jun 24 18:36:00 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7d49fc6d55-tj5x8 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f83bdf2d668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-24 18:36:04.938 7 INFO neutron.common.config [-] Logging enabled! 2026-06-24 18:36:04.938 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-24 18:36:05.024 8 INFO neutron.common.config [-] Logging enabled! 2026-06-24 18:36:05.024 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-24 18:36:05.993 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-24 18:36:06.047 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-24 18:36:07.517 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 18:36:07.519 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-24 18:36:07.523 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-24 18:36:07.524 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 18:36:07.524 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-24 18:36:07.525 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-24 18:36:07.525 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 18:36:07.532 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 18:36:07.532 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 18:36:07.532 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 18:36:07.555 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-24 18:36:07.556 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 18:36:07.556 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-24 18:36:07.585 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-24 18:36:07.586 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-24 18:36:07.586 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-24 18:36:07.586 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-24 18:36:07.635 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 18:36:07.638 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-24 18:36:07.641 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-24 18:36:07.642 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-24 18:36:07.643 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-24 18:36:07.643 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-24 18:36:07.643 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 18:36:07.651 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 18:36:07.651 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-24 18:36:07.651 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 18:36:07.674 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-24 18:36:07.675 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-24 18:36:07.675 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-24 18:36:07.702 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-24 18:36:07.703 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-24 18:36:07.703 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-24 18:36:07.703 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-24 18:36:07.894 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing driver for type 'vlan' 2026-06-24 18:36:08.004 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing driver for type 'vlan' 2026-06-24 18:36:08.180 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] VlanTypeDriver initialization complete 2026-06-24 18:36:08.180 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing driver for type 'vxlan' 2026-06-24 18:36:08.180 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing extension driver 'port_security' 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.extensions.port_security [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing extension driver 'qos' 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-24 18:36:08.193 7 INFO neutron.plugins.ml2.managers [None req-463829c7-cc0e-49ad-b22b-9c1c13defab9 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-24 18:36:08.208 7 INFO neutron.quota [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded quota_driver: . 2026-06-24 18:36:08.208 7 INFO neutron.plugins.ml2.plugin [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Modular L2 Plugin initialization complete 2026-06-24 18:36:08.209 7 INFO neutron.plugins.ml2.managers [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-24 18:36:08.209 7 INFO neutron.plugins.ml2.managers [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-24 18:36:08.209 7 INFO neutron.plugins.ml2.managers [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-24 18:36:08.209 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: qos 2026-06-24 18:36:08.222 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: router 2026-06-24 18:36:08.268 7 INFO neutron.services.service_base [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-24 18:36:08.268 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: segments 2026-06-24 18:36:08.269 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] VlanTypeDriver initialization complete 2026-06-24 18:36:08.269 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing driver for type 'vxlan' 2026-06-24 18:36:08.269 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-24 18:36:08.283 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-24 18:36:08.283 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-24 18:36:08.284 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing extension driver 'port_security' 2026-06-24 18:36:08.284 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-24 18:36:08.284 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing extension driver 'qos' 2026-06-24 18:36:08.284 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-24 18:36:08.284 8 INFO neutron.plugins.ml2.managers [None req-8f27c7a2-f47b-4e57-944e-1838480b6596 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-24 18:36:08.298 8 INFO neutron.quota [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded quota_driver: . 2026-06-24 18:36:08.299 8 INFO neutron.plugins.ml2.plugin [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Modular L2 Plugin initialization complete 2026-06-24 18:36:08.299 8 INFO neutron.plugins.ml2.managers [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-24 18:36:08.299 8 INFO neutron.plugins.ml2.managers [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-24 18:36:08.299 8 INFO neutron.plugins.ml2.managers [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-24 18:36:08.299 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: qos 2026-06-24 18:36:08.312 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: router 2026-06-24 18:36:08.360 8 INFO neutron.services.service_base [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-24 18:36:08.360 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: segments 2026-06-24 18:36:08.366 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: trunk 2026-06-24 18:36:08.380 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: vpnaas 2026-06-24 18:36:08.420 7 WARNING stevedore.named [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 18:36:08.465 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: trunk 2026-06-24 18:36:08.480 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: vpnaas 2026-06-24 18:36:08.484 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-24 18:36:08.484 7 INFO neutron.common.utils [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-24 18:36:08.484 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: taas 2026-06-24 18:36:08.512 7 WARNING stevedore.named [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 18:36:08.512 7 WARNING stevedore.named [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 18:36:08.522 8 WARNING stevedore.named [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 18:36:08.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-24 18:36:08.539 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: tapmirror 2026-06-24 18:36:08.555 7 WARNING stevedore.named [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 18:36:08.555 7 WARNING stevedore.named [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 18:36:08.574 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-24 18:36:08.575 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: auto_allocate 2026-06-24 18:36:08.584 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: tag 2026-06-24 18:36:08.591 8 INFO neutron_vpnaas.services.vpn.plugin [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-24 18:36:08.592 8 INFO neutron.common.utils [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-24 18:36:08.593 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: taas 2026-06-24 18:36:08.595 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: timestamp 2026-06-24 18:36:08.599 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: network_ip_availability 2026-06-24 18:36:08.603 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: flavors 2026-06-24 18:36:08.606 7 INFO neutron.manager [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loading Plugin: revisions 2026-06-24 18:36:08.610 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Initializing extension manager. 2026-06-24 18:36:08.611 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: address-group 2026-06-24 18:36:08.612 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: address-scope 2026-06-24 18:36:08.612 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-24 18:36:08.613 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: agent 2026-06-24 18:36:08.614 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: agent-resources-synced 2026-06-24 18:36:08.615 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-24 18:36:08.616 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-24 18:36:08.616 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: availability_zone 2026-06-24 18:36:08.617 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: availability_zone_filter 2026-06-24 18:36:08.618 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-24 18:36:08.619 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: default-subnetpools 2026-06-24 18:36:08.621 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-24 18:36:08.621 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: dns-integration 2026-06-24 18:36:08.622 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: dns-domain-ports 2026-06-24 18:36:08.623 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-24 18:36:08.623 8 WARNING stevedore.named [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 18:36:08.624 8 WARNING stevedore.named [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 18:36:08.624 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: dvr 2026-06-24 18:36:08.624 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-24 18:36:08.625 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: empty-string-filtering 2026-06-24 18:36:08.625 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 18:36:08.626 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-24 18:36:08.627 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: external-net 2026-06-24 18:36:08.627 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-24 18:36:08.628 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: extraroute 2026-06-24 18:36:08.629 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: extraroute-atomic 2026-06-24 18:36:08.630 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-24 18:36:08.630 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-24 18:36:08.631 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-24 18:36:08.631 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-24 18:36:08.632 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: fip-port-details 2026-06-24 18:36:08.633 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: flavors 2026-06-24 18:36:08.634 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-24 18:36:08.635 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: floatingip-pools 2026-06-24 18:36:08.636 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: ip_allocation 2026-06-24 18:36:08.636 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-24 18:36:08.637 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: l2_adjacency 2026-06-24 18:36:08.638 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: router 2026-06-24 18:36:08.641 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 18:36:08.642 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-24 18:36:08.642 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-24 18:36:08.643 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: ext-gw-mode 2026-06-24 18:36:08.644 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: l3-ha 2026-06-24 18:36:08.644 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-24 18:36:08.645 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-24 18:36:08.645 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: l3-flavors 2026-06-24 18:36:08.646 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-24 18:36:08.647 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-24 18:36:08.649 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-24 18:36:08.651 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-24 18:36:08.652 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-24 18:36:08.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-24 18:36:08.652 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: tapmirror 2026-06-24 18:36:08.653 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-24 18:36:08.654 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-24 18:36:08.655 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: multi-provider 2026-06-24 18:36:08.656 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: net-mtu 2026-06-24 18:36:08.656 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: net-mtu-writable 2026-06-24 18:36:08.657 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: network_availability_zone 2026-06-24 18:36:08.658 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: network_ha 2026-06-24 18:36:08.658 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: network-ip-availability 2026-06-24 18:36:08.660 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-24 18:36:08.661 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: pagination 2026-06-24 18:36:08.662 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-device-profile 2026-06-24 18:36:08.662 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-24 18:36:08.663 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-24 18:36:08.664 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-24 18:36:08.664 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-mac-override 2026-06-24 18:36:08.665 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-24 18:36:08.665 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-24 18:36:08.666 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-24 18:36:08.667 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-resource-request 2026-06-24 18:36:08.668 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-24 18:36:08.668 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-24 18:36:08.669 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: binding 2026-06-24 18:36:08.669 8 WARNING stevedore.named [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-24 18:36:08.670 8 WARNING stevedore.named [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-24 18:36:08.670 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: binding-extended 2026-06-24 18:36:08.671 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-security 2026-06-24 18:36:08.672 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: project-id 2026-06-24 18:36:08.672 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: provider 2026-06-24 18:36:08.673 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-24 18:36:08.676 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos 2026-06-24 18:36:08.679 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-24 18:36:08.679 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-24 18:36:08.680 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-default 2026-06-24 18:36:08.680 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-fip 2026-06-24 18:36:08.681 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-24 18:36:08.681 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-24 18:36:08.682 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-24 18:36:08.682 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-24 18:36:08.684 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-24 18:36:08.685 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-pps 2026-06-24 18:36:08.686 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-24 18:36:08.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-24 18:36:08.686 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: auto_allocate 2026-06-24 18:36:08.687 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-24 18:36:08.688 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: qos-rules-alias 2026-06-24 18:36:08.688 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: quota-check-limit 2026-06-24 18:36:08.689 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-24 18:36:08.692 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: quotas 2026-06-24 18:36:08.694 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: quota_details 2026-06-24 18:36:08.696 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: rbac-policies 2026-06-24 18:36:08.697 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: rbac-address-group 2026-06-24 18:36:08.698 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: rbac-address-scope 2026-06-24 18:36:08.701 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: rbac-security-groups 2026-06-24 18:36:08.702 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-24 18:36:08.702 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: tag 2026-06-24 18:36:08.702 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: revision-if-match 2026-06-24 18:36:08.704 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-24 18:36:08.704 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: router_availability_zone 2026-06-24 18:36:08.705 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-24 18:36:08.708 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-24 18:36:08.709 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-24 18:36:08.709 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-24 18:36:08.710 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-24 18:36:08.710 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-24 18:36:08.711 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-24 18:36:08.713 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: timestamp 2026-06-24 18:36:08.716 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: network_ip_availability 2026-06-24 18:36:08.719 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: security-group 2026-06-24 18:36:08.721 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: segment 2026-06-24 18:36:08.722 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: flavors 2026-06-24 18:36:08.722 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-24 18:36:08.723 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: service-type 2026-06-24 18:36:08.723 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: sorting 2026-06-24 18:36:08.724 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: standard-attr-segment 2026-06-24 18:36:08.725 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: standard-attr-description 2026-06-24 18:36:08.725 8 INFO neutron.manager [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loading Plugin: revisions 2026-06-24 18:36:08.726 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: stateful-security-group 2026-06-24 18:36:08.726 7 WARNING neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-24 18:36:08.727 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-24 18:36:08.728 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: subnet-external-network 2026-06-24 18:36:08.728 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: subnet_onboard 2026-06-24 18:36:08.729 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Initializing extension manager. 2026-06-24 18:36:08.729 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-24 18:36:08.730 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: subnet-service-types 2026-06-24 18:36:08.730 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: address-group 2026-06-24 18:36:08.731 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: address-scope 2026-06-24 18:36:08.732 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-24 18:36:08.733 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: subnet_allocation 2026-06-24 18:36:08.733 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: agent 2026-06-24 18:36:08.733 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: agent-resources-synced 2026-06-24 18:36:08.734 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-24 18:36:08.734 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: tag-creation 2026-06-24 18:36:08.735 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-24 18:36:08.735 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-24 18:36:08.735 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-24 18:36:08.736 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: availability_zone 2026-06-24 18:36:08.737 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: availability_zone_filter 2026-06-24 18:36:08.738 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-24 18:36:08.738 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: default-subnetpools 2026-06-24 18:36:08.740 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-24 18:36:08.740 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: dns-integration 2026-06-24 18:36:08.740 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: standard-attr-tag 2026-06-24 18:36:08.741 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: dns-domain-ports 2026-06-24 18:36:08.741 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-24 18:36:08.741 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-24 18:36:08.741 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: trunk 2026-06-24 18:36:08.742 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: dvr 2026-06-24 18:36:08.742 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: trunk-details 2026-06-24 18:36:08.742 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-24 18:36:08.742 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-24 18:36:08.743 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: empty-string-filtering 2026-06-24 18:36:08.743 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-24 18:36:08.743 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 18:36:08.744 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-24 18:36:08.744 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-24 18:36:08.744 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: external-net 2026-06-24 18:36:08.744 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-24 18:36:08.745 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-24 18:36:08.745 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: extraroute 2026-06-24 18:36:08.746 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: extraroute-atomic 2026-06-24 18:36:08.746 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-24 18:36:08.746 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-24 18:36:08.747 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-24 18:36:08.747 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-24 18:36:08.748 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-24 18:36:08.748 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-24 18:36:08.748 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: vpn-flavors 2026-06-24 18:36:08.748 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: fip-port-details 2026-06-24 18:36:08.749 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: flavors 2026-06-24 18:36:08.750 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: vpnaas 2026-06-24 18:36:08.751 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-24 18:36:08.751 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: floatingip-pools 2026-06-24 18:36:08.751 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: taas 2026-06-24 18:36:08.752 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: ip_allocation 2026-06-24 18:36:08.752 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-24 18:36:08.752 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: tap-mirror 2026-06-24 18:36:08.753 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: l2_adjacency 2026-06-24 18:36:08.753 7 INFO neutron.api.extensions [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-24 18:36:08.754 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: router 2026-06-24 18:36:08.755 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-24 18:36:08.755 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-24 18:36:08.755 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-24 18:36:08.756 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.756 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-24 18:36:08.756 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-24 18:36:08.757 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-24 18:36:08.757 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: ext-gw-mode 2026-06-24 18:36:08.758 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: l3-ha 2026-06-24 18:36:08.758 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-24 18:36:08.759 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-24 18:36:08.759 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 18:36:08.759 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: l3-flavors 2026-06-24 18:36:08.759 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 18:36:08.760 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-24 18:36:08.760 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-24 18:36:08.763 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-24 18:36:08.764 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-24 18:36:08.764 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 18:36:08.765 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 18:36:08.765 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-24 18:36:08.765 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 18:36:08.766 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-24 18:36:08.766 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.766 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.766 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.767 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-24 18:36:08.767 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.767 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: multi-provider 2026-06-24 18:36:08.767 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 18:36:08.767 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.767 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: net-mtu 2026-06-24 18:36:08.768 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.768 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: net-mtu-writable 2026-06-24 18:36:08.768 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 18:36:08.769 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: network_availability_zone 2026-06-24 18:36:08.769 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 18:36:08.769 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 18:36:08.769 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.770 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: network_ha 2026-06-24 18:36:08.770 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: network-ip-availability 2026-06-24 18:36:08.771 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ipsecpolicy is already registered 2026-06-24 18:36:08.771 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.771 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ikepolicy is already registered 2026-06-24 18:36:08.771 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-24 18:36:08.772 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: pagination 2026-06-24 18:36:08.772 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-device-profile 2026-06-24 18:36:08.773 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-24 18:36:08.773 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-24 18:36:08.774 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-24 18:36:08.774 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-mac-override 2026-06-24 18:36:08.774 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-24 18:36:08.775 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-24 18:36:08.775 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-24 18:36:08.775 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 18:36:08.776 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] router is already registered 2026-06-24 18:36:08.776 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-resource-request 2026-06-24 18:36:08.776 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 18:36:08.776 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] floatingip is already registered 2026-06-24 18:36:08.776 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-24 18:36:08.777 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-24 18:36:08.777 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: binding 2026-06-24 18:36:08.778 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: binding-extended 2026-06-24 18:36:08.779 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-security 2026-06-24 18:36:08.779 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: project-id 2026-06-24 18:36:08.780 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: provider 2026-06-24 18:36:08.780 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 18:36:08.780 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] rbac_policy is already registered 2026-06-24 18:36:08.780 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-24 18:36:08.780 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 18:36:08.781 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] security_group is already registered 2026-06-24 18:36:08.781 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 18:36:08.781 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] security_group_rule is already registered 2026-06-24 18:36:08.782 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.782 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.782 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos 2026-06-24 18:36:08.782 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.783 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.783 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-24 18:36:08.783 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 18:36:08.783 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-24 18:36:08.783 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] trunk is already registered 2026-06-24 18:36:08.784 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-default 2026-06-24 18:36:08.784 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.784 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ikepolicy is already registered 2026-06-24 18:36:08.784 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-fip 2026-06-24 18:36:08.785 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.785 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ipsecpolicy is already registered 2026-06-24 18:36:08.785 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-24 18:36:08.785 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 18:36:08.785 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] endpoint_group is already registered 2026-06-24 18:36:08.785 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-24 18:36:08.786 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 18:36:08.786 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] vpnservice is already registered 2026-06-24 18:36:08.786 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-24 18:36:08.786 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 18:36:08.786 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ipsec_site_connection is already registered 2026-06-24 18:36:08.786 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-24 18:36:08.787 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.787 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ipsecpolicy is already registered 2026-06-24 18:36:08.787 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-24 18:36:08.787 7 INFO neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.787 7 WARNING neutron.quota.resource_registry [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] ikepolicy is already registered 2026-06-24 18:36:08.788 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-pps 2026-06-24 18:36:08.788 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-24 18:36:08.789 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-24 18:36:08.789 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: qos-rules-alias 2026-06-24 18:36:08.790 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: quota-check-limit 2026-06-24 18:36:08.790 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-24 18:36:08.792 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: quotas 2026-06-24 18:36:08.793 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: quota_details 2026-06-24 18:36:08.795 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: rbac-policies 2026-06-24 18:36:08.795 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: rbac-address-group 2026-06-24 18:36:08.796 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: rbac-address-scope 2026-06-24 18:36:08.796 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: rbac-security-groups 2026-06-24 18:36:08.797 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-24 18:36:08.797 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: revision-if-match 2026-06-24 18:36:08.798 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-24 18:36:08.798 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: router_availability_zone 2026-06-24 18:36:08.799 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-24 18:36:08.801 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-24 18:36:08.801 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-24 18:36:08.802 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-24 18:36:08.802 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-24 18:36:08.803 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-24 18:36:08.803 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-24 18:36:08.808 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: security-group 2026-06-24 18:36:08.810 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: segment 2026-06-24 18:36:08.811 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-24 18:36:08.812 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: service-type 2026-06-24 18:36:08.812 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: sorting 2026-06-24 18:36:08.813 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: standard-attr-segment 2026-06-24 18:36:08.813 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: standard-attr-description 2026-06-24 18:36:08.814 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: stateful-security-group 2026-06-24 18:36:08.815 8 WARNING neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-24 18:36:08.815 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-24 18:36:08.816 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: subnet-external-network 2026-06-24 18:36:08.816 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: subnet_onboard 2026-06-24 18:36:08.817 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-24 18:36:08.817 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: subnet-service-types 2026-06-24 18:36:08.818 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: subnet_allocation 2026-06-24 18:36:08.819 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-24 18:36:08.819 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: tag-creation 2026-06-24 18:36:08.820 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-24 18:36:08.823 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: standard-attr-tag 2026-06-24 18:36:08.824 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-24 18:36:08.825 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: trunk 2026-06-24 18:36:08.825 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: trunk-details 2026-06-24 18:36:08.826 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-24 18:36:08.826 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-24 18:36:08.827 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-24 18:36:08.827 7 WARNING keystonemiddleware._common.config [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-24 18:36:08.827 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-24 18:36:08.830 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-24 18:36:08.831 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-24 18:36:08.832 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: vpn-flavors 2026-06-24 18:36:08.833 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: vpnaas 2026-06-24 18:36:08.834 7 WARNING oslo_config.cfg [None req-c8c039fb-d5ff-4109-bd59-ac739b081c65 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-24 18:36:08.835 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: taas WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f83bdf2d668 pid: 7 (default app) 2026-06-24 18:36:08.836 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: tap-mirror 2026-06-24 18:36:08.837 8 INFO neutron.api.extensions [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-24 18:36:08.839 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-24 18:36:08.839 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-24 18:36:08.839 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.840 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-24 18:36:08.843 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 18:36:08.843 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 18:36:08.848 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 18:36:08.849 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 18:36:08.849 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 18:36:08.851 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.851 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.852 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.852 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.852 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 18:36:08.853 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.853 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.854 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 18:36:08.854 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 18:36:08.854 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 18:36:08.855 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.855 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ipsecpolicy is already registered 2026-06-24 18:36:08.855 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.855 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ikepolicy is already registered 2026-06-24 18:36:08.862 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-24 18:36:08.862 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] router is already registered 2026-06-24 18:36:08.863 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-24 18:36:08.863 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] floatingip is already registered 2026-06-24 18:36:08.867 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-24 18:36:08.868 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] rbac_policy is already registered 2026-06-24 18:36:08.868 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-24 18:36:08.869 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] security_group is already registered 2026-06-24 18:36:08.869 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-24 18:36:08.869 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] security_group_rule is already registered 2026-06-24 18:36:08.870 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.871 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.871 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-24 18:36:08.871 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] subnetpool is already registered 2026-06-24 18:36:08.872 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-24 18:36:08.872 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] trunk is already registered 2026-06-24 18:36:08.873 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.873 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ikepolicy is already registered 2026-06-24 18:36:08.873 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.874 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ipsecpolicy is already registered 2026-06-24 18:36:08.874 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-24 18:36:08.874 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] endpoint_group is already registered 2026-06-24 18:36:08.875 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-24 18:36:08.875 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] vpnservice is already registered 2026-06-24 18:36:08.876 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-24 18:36:08.876 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ipsec_site_connection is already registered 2026-06-24 18:36:08.876 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-24 18:36:08.877 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ipsecpolicy is already registered 2026-06-24 18:36:08.877 8 INFO neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-24 18:36:08.877 8 WARNING neutron.quota.resource_registry [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] ikepolicy is already registered 2026-06-24 18:36:08.918 8 WARNING keystonemiddleware._common.config [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-24 18:36:08.925 8 WARNING oslo_config.cfg [None req-45c531b5-56a5-4dbd-ac2d-04e683c07ab3 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f83bdf2d668 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-24 18:36:13.207 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db2f2a31-a412-4219-a303-91ca4f0ed615 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:12 2026] GET /v2.0/networks/public => generated 108 bytes in 800 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/4] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 18:36:13.976 7 WARNING neutron.services.revisions.revision_plugin [None req-420ba7dd-9f72-47ed-b2e9-57ac060d459c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Could not find related network for resource to bump revision. 2026-06-24 18:36:13.999 7 INFO neutron.db.segments_db [None req-420ba7dd-9f72-47ed-b2e9-57ac060d459c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 03064d2f-6bdc-47eb-a3d5-6f38b91feb8f of type flat for network 7c0ddc84-e9e4-41d3-9595-955bb4b20a5e 2026-06-24 18:36:14.054 7 INFO neutron.pecan_wsgi.hooks.translation [None req-420ba7dd-9f72-47ed-b2e9-57ac060d459c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.19.213.203 () {48 vars in 968 bytes} [Wed Jun 24 18:36:13 2026] POST /v2.0/networks => generated 124 bytes in 474 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 18:36:19.913 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ec36bf3-0f95-4cdd-9d5b-d1817dab3e8c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:19 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:19 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-24 18:36:19.991 7 WARNING neutron.services.revisions.revision_plugin [None req-c4bbdb27-c58f-4d54-bf5a-d9094880e4f3 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Could not find related network for resource to bump revision. 2026-06-24 18:36:20.014 7 INFO neutron.db.segments_db [None req-c4bbdb27-c58f-4d54-bf5a-d9094880e4f3 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 7e0e6b2a-261d-4ce5-864f-04adc61660d7 of type flat for network fffe3a59-2c90-4f2d-b312-60b5e4bd1739 2026-06-24 18:36:20.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4bbdb27-c58f-4d54-bf5a-d9094880e4f3 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.19.213.203 () {48 vars in 968 bytes} [Wed Jun 24 18:36:19 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-24 18:36:26.274 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6dab441e-f318-4dd8-852e-736027a80c9b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:25 2026] GET /v2.0/networks/public => generated 108 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:26 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-24 18:36:26.517 8 WARNING neutron.services.revisions.revision_plugin [None req-3dc6d9b5-6c66-4981-b8fc-02a6e201b302 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Could not find related network for resource to bump revision. 2026-06-24 18:36:26.534 8 INFO neutron.db.segments_db [None req-3dc6d9b5-6c66-4981-b8fc-02a6e201b302 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 04d490e5-a719-45c6-ad8e-cde1694b55e4 of type flat for network 78f61f9d-6973-4c07-9f04-9367ceb2cb1c 2026-06-24 18:36:26.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3dc6d9b5-6c66-4981-b8fc-02a6e201b302 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.19.213.203 () {48 vars in 968 bytes} [Wed Jun 24 18:36:26 2026] POST /v2.0/networks => generated 124 bytes in 282 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 18:36:32.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba3fbec2-b6ab-4e71-874f-77353b470f10 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:32 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 18:36:32.560 8 WARNING neutron.services.revisions.revision_plugin [None req-7f5300f5-4c0b-4cde-9f61-6fb7f945e9ef 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Could not find related network for resource to bump revision. 2026-06-24 18:36:32.582 8 INFO neutron.db.segments_db [None req-7f5300f5-4c0b-4cde-9f61-6fb7f945e9ef 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 6d752127-ac07-401d-9418-57ebd1c3127c of type flat for network b29b4a7b-769c-4c2b-965a-de9951ee0acb 2026-06-24 18:36:32.609 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f5300f5-4c0b-4cde-9f61-6fb7f945e9ef 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.19.213.203 () {48 vars in 968 bytes} [Wed Jun 24 18:36:32 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 18:36:38.516 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcc371d7-47f4-40fe-b924-ba61faf87fbd 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:38 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 18:36:38.627 7 WARNING neutron.services.revisions.revision_plugin [None req-f3a3d833-b41d-4e48-b196-350db5992235 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Could not find related network for resource to bump revision. 2026-06-24 18:36:38.652 7 INFO neutron.db.segments_db [None req-f3a3d833-b41d-4e48-b196-350db5992235 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment e56f21c4-593c-427c-9614-c50262f8a3b1 of type flat for network 2e95cf49-64c1-460c-a543-a7859c82929c 2026-06-24 18:36:38.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3a3d833-b41d-4e48-b196-350db5992235 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.19.213.203 () {48 vars in 968 bytes} [Wed Jun 24 18:36:38 2026] POST /v2.0/networks => generated 124 bytes in 417 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 18:36:44.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7dd54175-8dce-412c-9d99-ab0d4f6136ea 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:44 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 18:36:45.045 7 WARNING neutron.services.revisions.revision_plugin [None req-d0786a47-4441-465e-b901-ebfc466713be 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Could not find related network for resource to bump revision. 2026-06-24 18:36:45.341 7 INFO neutron.db.segments_db [None req-d0786a47-4441-465e-b901-ebfc466713be 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment bc9a4a4e-dead-4792-8546-877a586e0126 of type flat for network f0fe44ae-1a72-427a-b745-473a6d451603 [pid: 7|app: 0|req: 13/23] 199.19.213.203 () {48 vars in 968 bytes} [Wed Jun 24 18:36:44 2026] POST /v2.0/networks => generated 706 bytes in 1354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 18:36:47.400 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef5f67ff-f0ab-453a-a244-ed55938a0b69 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 18:36:47 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: 7|app: 0|req: 14/25] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 18:36:47 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 18:36:47.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e3ba4e-c3d5-41d1-8fb7-e8e5a00fc883 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.19.213.203 () {44 vars in 1035 bytes} [Wed Jun 24 18:36:47 2026] GET /v2.0/subnets/public-subnet?network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.19.213.203 () {44 vars in 1058 bytes} [Wed Jun 24 18:36:47 2026] GET /v2.0/subnets?name=public-subnet&network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.19.213.203 () {48 vars in 966 bytes} [Wed Jun 24 18:36:47 2026] POST /v2.0/subnets => generated 664 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 18:41:32.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f2913a0-d956-4a93-8e48-ef29211e8dcc 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.19.213.203 () {44 vars in 938 bytes} [Wed Jun 24 18:41:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.19.213.203 () {44 vars in 960 bytes} [Wed Jun 24 18:41:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 18:41:32.862 8 INFO neutron.db.segments_db [None req-88cd4747-c3d2-4dd4-ae1f-8956340b1a14 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 9f6c9610-0819-4041-988d-0ad99f5c0165 of type vxlan for network bef781a4-88bb-447a-b291-1154506d6b7f [pid: 8|app: 0|req: 33/68] 199.19.213.203 () {48 vars in 967 bytes} [Wed Jun 24 18:41:32 2026] POST /v2.0/networks => generated 688 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 18:41:33.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-730029d1-b9fb-46b0-8da0-1f1687a004b6 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.19.213.203 () {44 vars in 938 bytes} [Wed Jun 24 18:41:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.19.213.203 () {44 vars in 960 bytes} [Wed Jun 24 18:41:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 18:41:33.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b732b61-98f3-4ec5-994a-a9af33334d76 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.19.213.203 () {44 vars in 1037 bytes} [Wed Jun 24 18:41:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.19.213.203 () {44 vars in 1060 bytes} [Wed Jun 24 18:41:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.19.213.203 () {48 vars in 966 bytes} [Wed Jun 24 18:41:33 2026] POST /v2.0/subnets => generated 651 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 18:41:35.220 8 INFO neutron.api.v2.resource [None req-b4cf8fdf-c64c-48ed-8abd-6e43f8b48d09 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.19.213.203 () {44 vars in 972 bytes} [Wed Jun 24 18:41:35 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.19.213.203 () {44 vars in 994 bytes} [Wed Jun 24 18:41:35 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.19.213.203 () {48 vars in 981 bytes} [Wed Jun 24 18:41:35 2026] POST /v2.0/security-groups => generated 1616 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:36 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:36 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:36 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => 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: 39/80] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:37 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:37 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:37 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:38 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:38 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => 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: 45/87] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:38 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:39 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:39 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:39 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:40 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:40 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:40 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.19.213.203 () {44 vars in 988 bytes} [Wed Jun 24 18:41:41 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 18:41:42.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-777992b8-5400-4d8d-bb75-029688110878 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/98] 199.19.213.203 () {44 vars in 1077 bytes} [Wed Jun 24 18:41:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.19.213.203 () {44 vars in 1100 bytes} [Wed Jun 24 18:41:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:42 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.19.213.203 () {48 vars in 962 bytes} [Wed Jun 24 18:41:42 2026] POST /v2.0/ports => generated 1100 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 18:41:49.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-691ea59b-378c-4d1d-942d-f0c10743ca49 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 199.19.213.203 () {44 vars in 980 bytes} [Wed Jun 24 18:41:49 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) /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: 54/105] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.19.213.203 () {48 vars in 1032 bytes} [Wed Jun 24 18:41:49 2026] PUT /v2.0/ports/a01ed4c2-bcbb-4117-804c-34421661c78d => generated 1249 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.19.213.203 () {44 vars in 921 bytes} [Wed Jun 24 18:41:51 2026] GET /v2.0/ports => generated 3730 bytes in 79 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-24 18:41:52.920 8 INFO neutron.api.v2.resource [None req-56df8085-2750-4f2b-a1ab-f58b48acf250 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 199.19.213.203 () {44 vars in 960 bytes} [Wed Jun 24 18:41:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.19.213.203 () {44 vars in 982 bytes} [Wed Jun 24 18:41:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.19.213.203 () {48 vars in 981 bytes} [Wed Jun 24 18:41:52 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:53 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 1610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:53 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:53 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:54 2026] POST /v2.0/security-group-rules => generated 623 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:54 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:54 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:41:55 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:41:55 2026] POST /v2.0/security-group-rules => generated 627 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/129] 199.19.213.203 () {44 vars in 976 bytes} [Wed Jun 24 18:43:01 2026] GET /v2.0/quotas/f9deb7a7e583453cb63885ac2538367a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/130] 199.19.213.203 () {48 vars in 1028 bytes} [Wed Jun 24 18:43:01 2026] PUT /v2.0/quotas/f9deb7a7e583453cb63885ac2538367a => generated 291 bytes in 28 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-24 18:45:21.739 7 INFO neutron.pecan_wsgi.hooks.translation [None req-266a5d38-778e-44f8-9e24-4b606c4d859c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/149] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 18:45:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 145 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: 74/150] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 18:45:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 18:45:23.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da6f5143-ca69-434f-b3f0-1622c322c118 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/151] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 18:45:23 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) [pid: 8|app: 0|req: 75/152] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 18:45:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 18:51:54.886 8 INFO neutron.api.v2.resource [None req-89dde33a-4da5-4666-823f-d6eb46fe00e0 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/205] 199.19.213.203 () {44 vars in 1075 bytes} [Wed Jun 24 18:51:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=22247f74161347d4bdb40ca5121ced83 => generated 139 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.19.213.203 () {44 vars in 1098 bytes} [Wed Jun 24 18:51:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=22247f74161347d4bdb40ca5121ced83 => generated 23 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.19.213.203 () {48 vars in 982 bytes} [Wed Jun 24 18:51:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:56 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:51:56 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => 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: 106/210] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:56 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:51:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:57 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 2234 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:51:57 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:57 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:51:57 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:58 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:51:58 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:58 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:51:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:59 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 3460 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 18:51:59 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 18:51:59 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.19.213.203 () {48 vars in 992 bytes} [Wed Jun 24 18:51:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.19.213.203 () {30 vars in 740 bytes} [Wed Jun 24 18:55:00 2026] GET /v2.0/networks?tenant_id=22247f74161347d4bdb40ca5121ced83&shared=False => generated 15 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 18:55:00.791 7 INFO neutron.db.segments_db [None req-c917de1c-d6cd-4988-b334-98c6bd3860cd d03d8bb75144452c984f3d1b5e4a983b 22247f74161347d4bdb40ca5121ced83 - - 8b43855ae37048f3a20c28a866dd7e56 8b43855ae37048f3a20c28a866dd7e56] Added segment 4cf9c68a-3842-4eb7-89aa-78e1d29b797b of type vxlan for network 10de9644-ab09-41be-8cf2-dda03d52a96d [pid: 7|app: 0|req: 125/251] 199.19.213.203 () {34 vars in 682 bytes} [Wed Jun 24 18:55:00 2026] POST /v2.0/networks => generated 698 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/252] 199.19.213.203 () {30 vars in 722 bytes} [Wed Jun 24 18:55:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 126/253] 199.19.213.203 () {30 vars in 633 bytes} [Wed Jun 24 18:55:00 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.19.213.203 () {34 vars in 677 bytes} [Wed Jun 24 18:55:00 2026] POST /v2.0/ports => generated 999 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 18:55:01 2026] GET /v2.0/networks/10de9644-ab09-41be-8cf2-dda03d52a96d => generated 704 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/256] 199.19.213.203 () {30 vars in 722 bytes} [Wed Jun 24 18:55:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/257] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 18:55:03 2026] GET /v2.0/networks/10de9644-ab09-41be-8cf2-dda03d52a96d => generated 704 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/260] 199.19.213.203 () {44 vars in 976 bytes} [Wed Jun 24 18:55:20 2026] GET /v2.0/quotas/22247f74161347d4bdb40ca5121ced83 => 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: 131/261] 199.19.213.203 () {48 vars in 1028 bytes} [Wed Jun 24 18:55:20 2026] PUT /v2.0/quotas/22247f74161347d4bdb40ca5121ced83 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:03.265 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8aa49ffd-66be-4805-83e9-288e47a7c5ae 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/356] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 19:07:03 2026] GET /v2.0/networks/public => generated 108 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/357] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 19:07:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:04.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df1ef6ff-90bf-486b-baf3-cd267c5a1bff 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/358] 199.19.213.203 () {44 vars in 928 bytes} [Wed Jun 24 19:07: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: 7|app: 0|req: 179/359] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 19:07: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-24 19:07:04.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c07fffab-67c0-4065-81e7-ef34ced82ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/360] 199.19.213.203 () {44 vars in 1035 bytes} [Wed Jun 24 19:07:04 2026] GET /v2.0/subnets/public-subnet?network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/361] 199.19.213.203 () {44 vars in 1058 bytes} [Wed Jun 24 19:07:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:31.920 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e51d7398-13b1-49b6-b88e-d4b66efe80e3 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.19.213.203 () {44 vars in 938 bytes} [Wed Jun 24 19:07:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.19.213.203 () {44 vars in 960 bytes} [Wed Jun 24 19:07:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:32.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b97be206-48ef-4b56-b157-49a5ddf5fe44 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/368] 199.19.213.203 () {44 vars in 938 bytes} [Wed Jun 24 19:07:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.19.213.203 () {44 vars in 960 bytes} [Wed Jun 24 19:07:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:32.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f7195f8-141a-47e8-b36a-73d2f2f69c94 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/370] 199.19.213.203 () {44 vars in 1037 bytes} [Wed Jun 24 19:07:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.19.213.203 () {44 vars in 1060 bytes} [Wed Jun 24 19:07:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:34.201 8 INFO neutron.api.v2.resource [None req-0a682112-ea01-4137-8c6e-caa55a64afcc 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/372] 199.19.213.203 () {44 vars in 972 bytes} [Wed Jun 24 19:07:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.19.213.203 () {44 vars in 994 bytes} [Wed Jun 24 19:07:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:35 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:35 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:35 2026] GET /v2.0/security-group-rules/13eff194-80f6-4d7b-8470-563933e98d74 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:36 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:36 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:36 2026] GET /v2.0/security-group-rules/bab4b5e2-d5c0-4792-8c3c-f4e577ff8bf4 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:37 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:37 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:37 2026] GET /v2.0/security-group-rules/7f32a137-535d-4ce4-b152-6154f1f96a3b => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:38 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:38 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:38 2026] GET /v2.0/security-group-rules/e0d81c5a-5cce-462d-b6b2-26575df11142 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:39 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:39 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:39 2026] GET /v2.0/security-group-rules/40cebfcb-b721-48fc-9b64-852302e1aaa8 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.19.213.203 () {44 vars in 988 bytes} [Wed Jun 24 19:07:40 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f => generated 732 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:07:40.835 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abb4e3c8-08d1-45c6-bc3c-7360bb8b44b4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/390] 199.19.213.203 () {44 vars in 1077 bytes} [Wed Jun 24 19:07:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.19.213.203 () {44 vars in 1100 bytes} [Wed Jun 24 19:07:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 1254 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:40 2026] GET /v2.0/security-groups/4fa9705d-de3d-4b94-9ba0-afb91bd692fb => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:07:48.765 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dabef92-9825-49c8-aeaa-2741dbcda954 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/395] 199.19.213.203 () {44 vars in 980 bytes} [Wed Jun 24 19:07:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.19.213.203 () {44 vars in 921 bytes} [Wed Jun 24 19:07:50 2026] GET /v2.0/ports => generated 4725 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:07:51.544 8 INFO neutron.api.v2.resource [None req-afcc394d-5bb0-43d9-8447-11d45136b383 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/398] 199.19.213.203 () {44 vars in 960 bytes} [Wed Jun 24 19:07:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.19.213.203 () {44 vars in 982 bytes} [Wed Jun 24 19:07:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:52 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:52 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:52 2026] GET /v2.0/security-group-rules/ae665a5b-6370-46cd-8f07-e8414bd291a4 => generated 623 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:53 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2886 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:07:53 2026] GET /v2.0/security-groups/de2741be-c709-4342-9735-090158c04623 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:07:53 2026] GET /v2.0/security-group-rules/1d39843b-0ee2-4c84-9c66-c9fc877de463 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.19.213.203 () {44 vars in 976 bytes} [Wed Jun 24 19:08:06 2026] GET /v2.0/quotas/f9deb7a7e583453cb63885ac2538367a => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:09:00.902 8 INFO neutron.api.v2.resource [None req-32698277-13dd-4d79-acd4-4feb4744b5cc 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/417] 199.19.213.203 () {44 vars in 1075 bytes} [Wed Jun 24 19:09:00 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=22247f74161347d4bdb40ca5121ced83 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 199.19.213.203 () {44 vars in 1098 bytes} [Wed Jun 24 19:09:00 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=22247f74161347d4bdb40ca5121ced83 => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 19:09:01 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:09:01 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:09:01 2026] GET /v2.0/security-group-rules/4aad4ea9-1e5c-4dfd-9b62-80a73458cf41 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 19:09:02 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:09:02 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:09:02 2026] GET /v2.0/security-group-rules/49d64cdd-c9eb-4b2d-8728-2a7f7972b4f1 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 19:09:03 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:09:03 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:09:04 2026] GET /v2.0/security-group-rules/72f65c11-674d-44db-870b-e71676dfbcbc => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.19.213.203 () {44 vars in 1089 bytes} [Wed Jun 24 19:09:04 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742?project_id=22247f74161347d4bdb40ca5121ced83 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.19.213.203 () {44 vars in 1002 bytes} [Wed Jun 24 19:09:05 2026] GET /v2.0/security-groups/1a0d5922-3884-400a-88b4-628f43a51742 => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/430] 199.19.213.203 () {44 vars in 1012 bytes} [Wed Jun 24 19:09:05 2026] GET /v2.0/security-group-rules/81bb03c1-54bf-4d4c-84f0-f5ae70c84dda => 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: 217/431] 199.19.213.203 () {44 vars in 976 bytes} [Wed Jun 24 19:09:12 2026] GET /v2.0/quotas/22247f74161347d4bdb40ca5121ced83 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 199.19.213.203 () {44 vars in 950 bytes} [Wed Jun 24 19:10: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: 222/445] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:10:44 2026] GET /v2.0/networks => generated 2167 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.104 () {32 vars in 655 bytes} [Wed Jun 24 19:10:45 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:10:45 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:10:45 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:10:45 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:10:45 2026] GET /v2.0/networks => generated 2167 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:10:45 2026] GET /v2.0/security-groups => generated 17401 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.104 () {32 vars in 655 bytes} [Wed Jun 24 19:10:46 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:10:57.210 8 INFO neutron.db.segments_db [None req-14a24408-2003-4a4b-a117-13814e5f1560 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 of type vxlan for network f743dd33-3527-4519-9699-e397862876e7 2026-06-24 19:10:57.226 7 INFO neutron.db.segments_db [None req-e1df9b53-eb77-4105-a03a-4339b8d1fa20 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 834962d7-cd22-4f53-8696-b2135b74a887 of type vxlan for network a5b5c9db-d528-40d7-88e3-4cf94eb2222f [pid: 7|app: 0|req: 227/455] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:10:56 2026] POST /v2.0/networks => generated 718 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:10:56 2026] POST /v2.0/networks => generated 724 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:10:57 2026] POST /v2.0/subnets => generated 690 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:10:57.621 7 INFO neutron.db.segments_db [None req-c0dc4282-53be-4654-ab84-79db3e041701 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment c8b177d7-f630-442a-88b4-90914f80fe75 of type vxlan for network d41f6f3b-288b-4617-adbc-6aa83e217e0d [pid: 7|app: 0|req: 228/458] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:10:57 2026] POST /v2.0/networks => generated 729 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/459] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:10:57 2026] POST /v2.0/subnets => generated 684 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:10:57.745 7 INFO neutron.db.segments_db [None req-668194e5-d534-4d7b-b5c2-aa7ba0aec948 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment b2ddef41-c7a6-4093-9620-d0847eb10dfc of type vxlan for network bcc65ed1-b082-444f-9ffd-de1cd076c789 [pid: 8|app: 0|req: 232/460] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:10:57 2026] GET /v2.0/security-groups?tenant_id=0beb634cdda94345a1139a76da1e6720&name=default => generated 2921 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:10:58.004 7 INFO neutron.db.l3_hamode_db [None req-668194e5-d534-4d7b-b5c2-aa7ba0aec948 04d60b9dce4e4d938526bbc89e105e19 1554f0c91b2d4a949c9e9b57afccd005 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 233/461] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:10:57 2026] POST /v2.0/subnets => generated 695 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:10:58.101 8 INFO neutron.db.segments_db [None req-9812ef37-4bc7-459d-bc2d-9adba215452b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment e504c51a-c5f9-40aa-ade7-4ca649bb2164 of type vxlan for network d9fa3a8f-2dd2-4583-8853-e19cc17f07e7 2026-06-24 19:10:58.310 8 INFO neutron.db.l3_hamode_db [None req-9812ef37-4bc7-459d-bc2d-9adba215452b 04d60b9dce4e4d938526bbc89e105e19 b37b08af50ac4d39af6293b77bba11a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:10:58.966 7 INFO neutron.db.l3_hamode_db [None req-668194e5-d534-4d7b-b5c2-aa7ba0aec948 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:10:59.224 8 INFO neutron.db.l3_hamode_db [None req-9812ef37-4bc7-459d-bc2d-9adba215452b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/462] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:10:57 2026] POST /v2.0/routers => generated 730 bytes in 2531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:00 2026] DELETE /v2.0/security-groups/df6cbf9e-1903-40a6-a4f8-91c706b64ecc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:00.398 7 INFO neutron.db.segments_db [None req-7bafa486-f86b-44cb-be7c-632ef07936d9 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 of type vxlan for network 32b0ddc4-568e-4021-884a-5f95c4193855 [pid: 8|app: 0|req: 234/464] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:10:58 2026] POST /v2.0/routers => generated 724 bytes in 2375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:00.632 7 INFO neutron.db.l3_hamode_db [None req-7bafa486-f86b-44cb-be7c-632ef07936d9 04d60b9dce4e4d938526bbc89e105e19 4ea26b206faa47bfae4839d171854111 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:11:01.293 7 INFO neutron.db.l3_hamode_db [None req-7bafa486-f86b-44cb-be7c-632ef07936d9 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/467] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:00 2026] PUT /v2.0/routers/90334ffd-1c8c-4bf3-a1c4-1cbda2f4f0d8/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/468] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:00 2026] POST /v2.0/routers => generated 735 bytes in 1848 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/469] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:01 2026] PUT /v2.0/routers/4d491146-32d2-4f00-9d38-6b385bdfc7eb/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:02.950 8 INFO neutron.db.segments_db [None req-920c2b26-578b-4467-811e-24abe103ed1e 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment b2369437-f4bb-44c0-9499-44504d120006 of type vxlan for network ea3bb978-b2dc-4f66-89fb-e288e0931655 [pid: 8|app: 0|req: 239/470] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:11:02 2026] POST /v2.0/networks => generated 725 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/471] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:11:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/472] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:03 2026] POST /v2.0/subnets => generated 691 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/473] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:03.439 8 INFO neutron.db.segments_db [None req-c5f6f57f-1563-4c42-b7ec-1175d0107288 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment fb47a659-001a-4af5-aaab-db532db0f184 of type vxlan for network d0e2e611-658f-4bf4-bb88-1bf1cd88ae70 [pid: 7|app: 0|req: 232/474] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:02 2026] PUT /v2.0/routers/acb04ab4-4e37-4c55-9f31-73ce070b8012/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/475] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:11:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 19:11:03.641 8 INFO neutron.db.l3_hamode_db [None req-c5f6f57f-1563-4c42-b7ec-1175d0107288 04d60b9dce4e4d938526bbc89e105e19 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/476] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:03 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: 235/477] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:03 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) [pid: 7|app: 0|req: 236/478] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:11:03 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:04.396 8 INFO neutron.db.l3_hamode_db [None req-c5f6f57f-1563-4c42-b7ec-1175d0107288 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/479] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/480] 10.0.0.21 () {38 vars in 970 bytes} [Wed Jun 24 19:11:04 2026] POST /v2.0/security-groups => generated 1686 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:11:04 2026] POST /v2.0/floatingips => generated 552 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/security-groups/92ede0d0-19fb-4d7f-94bc-490c48ad7d37 => generated 1686 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.21 () {38 vars in 980 bytes} [Wed Jun 24 19:11:05 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/484] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:03 2026] POST /v2.0/routers => generated 731 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/485] 10.0.0.21 () {34 vars in 1097 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--416698053&fields=id&tenant_id=1554f0c91b2d4a949c9e9b57afccd005 => generated 69 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 10.0.0.21 () {38 vars in 970 bytes} [Wed Jun 24 19:11:05 2026] POST /v2.0/security-groups => generated 1685 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/networks?id=f743dd33-3527-4519-9699-e397862876e7 => generated 675 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/488] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/quotas/1554f0c91b2d4a949c9e9b57afccd005 => 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: 246/489] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/ports?tenant_id=1554f0c91b2d4a949c9e9b57afccd005&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 10.0.0.21 () {34 vars in 1099 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1268171293&fields=id&tenant_id=b37b08af50ac4d39af6293b77bba11a7 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/491] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/networks?id=a5b5c9db-d528-40d7-88e3-4cf94eb2222f => generated 669 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/492] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/quotas/b37b08af50ac4d39af6293b77bba11a7 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/493] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:05 2026] GET /v2.0/ports?tenant_id=b37b08af50ac4d39af6293b77bba11a7&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/494] 10.0.0.21 () {34 vars in 906 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?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: 253/496] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?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: 254/497] 10.0.0.21 () {34 vars in 906 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/498] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f?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: 256/499] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/security-groups/4610791f-8e11-46be-b71c-7df57557d6ac => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/500] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f?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: 244/501] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:05 2026] PUT /v2.0/routers/e65296dc-c08f-4115-88e4-3f25fa870458/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/502] 10.0.0.21 () {38 vars in 980 bytes} [Wed Jun 24 19:11:06 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/503] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/504] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/security-groups/4610791f-8e11-46be-b71c-7df57557d6ac => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/505] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/506] 10.0.0.21 () {38 vars in 980 bytes} [Wed Jun 24 19:11:06 2026] POST /v2.0/security-group-rules => generated 619 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/507] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/security-groups/4610791f-8e11-46be-b71c-7df57557d6ac => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/508] 10.0.0.21 () {34 vars in 1000 bytes} [Wed Jun 24 19:11:06 2026] GET /v2.0/security-group-rules/42aae492-f30b-4864-9d21-7d26024a334e => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/509] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups/4610791f-8e11-46be-b71c-7df57557d6ac => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/510] 10.0.0.21 () {36 vars in 1022 bytes} [Wed Jun 24 19:11:07 2026] DELETE /v2.0/security-group-rules/42aae492-f30b-4864-9d21-7d26024a334e => 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: 249/511] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups/4610791f-8e11-46be-b71c-7df57557d6ac => generated 2310 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/512] 10.0.0.21 () {38 vars in 970 bytes} [Wed Jun 24 19:11:07 2026] POST /v2.0/security-groups => generated 1680 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/513] 10.0.0.21 () {36 vars in 1012 bytes} [Wed Jun 24 19:11:07 2026] DELETE /v2.0/security-groups/4610791f-8e11-46be-b71c-7df57557d6ac => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/514] 10.0.0.21 () {38 vars in 970 bytes} [Wed Jun 24 19:11:07 2026] POST /v2.0/security-groups => generated 1681 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/515] 10.0.0.21 () {38 vars in 970 bytes} [Wed Jun 24 19:11:07 2026] POST /v2.0/security-groups => generated 1682 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/516] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups?tenant_id=a40a521b1ebc47aa8c7643cbb5cd6187 => generated 7908 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/517] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups/15f1518c-9a65-413b-971a-0e3c74dc9fd7 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/518] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups/15f1518c-9a65-413b-971a-0e3c74dc9fd7 => 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: 269/519] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 251/520] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups/92ede0d0-19fb-4d7f-94bc-490c48ad7d37 => generated 2311 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/521] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:07 2026] GET /v2.0/security-groups/20063274-a81c-46bb-b21d-7a8f16912fc4 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/522] 10.0.0.21 () {36 vars in 1012 bytes} [Wed Jun 24 19:11:07 2026] DELETE /v2.0/security-groups/20063274-a81c-46bb-b21d-7a8f16912fc4 => 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: 252/523] 10.0.0.21 () {36 vars in 1012 bytes} [Wed Jun 24 19:11:07 2026] DELETE /v2.0/security-groups/92ede0d0-19fb-4d7f-94bc-490c48ad7d37 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:08.074 8 INFO neutron.api.v2.resource [req-f53c98a4-c5cd-4dbb-bc72-65be46a10df0 req-59c7c31f-f476-4758-a37c-0de7440242b7 57bcfdec223441418beae24ea6adf202 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/524] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/20063274-a81c-46bb-b21d-7a8f16912fc4 => 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: 254/525] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/08bb15ea-9178-4777-a51d-34df17cf8b82 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/526] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 256/527] 10.0.0.21 () {36 vars in 1012 bytes} [Wed Jun 24 19:11:08 2026] DELETE /v2.0/security-groups/08bb15ea-9178-4777-a51d-34df17cf8b82 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:08.276 8 INFO neutron.api.v2.resource [req-29aff300-1d22-4477-ae0d-049582a91bb2 req-f6d3572a-1bf0-4fc0-8489-2c9eb9384d79 57bcfdec223441418beae24ea6adf202 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/528] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/08bb15ea-9178-4777-a51d-34df17cf8b82 => 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: 258/529] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/d3eaa01d-48ed-485d-ade9-8e98de83211b => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/530] 10.0.0.21 () {36 vars in 1012 bytes} [Wed Jun 24 19:11:08 2026] DELETE /v2.0/security-groups/d3eaa01d-48ed-485d-ade9-8e98de83211b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:08.442 8 INFO neutron.api.v2.resource [req-123dcb53-8a4b-4c4b-ae90-98e777447b74 req-1f5a6f0c-4f95-45a2-89d7-9c107914af9b 57bcfdec223441418beae24ea6adf202 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/531] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/d3eaa01d-48ed-485d-ade9-8e98de83211b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/532] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups?tenant_id=a40a521b1ebc47aa8c7643cbb5cd6187 => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/533] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/15f1518c-9a65-413b-971a-0e3c74dc9fd7 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/534] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/15f1518c-9a65-413b-971a-0e3c74dc9fd7 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:11:08.625 8 INFO neutron.api.v2.resource [req-653c5577-f8af-44b2-a928-cd04fb7f48eb req-8366770b-df33-4269-92ff-21745aaf27e6 57bcfdec223441418beae24ea6adf202 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/535] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/d3eaa01d-48ed-485d-ade9-8e98de83211b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:11:08.662 8 INFO neutron.api.v2.resource [req-e430443b-060c-41b5-825a-db949d516b22 req-3e5b045b-cca5-49de-8ffe-23da1b81438c 57bcfdec223441418beae24ea6adf202 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/536] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/08bb15ea-9178-4777-a51d-34df17cf8b82 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:11:08.707 8 INFO neutron.api.v2.resource [req-32d97b71-9f65-4e65-a792-1eaca121b322 req-646351d5-f877-4e40-837d-d31c9a218d5f 57bcfdec223441418beae24ea6adf202 a40a521b1ebc47aa8c7643cbb5cd6187 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/537] 10.0.0.21 () {34 vars in 990 bytes} [Wed Jun 24 19:11:08 2026] GET /v2.0/security-groups/20063274-a81c-46bb-b21d-7a8f16912fc4 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:11:08.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-789379db-8b4f-43ca-9de9-29dc0c436f9b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 351920ff-246b-44cc-ae9e-5fc8655ecf04 2026-06-24 19:11:08.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-789379db-8b4f-43ca-9de9-29dc0c436f9b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 351920ff-246b-44cc-ae9e-5fc8655ecf04 2026-06-24 19:11:09.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-b589c0e8-dc7c-46b3-8d99-ffff1e360e90 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 2cbe4562-aad1-42b8-89d5-bed7b16fc84c 2026-06-24 19:11:09.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b589c0e8-dc7c-46b3-8d99-ffff1e360e90 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 2cbe4562-aad1-42b8-89d5-bed7b16fc84c [pid: 7|app: 0|req: 272/538] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:11:08 2026] PUT /v2.0/routers/acb04ab4-4e37-4c55-9f31-73ce070b8012/remove_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/539] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:09 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 274/540] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:09 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:09.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-a52bacfb-a671-48bf-b190-587a008b1ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 5c7ffd19-1864-4e4b-afb7-49a1b2e945ea 2026-06-24 19:11:09.607 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a52bacfb-a671-48bf-b190-587a008b1ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 5c7ffd19-1864-4e4b-afb7-49a1b2e945ea [pid: 8|app: 0|req: 267/541] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:11:08 2026] PUT /v2.0/routers/e65296dc-c08f-4115-88e4-3f25fa870458/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:09.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-a52bacfb-a671-48bf-b190-587a008b1ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 6d8df033-6fb4-4ba7-83fe-e5f08a1cd0e3 2026-06-24 19:11:09.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a52bacfb-a671-48bf-b190-587a008b1ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 6d8df033-6fb4-4ba7-83fe-e5f08a1cd0e3 2026-06-24 19:11:09.962 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-a52bacfb-a671-48bf-b190-587a008b1ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-24 19:11:09.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-572107c8-53d3-4f71-ae61-b0878d8f279b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 8553b9eb-ebb5-433f-a0c2-75edb7a798a7 2026-06-24 19:11:09.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-572107c8-53d3-4f71-ae61-b0878d8f279b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 8553b9eb-ebb5-433f-a0c2-75edb7a798a7 2026-06-24 19:11:10.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-572107c8-53d3-4f71-ae61-b0878d8f279b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 08e08a1c-210a-4cae-8e1c-67f1383fefb9 2026-06-24 19:11:10.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-572107c8-53d3-4f71-ae61-b0878d8f279b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 08e08a1c-210a-4cae-8e1c-67f1383fefb9 2026-06-24 19:11:10.280 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-572107c8-53d3-4f71-ae61-b0878d8f279b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-24 19:11:10.381 7 INFO neutron.db.l3_hamode_db [None req-a52bacfb-a671-48bf-b190-587a008b1ab2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network 32b0ddc4-568e-4021-884a-5f95c4193855 was deleted as no HA routers are present in tenant 4ea26b206faa47bfae4839d171854111. [pid: 7|app: 0|req: 275/542] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:09 2026] DELETE /v2.0/routers/acb04ab4-4e37-4c55-9f31-73ce070b8012 => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/543] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:10 2026] DELETE /v2.0/subnets/06d38a37-38cf-46bf-b45b-d43d9d3ece22 => 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: 277/544] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:10 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 278/545] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:10 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:10.665 8 INFO neutron.db.l3_hamode_db [None req-572107c8-53d3-4f71-ae61-b0878d8f279b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network d0e2e611-658f-4bf4-bb88-1bf1cd88ae70 was deleted as no HA routers are present in tenant a40a521b1ebc47aa8c7643cbb5cd6187. [pid: 8|app: 0|req: 268/546] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:09 2026] DELETE /v2.0/routers/e65296dc-c08f-4115-88e4-3f25fa870458 => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:10.699 7 INFO neutron.services.segments.plugin [-] Segment 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 resource provider aggregate not found 2026-06-24 19:11:10.719 7 INFO neutron.services.segments.plugin [-] Segment 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 found for delete ", "request_id": "req-56757933-4465-43e0-b02f-3bae5a1b0ae1"}]} 2026-06-24 19:11:10.758 7 INFO neutron.services.segments.plugin [-] Segment 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 resource provider aggregate not found 2026-06-24 19:11:10.788 7 INFO neutron.services.segments.plugin [-] Segment 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e34fdf1-4d67-4ba0-a435-fe56a7b4b1e5 found for delete ", "request_id": "req-e8a01661-fce5-4d1e-8de7-f9c2a3cb18b1"}]} [pid: 7|app: 0|req: 279/547] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:11:10 2026] DELETE /v2.0/networks/d41f6f3b-288b-4617-adbc-6aa83e217e0d => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/548] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:10 2026] DELETE /v2.0/subnets/281ea34f-dc98-4866-b83d-c3b14acb077f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/549] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:11:10 2026] DELETE /v2.0/networks/ea3bb978-b2dc-4f66-89fb-e288e0931655 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/550] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:10 2026] GET /v2.0/security-groups?tenant_id=4ea26b206faa47bfae4839d171854111&name=default => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/551] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:11 2026] DELETE /v2.0/security-groups/bd20b35e-9ca9-4076-a475-55912d430437 => 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: 271/552] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:11 2026] GET /v2.0/security-groups?tenant_id=a40a521b1ebc47aa8c7643cbb5cd6187&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/553] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:11 2026] DELETE /v2.0/security-groups/15f1518c-9a65-413b-971a-0e3c74dc9fd7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:11.399 8 INFO neutron.services.segments.plugin [-] Segment fb47a659-001a-4af5-aaab-db532db0f184 resource provider aggregate not found 2026-06-24 19:11:11.400 8 INFO neutron.services.segments.plugin [-] Segment fb47a659-001a-4af5-aaab-db532db0f184 resource provider aggregate not found 2026-06-24 19:11:11.420 8 INFO neutron.services.segments.plugin [-] Segment fb47a659-001a-4af5-aaab-db532db0f184 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb47a659-001a-4af5-aaab-db532db0f184 found for delete ", "request_id": "req-d3bfba24-c356-4c39-9562-5bd82fb6bc23"}]} 2026-06-24 19:11:11.425 8 INFO neutron.services.segments.plugin [-] Segment fb47a659-001a-4af5-aaab-db532db0f184 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb47a659-001a-4af5-aaab-db532db0f184 found for delete ", "request_id": "req-fa4d780c-0aeb-42ca-9088-b0b52be66789"}]} [pid: 8|app: 0|req: 272/554] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:11 2026] GET /v2.0/networks?id=f743dd33-3527-4519-9699-e397862876e7 => generated 675 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/555] 199.19.213.203 () {34 vars in 911 bytes} [Wed Jun 24 19:11:11 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: 273/556] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:11 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 284/557] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:11:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1554f0c91b2d4a949c9e9b57afccd005 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/558] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:11 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 285/559] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:11:11 2026] POST /v2.0/ports => generated 954 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:12.742 7 INFO neutron.services.segments.plugin [-] Segment c8b177d7-f630-442a-88b4-90914f80fe75 resource provider aggregate not found 2026-06-24 19:11:12.767 7 INFO neutron.services.segments.plugin [-] Segment c8b177d7-f630-442a-88b4-90914f80fe75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b177d7-f630-442a-88b4-90914f80fe75 found for delete ", "request_id": "req-d03bfda8-c420-41d9-8cbb-5be2ba010598"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-24 19:11:12.804 7 INFO neutron.services.segments.plugin [-] Segment b2369437-f4bb-44c0-9499-44504d120006 resource provider aggregate not found [pid: 7|app: 0|req: 286/560] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:12 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:12.833 7 INFO neutron.services.segments.plugin [-] Segment b2369437-f4bb-44c0-9499-44504d120006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2369437-f4bb-44c0-9499-44504d120006 found for delete ", "request_id": "req-38c884c8-34fb-4ad8-b0a3-c2080c754ed3"}]} 2026-06-24 19:11:12.834 7 INFO neutron.services.segments.plugin [-] Segment c8b177d7-f630-442a-88b4-90914f80fe75 resource provider aggregate not found 2026-06-24 19:11:12.864 7 INFO neutron.services.segments.plugin [-] Segment c8b177d7-f630-442a-88b4-90914f80fe75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b177d7-f630-442a-88b4-90914f80fe75 found for delete ", "request_id": "req-b40bd55e-a473-4540-b64d-bd5194c974eb"}]} 2026-06-24 19:11:12.901 7 INFO neutron.services.segments.plugin [-] Segment b2369437-f4bb-44c0-9499-44504d120006 resource provider aggregate not found [pid: 7|app: 0|req: 287/561] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:12 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 957 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:12.930 7 INFO neutron.services.segments.plugin [-] Segment b2369437-f4bb-44c0-9499-44504d120006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2369437-f4bb-44c0-9499-44504d120006 found for delete ", "request_id": "req-976b7b13-f5bf-4b55-8631-18db81a128b9"}]} [pid: 7|app: 0|req: 288/562] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:12 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/563] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:11:12 2026] PUT /v2.0/ports/afd28b00-cd43-4bed-81ba-fd7d6110925d => generated 1235 bytes in 624 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: 276/564] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:13 2026] GET /v2.0/networks?id=a5b5c9db-d528-40d7-88e3-4cf94eb2222f => generated 669 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:13.318 7 INFO neutron.db.segments_db [None req-8a6a6ee4-52c2-4a36-9731-fa378628ad28 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 43e5c969-d97b-4c97-8a8e-8694cc62b107 of type vxlan for network 75ef7eba-ebed-456b-9ee2-f9276a921efe [pid: 7|app: 0|req: 289/565] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:11:13 2026] POST /v2.0/networks => generated 733 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/566] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:11:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b37b08af50ac4d39af6293b77bba11a7 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:13.514 8 INFO neutron.db.segments_db [None req-475c73f0-d993-4f1f-b091-e94a9bd8e192 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment bb9342cf-0858-41dc-818b-bcf16e3ed1e4 of type vxlan for network 37d3ca3c-e868-4f98-a648-73dc3edbe174 [pid: 8|app: 0|req: 277/567] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:11:13 2026] POST /v2.0/networks => generated 728 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/568] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:13 2026] POST /v2.0/subnets => generated 699 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:13.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d16424dd-6b7c-4d45-8e70-9aa8b7631762'] response: {'name': 'network-changed', 'server_uuid': 'fda56681-4cc6-47ce-a571-6904d70681ab', 'tag': 'afd28b00-cd43-4bed-81ba-fd7d6110925d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 292/569] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:13 2026] POST /v2.0/subnets => generated 694 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:13.981 7 INFO neutron.db.segments_db [None req-fb0d7d0b-9f4c-400c-9a33-730e4bf5bc6c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 127abe0f-c2d9-432f-8ae4-82515cf9634f of type vxlan for network dadcf3c6-79b5-41aa-8abd-f5be139c73d1 [pid: 8|app: 0|req: 278/570] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:11:13 2026] POST /v2.0/ports => generated 958 bytes in 495 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: 279/571] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:14 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 961 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:14.181 8 INFO neutron.db.segments_db [None req-673212ec-8bac-4399-99be-c7a0edc2ebcf 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 571d7cbf-2543-459d-bba1-44cb1122eea7 of type vxlan for network d6e94478-c5f7-4756-80ea-9295ca57bf56 2026-06-24 19:11:14.356 7 INFO neutron.db.l3_hamode_db [None req-fb0d7d0b-9f4c-400c-9a33-730e4bf5bc6c 04d60b9dce4e4d938526bbc89e105e19 08a1b04d60ab432c83ea4101aa41c987 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:11:14.433 8 INFO neutron.db.l3_hamode_db [None req-673212ec-8bac-4399-99be-c7a0edc2ebcf 04d60b9dce4e4d938526bbc89e105e19 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:11:15.175 7 INFO neutron.db.l3_hamode_db [None req-fb0d7d0b-9f4c-400c-9a33-730e4bf5bc6c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:11:15.198 8 INFO neutron.db.l3_hamode_db [None req-673212ec-8bac-4399-99be-c7a0edc2ebcf 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 280/572] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:14 2026] POST /v2.0/routers => generated 734 bytes in 1927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/573] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:16 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/574] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:13 2026] POST /v2.0/routers => generated 739 bytes in 2247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/575] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:16 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&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: 295/576] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:16 2026] GET /v2.0/ports?tenant_id=1554f0c91b2d4a949c9e9b57afccd005&device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 1238 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/579] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:11:16 2026] PUT /v2.0/ports/4edd2c5b-8165-412c-8562-57f453a0f840 => generated 1239 bytes in 348 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: 283/580] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:16 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:16.606 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a0ea7fd-09bb-4074-b4a0-69bdb07b333e'] response: {'name': 'network-changed', 'server_uuid': 'a194dbc4-5394-45b4-8738-522af6934a2d', 'tag': '4edd2c5b-8165-412c-8562-57f453a0f840', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 298/581] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:16 2026] PUT /v2.0/routers/41a71909-c0e1-4281-80ad-62fc8abe9e6b/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/582] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=afd28b00-cd43-4bed-81ba-fd7d6110925d => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/583] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/ports?tenant_id=b37b08af50ac4d39af6293b77bba11a7&device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/584] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/585] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/subnets?id=0f4063d8-2c02-4587-b10e-26e86456c2d2 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/586] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:16 2026] PUT /v2.0/routers/adb77eda-81b5-4d88-80dd-7e9f1a24999c/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/587] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/networks?tenant_id=b37b08af50ac4d39af6293b77bba11a7&shared=False => generated 765 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/588] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/589] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/ports?network_id=f743dd33-3527-4519-9699-e397862876e7&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: 286/590] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/591] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/592] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/593] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?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: 306/594] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:17 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/595] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:11:17 2026] POST /v2.0/security-groups => generated 1661 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/596] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/597] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:11:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/598] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/599] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/600] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:18 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: 309/601] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:11:18 2026] POST /v2.0/floatingips => generated 552 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/602] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/ports?tenant_id=b37b08af50ac4d39af6293b77bba11a7&device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/603] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/604] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/ports?tenant_id=1554f0c91b2d4a949c9e9b57afccd005&device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 313/605] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=4edd2c5b-8165-412c-8562-57f453a0f840 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/606] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/607] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/608] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/networks?id=f743dd33-3527-4519-9699-e397862876e7 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/609] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/subnets?id=3fd26dce-7b4d-47fb-8b28-62bd3ad9c0b5 => generated 687 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/610] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:18 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 319/611] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=afd28b00-cd43-4bed-81ba-fd7d6110925d => 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: 320/612] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/ports?network_id=a5b5c9db-d528-40d7-88e3-4cf94eb2222f&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/613] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:11:18 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/614] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/subnets?id=0f4063d8-2c02-4587-b10e-26e86456c2d2 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/615] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f?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: 322/616] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/ports?network_id=f743dd33-3527-4519-9699-e397862876e7&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/617] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f?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: 7|app: 0|req: 323/618] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/619] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/620] 10.0.0.21 () {34 vars in 1097 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--348604944&fields=id&tenant_id=08a1b04d60ab432c83ea4101aa41c987 => 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: 297/621] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/622] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/quotas/08a1b04d60ab432c83ea4101aa41c987 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/623] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/624] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 299/625] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 300/626] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/627] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/628] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:19 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/629] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:20 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 302/630] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:20 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 303/631] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:21 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/632] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:21 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/633] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:21 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 12 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/634] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:21 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/635] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:21 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/636] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:22 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/637] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:22 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&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: 307/638] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:22 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => 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: 332/639] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:22 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/640] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:22 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 333/641] 10.0.0.21 () {34 vars in 1099 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1594073184&fields=id&tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18 => generated 69 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/642] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 334/643] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/networks?id=37d3ca3c-e868-4f98-a648-73dc3edbe174 => generated 679 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/644] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&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: 335/645] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/quotas/c436d47a1c5148fbaad31e5b8a8a9a18 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/646] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/ports?tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/647] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/648] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174?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: 337/649] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/650] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/651] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:23 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/652] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/653] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/654] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=08a1b04d60ab432c83ea4101aa41c987 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/655] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/656] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&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: 318/657] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 961 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/658] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:11:24 2026] POST /v2.0/ports => generated 958 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 319/659] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:24 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 320/660] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:25 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/661] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:25 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 322/662] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:25 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => 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: 341/663] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:11:24 2026] PUT /v2.0/ports/aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 1239 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:11:25.840 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-61d1a0bd-13f8-4cf3-801e-f7ad6604d9c7'] response: {'name': 'network-changed', 'server_uuid': '6c8edf1b-347e-417b-891f-9ddb59afc9f6', 'tag': 'aa26f4c3-28a5-45be-94b7-75c9ef519b91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 323/664] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:25 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 342/665] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:25 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/666] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => 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: 343/667] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 325/668] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 344/669] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 345/670] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => 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: 326/671] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1242 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/672] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/networks?tenant_id=08a1b04d60ab432c83ea4101aa41c987&shared=False => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/673] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:11:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/674] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/675] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/676] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/677] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 349/678] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/679] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 350/680] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => 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: 351/681] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/682] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => 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: 331/683] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/684] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/subnets?id=cdce02ac-f530-4663-bef5-8431c6569242 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/685] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/ports?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/686] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 356/687] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:27 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 357/688] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/networks?id=37d3ca3c-e868-4f98-a648-73dc3edbe174 => generated 679 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/689] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:28.133 8 INFO neutron.db.l3_db [None req-9509408c-5c00-4fdc-9dc3-f223cf75cb45 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] Floating IP 780c2463-64ff-4b98-a6c9-a22ce23c66f9 associated. External IP: 10.96.250.208, port: afd28b00-cd43-4bed-81ba-fd7d6110925d. [pid: 8|app: 0|req: 332/690] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:11:27 2026] PUT /v2.0/floatingips/780c2463-64ff-4b98-a6c9-a22ce23c66f9 => generated 855 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/691] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:11:28 2026] POST /v2.0/ports => generated 954 bytes in 383 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: 360/692] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/693] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/694] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 335/695] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:28.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-605a9916-8b07-4c8a-a058-ac6dddbd0b45'] response: {'name': 'network-changed', 'server_uuid': 'fda56681-4cc6-47ce-a571-6904d70681ab', 'tag': 'afd28b00-cd43-4bed-81ba-fd7d6110925d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/696] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/697] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/698] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 957 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/699] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:28 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/700] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:11:28 2026] PUT /v2.0/ports/329ae00c-9b2f-4f80-acbb-4764c30861a6 => generated 1235 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/701] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 56 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-24 19:11:29.180 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d70b9c6-a1a7-4a06-aa95-c54d15f7a068'] response: {'name': 'network-changed', 'server_uuid': 'bda34cd7-5887-4535-8936-f3109f2d8f95', 'tag': '329ae00c-9b2f-4f80-acbb-4764c30861a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 362/702] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/703] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?tenant_id=1554f0c91b2d4a949c9e9b57afccd005&device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/704] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/networks?id=f743dd33-3527-4519-9699-e397862876e7 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/705] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=afd28b00-cd43-4bed-81ba-fd7d6110925d => generated 858 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/706] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/subnets?id=0f4063d8-2c02-4587-b10e-26e86456c2d2 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/707] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?network_id=f743dd33-3527-4519-9699-e397862876e7&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/708] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/709] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7?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: 366/710] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18&device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/711] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/714] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/networks?tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18&shared=False => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/715] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/716] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 369/717] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&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: 349/718] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/719] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/720] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:29 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => 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: 372/721] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/722] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:30.341 8 INFO neutron.db.l3_db [None req-2cd056c5-3867-4904-a19c-441a372801a8 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] Floating IP 76c9f49c-ecbc-4cad-b5b7-966b04250dd7 associated. External IP: 10.96.250.206, port: 4edd2c5b-8165-412c-8562-57f453a0f840. [pid: 7|app: 0|req: 374/723] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/724] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:11:29 2026] PUT /v2.0/floatingips/76c9f49c-ecbc-4cad-b5b7-966b04250dd7 => generated 856 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:30.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc5d2638-d44a-4403-a2fb-3f5e171940fe'] response: {'name': 'network-changed', 'server_uuid': 'a194dbc4-5394-45b4-8738-522af6934a2d', 'tag': '4edd2c5b-8165-412c-8562-57f453a0f840', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/725] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/726] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/727] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/ports?tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18&device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/728] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=329ae00c-9b2f-4f80-acbb-4764c30861a6 => 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: 352/729] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/730] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/subnets?id=ce7d6f36-f6dd-419b-9a61-0a06a7cccbdf => generated 697 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/731] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:30 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&fields=id&fields=name => generated 113 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/732] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?network_id=37d3ca3c-e868-4f98-a648-73dc3edbe174&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: 354/733] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174?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: 380/734] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/735] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174?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: 381/736] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/737] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 382/738] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?tenant_id=b37b08af50ac4d39af6293b77bba11a7&device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/739] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/740] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/networks?id=a5b5c9db-d528-40d7-88e3-4cf94eb2222f => generated 765 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/741] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=4edd2c5b-8165-412c-8562-57f453a0f840 => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/742] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 359/743] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/subnets?id=3fd26dce-7b4d-47fb-8b28-62bd3ad9c0b5 => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/744] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/security-groups?id=9a4f57f8-bf92-4418-bb12-5443e61ff17f&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: 360/745] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?network_id=a5b5c9db-d528-40d7-88e3-4cf94eb2222f&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/746] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f?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: 361/747] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f?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: 387/748] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:11:31 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:31.855 8 INFO neutron_taas.services.taas.taas_plugin [req-b3007dda-0b5c-4858-b585-b96a6afceaa3 req-3238ac5e-778a-4458-a4e0-6c44e3fcb949 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] TaaS: Handle Delete Port: afd28b00-cd43-4bed-81ba-fd7d6110925d 2026-06-24 19:11:31.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b3007dda-0b5c-4858-b585-b96a6afceaa3 req-3238ac5e-778a-4458-a4e0-6c44e3fcb949 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] Tap Mirror: Handle Delete Port: afd28b00-cd43-4bed-81ba-fd7d6110925d 2026-06-24 19:11:32.062 8 INFO neutron.db.l3_db [req-b3007dda-0b5c-4858-b585-b96a6afceaa3 req-3238ac5e-778a-4458-a4e0-6c44e3fcb949 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] Floating IP 780c2463-64ff-4b98-a6c9-a22ce23c66f9 disassociated. External IP: 10.96.250.208, port: afd28b00-cd43-4bed-81ba-fd7d6110925d. [pid: 7|app: 0|req: 388/749] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/750] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 390/751] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/752] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/753] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:11:31 2026] DELETE /v2.0/ports/afd28b00-cd43-4bed-81ba-fd7d6110925d => generated 0 bytes in 826 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/754] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/755] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/756] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:32 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:32.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9a89c17-0232-4f12-abd0-225c95cf2489'] response: {'server_uuid': 'fda56681-4cc6-47ce-a571-6904d70681ab', 'name': 'network-vif-deleted', 'tag': 'afd28b00-cd43-4bed-81ba-fd7d6110925d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 364/757] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/758] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/759] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/760] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/761] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/762] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 398/763] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:33 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:33.982 8 INFO neutron.db.l3_db [None req-6cd77c6c-f230-4b85-be21-053636dc7bb6 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] Floating IP f4c2f961-1e82-42ee-b452-31d7f7fd216d associated. External IP: 10.96.250.201, port: aa26f4c3-28a5-45be-94b7-75c9ef519b91. 2026-06-24 19:11:34.018 7 INFO neutron_taas.services.taas.taas_plugin [req-b0f27fb3-7cfc-4f19-b80e-3cae957ab718 req-a09f010c-5fcc-41a1-a4cb-6c606e8dadfd 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] TaaS: Handle Delete Port: 4edd2c5b-8165-412c-8562-57f453a0f840 2026-06-24 19:11:34.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0f27fb3-7cfc-4f19-b80e-3cae957ab718 req-a09f010c-5fcc-41a1-a4cb-6c606e8dadfd 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] Tap Mirror: Handle Delete Port: 4edd2c5b-8165-412c-8562-57f453a0f840 2026-06-24 19:11:34.284 7 INFO neutron.db.l3_db [req-b0f27fb3-7cfc-4f19-b80e-3cae957ab718 req-a09f010c-5fcc-41a1-a4cb-6c606e8dadfd 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] Floating IP 76c9f49c-ecbc-4cad-b5b7-966b04250dd7 disassociated. External IP: 10.96.250.206, port: 4edd2c5b-8165-412c-8562-57f453a0f840. [pid: 8|app: 0|req: 366/764] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:11:33 2026] PUT /v2.0/floatingips/f4c2f961-1e82-42ee-b452-31d7f7fd216d => generated 856 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/765] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:34 2026] GET /v2.0/security-groups?id=f759c6af-7c1f-4d65-9951-88894850b75b&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/766] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:34 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/767] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:34 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/768] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:34 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/769] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:11:33 2026] DELETE /v2.0/ports/4edd2c5b-8165-412c-8562-57f453a0f840 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:11:34.721 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-485b9fef-6597-4aa6-84f4-80e94820514b'] response: {'server_uuid': 'a194dbc4-5394-45b4-8738-522af6934a2d', 'name': 'network-vif-deleted', 'tag': '4edd2c5b-8165-412c-8562-57f453a0f840', 'status': 'completed', 'code': 200} 2026-06-24 19:11:34.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d8a4be7-c8c0-429e-bec4-513c3e4ff281'] response: {'name': 'network-changed', 'server_uuid': '6c8edf1b-347e-417b-891f-9ddb59afc9f6', 'tag': 'aa26f4c3-28a5-45be-94b7-75c9ef519b91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 371/770] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:34 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/771] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&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: 372/772] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => 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: 373/773] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 401/774] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 780 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/775] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/ports?device_id=fda56681-4cc6-47ce-a571-6904d70681ab => 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: 402/776] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/777] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/subnets?id=cdce02ac-f530-4663-bef5-8431c6569242 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/778] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/ports?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/779] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 404/780] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:35 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/781] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:36 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/782] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:36 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/783] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:36 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 406/784] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:36 2026] DELETE /v2.0/security-groups/9a4f57f8-bf92-4418-bb12-5443e61ff17f => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:36.730 8 INFO neutron.api.v2.resource [None req-079383ee-6ad9-45bc-8881-197b8d829299 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 379/785] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:11:36 2026] GET /v2.0/security-groups/9a4f57f8-bf92-4418-bb12-5443e61ff17f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:11:36.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-4807641d-89d9-4f68-9abd-b00e407cf3fe 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] TaaS: Handle Delete Port: bb4b6c1c-e57f-4db8-a703-7cde33a68883 2026-06-24 19:11:36.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4807641d-89d9-4f68-9abd-b00e407cf3fe 1a6afab4fa0a45ba8ad6f7735e8c8cc1 1554f0c91b2d4a949c9e9b57afccd005 - - default default] Tap Mirror: Handle Delete Port: bb4b6c1c-e57f-4db8-a703-7cde33a68883 [pid: 7|app: 0|req: 407/786] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:11:36 2026] DELETE /v2.0/floatingips/780c2463-64ff-4b98-a6c9-a22ce23c66f9 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/787] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:37 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/788] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:37 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:37.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-403e5018-5f49-4128-ae76-f43570e43cd8 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: a5f68036-8de9-43c2-bde0-6e623453b29b 2026-06-24 19:11:37.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-403e5018-5f49-4128-ae76-f43570e43cd8 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: a5f68036-8de9-43c2-bde0-6e623453b29b [pid: 7|app: 0|req: 410/789] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:37 2026] GET /v2.0/ports?device_id=a194dbc4-5394-45b4-8738-522af6934a2d => 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: 380/790] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:11:37 2026] PUT /v2.0/routers/90334ffd-1c8c-4bf3-a1c4-1cbda2f4f0d8/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:38.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbd2febd-7550-4f24-aa8b-b3cbdc15d079 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 0294e31a-4a36-42c3-879a-2eff781ef636 2026-06-24 19:11:38.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbd2febd-7550-4f24-aa8b-b3cbdc15d079 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 0294e31a-4a36-42c3-879a-2eff781ef636 [pid: 8|app: 0|req: 381/791] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:38 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/792] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:38 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:38.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbd2febd-7550-4f24-aa8b-b3cbdc15d079 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: adfff94c-a810-47b6-9a59-dbe94e40a62c 2026-06-24 19:11:38.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbd2febd-7550-4f24-aa8b-b3cbdc15d079 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: adfff94c-a810-47b6-9a59-dbe94e40a62c 2026-06-24 19:11:38.964 7 INFO neutron.services.segments.plugin [-] Segment b2ddef41-c7a6-4093-9620-d0847eb10dfc resource provider aggregate not found 2026-06-24 19:11:38.971 7 INFO neutron.services.segments.plugin [-] Segment b2ddef41-c7a6-4093-9620-d0847eb10dfc resource provider aggregate not found 2026-06-24 19:11:38.990 7 INFO neutron.services.segments.plugin [-] Segment b2ddef41-c7a6-4093-9620-d0847eb10dfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ddef41-c7a6-4093-9620-d0847eb10dfc found for delete ", "request_id": "req-a5164b0d-de8a-46e3-a07a-dbd8bd05edee"}]} [pid: 8|app: 0|req: 383/793] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:38 2026] DELETE /v2.0/security-groups/f759c6af-7c1f-4d65-9951-88894850b75b => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:38.995 7 INFO neutron.services.segments.plugin [-] Segment b2ddef41-c7a6-4093-9620-d0847eb10dfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ddef41-c7a6-4093-9620-d0847eb10dfc found for delete ", "request_id": "req-bc252265-12ef-4a12-b73a-7027345721cf"}]} 2026-06-24 19:11:39.006 8 INFO neutron.api.v2.resource [None req-9a33b966-57e0-401e-bd6e-4919f7c6a6ba 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 384/794] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:11:38 2026] GET /v2.0/security-groups/f759c6af-7c1f-4d65-9951-88894850b75b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:11:39.038 7 INFO neutron.db.l3_hamode_db [None req-dbd2febd-7550-4f24-aa8b-b3cbdc15d079 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network bcc65ed1-b082-444f-9ffd-de1cd076c789 was deleted as no HA routers are present in tenant 1554f0c91b2d4a949c9e9b57afccd005. [pid: 7|app: 0|req: 411/795] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:38 2026] DELETE /v2.0/routers/90334ffd-1c8c-4bf3-a1c4-1cbda2f4f0d8 => generated 0 bytes in 1031 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:39.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-d82aa110-2f1b-4864-b1d6-989dd4939e69 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] TaaS: Handle Delete Port: 8984f3f5-dfa7-403f-aa9d-c4f97785cd67 2026-06-24 19:11:39.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d82aa110-2f1b-4864-b1d6-989dd4939e69 6503d0be685b4c828429830e9196d034 b37b08af50ac4d39af6293b77bba11a7 - - default default] Tap Mirror: Handle Delete Port: 8984f3f5-dfa7-403f-aa9d-c4f97785cd67 [pid: 7|app: 0|req: 412/796] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:39 2026] DELETE /v2.0/subnets/0f4063d8-2c02-4587-b10e-26e86456c2d2 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/797] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:11:39 2026] DELETE /v2.0/floatingips/76c9f49c-ecbc-4cad-b5b7-966b04250dd7 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:39.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-33a2c9f5-f1cc-4537-a349-eb0f2fb301e9 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: a3022bef-c132-4358-9473-e1fbdbdddba9 2026-06-24 19:11:39.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33a2c9f5-f1cc-4537-a349-eb0f2fb301e9 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: a3022bef-c132-4358-9473-e1fbdbdddba9 [pid: 7|app: 0|req: 413/798] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:11:39 2026] DELETE /v2.0/networks/f743dd33-3527-4519-9699-e397862876e7 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/799] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:39 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/800] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:39 2026] GET /v2.0/security-groups?tenant_id=1554f0c91b2d4a949c9e9b57afccd005&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/801] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:39 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:39.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0998685-09a0-4270-88e8-e7090cb24841 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 5bedede0-7ee1-4bd6-880a-598897b0f202 2026-06-24 19:11:39.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0998685-09a0-4270-88e8-e7090cb24841 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 5bedede0-7ee1-4bd6-880a-598897b0f202 [pid: 7|app: 0|req: 417/802] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:39 2026] DELETE /v2.0/security-groups/fdaef3f3-dbb8-4d56-a7cd-a0b910e0d193 => 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: 418/803] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:39 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:40.341 7 INFO neutron.db.l3_db [None req-2213c61e-f2f6-4d65-aee4-b9029b94e561 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] Floating IP c18efbad-b331-4b76-bceb-3d64b7af9edb associated. External IP: 10.96.250.213, port: 329ae00c-9b2f-4f80-acbb-4764c30861a6. [pid: 7|app: 0|req: 419/804] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:11:39 2026] PUT /v2.0/floatingips/c18efbad-b331-4b76-bceb-3d64b7af9edb => generated 855 bytes in 751 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/805] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:11:39 2026] PUT /v2.0/routers/4d491146-32d2-4f00-9d38-6b385bdfc7eb/remove_router_interface => generated 309 bytes in 1388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:40.720 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-594e0bf2-fc7c-4aa9-85df-7872f8cedab6'] response: {'name': 'network-changed', 'server_uuid': 'bda34cd7-5887-4535-8936-f3109f2d8f95', 'tag': '329ae00c-9b2f-4f80-acbb-4764c30861a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/806] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:40 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/807] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:40 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:40.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-304eb263-73a4-4771-92c3-6546e44ce516 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 42858673-77ce-45c0-85dc-c3a8f9c31ef1 2026-06-24 19:11:40.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-304eb263-73a4-4771-92c3-6546e44ce516 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 42858673-77ce-45c0-85dc-c3a8f9c31ef1 2026-06-24 19:11:41.025 7 INFO neutron.services.segments.plugin [-] Segment 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 resource provider aggregate not found 2026-06-24 19:11:41.034 7 INFO neutron.services.segments.plugin [-] Segment 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 resource provider aggregate not found 2026-06-24 19:11:41.045 7 INFO neutron.services.segments.plugin [-] Segment 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 found for delete ", "request_id": "req-481a1f7f-38cf-4efe-8b09-a59ae10f5878"}]} 2026-06-24 19:11:41.050 7 INFO neutron.services.segments.plugin [-] Segment 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bcc268b-f82e-488f-b30e-15ecfb0e81e4 found for delete ", "request_id": "req-1f4700ec-237a-49da-88c6-f04fbbd9a4d1"}]} [pid: 8|app: 0|req: 389/808] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => 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: 390/809] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&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-24 19:11:41.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-304eb263-73a4-4771-92c3-6546e44ce516 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 51d19f92-087b-4891-af08-707c2bf7b659 2026-06-24 19:11:41.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-304eb263-73a4-4771-92c3-6546e44ce516 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 51d19f92-087b-4891-af08-707c2bf7b659 [pid: 8|app: 0|req: 391/810] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/ports?tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18&device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/811] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/networks?id=37d3ca3c-e868-4f98-a648-73dc3edbe174 => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/812] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=329ae00c-9b2f-4f80-acbb-4764c30861a6 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/813] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/subnets?id=ce7d6f36-f6dd-419b-9a61-0a06a7cccbdf => generated 697 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/814] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/ports?network_id=37d3ca3c-e868-4f98-a648-73dc3edbe174&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: 396/815] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174?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: 397/816] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:41 2026] GET /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:41.591 7 INFO neutron.db.l3_hamode_db [None req-304eb263-73a4-4771-92c3-6546e44ce516 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network d9fa3a8f-2dd2-4583-8853-e19cc17f07e7 was deleted as no HA routers are present in tenant b37b08af50ac4d39af6293b77bba11a7. [pid: 7|app: 0|req: 420/817] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:40 2026] DELETE /v2.0/routers/4d491146-32d2-4f00-9d38-6b385bdfc7eb => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/818] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:41 2026] DELETE /v2.0/subnets/3fd26dce-7b4d-47fb-8b28-62bd3ad9c0b5 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:11:41.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-17684126-dbc5-47b6-bf32-d1c3f67a6c2f 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 37888e11-7bc1-45ed-bdfe-f3550e46c92f 2026-06-24 19:11:41.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17684126-dbc5-47b6-bf32-d1c3f67a6c2f 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 37888e11-7bc1-45ed-bdfe-f3550e46c92f [pid: 7|app: 0|req: 421/819] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:11:41 2026] DELETE /v2.0/networks/a5b5c9db-d528-40d7-88e3-4cf94eb2222f => 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: 399/820] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:42 2026] GET /v2.0/security-groups?tenant_id=b37b08af50ac4d39af6293b77bba11a7&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/821] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:42 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/822] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:42 2026] DELETE /v2.0/security-groups/c9e5fee7-c420-4573-ad68-a66dbbe9f472 => 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: 401/823] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:42 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:43.068 7 INFO neutron.services.segments.plugin [-] Segment e504c51a-c5f9-40aa-ade7-4ca649bb2164 resource provider aggregate not found 2026-06-24 19:11:43.075 7 INFO neutron.services.segments.plugin [-] Segment e504c51a-c5f9-40aa-ade7-4ca649bb2164 resource provider aggregate not found 2026-06-24 19:11:43.096 7 INFO neutron.services.segments.plugin [-] Segment e504c51a-c5f9-40aa-ade7-4ca649bb2164 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e504c51a-c5f9-40aa-ade7-4ca649bb2164 found for delete ", "request_id": "req-44448753-07f2-406f-94f8-2a688e34549a"}]} 2026-06-24 19:11:43.103 7 INFO neutron.services.segments.plugin [-] Segment e504c51a-c5f9-40aa-ade7-4ca649bb2164 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e504c51a-c5f9-40aa-ade7-4ca649bb2164 found for delete ", "request_id": "req-d2784a91-cf45-4338-b8a3-4a4f1849acde"}]} 2026-06-24 19:11:43.121 7 INFO neutron.services.segments.plugin [-] Segment 834962d7-cd22-4f53-8696-b2135b74a887 resource provider aggregate not found 2026-06-24 19:11:43.127 7 INFO neutron.services.segments.plugin [-] Segment 834962d7-cd22-4f53-8696-b2135b74a887 resource provider aggregate not found 2026-06-24 19:11:43.143 7 INFO neutron.services.segments.plugin [-] Segment 834962d7-cd22-4f53-8696-b2135b74a887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 834962d7-cd22-4f53-8696-b2135b74a887 found for delete ", "request_id": "req-ba46f6bb-8bf6-4d25-987f-f09afe31e591"}]} 2026-06-24 19:11:43.147 7 INFO neutron.services.segments.plugin [-] Segment 834962d7-cd22-4f53-8696-b2135b74a887 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 834962d7-cd22-4f53-8696-b2135b74a887 found for delete ", "request_id": "req-a8d5f35d-8733-4302-9999-e881ba083c6d"}]} [pid: 7|app: 0|req: 423/824] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:43 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/825] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:43 2026] GET /v2.0/security-groups?id=be1097cb-60ea-4326-8abe-29d0a71c102b&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/826] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:11:43 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:43.707 8 INFO neutron_taas.services.taas.taas_plugin [req-82fc1e4d-22cd-4689-a690-766eebb178ac req-e5b56eb9-a8f4-472c-a82e-4abddc3369f2 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] TaaS: Handle Delete Port: 329ae00c-9b2f-4f80-acbb-4764c30861a6 2026-06-24 19:11:43.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-82fc1e4d-22cd-4689-a690-766eebb178ac req-e5b56eb9-a8f4-472c-a82e-4abddc3369f2 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] Tap Mirror: Handle Delete Port: 329ae00c-9b2f-4f80-acbb-4764c30861a6 2026-06-24 19:11:43.848 8 INFO neutron.db.l3_db [req-82fc1e4d-22cd-4689-a690-766eebb178ac req-e5b56eb9-a8f4-472c-a82e-4abddc3369f2 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] Floating IP c18efbad-b331-4b76-bceb-3d64b7af9edb disassociated. External IP: 10.96.250.213, port: 329ae00c-9b2f-4f80-acbb-4764c30861a6. [pid: 8|app: 0|req: 403/827] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:11:43 2026] DELETE /v2.0/ports/329ae00c-9b2f-4f80-acbb-4764c30861a6 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:11:44.269 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-64cbb013-cfea-4170-9a71-bd6191346e3f'] response: {'server_uuid': 'bda34cd7-5887-4535-8936-f3109f2d8f95', 'name': 'network-vif-deleted', 'tag': '329ae00c-9b2f-4f80-acbb-4764c30861a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 404/828] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:44 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:44.828 7 INFO neutron.db.segments_db [None req-5e9f1646-ad41-4584-9d23-cd1e9331b041 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 7a984bfb-0079-46e7-9426-6423f376bd69 of type vxlan for network f6dd623a-aaf9-4281-b381-ddca962fdc9f [pid: 7|app: 0|req: 425/829] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:11:44 2026] POST /v2.0/networks => generated 725 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/832] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:44 2026] GET /v2.0/security-groups?tenant_id=eabad58267984df9b0b660b7ea34a1b7&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/833] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:44 2026] DELETE /v2.0/security-groups/fab6f19a-118d-45dd-adf2-777c8c3b9444 => 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: 428/834] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:44 2026] POST /v2.0/subnets => generated 691 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:45.279 8 INFO neutron.db.segments_db [None req-a0b1a86d-53da-4742-aa10-f6a83a77fed4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment e77cad4d-8b57-4b72-9b17-dd2e325863f4 of type vxlan for network 37ba3d08-4540-45ec-89dd-508caaaccebd [pid: 7|app: 0|req: 429/835] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:45 2026] GET /v2.0/security-groups?tenant_id=e846a706f11d4de2979de154015dc16d&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/836] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:11:45 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1244 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:11:45.622 8 INFO neutron.db.l3_hamode_db [None req-a0b1a86d-53da-4742-aa10-f6a83a77fed4 04d60b9dce4e4d938526bbc89e105e19 a1e3f90718fe4001b0c6940f724179e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 431/837] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:45 2026] DELETE /v2.0/security-groups/75845556-7c99-4df1-96e8-83e96583ed7d => 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: 432/838] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:45 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 433/839] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:45 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:46.533 8 INFO neutron.db.l3_hamode_db [None req-a0b1a86d-53da-4742-aa10-f6a83a77fed4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 434/840] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:46 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/841] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:11:45 2026] POST /v2.0/routers => generated 731 bytes in 2207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/842] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:47 2026] GET /v2.0/ports?device_id=bda34cd7-5887-4535-8936-f3109f2d8f95 => 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: 435/843] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:11:47 2026] PUT /v2.0/routers/703ae007-a60c-458c-aa90-ea49d3ee4fa5/add_router_interface => generated 309 bytes in 1278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/844] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:49 2026] DELETE /v2.0/security-groups/be1097cb-60ea-4326-8abe-29d0a71c102b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:11:49.205 7 INFO neutron.api.v2.resource [None req-2018f175-1e75-458d-bdd8-d820ce8ba83b 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/845] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:11:49 2026] GET /v2.0/security-groups/be1097cb-60ea-4326-8abe-29d0a71c102b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:11:49.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7aca681-93c6-416d-b09d-af5f936ad9a4 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] TaaS: Handle Delete Port: ef141b47-dacf-471f-81dc-14ba6e6a6b80 2026-06-24 19:11:49.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7aca681-93c6-416d-b09d-af5f936ad9a4 311f5892d4794bfc86bb83b305cd5eb8 c436d47a1c5148fbaad31e5b8a8a9a18 - - default default] Tap Mirror: Handle Delete Port: ef141b47-dacf-471f-81dc-14ba6e6a6b80 [pid: 7|app: 0|req: 437/846] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:11:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/847] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:11:49 2026] DELETE /v2.0/floatingips/c18efbad-b331-4b76-bceb-3d64b7af9edb => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/848] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/849] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:11:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:11:49.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-e35e67ef-cb01-4c26-a4ad-0276635c7867 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 358dbdff-46ef-4d9c-adf9-463436157b81 2026-06-24 19:11:49.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e35e67ef-cb01-4c26-a4ad-0276635c7867 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 358dbdff-46ef-4d9c-adf9-463436157b81 [pid: 7|app: 0|req: 440/850] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:11:49 2026] POST /v2.0/floatingips => generated 552 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/851] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:11:49 2026] PUT /v2.0/routers/41a71909-c0e1-4281-80ad-62fc8abe9e6b/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:50.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-07cfe24a-9e4e-4366-9980-927c8c77c20b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 5a8f339c-e117-45c0-959b-ad685e46ac07 2026-06-24 19:11:50.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07cfe24a-9e4e-4366-9980-927c8c77c20b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 5a8f339c-e117-45c0-959b-ad685e46ac07 [pid: 8|app: 0|req: 412/852] 10.0.0.21 () {34 vars in 1099 bytes} [Wed Jun 24 19:11:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1223210148&fields=id&tenant_id=a1e3f90718fe4001b0c6940f724179e8 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/853] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:11:50 2026] GET /v2.0/networks?id=f6dd623a-aaf9-4281-b381-ddca962fdc9f => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/854] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:11:50 2026] GET /v2.0/quotas/a1e3f90718fe4001b0c6940f724179e8 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/855] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:11:51 2026] GET /v2.0/ports?tenant_id=a1e3f90718fe4001b0c6940f724179e8&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:11:51.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-07cfe24a-9e4e-4366-9980-927c8c77c20b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: e2690cb7-962d-4f1d-88cf-d75b915bd572 2026-06-24 19:11:51.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07cfe24a-9e4e-4366-9980-927c8c77c20b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: e2690cb7-962d-4f1d-88cf-d75b915bd572 [pid: 8|app: 0|req: 416/856] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:11:51 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/857] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:11:51 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?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: 418/858] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:51 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:51.905 7 INFO neutron.services.segments.plugin [-] Segment 571d7cbf-2543-459d-bba1-44cb1122eea7 resource provider aggregate not found 2026-06-24 19:11:51.914 7 INFO neutron.services.segments.plugin [-] Segment 571d7cbf-2543-459d-bba1-44cb1122eea7 resource provider aggregate not found 2026-06-24 19:11:51.927 7 INFO neutron.services.segments.plugin [-] Segment 571d7cbf-2543-459d-bba1-44cb1122eea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571d7cbf-2543-459d-bba1-44cb1122eea7 found for delete ", "request_id": "req-0fbfa24c-4d95-4e85-82cc-ab6ebbb21efc"}]} 2026-06-24 19:11:51.932 7 INFO neutron.services.segments.plugin [-] Segment 571d7cbf-2543-459d-bba1-44cb1122eea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571d7cbf-2543-459d-bba1-44cb1122eea7 found for delete ", "request_id": "req-11a065a0-31b5-421c-8d2e-4e124b335e5a"}]} 2026-06-24 19:11:51.937 7 INFO neutron.db.l3_hamode_db [None req-07cfe24a-9e4e-4366-9980-927c8c77c20b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network d6e94478-c5f7-4756-80ea-9295ca57bf56 was deleted as no HA routers are present in tenant c436d47a1c5148fbaad31e5b8a8a9a18. [pid: 7|app: 0|req: 441/859] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:50 2026] DELETE /v2.0/routers/41a71909-c0e1-4281-80ad-62fc8abe9e6b => generated 0 bytes in 1326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/860] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:51 2026] GET /v2.0/security-groups?tenant_id=5edc9ea5e80b48038ee735ed47533fd5&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/861] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:52 2026] DELETE /v2.0/security-groups/2c0165c2-70ac-4c82-92e4-134ae24b7b7b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/862] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:11:51 2026] DELETE /v2.0/subnets/ce7d6f36-f6dd-419b-9a61-0a06a7cccbdf => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:11:52.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e9ce387-9469-4038-8e04-2f7cecde3185 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 5bedcd24-7c9b-49c1-95ae-e7b99b7ca1a0 2026-06-24 19:11:52.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e9ce387-9469-4038-8e04-2f7cecde3185 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 5bedcd24-7c9b-49c1-95ae-e7b99b7ca1a0 [pid: 7|app: 0|req: 443/863] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:52 2026] GET /v2.0/security-groups?tenant_id=eeb77292ef34448b8e884ecb56049916&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:11:52.464 8 INFO neutron.services.segments.plugin [-] Segment bb9342cf-0858-41dc-818b-bcf16e3ed1e4 resource provider aggregate not found 2026-06-24 19:11:52.471 8 INFO neutron.services.segments.plugin [-] Segment bb9342cf-0858-41dc-818b-bcf16e3ed1e4 resource provider aggregate not found 2026-06-24 19:11:52.482 8 INFO neutron.services.segments.plugin [-] Segment bb9342cf-0858-41dc-818b-bcf16e3ed1e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb9342cf-0858-41dc-818b-bcf16e3ed1e4 found for delete ", "request_id": "req-481986bd-dff1-4e6b-9566-60d0beeab9f4"}]} 2026-06-24 19:11:52.507 8 INFO neutron.services.segments.plugin [-] Segment bb9342cf-0858-41dc-818b-bcf16e3ed1e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb9342cf-0858-41dc-818b-bcf16e3ed1e4 found for delete ", "request_id": "req-740f4b31-4fa1-4067-ab1a-3f6aa8d1cda7"}]} [pid: 8|app: 0|req: 421/864] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:11:52 2026] DELETE /v2.0/networks/37d3ca3c-e868-4f98-a648-73dc3edbe174 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/865] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:52 2026] DELETE /v2.0/security-groups/cb62afe7-21f8-44a6-b32a-1a905c91931b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/866] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:52 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/867] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:52 2026] GET /v2.0/security-groups?tenant_id=c436d47a1c5148fbaad31e5b8a8a9a18&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/868] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:52 2026] DELETE /v2.0/security-groups/73b58b04-fa18-42f9-a915-3a061d0bb4af => 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: 446/869] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:53 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => 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: 424/870] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:54 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => 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: 447/871] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:11:55 2026] GET /v2.0/networks?id=f6dd623a-aaf9-4281-b381-ddca962fdc9f => 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: 425/872] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:11:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a1e3f90718fe4001b0c6940f724179e8 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/873] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:55 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:11:55.971 8 WARNING keystonemiddleware.audit [req-beeb7a05-da8d-445f-84e8-25026cd455fd req-3867edf1-9647-4895-8079-02438872433a 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] Skipping service tempest-service-1134147151 as it have no endpoints. [pid: 8|app: 0|req: 427/874] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:55 2026] GET /v2.0/security-groups?tenant_id=7159ef9215164c0f9e13b87ae4a189f3&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:11:56.108 8 WARNING keystonemiddleware.audit [None req-6fbf2f6a-a882-4969-89a0-1090499aac4b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Skipping service tempest-service-1134147151 as it have no endpoints. [pid: 7|app: 0|req: 448/875] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:11:55 2026] POST /v2.0/ports => generated 958 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 428/876] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:56 2026] DELETE /v2.0/security-groups/9efe4b82-d493-43a5-bc78-3d5750bce9a6 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/877] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:11:56 2026] PUT /v2.0/ports/410433f6-8bd0-4501-a4a9-db2b86344156 => generated 1239 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:11:56.646 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4a7fbef-fc78-450f-a7c1-2fb770c7fede'] response: {'name': 'network-changed', 'server_uuid': '44e504ef-4758-4e02-8fa9-b24026823e37', 'tag': '410433f6-8bd0-4501-a4a9-db2b86344156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/878] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:56 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 973 bytes in 83 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: 450/879] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:57 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/880] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:57 2026] GET /v2.0/ports?tenant_id=a1e3f90718fe4001b0c6940f724179e8&device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/881] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:11:57 2026] GET /v2.0/networks?tenant_id=a1e3f90718fe4001b0c6940f724179e8&shared=False => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/882] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:11:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/883] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:57 2026] GET /v2.0/security-groups?tenant_id=3e785bbdf01642f49072ba0af5b183a5&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/884] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:57 2026] DELETE /v2.0/security-groups/f17cce99-4957-4a05-9aea-42ae94193016 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/885] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/886] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/887] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/ports?tenant_id=a1e3f90718fe4001b0c6940f724179e8&device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/888] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=410433f6-8bd0-4501-a4a9-db2b86344156 => 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: 436/889] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/subnets?id=85070577-4706-4531-ab91-f15d8c526a3c => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/890] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/security-groups?tenant_id=b6bcb37c655542d0a945ee174dfa9473&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/891] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/ports?network_id=f6dd623a-aaf9-4281-b381-ddca962fdc9f&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: 438/892] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/893] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:11:58 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?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: 455/894] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:11:58 2026] DELETE /v2.0/security-groups/b279e7f4-2ba0-4acf-95f3-c76ab78f0ccf => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/895] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:11:59 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/896] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:11:59 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&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: 442/899] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:00 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/900] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:00 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/901] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:00 2026] GET /v2.0/security-groups?tenant_id=b4bf646379e4452492ffca781b5381ca&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/902] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:00 2026] DELETE /v2.0/security-groups/0c0e07a9-f4c8-4727-ba82-c5c22b37172d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/903] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:00 2026] GET /v2.0/security-groups?tenant_id=1490f925d0bf408ca24dc75cda69da59&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/904] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:01 2026] DELETE /v2.0/security-groups/1f629031-ca72-48d1-afcd-d630134cb313 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/905] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:01 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/906] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:01 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&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: 461/907] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:02 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/908] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:02 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&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: 462/909] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:02 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/910] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:12:03 2026] GET /v2.0/ports/aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 972 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/911] 199.19.213.203 () {34 vars in 1000 bytes} [Wed Jun 24 19:12:03 2026] GET /v2.0/subnets?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/912] 199.19.213.203 () {34 vars in 1146 bytes} [Wed Jun 24 19:12:03 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6&device_owner=compute%3Anova&network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/913] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:03 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/914] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:03 2026] GET /v2.0/security-groups?tenant_id=c2a6d4fa6fcc4908b19c168a28644c70&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/915] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:04 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/916] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:04 2026] DELETE /v2.0/security-groups/1de92191-753d-4eca-b290-7111fe633a09 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/917] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:04 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/918] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:12:03 2026] PUT /v2.0/ports/aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 1149 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:04.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae864849-e606-42d0-9bb7-5a4067e22473'] response: {'name': 'network-changed', 'server_uuid': '6c8edf1b-347e-417b-891f-9ddb59afc9f6', 'tag': 'aa26f4c3-28a5-45be-94b7-75c9ef519b91', 'status': 'completed', 'code': 200} 2026-06-24 19:12:04.903 8 INFO neutron.db.l3_db [None req-d4f62229-bd7b-404b-8e30-5d6cc71454e5 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] Floating IP 0d09771f-f843-4e20-8d6c-2e54ba9f2306 associated. External IP: 10.96.250.203, port: 410433f6-8bd0-4501-a4a9-db2b86344156. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/919] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/920] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 780 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/921] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:12:04 2026] PUT /v2.0/floatingips/0d09771f-f843-4e20-8d6c-2e54ba9f2306 => generated 856 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:05.338 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-534423bc-4e95-4337-98fe-1a2763e3a864'] response: {'name': 'network-changed', 'server_uuid': '44e504ef-4758-4e02-8fa9-b24026823e37', 'tag': '410433f6-8bd0-4501-a4a9-db2b86344156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 455/922] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/923] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => 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: 457/924] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/subnets?id=cdce02ac-f530-4663-bef5-8431c6569242 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/925] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/ports?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe&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: 468/926] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/security-groups?tenant_id=096ceb412b094defbaed55b3b0c6c8e9&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/927] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 460/928] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 469/929] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:05 2026] DELETE /v2.0/security-groups/1899c9df-e473-4a81-bbbf-f85fae6a4907 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/930] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/ports?tenant_id=a1e3f90718fe4001b0c6940f724179e8&device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => 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: 461/931] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/security-groups?tenant_id=06e8e587dbaf4aa6a028fa4722a42d4d&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/932] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/networks?id=f6dd623a-aaf9-4281-b381-ddca962fdc9f => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/933] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=410433f6-8bd0-4501-a4a9-db2b86344156 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/934] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:05 2026] GET /v2.0/subnets?id=85070577-4706-4531-ab91-f15d8c526a3c => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/935] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/ports?network_id=f6dd623a-aaf9-4281-b381-ddca962fdc9f&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/936] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:05 2026] DELETE /v2.0/security-groups/75822ddf-ebb1-4b60-822a-2852bb4e7f60 => 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: 475/937] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?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: 463/938] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/939] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1152 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/940] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 477/941] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/942] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/943] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/944] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => 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: 479/945] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/subnets?id=cdce02ac-f530-4663-bef5-8431c6569242 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/946] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/ports?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe&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: 480/947] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 468/948] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:06 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 481/949] 199.19.213.203 () {34 vars in 1118 bytes} [Wed Jun 24 19:12:07 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/950] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:12:07 2026] PUT /v2.0/ports/aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 972 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:07.993 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e634f8d-f621-4fc0-8cb5-e32326eb5482'] response: {'name': 'network-changed', 'server_uuid': '6c8edf1b-347e-417b-891f-9ddb59afc9f6', 'tag': 'aa26f4c3-28a5-45be-94b7-75c9ef519b91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 482/951] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 470/952] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/953] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/954] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/subnets?id=cdce02ac-f530-4663-bef5-8431c6569242 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/955] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/ports?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe&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: 472/956] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/957] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:08 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?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: 473/958] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:09 2026] GET /v2.0/ports?tenant_id=08a1b04d60ab432c83ea4101aa41c987&device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => 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: 486/959] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:09 2026] GET /v2.0/networks?id=75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/960] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:09 2026] GET /v2.0/security-groups?tenant_id=b0eb0367351641f9bcec2bea6a59d60c&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/961] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:09 2026] GET /v2.0/security-groups?tenant_id=dd4cb0b9e2c2489d8fd40fb406bad2a6&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/962] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/963] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/964] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:10 2026] DELETE /v2.0/security-groups/8b317500-cc19-4fc1-baf9-85c7d59db55c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/965] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/subnets?id=cdce02ac-f530-4663-bef5-8431c6569242 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/966] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&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: 476/967] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:10 2026] DELETE /v2.0/security-groups/f8cd1e89-a13c-4395-a7e9-1be5bef1b800 => 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: 492/968] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/ports?network_id=75ef7eba-ebed-456b-9ee2-f9276a921efe&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: 493/969] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/970] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/971] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:10 2026] GET /v2.0/security-groups?tenant_id=eeaafe1f5139499abae7b471b2636464&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/972] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:10 2026] DELETE /v2.0/security-groups/fab13a24-8f8a-4a06-81f1-b77696e5ffc7 => 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: 478/973] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:11 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/974] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:11 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/975] 10.0.0.104 () {32 vars in 653 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions => generated 21537 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/976] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/977] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/978] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/979] 10.0.0.104 () {32 vars in 665 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/980] 10.0.0.104 () {32 vars in 699 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/981] 10.0.0.104 () {32 vars in 697 bytes} [Wed Jun 24 19:12:12 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: 500/982] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/983] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/984] 10.0.0.104 () {32 vars in 703 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/985] 10.0.0.104 () {32 vars in 693 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/986] 10.0.0.104 () {32 vars in 695 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/987] 10.0.0.104 () {32 vars in 685 bytes} [Wed Jun 24 19:12: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: 503/988] 10.0.0.104 () {32 vars in 687 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/989] 10.0.0.104 () {32 vars in 661 bytes} [Wed Jun 24 19:12:12 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: 505/990] 10.0.0.104 () {32 vars in 699 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/991] 10.0.0.104 () {32 vars in 679 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/992] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/993] 10.0.0.104 () {32 vars in 683 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/994] 10.0.0.104 () {32 vars in 675 bytes} [Wed Jun 24 19:12:12 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: 509/995] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/996] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:12:12 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: 511/997] 10.0.0.104 () {32 vars in 687 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/998] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/flavors => 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: 513/999] 10.0.0.104 () {32 vars in 687 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:12.633 8 INFO neutron_taas.services.taas.taas_plugin [req-83affdb7-6b0b-4d4e-9d6a-43ecd476b4d2 req-4030d144-8c40-4739-9bb3-ac8d28b21ac5 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] TaaS: Handle Delete Port: aa26f4c3-28a5-45be-94b7-75c9ef519b91 2026-06-24 19:12:12.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83affdb7-6b0b-4d4e-9d6a-43ecd476b4d2 req-4030d144-8c40-4739-9bb3-ac8d28b21ac5 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] Tap Mirror: Handle Delete Port: aa26f4c3-28a5-45be-94b7-75c9ef519b91 [pid: 7|app: 0|req: 514/1000] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1001] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1002] 10.0.0.104 () {32 vars in 699 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1003] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/security-groups?id=0c0e66d6-336e-4a1d-9f50-7a7df1614ecc&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1004] 10.0.0.104 () {32 vars in 679 bytes} [Wed Jun 24 19:12:12 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: 519/1005] 10.0.0.104 () {32 vars in 667 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:12.718 8 INFO neutron.db.l3_db [req-83affdb7-6b0b-4d4e-9d6a-43ecd476b4d2 req-4030d144-8c40-4739-9bb3-ac8d28b21ac5 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] Floating IP f4c2f961-1e82-42ee-b452-31d7f7fd216d disassociated. External IP: 10.96.250.201, port: aa26f4c3-28a5-45be-94b7-75c9ef519b91. [pid: 7|app: 0|req: 520/1006] 10.0.0.104 () {32 vars in 677 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1007] 10.0.0.104 () {32 vars in 665 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1008] 10.0.0.104 () {32 vars in 675 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1009] 10.0.0.104 () {32 vars in 713 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1010] 10.0.0.104 () {32 vars in 691 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1011] 10.0.0.104 () {32 vars in 683 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1012] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1013] 10.0.0.104 () {32 vars in 687 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1014] 10.0.0.104 () {32 vars in 705 bytes} [Wed Jun 24 19:12:12 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: 529/1015] 10.0.0.104 () {32 vars in 675 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1016] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1017] 10.0.0.104 () {32 vars in 675 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1018] 10.0.0.104 () {32 vars in 693 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1019] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1020] 10.0.0.104 () {32 vars in 709 bytes} [Wed Jun 24 19:12:12 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: 535/1021] 10.0.0.104 () {32 vars in 705 bytes} [Wed Jun 24 19:12:12 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: 536/1022] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1023] 10.0.0.104 () {32 vars in 697 bytes} [Wed Jun 24 19:12:12 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: 538/1024] 10.0.0.104 () {32 vars in 711 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1025] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:12 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: 540/1026] 10.0.0.104 () {32 vars in 687 bytes} [Wed Jun 24 19:12:12 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: 541/1027] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:12 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: 542/1028] 10.0.0.104 () {32 vars in 675 bytes} [Wed Jun 24 19:12:12 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: 543/1029] 10.0.0.104 () {32 vars in 671 bytes} [Wed Jun 24 19:12:12 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: 544/1030] 10.0.0.104 () {32 vars in 661 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1031] 10.0.0.104 () {32 vars in 699 bytes} [Wed Jun 24 19:12:12 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: 546/1032] 10.0.0.104 () {32 vars in 699 bytes} [Wed Jun 24 19:12:12 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: 547/1033] 10.0.0.104 () {32 vars in 677 bytes} [Wed Jun 24 19:12:12 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: 548/1034] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:12 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: 549/1035] 10.0.0.104 () {32 vars in 683 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1036] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1037] 10.0.0.104 () {32 vars in 685 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1038] 10.0.0.104 () {32 vars in 707 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1039] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:12 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: 554/1040] 10.0.0.104 () {32 vars in 697 bytes} [Wed Jun 24 19:12:12 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: 555/1041] 10.0.0.104 () {32 vars in 695 bytes} [Wed Jun 24 19:12:12 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1042] 10.0.0.104 () {32 vars in 685 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1043] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1044] 10.0.0.104 () {32 vars in 705 bytes} [Wed Jun 24 19:12:13 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: 559/1045] 10.0.0.104 () {32 vars in 667 bytes} [Wed Jun 24 19:12:13 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: 560/1046] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1047] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:13 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: 562/1048] 10.0.0.104 () {32 vars in 691 bytes} [Wed Jun 24 19:12:13 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: 563/1049] 10.0.0.104 () {32 vars in 691 bytes} [Wed Jun 24 19:12:13 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: 564/1050] 10.0.0.104 () {32 vars in 695 bytes} [Wed Jun 24 19:12:13 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: 565/1051] 10.0.0.104 () {32 vars in 685 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1052] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:13 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: 487/1053] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:12:12 2026] DELETE /v2.0/ports/aa26f4c3-28a5-45be-94b7-75c9ef519b91 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1054] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1055] 10.0.0.104 () {32 vars in 703 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1056] 10.0.0.104 () {32 vars in 713 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:13.130 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8ac1f4c-b263-440d-92bd-03d7f0e4f1c1'] response: {'server_uuid': '6c8edf1b-347e-417b-891f-9ddb59afc9f6', 'name': 'network-vif-deleted', 'tag': 'aa26f4c3-28a5-45be-94b7-75c9ef519b91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 489/1057] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1058] 10.0.0.104 () {32 vars in 715 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1059] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/security-groups-remote-address-group => 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: 570/1060] 10.0.0.104 () {32 vars in 741 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1061] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1062] 10.0.0.104 () {32 vars in 683 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1063] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1064] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1065] 10.0.0.104 () {32 vars in 679 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1066] 10.0.0.104 () {32 vars in 669 bytes} [Wed Jun 24 19:12:13 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: 8|app: 0|req: 494/1067] 10.0.0.104 () {32 vars in 697 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1068] 10.0.0.104 () {32 vars in 705 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1069] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:13 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: 575/1070] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1071] 10.0.0.104 () {32 vars in 683 bytes} [Wed Jun 24 19:12:13 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: 576/1072] 10.0.0.104 () {32 vars in 705 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1073] 10.0.0.104 () {32 vars in 695 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1074] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1075] 10.0.0.104 () {32 vars in 697 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1076] 10.0.0.104 () {32 vars in 679 bytes} [Wed Jun 24 19:12:13 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: 8|app: 0|req: 499/1077] 10.0.0.104 () {32 vars in 689 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1078] 10.0.0.104 () {32 vars in 701 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1079] 10.0.0.104 () {32 vars in 665 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1080] 10.0.0.104 () {32 vars in 681 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1081] 10.0.0.104 () {32 vars in 677 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1082] 10.0.0.104 () {32 vars in 693 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1083] 10.0.0.104 () {32 vars in 677 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1084] 10.0.0.104 () {32 vars in 667 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1085] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1086] 10.0.0.104 () {32 vars in 675 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1087] 10.0.0.104 () {32 vars in 687 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/extensions/taas-vlan-filter => 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: 584/1088] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => 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: 505/1089] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:13 2026] GET /v2.0/security-groups?tenant_id=c8e3a599dfea49b79e18c8995f29cabf&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1090] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:14 2026] DELETE /v2.0/security-groups/ddcc72fa-95bf-49a8-abb9-cdfe917c63bf => 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: 506/1091] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:12:14 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1092] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:14 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1095] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:14 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => 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: 588/1096] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:15 2026] GET /v2.0/ports?device_id=6c8edf1b-347e-417b-891f-9ddb59afc9f6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:16.583 8 INFO neutron.db.segments_db [None req-5dbb0471-9e83-4fc4-9166-957fd2adc19f bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Added segment 2ae14edd-4d0a-4c42-a08f-e16d66215b90 of type vxlan for network 2bb9e89a-174a-4411-8080-d005003fb36c 2026-06-24 19:12:16.641 8 INFO neutron.db.segments_db [None req-5dbb0471-9e83-4fc4-9166-957fd2adc19f bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Added segment b1b490c1-c297-42de-b83e-d689867181af of type vxlan for network b1c6a52b-ef3c-4cc7-a0d9-1c50db542885 [pid: 8|app: 0|req: 509/1097] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:16 2026] POST /v2.0/networks => generated 1208 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1098] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:12:16 2026] GET /v2.0/networks => generated 1845 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1099] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:16 2026] GET /v2.0/security-groups?tenant_id=b99f762b16254f3e9b85cef38cb44445&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:16.990 8 INFO neutron.services.segments.plugin [-] Segment 2ae14edd-4d0a-4c42-a08f-e16d66215b90 resource provider aggregate not found 2026-06-24 19:12:16.993 8 INFO neutron.services.segments.plugin [-] Segment 2ae14edd-4d0a-4c42-a08f-e16d66215b90 resource provider aggregate not found 2026-06-24 19:12:17.010 8 INFO neutron.services.segments.plugin [-] Segment 2ae14edd-4d0a-4c42-a08f-e16d66215b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ae14edd-4d0a-4c42-a08f-e16d66215b90 found for delete ", "request_id": "req-6154a036-d76c-4d49-98a9-92d4d8c80247"}]} 2026-06-24 19:12:17.012 8 INFO neutron.services.segments.plugin [-] Segment 2ae14edd-4d0a-4c42-a08f-e16d66215b90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ae14edd-4d0a-4c42-a08f-e16d66215b90 found for delete ", "request_id": "req-a690e73f-b220-42a7-a331-b6a4260a09bd"}]} [pid: 8|app: 0|req: 511/1100] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:16 2026] DELETE /v2.0/networks/2bb9e89a-174a-4411-8080-d005003fb36c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1101] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:16 2026] DELETE /v2.0/security-groups/de46bf75-224f-4ba1-a4d3-09afaa6da302 => 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: 512/1102] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:17 2026] DELETE /v2.0/networks/b1c6a52b-ef3c-4cc7-a0d9-1c50db542885 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1103] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:17 2026] DELETE /v2.0/security-groups/0c0e66d6-336e-4a1d-9f50-7a7df1614ecc => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1104] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:12:17 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:17.222 8 INFO neutron.api.v2.resource [None req-f850b723-b7ed-459c-acf6-a5040e5d301e 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1105] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:12:17 2026] GET /v2.0/security-groups/0c0e66d6-336e-4a1d-9f50-7a7df1614ecc => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:17.273 8 INFO neutron.db.segments_db [None req-04a4fe04-78cd-4ea2-8eed-50463f97847e bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Added segment 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 of type vxlan for network 6251c6fa-fbc9-41cc-903d-6786ae3032fb [pid: 7|app: 0|req: 592/1106] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:17 2026] GET /v2.0/security-groups?tenant_id=2a466c7be71842e98ebb22fecc9eb23f&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: 515/1107] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:17 2026] POST /v2.0/networks => generated 630 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:17.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a4d7885-5cd3-4a75-b300-6a0a97466673 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] TaaS: Handle Delete Port: dcb53bc1-2cda-4033-9902-de48ef17b693 2026-06-24 19:12:17.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4d7885-5cd3-4a75-b300-6a0a97466673 8c4451d83f3041f29d05b2157420d126 08a1b04d60ab432c83ea4101aa41c987 - - default default] Tap Mirror: Handle Delete Port: dcb53bc1-2cda-4033-9902-de48ef17b693 [pid: 8|app: 0|req: 516/1108] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:17 2026] DELETE /v2.0/security-groups/e64bf155-3ac6-4693-896e-0b5b1b0d0fe8 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:17.516 8 INFO neutron.db.segments_db [None req-9bd5aec4-0887-480d-8517-bb56ec6bf5f4 bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Added segment 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 of type vxlan for network 334dc42e-120c-4397-a36b-17dc45099098 [pid: 7|app: 0|req: 593/1109] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:12:17 2026] DELETE /v2.0/floatingips/f4c2f961-1e82-42ee-b452-31d7f7fd216d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1110] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:17 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:18.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bc2b78e-ebbf-437b-be08-0264aa86024a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 26bdf244-20da-45cc-887a-6aa7b5f600aa 2026-06-24 19:12:18.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bc2b78e-ebbf-437b-be08-0264aa86024a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 26bdf244-20da-45cc-887a-6aa7b5f600aa [pid: 7|app: 0|req: 594/1111] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:12:17 2026] POST /v2.0/ports => generated 1506 bytes in 581 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: 595/1112] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:12:18 2026] GET /v2.0/ports => generated 1506 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:18.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba1c5d4e-dd51-4462-8ee4-03d16f955185 bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] TaaS: Handle Delete Port: 0ecd098c-1c86-42f0-a739-2cc3a3682c49 2026-06-24 19:12:18.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba1c5d4e-dd51-4462-8ee4-03d16f955185 bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Tap Mirror: Handle Delete Port: 0ecd098c-1c86-42f0-a739-2cc3a3682c49 [pid: 7|app: 0|req: 596/1113] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:12:18 2026] DELETE /v2.0/ports/0ecd098c-1c86-42f0-a739-2cc3a3682c49 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:18.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-766dd6dc-87a1-485c-b75e-7ff6e48d936f bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] TaaS: Handle Delete Port: 5885dd76-d66b-496c-8b20-f8ea067f7488 2026-06-24 19:12:18.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-766dd6dc-87a1-485c-b75e-7ff6e48d936f bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Tap Mirror: Handle Delete Port: 5885dd76-d66b-496c-8b20-f8ea067f7488 [pid: 7|app: 0|req: 597/1114] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:12:18 2026] DELETE /v2.0/ports/5885dd76-d66b-496c-8b20-f8ea067f7488 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1115] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:17 2026] PUT /v2.0/routers/adb77eda-81b5-4d88-80dd-7e9f1a24999c/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1116] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:12:18 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:18.731 7 INFO neutron.db.segments_db [None req-0b3b0068-2f3f-441e-956e-4ff6b3415fee bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Added segment 4ad2e055-e130-4b48-8574-8abea0a8061d of type vxlan for network 9a29387a-5122-4ed3-a0a6-c51025136d90 [pid: 7|app: 0|req: 599/1117] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:18 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:18.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-11c5698c-c110-4ecd-99a2-fde0bf560446 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 9b15169c-4b0c-4348-b955-212dbf7ceafb 2026-06-24 19:12:18.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11c5698c-c110-4ecd-99a2-fde0bf560446 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 9b15169c-4b0c-4348-b955-212dbf7ceafb 2026-06-24 19:12:18.916 7 INFO neutron.db.segments_db [None req-ac60df91-6919-4f29-9a6d-0ca6ca9494b0 bfc6d11fee9c4d36a5b72e304f942d9c 364f3a451a0a44e5af29e6e8aef0d962 - - default default] Added segment 49f01bd2-e436-4191-833b-60e7df6a9acb of type vxlan for network 1be7ac7c-07e9-4240-90db-3a8cfc3886e0 [pid: 7|app: 0|req: 600/1118] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:18 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:19.037 8 INFO neutron.services.segments.plugin [-] Segment b1b490c1-c297-42de-b83e-d689867181af resource provider aggregate not found 2026-06-24 19:12:19.040 8 INFO neutron.services.segments.plugin [-] Segment b1b490c1-c297-42de-b83e-d689867181af resource provider aggregate not found 2026-06-24 19:12:19.066 8 INFO neutron.services.segments.plugin [-] Segment b1b490c1-c297-42de-b83e-d689867181af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1b490c1-c297-42de-b83e-d689867181af found for delete ", "request_id": "req-c174a5d3-e2af-45e9-a136-10907cc5c5cc"}]} 2026-06-24 19:12:19.066 8 INFO neutron.services.segments.plugin [-] Segment b1b490c1-c297-42de-b83e-d689867181af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1b490c1-c297-42de-b83e-d689867181af found for delete ", "request_id": "req-6056e46b-b2c1-45d4-9885-dd965abe363d"}]} 2026-06-24 19:12:19.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-11c5698c-c110-4ecd-99a2-fde0bf560446 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: b0e6e982-ed2e-4f8a-bb4b-6756d5c52c1a 2026-06-24 19:12:19.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11c5698c-c110-4ecd-99a2-fde0bf560446 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: b0e6e982-ed2e-4f8a-bb4b-6756d5c52c1a [pid: 7|app: 0|req: 601/1119] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:19 2026] POST /v2.0/subnets => generated 1273 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 19:12:19.498 8 INFO neutron.db.l3_hamode_db [None req-11c5698c-c110-4ecd-99a2-fde0bf560446 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network dadcf3c6-79b5-41aa-8abd-f5be139c73d1 was deleted as no HA routers are present in tenant 08a1b04d60ab432c83ea4101aa41c987. [pid: 8|app: 0|req: 519/1120] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:18 2026] DELETE /v2.0/routers/adb77eda-81b5-4d88-80dd-7e9f1a24999c => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1121] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:12:19 2026] GET /v2.0/subnets => generated 1909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1122] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:19 2026] DELETE /v2.0/subnets/cdce02ac-f530-4663-bef5-8431c6569242 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:19.757 7 INFO neutron.db.segments_db [None req-4e16ae31-8671-4968-8762-83b70694bdda 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Added segment 30f22423-afe8-4b1a-8072-724a1a7e8dff of type vxlan for network 7fd24559-e056-448a-b5f0-26374e38984a [pid: 8|app: 0|req: 522/1123] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:19 2026] DELETE /v2.0/subnets/c62e0872-3257-4ea5-961c-a47fde06c900 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1124] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:19 2026] POST /v2.0/networks => generated 630 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:19.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-72f2f86e-49c1-4011-be75-527857979bec 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 931500e2-84cd-4f7c-b5eb-2c025bf249d1 2026-06-24 19:12:19.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72f2f86e-49c1-4011-be75-527857979bec 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 931500e2-84cd-4f7c-b5eb-2c025bf249d1 [pid: 7|app: 0|req: 603/1125] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:19 2026] DELETE /v2.0/subnets/cda19354-4353-4905-9678-6ba641b99790 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1126] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:19 2026] DELETE /v2.0/networks/75ef7eba-ebed-456b-9ee2-f9276a921efe => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1127] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:12:20 2026] GET /v2.0/subnets => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1128] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:20 2026] POST /v2.0/subnets => generated 627 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1129] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:20 2026] DELETE /v2.0/networks/1be7ac7c-07e9-4240-90db-3a8cfc3886e0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:20.342 7 INFO neutron.db.segments_db [None req-bf6f0236-a8d8-456a-bb5a-689ad155ac8c 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Added segment be2456ab-456f-40f3-a064-ef5967ccace5 of type vxlan for network c27de8fd-4cea-4a19-9db5-25e77f4c4177 [pid: 8|app: 0|req: 526/1130] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:20 2026] DELETE /v2.0/networks/9a29387a-5122-4ed3-a0a6-c51025136d90 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1131] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:20 2026] GET /v2.0/security-groups?tenant_id=08a1b04d60ab432c83ea4101aa41c987&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1132] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:20 2026] DELETE /v2.0/networks/334dc42e-120c-4397-a36b-17dc45099098 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:20.590 7 INFO neutron.db.l3_hamode_db [None req-bf6f0236-a8d8-456a-bb5a-689ad155ac8c 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/1133] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:20 2026] DELETE /v2.0/security-groups/241f0522-e48c-4d8e-a1c4-21dffb8aac5f => 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: 530/1134] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:20 2026] DELETE /v2.0/networks/6251c6fa-fbc9-41cc-903d-6786ae3032fb => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:21.082 8 INFO neutron.services.segments.plugin [-] Segment 127abe0f-c2d9-432f-8ae4-82515cf9634f resource provider aggregate not found 2026-06-24 19:12:21.102 8 INFO neutron.services.segments.plugin [-] Segment 127abe0f-c2d9-432f-8ae4-82515cf9634f resource provider aggregate not found 2026-06-24 19:12:21.110 8 INFO neutron.services.segments.plugin [-] Segment 127abe0f-c2d9-432f-8ae4-82515cf9634f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127abe0f-c2d9-432f-8ae4-82515cf9634f found for delete ", "request_id": "req-fe7b40e6-6044-4fa4-a43f-0e4c378dbcf2"}]} 2026-06-24 19:12:21.115 8 INFO neutron.services.segments.plugin [-] Segment 127abe0f-c2d9-432f-8ae4-82515cf9634f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127abe0f-c2d9-432f-8ae4-82515cf9634f found for delete ", "request_id": "req-d76d264e-8e93-4a37-8699-3b70653ecace"}]} 2026-06-24 19:12:21.123 8 INFO neutron.services.segments.plugin [-] Segment 43e5c969-d97b-4c97-8a8e-8694cc62b107 resource provider aggregate not found 2026-06-24 19:12:21.131 8 INFO neutron.services.segments.plugin [-] Segment 43e5c969-d97b-4c97-8a8e-8694cc62b107 resource provider aggregate not found 2026-06-24 19:12:21.144 8 INFO neutron.services.segments.plugin [-] Segment 43e5c969-d97b-4c97-8a8e-8694cc62b107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43e5c969-d97b-4c97-8a8e-8694cc62b107 found for delete ", "request_id": "req-73634fac-5d85-448a-9f7a-072de1f20948"}]} 2026-06-24 19:12:21.148 8 INFO neutron.services.segments.plugin [-] Segment 43e5c969-d97b-4c97-8a8e-8694cc62b107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43e5c969-d97b-4c97-8a8e-8694cc62b107 found for delete ", "request_id": "req-01b2e666-d702-4a4b-bdc2-ebdda7079d4b"}]} 2026-06-24 19:12:21.161 8 INFO neutron.services.segments.plugin [-] Segment 49f01bd2-e436-4191-833b-60e7df6a9acb resource provider aggregate not found 2026-06-24 19:12:21.166 8 INFO neutron.services.segments.plugin [-] Segment 49f01bd2-e436-4191-833b-60e7df6a9acb resource provider aggregate not found 2026-06-24 19:12:21.182 8 INFO neutron.services.segments.plugin [-] Segment 49f01bd2-e436-4191-833b-60e7df6a9acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f01bd2-e436-4191-833b-60e7df6a9acb found for delete ", "request_id": "req-1d8fc5ca-f96c-4a13-9bb6-2b2a41fa9a7d"}]} 2026-06-24 19:12:21.186 8 INFO neutron.services.segments.plugin [-] Segment 49f01bd2-e436-4191-833b-60e7df6a9acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f01bd2-e436-4191-833b-60e7df6a9acb found for delete ", "request_id": "req-109c5d14-c47c-44b5-aea2-164c462caf5e"}]} 2026-06-24 19:12:21.198 8 INFO neutron.services.segments.plugin [-] Segment 4ad2e055-e130-4b48-8574-8abea0a8061d resource provider aggregate not found 2026-06-24 19:12:21.204 8 INFO neutron.services.segments.plugin [-] Segment 4ad2e055-e130-4b48-8574-8abea0a8061d resource provider aggregate not found 2026-06-24 19:12:21.211 8 INFO neutron.services.segments.plugin [-] Segment 4ad2e055-e130-4b48-8574-8abea0a8061d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ad2e055-e130-4b48-8574-8abea0a8061d found for delete ", "request_id": "req-7b2a9771-bca0-40b3-a690-7cde6cf3e900"}]} 2026-06-24 19:12:21.224 8 INFO neutron.services.segments.plugin [-] Segment 4ad2e055-e130-4b48-8574-8abea0a8061d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ad2e055-e130-4b48-8574-8abea0a8061d found for delete ", "request_id": "req-9aeb8707-405e-4b7c-acf9-8325fe5da492"}]} 2026-06-24 19:12:21.228 8 INFO neutron.services.segments.plugin [-] Segment 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 resource provider aggregate not found 2026-06-24 19:12:21.243 8 INFO neutron.services.segments.plugin [-] Segment 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 resource provider aggregate not found 2026-06-24 19:12:21.248 8 INFO neutron.services.segments.plugin [-] Segment 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 found for delete ", "request_id": "req-bf5f3865-ce51-453d-be2d-a25dcb1488b9"}]} 2026-06-24 19:12:21.260 8 INFO neutron.services.segments.plugin [-] Segment 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ad7e32-1bee-40d8-ab92-1b4fa30832d8 found for delete ", "request_id": "req-b5f7e05d-8d0c-4e2a-9a53-f514a4baede3"}]} 2026-06-24 19:12:21.268 8 INFO neutron.services.segments.plugin [-] Segment 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 resource provider aggregate not found 2026-06-24 19:12:21.272 8 INFO neutron.services.segments.plugin [-] Segment 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 resource provider aggregate not found 2026-06-24 19:12:21.282 8 INFO neutron.services.segments.plugin [-] Segment 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 found for delete ", "request_id": "req-b4021a8e-a240-4165-91a0-d3f6cc82f0bd"}]} 2026-06-24 19:12:21.300 8 INFO neutron.services.segments.plugin [-] Segment 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c993d9-6df9-4dfd-93c5-8b60a0c81f39 found for delete ", "request_id": "req-7d9e4f08-901a-4a26-ba5c-57a3f870bae4"}]} [pid: 8|app: 0|req: 531/1135] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:21 2026] GET /v2.0/security-groups?tenant_id=364f3a451a0a44e5af29e6e8aef0d962&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:21.464 7 INFO neutron.db.l3_hamode_db [None req-bf6f0236-a8d8-456a-bb5a-689ad155ac8c 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 532/1136] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:21 2026] DELETE /v2.0/security-groups/c0bd448d-2060-45c6-8fa9-5300cebb65fb => 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: 605/1137] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:20 2026] POST /v2.0/routers => generated 694 bytes in 2015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:22.828 7 INFO neutron.db.segments_db [None req-b573f965-f57c-47f9-b83e-988acf1e244d 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment f8dd7a11-783f-4127-a0b7-e168e3ed9154 of type vxlan for network 83c08450-a5e3-4fd1-8c31-cda113798494 [pid: 7|app: 0|req: 606/1138] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:12:22 2026] POST /v2.0/networks => generated 726 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1139] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:22 2026] POST /v2.0/subnets => generated 692 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:23.194 7 INFO neutron.db.segments_db [None req-20e37e0c-2287-4fdb-9a8b-a60c0031f8a0 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 of type vxlan for network 1ba59255-f0e2-4dd3-9393-dbf724a48e5a 2026-06-24 19:12:23.412 7 INFO neutron.db.l3_hamode_db [None req-20e37e0c-2287-4fdb-9a8b-a60c0031f8a0 04d60b9dce4e4d938526bbc89e105e19 6a0c6ad5f5ae4c57ac0f67a41a9858f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 533/1140] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:12:22 2026] PUT /v2.0/routers/5a55bcaa-58a3-417c-a33e-aa5d5b9b74d7/add_router_interface => generated 309 bytes in 1356 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:23.999 8 INFO neutron.db.segments_db [None req-d6e2d8fa-75ec-47c9-ade7-8bcc030cf7ad bce94b245a4a49b68b2458e71f3ec41c 4c482ed30e2b4d788820f39668f9308c - - default default] Added segment a3b0c84a-f00f-41ac-882b-3e883318cdfa of type vxlan for network a5ccab96-a668-41c5-8c48-a931e8661262 [pid: 8|app: 0|req: 534/1141] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:23 2026] POST /v2.0/networks => generated 628 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:24.185 7 INFO neutron.db.l3_hamode_db [None req-20e37e0c-2287-4fdb-9a8b-a60c0031f8a0 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 535/1142] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:12:24 2026] POST /v2.0/ports => generated 955 bytes in 721 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: 608/1143] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:23 2026] POST /v2.0/routers => generated 732 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1144] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:24 2026] POST /v2.0/subnets => generated 673 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1145] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:12:25 2026] POST /v2.0/ports => generated 954 bytes in 606 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-24 19:12:25.719 7 INFO neutron.db.segments_db [None req-12f9094a-92bf-49c3-8b48-f0978cf29173 bce94b245a4a49b68b2458e71f3ec41c 4c482ed30e2b4d788820f39668f9308c - - default default] Added segment eb56a9b7-e739-4785-93a0-4c558604dd17 of type vxlan for network da284ea8-4004-415c-b112-45a8eb5e5120 [pid: 7|app: 0|req: 610/1146] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:25 2026] POST /v2.0/networks => generated 629 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1147] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:12:25 2026] PUT /v2.0/routers/14ffd002-e6f6-43e6-97c2-066a0f03101d/add_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:26.601 7 INFO neutron.db.l3_db [None req-d9998820-6d43-4bd8-9ae2-01f0d36b4888 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Floating IP 039066f5-8cb3-40b3-a6c5-24476351e0ed associated. External IP: 10.96.250.205, port: 408223be-c5dc-4746-a2d8-62e2fe6c94b8. [pid: 8|app: 0|req: 538/1148] 10.0.0.104 () {34 vars in 743 bytes} [Wed Jun 24 19:12:26 2026] PUT /v2.0/networks/da284ea8-4004-415c-b112-45a8eb5e5120 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1149] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:26 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1150] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:12:25 2026] POST /v2.0/floatingips => generated 841 bytes in 1122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1151] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:26 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1152] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:26 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:27.064 7 INFO neutron.db.l3_db [None req-b28b0dc7-9e4f-4784-881e-b7615a7213e2 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Floating IP 039066f5-8cb3-40b3-a6c5-24476351e0ed disassociated. External IP: 10.96.250.205, port: 408223be-c5dc-4746-a2d8-62e2fe6c94b8. [pid: 8|app: 0|req: 541/1153] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1154] 10.0.0.104 () {34 vars in 741 bytes} [Wed Jun 24 19:12:27 2026] PUT /v2.0/subnets/1ce02879-23b3-4e26-a0f9-04c82cab5075 => generated 656 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1155] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1156] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:12:26 2026] PUT /v2.0/floatingips/039066f5-8cb3-40b3-a6c5-24476351e0ed => generated 552 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:27.421 8 INFO neutron.services.segments.plugin [-] Segment eb56a9b7-e739-4785-93a0-4c558604dd17 resource provider aggregate not found 2026-06-24 19:12:27.434 8 INFO neutron.services.segments.plugin [-] Segment eb56a9b7-e739-4785-93a0-4c558604dd17 resource provider aggregate not found 2026-06-24 19:12:27.460 8 INFO neutron.services.segments.plugin [-] Segment eb56a9b7-e739-4785-93a0-4c558604dd17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb56a9b7-e739-4785-93a0-4c558604dd17 found for delete ", "request_id": "req-e63ee394-b373-4196-b067-b0616fa76b70"}]} 2026-06-24 19:12:27.463 8 INFO neutron.services.segments.plugin [-] Segment eb56a9b7-e739-4785-93a0-4c558604dd17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb56a9b7-e739-4785-93a0-4c558604dd17 found for delete ", "request_id": "req-f391588e-94c1-4a51-bf13-3498dcda5890"}]} [pid: 8|app: 0|req: 544/1157] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:27 2026] DELETE /v2.0/networks/da284ea8-4004-415c-b112-45a8eb5e5120 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:27.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c5f1b6d-16b3-4a0b-bae8-d42f0dd798dc bce94b245a4a49b68b2458e71f3ec41c 4c482ed30e2b4d788820f39668f9308c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 545/1158] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:27 2026] DELETE /v2.0/networks/da284ea8-4004-415c-b112-45a8eb5e5120 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:27.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc762117-cf97-4907-b5fe-d7c8cf67a917 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: ed7c8e05-b8a9-4db7-9829-eb679d09a0bd 2026-06-24 19:12:27.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc762117-cf97-4907-b5fe-d7c8cf67a917 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: ed7c8e05-b8a9-4db7-9829-eb679d09a0bd [pid: 8|app: 0|req: 546/1159] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1160] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => 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: 548/1161] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/subnets?network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1162] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1163] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:12:27 2026] DELETE /v2.0/floatingips/039066f5-8cb3-40b3-a6c5-24476351e0ed => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1164] 10.0.0.104 () {32 vars in 653 bytes} [Wed Jun 24 19:12:27 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: 550/1165] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/networks?id=83c08450-a5e3-4fd1-8c31-cda113798494 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1166] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/networks => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1167] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/quotas/6a0c6ad5f5ae4c57ac0f67a41a9858f6 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1168] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1169] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/ports?tenant_id=6a0c6ad5f5ae4c57ac0f67a41a9858f6&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1170] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/networks/a5ccab96-a668-41c5-8c48-a931e8661262 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1171] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/networks/83c08450-a5e3-4fd1-8c31-cda113798494?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1172] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:12:27 2026] GET /v2.0/subnets/565dd96a-368a-4928-be14-0c9f8d887b92 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1173] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/networks/83c08450-a5e3-4fd1-8c31-cda113798494?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:28.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef58222f-7f5b-42a6-aabd-885bdb6af08e bce94b245a4a49b68b2458e71f3ec41c 4c482ed30e2b4d788820f39668f9308c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 559/1174] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:28 2026] DELETE /v2.0/subnets/1ce02879-23b3-4e26-a0f9-04c82cab5075 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:28.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2342999b-ff62-459f-86de-d2c8aba2b209 bce94b245a4a49b68b2458e71f3ec41c 4c482ed30e2b4d788820f39668f9308c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1175] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:28 2026] DELETE /v2.0/networks/da284ea8-4004-415c-b112-45a8eb5e5120 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1176] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:28 2026] DELETE /v2.0/subnets/565dd96a-368a-4928-be14-0c9f8d887b92 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1177] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 563/1178] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:28 2026] DELETE /v2.0/networks/a5ccab96-a668-41c5-8c48-a931e8661262 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:28.478 7 INFO neutron.db.l3_db [None req-6623639f-1454-4ff2-be00-0d7c62fe4018 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Floating IP ace2808f-9d09-4915-b795-aec3bc9be090 associated. External IP: 10.96.250.216, port: 57c7206a-0026-42e8-89eb-6042d360e5b1. [pid: 8|app: 0|req: 564/1179] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1180] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:12:27 2026] POST /v2.0/floatingips => generated 842 bytes in 1081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1181] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1182] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/floatingips/ace2808f-9d09-4915-b795-aec3bc9be090 => generated 842 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1183] 10.0.0.104 () {32 vars in 655 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/floatingips => generated 845 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1184] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:28 2026] GET /v2.0/security-groups?tenant_id=4c482ed30e2b4d788820f39668f9308c&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: 568/1185] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/ports?tenant_id=a1e3f90718fe4001b0c6940f724179e8&device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => 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: 569/1186] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:29 2026] DELETE /v2.0/security-groups/0e200170-1f72-48e0-938c-8471ad3637ba => 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: 570/1187] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/networks?id=f6dd623a-aaf9-4281-b381-ddca962fdc9f => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1188] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=410433f6-8bd0-4501-a4a9-db2b86344156 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:29.309 7 INFO neutron.db.l3_db [None req-af6f258e-e840-451b-97e7-c13d43a31cb4 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Floating IP ace2808f-9d09-4915-b795-aec3bc9be090 associated. External IP: 10.96.250.216, port: 57c7206a-0026-42e8-89eb-6042d360e5b1. [pid: 8|app: 0|req: 572/1189] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/subnets?id=85070577-4706-4531-ab91-f15d8c526a3c => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1190] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 574/1191] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/ports?network_id=f6dd623a-aaf9-4281-b381-ddca962fdc9f&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1192] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:29.481 8 INFO neutron.services.segments.plugin [-] Segment a3b0c84a-f00f-41ac-882b-3e883318cdfa resource provider aggregate not found 2026-06-24 19:12:29.482 8 INFO neutron.services.segments.plugin [-] Segment a3b0c84a-f00f-41ac-882b-3e883318cdfa resource provider aggregate not found 2026-06-24 19:12:29.502 8 INFO neutron.services.segments.plugin [-] Segment a3b0c84a-f00f-41ac-882b-3e883318cdfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b0c84a-f00f-41ac-882b-3e883318cdfa found for delete ", "request_id": "req-7af1e2f8-7260-4040-a1f0-1c795f0401a5"}]} 2026-06-24 19:12:29.503 8 INFO neutron.services.segments.plugin [-] Segment a3b0c84a-f00f-41ac-882b-3e883318cdfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b0c84a-f00f-41ac-882b-3e883318cdfa found for delete ", "request_id": "req-27112914-e3ed-4c73-99aa-33f46f5820e2"}]} [pid: 8|app: 0|req: 576/1193] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1196] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1197] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:12:28 2026] PUT /v2.0/floatingips/ace2808f-9d09-4915-b795-aec3bc9be090 => generated 841 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1198] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:29 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&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-24 19:12:30.098 7 INFO neutron.db.l3_db [None req-76647ef4-e2a7-4f43-8b24-08e3d12976e6 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Floating IP ace2808f-9d09-4915-b795-aec3bc9be090 disassociated. External IP: 10.96.250.216, port: 408223be-c5dc-4746-a2d8-62e2fe6c94b8. [pid: 8|app: 0|req: 581/1199] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:30 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 619/1200] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:12:29 2026] PUT /v2.0/floatingips/ace2808f-9d09-4915-b795-aec3bc9be090 => generated 552 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:30.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-b816074d-3ff3-43fd-bf32-2b80629b94ce 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: 30316798-2a14-43f5-918c-90c40573f3b7 2026-06-24 19:12:30.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b816074d-3ff3-43fd-bf32-2b80629b94ce 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: 30316798-2a14-43f5-918c-90c40573f3b7 [pid: 8|app: 0|req: 582/1201] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:12:30 2026] DELETE /v2.0/floatingips/ace2808f-9d09-4915-b795-aec3bc9be090 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:30.809 7 INFO neutron.api.v2.resource [None req-95e5cffc-aa0e-4b02-8428-5431f8159953 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1202] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:12:30 2026] DELETE /v2.0/floatingips/ace2808f-9d09-4915-b795-aec3bc9be090 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:30.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-befed1c4-a960-4e80-9f68-ef08fc4734a4 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: 408223be-c5dc-4746-a2d8-62e2fe6c94b8 2026-06-24 19:12:30.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-befed1c4-a960-4e80-9f68-ef08fc4734a4 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: 408223be-c5dc-4746-a2d8-62e2fe6c94b8 [pid: 8|app: 0|req: 583/1203] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:12:30 2026] DELETE /v2.0/ports/408223be-c5dc-4746-a2d8-62e2fe6c94b8 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1204] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:31 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:31.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-bed6648a-8930-4a49-9fc0-98035d2b489b 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: 57c7206a-0026-42e8-89eb-6042d360e5b1 2026-06-24 19:12:31.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bed6648a-8930-4a49-9fc0-98035d2b489b 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: 57c7206a-0026-42e8-89eb-6042d360e5b1 2026-06-24 19:12:31.351 7 INFO neutron.db.segments_db [None req-a60806b3-8109-482f-8d3f-2af521cfdda1 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment fe205322-4abb-47a0-82ae-d4d3af23b99e of type vxlan for network 02634e5a-7969-4e44-99f2-419f4e50ac2d [pid: 7|app: 0|req: 621/1205] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:31 2026] POST /v2.0/networks => generated 615 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1206] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:31 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1207] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:12:31 2026] DELETE /v2.0/ports/57c7206a-0026-42e8-89eb-6042d360e5b1 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1208] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:31 2026] GET /v2.0/ports?device_id=5a55bcaa-58a3-417c-a33e-aa5d5b9b74d7 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:31.531 7 INFO neutron.db.segments_db [None req-4c8a64e6-6d82-4406-b76b-67612b57f041 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment e6166df7-d2ce-4818-a3fc-6ac1bd21a478 of type vxlan for network cc2f1786-aa3d-4287-a75a-e5b5cdfd9b3c [pid: 8|app: 0|req: 587/1209] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:31 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1210] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:31 2026] POST /v2.0/networks => generated 615 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1211] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:31 2026] POST /v2.0/subnets => generated 646 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:31.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc037808-dc3d-48fe-8475-eceaf004c4e4 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: 5da872ca-dbfd-4cd8-91e4-7603526ac981 2026-06-24 19:12:31.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc037808-dc3d-48fe-8475-eceaf004c4e4 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: 5da872ca-dbfd-4cd8-91e4-7603526ac981 [pid: 7|app: 0|req: 625/1212] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:31 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:32.193 7 INFO neutron.db.segments_db [None req-a87a28a1-51be-41b1-9ce7-50099fdb54e1 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment b77b3a0c-9841-4234-94f4-62246aedafbf of type vxlan for network 1e5fcf90-5848-44ff-9fee-b2fad415a8df [pid: 8|app: 0|req: 588/1213] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:31 2026] PUT /v2.0/routers/5a55bcaa-58a3-417c-a33e-aa5d5b9b74d7/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:32.501 7 INFO neutron.db.l3_hamode_db [None req-a87a28a1-51be-41b1-9ce7-50099fdb54e1 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 589/1214] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:12:32 2026] GET /v2.0/networks?id=83c08450-a5e3-4fd1-8c31-cda113798494 => generated 677 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:32.630 7 INFO neutron.db.l3_hamode_db [None req-a87a28a1-51be-41b1-9ce7-50099fdb54e1 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:12:32.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-f617709f-7da9-4046-9bbe-557acc0514e6 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: de010c89-69ca-4ca5-aa42-945684a5b953 2026-06-24 19:12:32.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f617709f-7da9-4046-9bbe-557acc0514e6 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: de010c89-69ca-4ca5-aa42-945684a5b953 2026-06-24 19:12:32.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-f617709f-7da9-4046-9bbe-557acc0514e6 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] TaaS: Handle Delete Port: 02044f1e-897d-434e-95b6-37beaf25c339 2026-06-24 19:12:32.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f617709f-7da9-4046-9bbe-557acc0514e6 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] Tap Mirror: Handle Delete Port: 02044f1e-897d-434e-95b6-37beaf25c339 2026-06-24 19:12:33.329 8 INFO neutron.services.segments.plugin [-] Segment be2456ab-456f-40f3-a064-ef5967ccace5 resource provider aggregate not found 2026-06-24 19:12:33.334 8 INFO neutron.services.segments.plugin [-] Segment be2456ab-456f-40f3-a064-ef5967ccace5 resource provider aggregate not found 2026-06-24 19:12:33.350 8 INFO neutron.services.segments.plugin [-] Segment be2456ab-456f-40f3-a064-ef5967ccace5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be2456ab-456f-40f3-a064-ef5967ccace5 found for delete ", "request_id": "req-11b0521f-349f-4207-8959-0475975907ba"}]} 2026-06-24 19:12:33.354 8 INFO neutron.db.l3_hamode_db [None req-f617709f-7da9-4046-9bbe-557acc0514e6 3b49a402551f44eb9eac4b37fa0e545c f0c30aca3f1c4f58be9b9c7c29ea7e8e - - default default] HA network c27de8fd-4cea-4a19-9db5-25e77f4c4177 was deleted as no HA routers are present in tenant f0c30aca3f1c4f58be9b9c7c29ea7e8e. 2026-06-24 19:12:33.359 8 INFO neutron.services.segments.plugin [-] Segment be2456ab-456f-40f3-a064-ef5967ccace5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be2456ab-456f-40f3-a064-ef5967ccace5 found for delete ", "request_id": "req-7d30815d-be3c-4657-94cc-17b3190e0297"}]} [pid: 8|app: 0|req: 590/1215] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:32 2026] DELETE /v2.0/routers/5a55bcaa-58a3-417c-a33e-aa5d5b9b74d7 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1216] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:32 2026] POST /v2.0/routers => generated 511 bytes in 1537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1217] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:12:33 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: 7|app: 0|req: 627/1218] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:33 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1219] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:33 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 628/1220] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:33 2026] DELETE /v2.0/subnets/dfb04cdc-148c-4a06-822c-ce3e9bf5c957 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1221] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:12:33 2026] PUT /v2.0/ports/37017334-e4b0-4b03-956f-ec2d6f3b7ea3 => generated 1235 bytes in 424 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: 630/1222] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:34 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1223] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:34 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:34.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b940f41-14cc-4ca4-b58c-97b41f0eb815'] response: {'name': 'network-changed', 'server_uuid': '9a9e02b2-e847-42e4-8a39-7e810d75553e', 'tag': '37017334-e4b0-4b03-956f-ec2d6f3b7ea3', 'status': 'completed', 'code': 200} 2026-06-24 19:12:34.533 7 INFO neutron.services.segments.plugin [-] Segment 30f22423-afe8-4b1a-8072-724a1a7e8dff resource provider aggregate not found 2026-06-24 19:12:34.534 7 INFO neutron.services.segments.plugin [-] Segment 30f22423-afe8-4b1a-8072-724a1a7e8dff resource provider aggregate not found 2026-06-24 19:12:34.566 7 INFO neutron.services.segments.plugin [-] Segment 30f22423-afe8-4b1a-8072-724a1a7e8dff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30f22423-afe8-4b1a-8072-724a1a7e8dff found for delete ", "request_id": "req-4d9024c4-9070-43dc-86f5-0c458697db88"}]} 2026-06-24 19:12:34.568 7 INFO neutron.services.segments.plugin [-] Segment 30f22423-afe8-4b1a-8072-724a1a7e8dff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30f22423-afe8-4b1a-8072-724a1a7e8dff found for delete ", "request_id": "req-45fba6f1-2ce4-447a-9145-9f468c85fb18"}]} [pid: 7|app: 0|req: 632/1224] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:34 2026] DELETE /v2.0/networks/7fd24559-e056-448a-b5f0-26374e38984a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1225] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:12:33 2026] PUT /v2.0/routers/1a12a443-d16c-472c-94e9-5dbc31a5c864/add_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1226] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:12:34 2026] GET /v2.0/ports/f7d3a56e-ac42-48b6-8d95-0a268b1dd892 => generated 959 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1227] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:34 2026] GET /v2.0/ports?tenant_id=6a0c6ad5f5ae4c57ac0f67a41a9858f6&device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1228] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:12:34 2026] GET /v2.0/networks?tenant_id=6a0c6ad5f5ae4c57ac0f67a41a9858f6&shared=False => generated 773 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1229] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:12:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1230] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:35 2026] GET /v2.0/security-groups?tenant_id=f0c30aca3f1c4f58be9b9c7c29ea7e8e&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1231] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:35 2026] DELETE /v2.0/security-groups/8f9df573-1084-4ec3-8fea-cf194efe91fa => 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: 639/1232] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:35 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1233] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:35 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 641/1234] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:35 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1235] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:35 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1236] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:12:34 2026] PUT /v2.0/routers/1a12a443-d16c-472c-94e9-5dbc31a5c864/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1237] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/ports/ec06f0e2-2c2a-43d4-9383-692f96c47d4b => generated 967 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1238] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/ports?tenant_id=6a0c6ad5f5ae4c57ac0f67a41a9858f6&device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1239] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37017334-e4b0-4b03-956f-ec2d6f3b7ea3 => 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: 597/1240] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/subnets?id=95164a87-52bc-41e9-b6e5-01b43b36fa2e => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1241] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/ports?network_id=83c08450-a5e3-4fd1-8c31-cda113798494&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1242] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/networks/83c08450-a5e3-4fd1-8c31-cda113798494?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1243] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/networks/83c08450-a5e3-4fd1-8c31-cda113798494?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) 2026-06-24 19:12:36.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-cef33942-8e0c-4ffd-aa81-3893309df684 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: ec06f0e2-2c2a-43d4-9383-692f96c47d4b 2026-06-24 19:12:36.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cef33942-8e0c-4ffd-aa81-3893309df684 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: ec06f0e2-2c2a-43d4-9383-692f96c47d4b [pid: 8|app: 0|req: 601/1244] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1245] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 603/1246] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1247] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:36 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1248] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:36 2026] PUT /v2.0/routers/1a12a443-d16c-472c-94e9-5dbc31a5c864/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:37.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-be243c7c-3624-4415-8e6b-0401768f8400 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: f7d3a56e-ac42-48b6-8d95-0a268b1dd892 2026-06-24 19:12:37.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be243c7c-3624-4415-8e6b-0401768f8400 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: f7d3a56e-ac42-48b6-8d95-0a268b1dd892 2026-06-24 19:12:37.942 7 INFO neutron.db.segments_db [None req-85ba2577-3853-4ae4-a3e1-364c28bdeb22 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Added segment c56ba136-a46e-465a-b2ea-10ffff3a473b of type vxlan for network bfe1bd1c-832b-4ab4-81b7-13e2bf55c32b 2026-06-24 19:12:38.018 7 INFO neutron.db.segments_db [None req-85ba2577-3853-4ae4-a3e1-364c28bdeb22 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Added segment 97e50ac7-9648-4af2-8593-9f408ba3f066 of type vxlan for network 25b49e6e-0c5d-4620-91e5-d93d46728d05 [pid: 8|app: 0|req: 605/1249] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:37 2026] PUT /v2.0/routers/1a12a443-d16c-472c-94e9-5dbc31a5c864/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1250] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1251] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 608/1252] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/ports?device_id=1a12a443-d16c-472c-94e9-5dbc31a5c864 => 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: 645/1253] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:37 2026] POST /v2.0/networks => generated 1206 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1254] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1255] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1256] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/networks => generated 1843 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:38.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1348592-bf6d-4ad8-9132-0d7f9e9f5729 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: 0192717f-ec46-4b7d-8ef2-a367a0be1c1d 2026-06-24 19:12:38.387 7 INFO neutron.services.segments.plugin [-] Segment c56ba136-a46e-465a-b2ea-10ffff3a473b resource provider aggregate not found 2026-06-24 19:12:38.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1348592-bf6d-4ad8-9132-0d7f9e9f5729 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: 0192717f-ec46-4b7d-8ef2-a367a0be1c1d 2026-06-24 19:12:38.406 7 INFO neutron.services.segments.plugin [-] Segment c56ba136-a46e-465a-b2ea-10ffff3a473b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c56ba136-a46e-465a-b2ea-10ffff3a473b found for delete ", "request_id": "req-3e3d0009-2492-4f6b-a971-767932222260"}]} 2026-06-24 19:12:38.408 7 INFO neutron.services.segments.plugin [-] Segment c56ba136-a46e-465a-b2ea-10ffff3a473b resource provider aggregate not found 2026-06-24 19:12:38.432 7 INFO neutron.services.segments.plugin [-] Segment c56ba136-a46e-465a-b2ea-10ffff3a473b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c56ba136-a46e-465a-b2ea-10ffff3a473b found for delete ", "request_id": "req-468a2bee-4390-4ac8-8081-7ca4d47a4af5"}]} [pid: 7|app: 0|req: 648/1257] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:38 2026] DELETE /v2.0/networks/bfe1bd1c-832b-4ab4-81b7-13e2bf55c32b => 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: 649/1258] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:38 2026] DELETE /v2.0/networks/25b49e6e-0c5d-4620-91e5-d93d46728d05 => 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: 650/1259] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:12:38 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:38.733 7 INFO neutron.db.segments_db [None req-2a99ba65-7ffc-4dad-9056-7ac97d195ec5 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Added segment cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 of type vxlan for network a3dac1fb-361d-4cf6-a6ad-c6c0390e2001 2026-06-24 19:12:38.795 8 INFO neutron.services.segments.plugin [-] Segment b77b3a0c-9841-4234-94f4-62246aedafbf resource provider aggregate not found 2026-06-24 19:12:38.803 8 INFO neutron.services.segments.plugin [-] Segment b77b3a0c-9841-4234-94f4-62246aedafbf resource provider aggregate not found 2026-06-24 19:12:38.816 8 INFO neutron.services.segments.plugin [-] Segment b77b3a0c-9841-4234-94f4-62246aedafbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77b3a0c-9841-4234-94f4-62246aedafbf found for delete ", "request_id": "req-09f586e4-7937-4382-99a1-b585618f688c"}]} 2026-06-24 19:12:38.827 8 INFO neutron.services.segments.plugin [-] Segment b77b3a0c-9841-4234-94f4-62246aedafbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77b3a0c-9841-4234-94f4-62246aedafbf found for delete ", "request_id": "req-16e61f6c-0e69-47a7-accc-23fb014dc9ce"}]} [pid: 7|app: 0|req: 651/1260] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:38 2026] POST /v2.0/networks => generated 634 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:38.851 8 INFO neutron.db.l3_hamode_db [None req-d1348592-bf6d-4ad8-9132-0d7f9e9f5729 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] HA network 1e5fcf90-5848-44ff-9fee-b2fad415a8df was deleted as no HA routers are present in tenant 8e76f0b64c1740d6b5ca489e984904b6. [pid: 8|app: 0|req: 610/1261] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:38 2026] DELETE /v2.0/routers/1a12a443-d16c-472c-94e9-5dbc31a5c864 => generated 0 bytes in 667 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:38.900 7 INFO neutron.db.segments_db [None req-7963ba1c-4657-41a0-9f34-ba510799bc48 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Added segment 52ee0e49-2079-49ef-84be-0c1b6754bc44 of type vxlan for network 437a702e-6d28-4673-a355-d9133bfb3a10 [pid: 7|app: 0|req: 652/1262] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:38 2026] POST /v2.0/networks => generated 635 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1263] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:38 2026] DELETE /v2.0/subnets/59156706-928c-4518-8f70-116c1091dc12 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1264] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:39 2026] DELETE /v2.0/subnets/0e8aa509-09d0-4d4f-8b53-327eb7f757f0 => 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: 613/1265] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:39 2026] DELETE /v2.0/networks/cc2f1786-aa3d-4287-a75a-e5b5cdfd9b3c => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1266] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:39 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:39.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-117c95fe-b42e-4f60-9ebc-117b090801e1 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: bde280e5-89eb-468e-9ae5-760b76999fd5 2026-06-24 19:12:39.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-117c95fe-b42e-4f60-9ebc-117b090801e1 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: bde280e5-89eb-468e-9ae5-760b76999fd5 [pid: 8|app: 0|req: 615/1267] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:39 2026] DELETE /v2.0/networks/02634e5a-7969-4e44-99f2-419f4e50ac2d => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1268] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:12:38 2026] POST /v2.0/ports => generated 1506 bytes in 874 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: 616/1269] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:39 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:39.926 7 INFO neutron.db.segments_db [None req-f48b0075-8e1f-47c3-9750-9a9b938f217d 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment 9f11f465-5c77-4bc8-a24d-61731f530a61 of type vxlan for network f362459c-1cc7-4ce1-9b32-f5819bdcef95 [pid: 8|app: 0|req: 617/1270] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:12:39 2026] GET /v2.0/ports => generated 1506 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1271] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:39 2026] POST /v2.0/networks => generated 614 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:40.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aff74d3-6038-4712-9cc6-8bbcab744d3f efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] TaaS: Handle Delete Port: 63cebe59-7193-4ffc-a157-9c1b1149fb1e 2026-06-24 19:12:40.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aff74d3-6038-4712-9cc6-8bbcab744d3f efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Tap Mirror: Handle Delete Port: 63cebe59-7193-4ffc-a157-9c1b1149fb1e [pid: 8|app: 0|req: 618/1272] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:12:40 2026] DELETE /v2.0/ports/63cebe59-7193-4ffc-a157-9c1b1149fb1e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:40.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-5496a9fe-1363-4fb7-aa16-2096d5372b29 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] TaaS: Handle Delete Port: 040d53c3-7026-40c1-b6f1-5cc85af53555 2026-06-24 19:12:40.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5496a9fe-1363-4fb7-aa16-2096d5372b29 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Tap Mirror: Handle Delete Port: 040d53c3-7026-40c1-b6f1-5cc85af53555 [pid: 7|app: 0|req: 655/1273] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:40 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1274] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:12:40 2026] DELETE /v2.0/ports/040d53c3-7026-40c1-b6f1-5cc85af53555 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:40.377 7 INFO neutron.db.segments_db [None req-1d35d0fd-a02b-425a-b6e0-c19f30108b0b 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment 2bb0e3af-064a-4230-83ac-a545530ef55c of type vxlan for network 411c38e6-4bf9-418c-b396-229e2b4bdfc5 [pid: 8|app: 0|req: 620/1275] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:12:40 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:40.443 7 INFO neutron.services.segments.plugin [-] Segment 97e50ac7-9648-4af2-8593-9f408ba3f066 resource provider aggregate not found 2026-06-24 19:12:40.462 7 INFO neutron.services.segments.plugin [-] Segment 97e50ac7-9648-4af2-8593-9f408ba3f066 resource provider aggregate not found 2026-06-24 19:12:40.469 7 INFO neutron.services.segments.plugin [-] Segment 97e50ac7-9648-4af2-8593-9f408ba3f066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e50ac7-9648-4af2-8593-9f408ba3f066 found for delete ", "request_id": "req-ab87c82f-fd69-4e6b-986f-9da5f651a12a"}]} 2026-06-24 19:12:40.470 8 INFO neutron.db.segments_db [None req-2c32e013-e6b5-4a97-81ef-982df3729200 efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Added segment eeffe7d9-c9db-4f22-9760-861fba354ebb of type vxlan for network 8dba5693-ec67-4dc2-be98-439d2bdb7f15 2026-06-24 19:12:40.485 7 INFO neutron.services.segments.plugin [-] Segment 97e50ac7-9648-4af2-8593-9f408ba3f066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97e50ac7-9648-4af2-8593-9f408ba3f066 found for delete ", "request_id": "req-3c08b0dd-e2f8-45f4-ba2e-8854ba46be8d"}]} [pid: 8|app: 0|req: 621/1276] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:40 2026] POST /v2.0/networks => generated 635 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:40.675 8 INFO neutron.db.segments_db [None req-46446891-4de2-4982-9fd4-716db3360ece efb0a708568f453983f3cd5d4cf8486c 0a5d445a34d345999180a2bd7f69ec23 - - default default] Added segment 29300687-b05c-4f90-baf8-d1ec58a67763 of type vxlan for network 3ed727b5-148a-4463-9bff-1127ec7fe0dc 2026-06-24 19:12:40.731 7 INFO neutron.db.l3_hamode_db [None req-1d35d0fd-a02b-425a-b6e0-c19f30108b0b 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 622/1277] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:40 2026] POST /v2.0/networks => generated 635 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:40.843 8 INFO neutron.services.segments.plugin [-] Segment e6166df7-d2ce-4818-a3fc-6ac1bd21a478 resource provider aggregate not found 2026-06-24 19:12:40.854 8 INFO neutron.services.segments.plugin [-] Segment e6166df7-d2ce-4818-a3fc-6ac1bd21a478 resource provider aggregate not found 2026-06-24 19:12:40.864 8 INFO neutron.services.segments.plugin [-] Segment e6166df7-d2ce-4818-a3fc-6ac1bd21a478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6166df7-d2ce-4818-a3fc-6ac1bd21a478 found for delete ", "request_id": "req-988f0be8-4f73-44a9-b144-4be129aade93"}]} 2026-06-24 19:12:40.884 8 INFO neutron.services.segments.plugin [-] Segment e6166df7-d2ce-4818-a3fc-6ac1bd21a478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6166df7-d2ce-4818-a3fc-6ac1bd21a478 found for delete ", "request_id": "req-f72682ca-b279-4d52-8d9b-16b5b74419a0"}]} 2026-06-24 19:12:40.896 7 INFO neutron.db.l3_hamode_db [None req-1d35d0fd-a02b-425a-b6e0-c19f30108b0b 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:12:40.900 8 INFO neutron.services.segments.plugin [-] Segment fe205322-4abb-47a0-82ae-d4d3af23b99e resource provider aggregate not found 2026-06-24 19:12:40.907 8 INFO neutron.services.segments.plugin [-] Segment fe205322-4abb-47a0-82ae-d4d3af23b99e resource provider aggregate not found 2026-06-24 19:12:40.925 8 INFO neutron.services.segments.plugin [-] Segment fe205322-4abb-47a0-82ae-d4d3af23b99e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe205322-4abb-47a0-82ae-d4d3af23b99e found for delete ", "request_id": "req-1ebcb69b-d0a6-4804-ae94-a69a6523a89a"}]} 2026-06-24 19:12:40.931 8 INFO neutron.services.segments.plugin [-] Segment fe205322-4abb-47a0-82ae-d4d3af23b99e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe205322-4abb-47a0-82ae-d4d3af23b99e found for delete ", "request_id": "req-10aabefc-5a80-41a3-b171-40f5ff17862f"}]} [pid: 8|app: 0|req: 623/1278] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:40 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 624/1279] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:40 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1280] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:40 2026] POST /v2.0/routers => generated 511 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1281] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:12:41 2026] POST /v2.0/ports => generated 964 bytes in 345 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: 625/1282] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:41 2026] POST /v2.0/subnets => generated 1324 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1283] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:12:41 2026] GET /v2.0/subnets => generated 1960 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1284] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:41 2026] DELETE /v2.0/subnets/8775ccd4-7656-4533-9639-44d9fd4ac291 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1285] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:42 2026] DELETE /v2.0/subnets/efc8f0fb-f010-4c62-b0d4-b500dd18bcf8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1286] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:42 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 630/1287] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:12:42 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1288] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:42 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1289] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:42 2026] DELETE /v2.0/networks/3ed727b5-148a-4463-9bff-1127ec7fe0dc => 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: 633/1290] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:42 2026] DELETE /v2.0/networks/8dba5693-ec67-4dc2-be98-439d2bdb7f15 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1291] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:42 2026] DELETE /v2.0/networks/437a702e-6d28-4673-a355-d9133bfb3a10 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1292] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:42 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:42.949 8 INFO neutron.services.segments.plugin [-] Segment 29300687-b05c-4f90-baf8-d1ec58a67763 resource provider aggregate not found 2026-06-24 19:12:42.953 8 INFO neutron.services.segments.plugin [-] Segment 29300687-b05c-4f90-baf8-d1ec58a67763 resource provider aggregate not found 2026-06-24 19:12:42.968 8 INFO neutron.services.segments.plugin [-] Segment 29300687-b05c-4f90-baf8-d1ec58a67763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29300687-b05c-4f90-baf8-d1ec58a67763 found for delete ", "request_id": "req-d9df7f81-8cc0-405d-8bff-13ad4e5f2498"}]} 2026-06-24 19:12:42.983 8 INFO neutron.services.segments.plugin [-] Segment 29300687-b05c-4f90-baf8-d1ec58a67763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29300687-b05c-4f90-baf8-d1ec58a67763 found for delete ", "request_id": "req-51cb4405-8138-47f5-adfc-0cd7157ecf0c"}]} 2026-06-24 19:12:42.993 8 INFO neutron.services.segments.plugin [-] Segment eeffe7d9-c9db-4f22-9760-861fba354ebb resource provider aggregate not found 2026-06-24 19:12:43.000 8 INFO neutron.services.segments.plugin [-] Segment eeffe7d9-c9db-4f22-9760-861fba354ebb resource provider aggregate not found [pid: 7|app: 0|req: 658/1293] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:12:41 2026] PUT /v2.0/routers/870231e6-3d8c-4fb8-911c-f8442d9d56f7/add_router_interface => generated 309 bytes in 1168 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: 636/1294] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:42 2026] DELETE /v2.0/networks/a3dac1fb-361d-4cf6-a6ad-c6c0390e2001 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:43.017 8 INFO neutron.services.segments.plugin [-] Segment eeffe7d9-c9db-4f22-9760-861fba354ebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeffe7d9-c9db-4f22-9760-861fba354ebb found for delete ", "request_id": "req-e6ff24a8-035d-45de-8b2e-79743b35413d"}]} 2026-06-24 19:12:43.039 8 INFO neutron.services.segments.plugin [-] Segment 52ee0e49-2079-49ef-84be-0c1b6754bc44 resource provider aggregate not found 2026-06-24 19:12:43.046 8 INFO neutron.services.segments.plugin [-] Segment eeffe7d9-c9db-4f22-9760-861fba354ebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeffe7d9-c9db-4f22-9760-861fba354ebb found for delete ", "request_id": "req-0b83898f-5333-452f-80bf-ae7864e1fc4b"}]} [pid: 7|app: 0|req: 659/1295] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:43 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:43.063 8 INFO neutron.services.segments.plugin [-] Segment 52ee0e49-2079-49ef-84be-0c1b6754bc44 resource provider aggregate not found 2026-06-24 19:12:43.068 8 INFO neutron.services.segments.plugin [-] Segment 52ee0e49-2079-49ef-84be-0c1b6754bc44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ee0e49-2079-49ef-84be-0c1b6754bc44 found for delete ", "request_id": "req-16f9263c-f973-4fcb-8943-66ea4431b3c4"}]} 2026-06-24 19:12:43.083 8 INFO neutron.services.segments.plugin [-] Segment 52ee0e49-2079-49ef-84be-0c1b6754bc44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ee0e49-2079-49ef-84be-0c1b6754bc44 found for delete ", "request_id": "req-3b8afa52-c35c-4553-b0c1-fe9d12f269fe"}]} 2026-06-24 19:12:43.109 8 INFO neutron.services.segments.plugin [-] Segment cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 resource provider aggregate not found [pid: 8|app: 0|req: 637/1296] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:12:43 2026] GET /v2.0/ports/d667bf11-27f2-48af-ae28-354d565b8276 => generated 1038 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:43.125 8 INFO neutron.services.segments.plugin [-] Segment cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 found for delete ", "request_id": "req-a588334b-e509-45a8-bf27-d5f447658810"}]} 2026-06-24 19:12:43.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-48970175-189d-40e5-a2e9-f3aea0c09051 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: d667bf11-27f2-48af-ae28-354d565b8276 2026-06-24 19:12:43.574 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48970175-189d-40e5-a2e9-f3aea0c09051 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: d667bf11-27f2-48af-ae28-354d565b8276 [pid: 8|app: 0|req: 638/1297] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:43 2026] GET /v2.0/security-groups?tenant_id=0a5d445a34d345999180a2bd7f69ec23&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1298] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:43 2026] DELETE /v2.0/security-groups/33509954-5aad-46ba-bcce-a52617bb4af7 => 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: 660/1299] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:43 2026] PUT /v2.0/routers/870231e6-3d8c-4fb8-911c-f8442d9d56f7/remove_router_interface => generated 309 bytes in 938 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: 661/1300] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:44 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:44.234 8 INFO neutron.api.v2.resource [None req-f11ab36b-3393-4ec7-b7a2-86897fb60997 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1301] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:44 2026] PUT /v2.0/routers/870231e6-3d8c-4fb8-911c-f8442d9d56f7/remove_router_interface => generated 197 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1302] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:44 2026] GET /v2.0/ports?device_id=870231e6-3d8c-4fb8-911c-f8442d9d56f7 => 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: 662/1303] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:44 2026] GET /v2.0/security-groups?id=4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:44.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-00c0b16e-cd3e-4b7e-8756-68e803f78cce 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: bcfe5acd-9228-499f-a0b5-c66728740f90 2026-06-24 19:12:44.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c0b16e-cd3e-4b7e-8756-68e803f78cce 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: bcfe5acd-9228-499f-a0b5-c66728740f90 2026-06-24 19:12:44.881 8 INFO neutron.db.l3_hamode_db [None req-00c0b16e-cd3e-4b7e-8756-68e803f78cce 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] HA network 411c38e6-4bf9-418c-b396-229e2b4bdfc5 was deleted as no HA routers are present in tenant 8e76f0b64c1740d6b5ca489e984904b6. [pid: 8|app: 0|req: 642/1306] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:44 2026] DELETE /v2.0/routers/870231e6-3d8c-4fb8-911c-f8442d9d56f7 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1307] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:44 2026] DELETE /v2.0/subnets/3aaca671-7f0d-4f9b-8a7d-f51ba631e5fa => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:45.089 8 INFO neutron.services.segments.plugin [-] Segment cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 resource provider aggregate not found 2026-06-24 19:12:45.107 8 INFO neutron.services.segments.plugin [-] Segment cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc3c35ca-29d8-468d-a0b2-a7deffe6f7c1 found for delete ", "request_id": "req-fc05edb9-5473-450d-a206-ca374fdc7468"}]} 2026-06-24 19:12:45.136 8 INFO neutron.services.segments.plugin [-] Segment 2bb0e3af-064a-4230-83ac-a545530ef55c resource provider aggregate not found 2026-06-24 19:12:45.159 8 INFO neutron.services.segments.plugin [-] Segment 2bb0e3af-064a-4230-83ac-a545530ef55c resource provider aggregate not found [pid: 7|app: 0|req: 666/1308] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:12:45 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:45.164 8 INFO neutron.services.segments.plugin [-] Segment 2bb0e3af-064a-4230-83ac-a545530ef55c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb0e3af-064a-4230-83ac-a545530ef55c found for delete ", "request_id": "req-aee86143-f9a6-4e5e-a1c4-ac97662a597c"}]} 2026-06-24 19:12:45.180 8 INFO neutron.services.segments.plugin [-] Segment 2bb0e3af-064a-4230-83ac-a545530ef55c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bb0e3af-064a-4230-83ac-a545530ef55c found for delete ", "request_id": "req-54e3c59e-a157-40e3-88f5-6fb281651a4b"}]} 2026-06-24 19:12:45.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e338fae-5543-4895-bd16-10b44b2720ae 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: 5db5c4b3-f978-4caf-a4a6-a7755f75d310 2026-06-24 19:12:45.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e338fae-5543-4895-bd16-10b44b2720ae 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: 5db5c4b3-f978-4caf-a4a6-a7755f75d310 2026-06-24 19:12:45.387 7 INFO neutron_taas.services.taas.taas_plugin [req-67cbe6d8-c0e3-4cdc-9126-c345dba693a1 req-6c986e49-fc70-4781-9484-a2c7fe1ed57a dccb24937f1e4f149477b1646850a07e 6a0c6ad5f5ae4c57ac0f67a41a9858f6 - - default default] TaaS: Handle Delete Port: 37017334-e4b0-4b03-956f-ec2d6f3b7ea3 2026-06-24 19:12:45.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67cbe6d8-c0e3-4cdc-9126-c345dba693a1 req-6c986e49-fc70-4781-9484-a2c7fe1ed57a dccb24937f1e4f149477b1646850a07e 6a0c6ad5f5ae4c57ac0f67a41a9858f6 - - default default] Tap Mirror: Handle Delete Port: 37017334-e4b0-4b03-956f-ec2d6f3b7ea3 [pid: 7|app: 0|req: 667/1309] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:12:45 2026] DELETE /v2.0/ports/37017334-e4b0-4b03-956f-ec2d6f3b7ea3 => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1310] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:45 2026] DELETE /v2.0/networks/f362459c-1cc7-4ce1-9b32-f5819bdcef95 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1311] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:45 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:45.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6ad499c-c7cf-4541-828f-35b2cdb86f5d'] response: {'server_uuid': '9a9e02b2-e847-42e4-8a39-7e810d75553e', 'name': 'network-vif-deleted', 'tag': '37017334-e4b0-4b03-956f-ec2d6f3b7ea3', 'status': 'completed', 'code': 200} 2026-06-24 19:12:45.675 8 INFO neutron.db.segments_db [None req-392e9e3f-d003-4271-b9ae-a1c7072e4d4e 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment b8908d6c-b036-4646-aca0-eaf3b3cfe835 of type vxlan for network acbcd830-5086-4a9d-9b87-4ba5e30bfb40 [pid: 8|app: 0|req: 644/1312] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:45 2026] POST /v2.0/networks => generated 615 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1313] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:45 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:46.081 8 INFO neutron.db.segments_db [None req-d69f1720-60ba-4d32-a52d-8296cd6ccdde 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment c3239502-2516-42a2-b2ae-4787f1993831 of type vxlan for network bf624463-9bcd-423c-9995-c014d68852f9 [pid: 7|app: 0|req: 669/1314] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:12:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1315] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:12:46 2026] GET /v2.0/security-groups => generated 4530 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1316] 10.0.0.104 () {34 vars in 758 bytes} [Wed Jun 24 19:12:46 2026] PUT /v2.0/security-groups/344a112d-066c-4da5-9aa7-54e7085762c4 => generated 1663 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1317] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:12:46 2026] GET /v2.0/security-groups/344a112d-066c-4da5-9aa7-54e7085762c4 => generated 1663 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:46.352 8 INFO neutron.db.l3_hamode_db [None req-d69f1720-60ba-4d32-a52d-8296cd6ccdde 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 673/1318] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:46 2026] DELETE /v2.0/security-groups/344a112d-066c-4da5-9aa7-54e7085762c4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1319] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:12:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:46.466 7 INFO neutron.api.v2.resource [None req-64253ee7-0ff0-4dff-a81e-e91e865091b8 ef60237574584be5a99ad604a0e706d6 008b5341ec4241558d399e3619114280 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 675/1320] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:46 2026] DELETE /v2.0/security-groups/344a112d-066c-4da5-9aa7-54e7085762c4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:46.506 8 INFO neutron.db.l3_hamode_db [None req-d69f1720-60ba-4d32-a52d-8296cd6ccdde 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 676/1321] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:12:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1322] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:12:46 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) [pid: 7|app: 0|req: 678/1323] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:46 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 679/1324] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:12:46 2026] GET /v2.0/security-group-rules/a9a086e3-ad0a-4fee-bf57-0128ee6881b6 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1325] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:12:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1326] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:12:46 2026] DELETE /v2.0/security-group-rules/a9a086e3-ad0a-4fee-bf57-0128ee6881b6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1327] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:47.183 8 INFO neutron.services.segments.plugin [-] Segment 9f11f465-5c77-4bc8-a24d-61731f530a61 resource provider aggregate not found 2026-06-24 19:12:47.205 8 INFO neutron.services.segments.plugin [-] Segment 9f11f465-5c77-4bc8-a24d-61731f530a61 resource provider aggregate not found 2026-06-24 19:12:47.221 8 INFO neutron.services.segments.plugin [-] Segment 9f11f465-5c77-4bc8-a24d-61731f530a61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f11f465-5c77-4bc8-a24d-61731f530a61 found for delete ", "request_id": "req-0608f6b9-b84e-458b-a8b1-be8a7cce2508"}]} 2026-06-24 19:12:47.230 8 INFO neutron.services.segments.plugin [-] Segment 9f11f465-5c77-4bc8-a24d-61731f530a61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f11f465-5c77-4bc8-a24d-61731f530a61 found for delete ", "request_id": "req-9ff30a4a-d8e3-4f67-b44e-35dbf00c4eb1"}]} [pid: 7|app: 0|req: 683/1328] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:12:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1329] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules/1708eafb-27a3-45a2-b3dd-21e8819ceebc => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1330] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:46 2026] POST /v2.0/routers => generated 510 bytes in 1299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1331] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1332] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:12:47 2026] DELETE /v2.0/security-group-rules/1708eafb-27a3-45a2-b3dd-21e8819ceebc => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1333] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1334] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:12:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1335] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules/7262842e-832f-455c-a861-0ac9422d09c7 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1336] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1337] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:12:47 2026] DELETE /v2.0/security-group-rules/7262842e-832f-455c-a861-0ac9422d09c7 => 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: 692/1338] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1339] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:47 2026] DELETE /v2.0/security-groups/0576c74b-38a1-4a33-9862-27917dcd25b2 => 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: 694/1340] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/ports?device_id=9a9e02b2-e847-42e4-8a39-7e810d75553e => 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: 695/1341] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1342] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:12:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1343] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:12:47 2026] PUT /v2.0/routers/e2f19f11-19b6-4a98-8da2-c266386e9f33/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1344] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:12:48 2026] GET /v2.0/ports/ec669cbe-e2cc-4245-919c-f90406432786 => generated 959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1345] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:48 2026] GET /v2.0/security-groups?tenant_id=008b5341ec4241558d399e3619114280&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1346] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:48 2026] DELETE /v2.0/security-groups/f2704554-9090-4c55-8bb5-29603d45f5c5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:48.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f128c36-0daa-4381-addd-a9b2220ca065 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: ec669cbe-e2cc-4245-919c-f90406432786 2026-06-24 19:12:48.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f128c36-0daa-4381-addd-a9b2220ca065 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: ec669cbe-e2cc-4245-919c-f90406432786 [pid: 8|app: 0|req: 648/1347] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:48 2026] PUT /v2.0/routers/e2f19f11-19b6-4a98-8da2-c266386e9f33/remove_router_interface => generated 309 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1348] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:49 2026] GET /v2.0/ports?device_id=e2f19f11-19b6-4a98-8da2-c266386e9f33 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:49.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaeec60e-5618-4ec6-a82d-5381ad5b8605 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 3b3fad8c-f721-4251-b4df-cf8358a1dc96 2026-06-24 19:12:49.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaeec60e-5618-4ec6-a82d-5381ad5b8605 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 3b3fad8c-f721-4251-b4df-cf8358a1dc96 2026-06-24 19:12:49.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-88a44f7f-a50f-41e5-a4e5-3f7ad3cbe458 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: a306b8ae-f0b3-459c-98f8-376b01c20eae 2026-06-24 19:12:49.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88a44f7f-a50f-41e5-a4e5-3f7ad3cbe458 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: a306b8ae-f0b3-459c-98f8-376b01c20eae [pid: 7|app: 0|req: 700/1349] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:12:48 2026] PUT /v2.0/routers/14ffd002-e6f6-43e6-97c2-066a0f03101d/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1350] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:12:49 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:50.173 8 INFO neutron.services.segments.plugin [-] Segment c3239502-2516-42a2-b2ae-4787f1993831 resource provider aggregate not found 2026-06-24 19:12:50.185 8 INFO neutron.services.segments.plugin [-] Segment c3239502-2516-42a2-b2ae-4787f1993831 resource provider aggregate not found 2026-06-24 19:12:50.198 8 INFO neutron.services.segments.plugin [-] Segment c3239502-2516-42a2-b2ae-4787f1993831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3239502-2516-42a2-b2ae-4787f1993831 found for delete ", "request_id": "req-5aee45b1-adf5-4c69-9345-616fa0544f3a"}]} 2026-06-24 19:12:50.207 8 INFO neutron.services.segments.plugin [-] Segment c3239502-2516-42a2-b2ae-4787f1993831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3239502-2516-42a2-b2ae-4787f1993831 found for delete ", "request_id": "req-39d31575-f6f0-4285-abba-584a42909b8f"}]} 2026-06-24 19:12:50.211 8 INFO neutron.db.l3_hamode_db [None req-88a44f7f-a50f-41e5-a4e5-3f7ad3cbe458 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] HA network bf624463-9bcd-423c-9995-c014d68852f9 was deleted as no HA routers are present in tenant 8e76f0b64c1740d6b5ca489e984904b6. [pid: 8|app: 0|req: 650/1351] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:49 2026] DELETE /v2.0/routers/e2f19f11-19b6-4a98-8da2-c266386e9f33 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:50.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-de5e37b6-5120-459f-b4c6-4559e5da836a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: ff2352f9-54fe-4210-b129-042265dc1431 2026-06-24 19:12:50.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de5e37b6-5120-459f-b4c6-4559e5da836a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: ff2352f9-54fe-4210-b129-042265dc1431 [pid: 8|app: 0|req: 651/1352] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:12:50 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1353] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:50 2026] DELETE /v2.0/subnets/e973d3f8-6f4d-439e-86e9-7c26f9d2a444 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:50.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-de5e37b6-5120-459f-b4c6-4559e5da836a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 0d8e751f-1146-4fb4-86ac-616390cac2b3 2026-06-24 19:12:50.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de5e37b6-5120-459f-b4c6-4559e5da836a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 0d8e751f-1146-4fb4-86ac-616390cac2b3 [pid: 8|app: 0|req: 653/1354] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:50 2026] DELETE /v2.0/networks/acbcd830-5086-4a9d-9b87-4ba5e30bfb40 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:50.566 8 INFO neutron.db.segments_db [None req-0045d7a4-44ea-4fe1-85f1-ad13035f1603 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Added segment 591a07f6-a17f-47fe-bd84-1927741543a8 of type vxlan for network 966c5dd9-006c-4cd2-b8ad-43a19a997533 2026-06-24 19:12:50.810 8 INFO neutron.db.l3_hamode_db [None req-0045d7a4-44ea-4fe1-85f1-ad13035f1603 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:12:50.843 7 INFO neutron.services.segments.plugin [-] Segment e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 resource provider aggregate not found 2026-06-24 19:12:50.850 7 INFO neutron.services.segments.plugin [-] Segment e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 resource provider aggregate not found 2026-06-24 19:12:50.874 7 INFO neutron.services.segments.plugin [-] Segment e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 found for delete ", "request_id": "req-673bebc4-a5bf-437e-8010-c038af94914b"}]} 2026-06-24 19:12:50.876 7 INFO neutron.db.l3_hamode_db [None req-de5e37b6-5120-459f-b4c6-4559e5da836a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network 1ba59255-f0e2-4dd3-9393-dbf724a48e5a was deleted as no HA routers are present in tenant 6a0c6ad5f5ae4c57ac0f67a41a9858f6. 2026-06-24 19:12:50.878 7 INFO neutron.services.segments.plugin [-] Segment e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f6b961-edfe-4e63-bb40-fd0efc1b7b84 found for delete ", "request_id": "req-801efd1a-4fe7-4ace-a95d-ff29e716ea86"}]} [pid: 7|app: 0|req: 702/1355] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:50 2026] DELETE /v2.0/routers/14ffd002-e6f6-43e6-97c2-066a0f03101d => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1356] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:50 2026] DELETE /v2.0/subnets/95164a87-52bc-41e9-b6e5-01b43b36fa2e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:12:51.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-c38632d1-3440-42a7-9d83-f0283472f7fd 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 6bc37ff1-a76f-4680-bbb5-30cdbe7f11e0 2026-06-24 19:12:51.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c38632d1-3440-42a7-9d83-f0283472f7fd 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 6bc37ff1-a76f-4680-bbb5-30cdbe7f11e0 [pid: 7|app: 0|req: 704/1357] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:12:51 2026] DELETE /v2.0/networks/83c08450-a5e3-4fd1-8c31-cda113798494 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1358] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:51 2026] GET /v2.0/security-groups?tenant_id=6a0c6ad5f5ae4c57ac0f67a41a9858f6&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:12:51.535 8 INFO neutron.db.l3_hamode_db [None req-0045d7a4-44ea-4fe1-85f1-ad13035f1603 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 706/1359] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:51 2026] DELETE /v2.0/security-groups/4aa4cc35-faa3-41ee-b4d3-71eb27b9fbb2 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:52.232 8 INFO neutron.services.segments.plugin [-] Segment b8908d6c-b036-4646-aca0-eaf3b3cfe835 resource provider aggregate not found 2026-06-24 19:12:52.235 8 INFO neutron.services.segments.plugin [-] Segment b8908d6c-b036-4646-aca0-eaf3b3cfe835 resource provider aggregate not found 2026-06-24 19:12:52.257 8 INFO neutron.services.segments.plugin [-] Segment b8908d6c-b036-4646-aca0-eaf3b3cfe835 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8908d6c-b036-4646-aca0-eaf3b3cfe835 found for delete ", "request_id": "req-8c48491a-cf39-4dc4-aa0c-c1f8fdee2aae"}]} 2026-06-24 19:12:52.258 8 INFO neutron.services.segments.plugin [-] Segment b8908d6c-b036-4646-aca0-eaf3b3cfe835 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8908d6c-b036-4646-aca0-eaf3b3cfe835 found for delete ", "request_id": "req-d05ae980-8dcb-4394-8d99-0568c5343d7b"}]} [pid: 8|app: 0|req: 654/1360] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:50 2026] POST /v2.0/routers => generated 692 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1361] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:12:52 2026] GET /v2.0/routers/79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1362] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:12:52 2026] GET /v2.0/routers => generated 701 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:12:52.905 7 INFO neutron.services.segments.plugin [-] Segment f8dd7a11-783f-4127-a0b7-e168e3ed9154 resource provider aggregate not found 2026-06-24 19:12:52.912 7 INFO neutron.services.segments.plugin [-] Segment f8dd7a11-783f-4127-a0b7-e168e3ed9154 resource provider aggregate not found 2026-06-24 19:12:52.932 7 INFO neutron.services.segments.plugin [-] Segment f8dd7a11-783f-4127-a0b7-e168e3ed9154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8dd7a11-783f-4127-a0b7-e168e3ed9154 found for delete ", "request_id": "req-564567ed-3181-4614-a775-fff0af1b7d92"}]} 2026-06-24 19:12:52.936 7 INFO neutron.services.segments.plugin [-] Segment f8dd7a11-783f-4127-a0b7-e168e3ed9154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8dd7a11-783f-4127-a0b7-e168e3ed9154 found for delete ", "request_id": "req-d80811cc-c832-4e69-80a3-d010506a117c"}]} [pid: 8|app: 0|req: 656/1363] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:52 2026] GET /v2.0/security-groups?tenant_id=076a870ff9f244c5bb97f06f7aa8dd4b&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1364] 10.0.0.104 () {34 vars in 741 bytes} [Wed Jun 24 19:12:52 2026] PUT /v2.0/routers/79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 705 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1365] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:53 2026] DELETE /v2.0/security-groups/8c970374-aa93-4c8b-9315-530e57ec89a2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1366] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:12:53 2026] GET /v2.0/routers/79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1367] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:53 2026] GET /v2.0/ports?device_id=79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:53.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d16530d-60e1-465d-9920-33ac1e9ca864 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: 0ec3050c-b706-463d-b5c7-675c5210d3f3 2026-06-24 19:12:53.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d16530d-60e1-465d-9920-33ac1e9ca864 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: 0ec3050c-b706-463d-b5c7-675c5210d3f3 2026-06-24 19:12:53.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d16530d-60e1-465d-9920-33ac1e9ca864 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] TaaS: Handle Delete Port: b1d46e2d-a07e-45b8-b80f-24e5b41a439d 2026-06-24 19:12:53.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d16530d-60e1-465d-9920-33ac1e9ca864 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] Tap Mirror: Handle Delete Port: b1d46e2d-a07e-45b8-b80f-24e5b41a439d 2026-06-24 19:12:54.046 7 INFO neutron.db.l3_hamode_db [None req-3d16530d-60e1-465d-9920-33ac1e9ca864 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] HA network 966c5dd9-006c-4cd2-b8ad-43a19a997533 was deleted as no HA routers are present in tenant 8e76f0b64c1740d6b5ca489e984904b6. [pid: 7|app: 0|req: 710/1368] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:53 2026] DELETE /v2.0/routers/79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1369] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:54 2026] GET /v2.0/ports?device_id=79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:54.109 7 INFO neutron.api.v2.resource [None req-86f544e2-625e-4c13-89a2-1401155786fe 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1370] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/routers/79c50cdb-aade-446e-9cea-f3c26291f5b3 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1371] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:54 2026] GET /v2.0/ports?device_id=e2f19f11-19b6-4a98-8da2-c266386e9f33 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:54.156 7 INFO neutron.api.v2.resource [None req-96a315d3-b59d-4c7a-904d-51ea441b7b61 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1372] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/routers/e2f19f11-19b6-4a98-8da2-c266386e9f33 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:54.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55ee8ca7-6845-44d5-a7c7-590d28194cad 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1373] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/subnets/e973d3f8-6f4d-439e-86e9-7c26f9d2a444 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1374] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:54 2026] GET /v2.0/ports?device_id=870231e6-3d8c-4fb8-911c-f8442d9d56f7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:54.232 7 INFO neutron.api.v2.resource [None req-7532a5d3-0f7f-4bd8-9453-1ecd69fc8e0a 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1375] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/routers/870231e6-3d8c-4fb8-911c-f8442d9d56f7 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:54.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de8d27ae-3872-4a14-8693-f33f57b51b39 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1376] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/subnets/3aaca671-7f0d-4f9b-8a7d-f51ba631e5fa => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1377] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:12:54 2026] GET /v2.0/ports?device_id=1a12a443-d16c-472c-94e9-5dbc31a5c864 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:12:54.294 7 INFO neutron.api.v2.resource [None req-a7099ce5-e56c-4adb-be36-2a73d97feb10 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1378] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/routers/1a12a443-d16c-472c-94e9-5dbc31a5c864 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:54.313 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cc5650e-e0e2-4771-80fa-c94acfebacb3 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1379] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/subnets/59156706-928c-4518-8f70-116c1091dc12 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:12:54.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abb92265-4c3e-4393-afa2-d88b5f381a6b 236a1c628c554cd0aa6e5d241cd152d0 8e76f0b64c1740d6b5ca489e984904b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1380] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/subnets/0e8aa509-09d0-4d4f-8b53-327eb7f757f0 => 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: 662/1381] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:54 2026] GET /v2.0/security-groups?tenant_id=2dc8ef074f524410be035a661aa03cbf&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1382] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:54 2026] DELETE /v2.0/security-groups/7380938f-dba7-476c-944d-99793de40e58 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:54.949 7 INFO neutron.services.segments.plugin [-] Segment 591a07f6-a17f-47fe-bd84-1927741543a8 resource provider aggregate not found 2026-06-24 19:12:54.954 7 INFO neutron.services.segments.plugin [-] Segment 591a07f6-a17f-47fe-bd84-1927741543a8 resource provider aggregate not found 2026-06-24 19:12:54.970 7 INFO neutron.services.segments.plugin [-] Segment 591a07f6-a17f-47fe-bd84-1927741543a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 591a07f6-a17f-47fe-bd84-1927741543a8 found for delete ", "request_id": "req-36c66e28-d7bd-4244-9869-317f2e3e3ac8"}]} 2026-06-24 19:12:54.971 7 INFO neutron.services.segments.plugin [-] Segment 591a07f6-a17f-47fe-bd84-1927741543a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 591a07f6-a17f-47fe-bd84-1927741543a8 found for delete ", "request_id": "req-c1cbbcfe-8455-436e-be7b-138f2d103ad3"}]} [pid: 8|app: 0|req: 663/1383] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:54 2026] GET /v2.0/security-groups?tenant_id=8e76f0b64c1740d6b5ca489e984904b6&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: 721/1384] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:55 2026] DELETE /v2.0/security-groups/378b2930-f504-45dd-8b6b-661d16a8c5bf => 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: 664/1385] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:56 2026] GET /v2.0/security-groups?tenant_id=f08f93c65dd543fe984e6d547f0f4b14&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1386] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:57 2026] DELETE /v2.0/security-groups/9914ec43-093b-490f-a1dc-3db9d8301dfa => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1387] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:57 2026] GET /v2.0/security-groups?tenant_id=fde2b3c38ab746d1a9fe344a6eed8e74&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1388] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:57 2026] DELETE /v2.0/security-groups/9da3fbc4-75f0-4918-9d5e-a604f7494b69 => 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: 666/1389] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:12:57 2026] GET /v2.0/security-groups?tenant_id=7d5fddfb234d48b980c27071df1b2342&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1390] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:12:57 2026] DELETE /v2.0/security-groups/1fb81ff8-e3d6-4477-99b1-0abddf05ce6e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:12:59.432 8 INFO neutron.db.segments_db [None req-a723f2e9-159b-4dab-a7f8-43a33eb32ede 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 of type vxlan for network d5dc4731-390e-4c51-8577-3588334c1bc9 [pid: 8|app: 0|req: 667/1391] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:12:58 2026] POST /v2.0/networks => generated 721 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:59.694 7 INFO neutron.db.segments_db [None req-dec46872-01eb-40a7-9e70-23c7162e2dff eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Added segment a174a4f6-2b35-482d-ba74-db79309c43ba of type vxlan for network 80ec435c-d741-4dd7-a073-14d80fc40230 [pid: 8|app: 0|req: 668/1392] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:59 2026] POST /v2.0/subnets => generated 687 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1393] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:12:59 2026] POST /v2.0/networks => generated 625 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:12:59.868 7 INFO neutron.db.segments_db [None req-f8e87a78-c26d-4804-be13-8685fad2af1f 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 of type vxlan for network 00810198-6f00-4b71-949a-aa1984e2cc08 2026-06-24 19:12:59.959 8 INFO neutron.db.segments_db [None req-c55551bf-4709-4bf5-ac4d-1bdfab7055d4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment b001e7b6-b387-4750-b8e9-4178528aa73f of type vxlan for network 946ea3c0-020b-44c9-a580-6981abd6eb76 [pid: 8|app: 0|req: 669/1396] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:12:59 2026] POST /v2.0/networks => generated 721 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:00.118 7 INFO neutron.db.l3_hamode_db [None req-f8e87a78-c26d-4804-be13-8685fad2af1f 04d60b9dce4e4d938526bbc89e105e19 be2770490d1a4e79a87330951b81672d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 670/1397] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:00 2026] POST /v2.0/ports => generated 775 bytes in 271 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: 671/1398] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:00 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1399] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:00 2026] POST /v2.0/subnets => generated 687 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:00.613 8 INFO neutron.db.segments_db [None req-b87582b6-c513-4aa6-b433-e3263773a0c7 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Added segment 8f1dae87-be67-493c-9264-2331216e6979 of type vxlan for network 6c6d1dcd-ea9c-4ffd-981d-cabfa3d103a2 [pid: 8|app: 0|req: 673/1400] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:00 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1401] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:00 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:00.775 8 INFO neutron.db.segments_db [None req-9a013bab-4670-47c5-8a69-c1a8c815035b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 4c81a86a-54d4-421c-92f9-f71281e3fd01 of type vxlan for network 985d97e6-bd48-4423-b319-05d7bad874f0 2026-06-24 19:13:00.901 7 INFO neutron.db.l3_hamode_db [None req-f8e87a78-c26d-4804-be13-8685fad2af1f 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:13:01.046 8 INFO neutron.db.l3_hamode_db [None req-9a013bab-4670-47c5-8a69-c1a8c815035b 04d60b9dce4e4d938526bbc89e105e19 2055b26aa8e947729f5c35172278cbb6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 728/1402] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:12:59 2026] POST /v2.0/routers => generated 727 bytes in 1884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:01.807 8 INFO neutron.db.l3_hamode_db [None req-9a013bab-4670-47c5-8a69-c1a8c815035b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 729/1403] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:01 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1404] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:01 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1405] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:00 2026] POST /v2.0/routers => generated 727 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1406] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:02 2026] POST /v2.0/ports => generated 950 bytes in 430 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: 677/1407] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:03 2026] GET /v2.0/security-groups?id=f0e79c26-f613-4b8e-8c09-8aee6e95d58e&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: 731/1408] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:02 2026] PUT /v2.0/routers/c4daee5e-92c7-46b1-b328-6842e6e80e87/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:03.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b1c451a-3a32-43d8-9e53-89e96216a79e eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] TaaS: Handle Delete Port: c69a44bc-2ab9-406d-8ef6-d380b0da7423 2026-06-24 19:13:03.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b1c451a-3a32-43d8-9e53-89e96216a79e eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Tap Mirror: Handle Delete Port: c69a44bc-2ab9-406d-8ef6-d380b0da7423 [pid: 7|app: 0|req: 732/1409] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:03 2026] DELETE /v2.0/ports/c69a44bc-2ab9-406d-8ef6-d380b0da7423 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:03.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76abb542-fb4c-4d6f-b9e8-e21cd679e536 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 733/1410] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:03 2026] DELETE /v2.0/ports/c69a44bc-2ab9-406d-8ef6-d380b0da7423 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:03.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90523310-0a42-47f8-ab7f-65bfa66c13a3 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1411] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:03 2026] GET /v2.0/ports/c69a44bc-2ab9-406d-8ef6-d380b0da7423 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1412] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:13:03 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => 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: 736/1413] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:03 2026] DELETE /v2.0/subnets/67d7e642-5a95-4eaa-8527-5d8c940e9c73 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:03.886 7 INFO neutron_taas.services.taas.taas_plugin [req-473a75f5-98a4-4089-8487-a30d51063fdb req-abdc1368-dc77-4f03-a590-a4cb9d5abdd0 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] TaaS: Handle Delete Port: 410433f6-8bd0-4501-a4a9-db2b86344156 2026-06-24 19:13:03.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-473a75f5-98a4-4089-8487-a30d51063fdb req-abdc1368-dc77-4f03-a590-a4cb9d5abdd0 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] Tap Mirror: Handle Delete Port: 410433f6-8bd0-4501-a4a9-db2b86344156 2026-06-24 19:13:03.997 7 INFO neutron.db.l3_db [req-473a75f5-98a4-4089-8487-a30d51063fdb req-abdc1368-dc77-4f03-a590-a4cb9d5abdd0 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] Floating IP 0d09771f-f843-4e20-8d6c-2e54ba9f2306 disassociated. External IP: 10.96.250.203, port: 410433f6-8bd0-4501-a4a9-db2b86344156. [pid: 7|app: 0|req: 737/1414] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:13:03 2026] DELETE /v2.0/ports/410433f6-8bd0-4501-a4a9-db2b86344156 => generated 0 bytes in 711 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:04.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2687ce5f-2de9-4c14-80df-e4f98d8befaf'] response: {'server_uuid': '44e504ef-4758-4e02-8fa9-b24026823e37', 'name': 'network-vif-deleted', 'tag': '410433f6-8bd0-4501-a4a9-db2b86344156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 678/1415] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:03 2026] PUT /v2.0/routers/081fa7c3-2522-4d75-aabd-2874f86a67dd/add_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:04.601 7 INFO neutron.services.segments.plugin [-] Segment 8f1dae87-be67-493c-9264-2331216e6979 resource provider aggregate not found 2026-06-24 19:13:04.609 7 INFO neutron.services.segments.plugin [-] Segment 8f1dae87-be67-493c-9264-2331216e6979 resource provider aggregate not found [pid: 8|app: 0|req: 679/1416] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:04 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:04.634 7 INFO neutron.services.segments.plugin [-] Segment 8f1dae87-be67-493c-9264-2331216e6979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f1dae87-be67-493c-9264-2331216e6979 found for delete ", "request_id": "req-27dc062a-7dc2-4fb8-8d7d-4f9f427bc30d"}]} 2026-06-24 19:13:04.634 7 INFO neutron.services.segments.plugin [-] Segment 8f1dae87-be67-493c-9264-2331216e6979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f1dae87-be67-493c-9264-2331216e6979 found for delete ", "request_id": "req-01895aa2-8f29-4c3e-b95c-946379af9714"}]} [pid: 7|app: 0|req: 738/1417] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:04 2026] DELETE /v2.0/networks/6c6d1dcd-ea9c-4ffd-981d-cabfa3d103a2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:04.705 8 INFO neutron.db.segments_db [None req-1e136e02-241d-4b39-8f10-b453633f9990 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Added segment ca7d82e8-caf5-48dd-9fab-e24fcb77784d of type vxlan for network 6c530fc9-6fe5-457e-bbec-ec8d4613c929 [pid: 8|app: 0|req: 680/1418] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:04 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1419] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:04 2026] POST /v2.0/subnets => generated 626 bytes in 784 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1420] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:05 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:05.963 7 INFO neutron.db.segments_db [None req-3130284a-58cc-4563-a0b2-9abdf735443c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment 4a5358a0-0a72-4a3c-8d2b-946dc241972f of type vxlan for network 88220e01-1f93-4cdf-90dc-e14db80369d4 [pid: 8|app: 0|req: 681/1421] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:05 2026] POST /v2.0/ports => generated 911 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1422] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:13:05 2026] GET /v2.0/networks?id=d5dc4731-390e-4c51-8577-3588334c1bc9 => generated 672 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1423] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:13:05 2026] POST /v2.0/networks => generated 721 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1424] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:13:06 2026] GET /v2.0/quotas/be2770490d1a4e79a87330951b81672d => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:06.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-1771e69b-ccd5-4d2c-b7c9-6b83d55bbd37 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] TaaS: Handle Delete Port: a34b5b0d-e347-404a-b45d-96c7a61bb163 2026-06-24 19:13:06.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1771e69b-ccd5-4d2c-b7c9-6b83d55bbd37 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Tap Mirror: Handle Delete Port: a34b5b0d-e347-404a-b45d-96c7a61bb163 [pid: 8|app: 0|req: 683/1425] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:06 2026] DELETE /v2.0/ports/a34b5b0d-e347-404a-b45d-96c7a61bb163 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1426] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:06 2026] POST /v2.0/subnets => generated 687 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:06.320 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1d330b4-0d61-45e1-b4d8-9e6381ae43ee eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1427] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:06 2026] GET /v2.0/ports/a34b5b0d-e347-404a-b45d-96c7a61bb163 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1428] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:13:06 2026] GET /v2.0/ports?tenant_id=be2770490d1a4e79a87330951b81672d&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:06.357 7 INFO neutron.db.segments_db [None req-3917e5e8-dead-4c78-a7a4-4da94d229c8a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Added segment cbbae251-7620-48b5-ad9c-a6bc1c989459 of type vxlan for network 8002bd23-8067-420a-9f80-a8684346b8d2 [pid: 8|app: 0|req: 685/1429] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:06 2026] DELETE /v2.0/subnets/f7acc849-7f5a-4caa-bea9-48d0b90334ac => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1430] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:13:06 2026] GET /v2.0/networks/d5dc4731-390e-4c51-8577-3588334c1bc9?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:06.639 7 INFO neutron.db.l3_hamode_db [None req-3917e5e8-dead-4c78-a7a4-4da94d229c8a 04d60b9dce4e4d938526bbc89e105e19 622b9a302c014eaf9d432ea0762f7e69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:13:06.669 8 INFO neutron.services.segments.plugin [-] Segment ca7d82e8-caf5-48dd-9fab-e24fcb77784d resource provider aggregate not found 2026-06-24 19:13:06.676 8 INFO neutron.services.segments.plugin [-] Segment ca7d82e8-caf5-48dd-9fab-e24fcb77784d resource provider aggregate not found 2026-06-24 19:13:06.691 8 INFO neutron.services.segments.plugin [-] Segment ca7d82e8-caf5-48dd-9fab-e24fcb77784d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7d82e8-caf5-48dd-9fab-e24fcb77784d found for delete ", "request_id": "req-5109618a-8ff1-4b3e-a4a1-1e719f17ea34"}]} 2026-06-24 19:13:06.701 8 INFO neutron.services.segments.plugin [-] Segment ca7d82e8-caf5-48dd-9fab-e24fcb77784d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7d82e8-caf5-48dd-9fab-e24fcb77784d found for delete ", "request_id": "req-555e900c-c06f-464c-9ee0-e28c5380b6dd"}]} [pid: 8|app: 0|req: 687/1431] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:06 2026] DELETE /v2.0/networks/6c530fc9-6fe5-457e-bbec-ec8d4613c929 => 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: 688/1432] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:13:06 2026] GET /v2.0/networks/d5dc4731-390e-4c51-8577-3588334c1bc9?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: 689/1433] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:06 2026] POST /v2.0/ports => generated 775 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: 690/1434] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:07 2026] GET /v2.0/ports?device_id=44e504ef-4758-4e02-8fa9-b24026823e37 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1435] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:07 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => 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: 692/1436] 10.0.0.104 () {34 vars in 737 bytes} [Wed Jun 24 19:13:07 2026] PUT /v2.0/ports/abd08c8e-1bfc-4a82-a298-4d850fa1ee32 => generated 752 bytes in 216 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-24 19:13:07.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-946b7733-913f-4930-8f4e-6c326fdb54a6 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] TaaS: Handle Delete Port: abd08c8e-1bfc-4a82-a298-4d850fa1ee32 2026-06-24 19:13:07.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-946b7733-913f-4930-8f4e-6c326fdb54a6 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Tap Mirror: Handle Delete Port: abd08c8e-1bfc-4a82-a298-4d850fa1ee32 2026-06-24 19:13:07.551 7 INFO neutron.db.l3_hamode_db [None req-3917e5e8-dead-4c78-a7a4-4da94d229c8a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 693/1437] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:07 2026] DELETE /v2.0/ports/abd08c8e-1bfc-4a82-a298-4d850fa1ee32 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1438] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:13:07 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:07.656 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a76633bb-c7e2-423e-b8e6-946f5f6fb183 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1439] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:07 2026] GET /v2.0/ports/abd08c8e-1bfc-4a82-a298-4d850fa1ee32 => 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: 696/1440] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:13:07 2026] GET /v2.0/ports => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1441] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:07 2026] GET /v2.0/ports/24248e6c-c0a2-46a3-a210-a1dd96fff133 => generated 775 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:07.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef06dd70-062e-4622-864f-610a2487ab32 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1442] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:07 2026] DELETE /v2.0/ports/a34b5b0d-e347-404a-b45d-96c7a61bb163 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:07.788 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e537f03c-99bb-41b9-a366-ea5a31cdcde8 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1443] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:07 2026] DELETE /v2.0/subnets/f7acc849-7f5a-4caa-bea9-48d0b90334ac => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:07.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39a85d3d-61bd-4ceb-893f-cc588da52bae eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1444] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:07 2026] DELETE /v2.0/subnets/67d7e642-5a95-4eaa-8527-5d8c940e9c73 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:07.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-100181eb-c6fa-47b7-94b0-2ae8006ed8b2 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] TaaS: Handle Delete Port: 24248e6c-c0a2-46a3-a210-a1dd96fff133 2026-06-24 19:13:07.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-100181eb-c6fa-47b7-94b0-2ae8006ed8b2 eb263cda7d484d108c2752954625b5ff b660a78b9004486783f934bdfd31ba37 - - default default] Tap Mirror: Handle Delete Port: 24248e6c-c0a2-46a3-a210-a1dd96fff133 [pid: 8|app: 0|req: 701/1445] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:07 2026] DELETE /v2.0/ports/24248e6c-c0a2-46a3-a210-a1dd96fff133 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1446] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:08 2026] DELETE /v2.0/networks/80ec435c-d741-4dd7-a073-14d80fc40230 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1447] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:08 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => 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: 704/1448] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:08 2026] DELETE /v2.0/security-groups/f0e79c26-f613-4b8e-8c09-8aee6e95d58e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:08.402 8 INFO neutron.api.v2.resource [None req-58bfbd8a-975f-422d-83d0-969410471689 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 705/1449] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:13:08 2026] GET /v2.0/security-groups/f0e79c26-f613-4b8e-8c09-8aee6e95d58e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:08.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-7180ad7a-f581-444d-bf60-65741ba31a0e 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] TaaS: Handle Delete Port: f822d73f-75f8-45a8-9259-fbda41cc1dae 2026-06-24 19:13:08.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7180ad7a-f581-444d-bf60-65741ba31a0e 4f3c866d09054b4eb8927ed0ba336d7d a1e3f90718fe4001b0c6940f724179e8 - - default default] Tap Mirror: Handle Delete Port: f822d73f-75f8-45a8-9259-fbda41cc1dae [pid: 7|app: 0|req: 745/1450] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:06 2026] POST /v2.0/routers => generated 727 bytes in 2201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1451] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:13:08 2026] DELETE /v2.0/floatingips/0d09771f-f843-4e20-8d6c-2e54ba9f2306 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:08.729 8 INFO neutron.services.segments.plugin [-] Segment a174a4f6-2b35-482d-ba74-db79309c43ba resource provider aggregate not found 2026-06-24 19:13:08.733 8 INFO neutron.services.segments.plugin [-] Segment a174a4f6-2b35-482d-ba74-db79309c43ba resource provider aggregate not found 2026-06-24 19:13:08.752 8 INFO neutron.services.segments.plugin [-] Segment a174a4f6-2b35-482d-ba74-db79309c43ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a174a4f6-2b35-482d-ba74-db79309c43ba found for delete ", "request_id": "req-a1872ccb-7a08-4535-9347-e3a73e881e4c"}]} 2026-06-24 19:13:08.755 8 INFO neutron.services.segments.plugin [-] Segment a174a4f6-2b35-482d-ba74-db79309c43ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a174a4f6-2b35-482d-ba74-db79309c43ba found for delete ", "request_id": "req-73570861-d975-4fcf-8350-492b2a9f92ae"}]} 2026-06-24 19:13:09.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0563b49-e615-4e5b-b16d-41cafa98e43b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 86c808f3-bf64-42c0-9cd7-dcef4e2ea49b 2026-06-24 19:13:09.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0563b49-e615-4e5b-b16d-41cafa98e43b 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 86c808f3-bf64-42c0-9cd7-dcef4e2ea49b [pid: 8|app: 0|req: 707/1452] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:08 2026] PUT /v2.0/routers/703ae007-a60c-458c-aa90-ea49d3ee4fa5/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1453] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:08 2026] PUT /v2.0/routers/72b5be20-1c1a-4c21-90ad-b69a4b07c414/add_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1454] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:09 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => 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: 708/1455] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:09 2026] GET /v2.0/security-groups?tenant_id=b660a78b9004486783f934bdfd31ba37&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:10.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed8cfe0d-c63e-4f0a-9fef-49b55cf3cbc4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 570077a4-b9ce-49bf-8173-1714270f78ef 2026-06-24 19:13:10.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed8cfe0d-c63e-4f0a-9fef-49b55cf3cbc4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 570077a4-b9ce-49bf-8173-1714270f78ef [pid: 8|app: 0|req: 709/1456] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:10 2026] DELETE /v2.0/security-groups/ea50f621-7ab9-4442-adbe-b4ef7a6a8094 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:10.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed8cfe0d-c63e-4f0a-9fef-49b55cf3cbc4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 00c00f85-0e6b-425e-bbed-9dc6e97cfac6 2026-06-24 19:13:10.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed8cfe0d-c63e-4f0a-9fef-49b55cf3cbc4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 00c00f85-0e6b-425e-bbed-9dc6e97cfac6 2026-06-24 19:13:10.816 7 INFO neutron.services.segments.plugin [-] Segment e77cad4d-8b57-4b72-9b17-dd2e325863f4 resource provider aggregate not found 2026-06-24 19:13:10.820 7 INFO neutron.services.segments.plugin [-] Segment e77cad4d-8b57-4b72-9b17-dd2e325863f4 resource provider aggregate not found [pid: 8|app: 0|req: 710/1457] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:13:10 2026] POST /v2.0/security-groups => generated 1673 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 19:13:10.839 7 INFO neutron.services.segments.plugin [-] Segment e77cad4d-8b57-4b72-9b17-dd2e325863f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77cad4d-8b57-4b72-9b17-dd2e325863f4 found for delete ", "request_id": "req-83029100-bd99-4f65-b7c5-19f51db4fae6"}]} 2026-06-24 19:13:10.841 7 INFO neutron.db.l3_hamode_db [None req-ed8cfe0d-c63e-4f0a-9fef-49b55cf3cbc4 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network 37ba3d08-4540-45ec-89dd-508caaaccebd was deleted as no HA routers are present in tenant a1e3f90718fe4001b0c6940f724179e8. 2026-06-24 19:13:10.844 7 INFO neutron.services.segments.plugin [-] Segment e77cad4d-8b57-4b72-9b17-dd2e325863f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77cad4d-8b57-4b72-9b17-dd2e325863f4 found for delete ", "request_id": "req-9486fbc1-95e5-4b22-86cc-d72ad83c48c6"}]} [pid: 7|app: 0|req: 748/1458] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:09 2026] DELETE /v2.0/routers/703ae007-a60c-458c-aa90-ea49d3ee4fa5 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1459] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:10 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: 8|app: 0|req: 712/1460] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:10 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1461] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:10 2026] DELETE /v2.0/subnets/85070577-4706-4531-ab91-f15d8c526a3c => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:11.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-c36738cc-81e4-44dd-91a1-a0e4e4df7928 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: cc7419e1-cddd-419f-b1b7-e424c958fdaa 2026-06-24 19:13:11.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c36738cc-81e4-44dd-91a1-a0e4e4df7928 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: cc7419e1-cddd-419f-b1b7-e424c958fdaa [pid: 8|app: 0|req: 713/1462] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1463] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:13:11 2026] GET /v2.0/networks?id=d5dc4731-390e-4c51-8577-3588334c1bc9 => generated 672 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1464] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1465] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:11 2026] DELETE /v2.0/networks/f6dd623a-aaf9-4281-b381-ddca962fdc9f => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1466] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1467] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:11 2026] GET /v2.0/security-groups?tenant_id=a1e3f90718fe4001b0c6940f724179e8&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:11.696 7 INFO neutron.db.securitygroups_db [None req-86e4cebd-a82a-4b19-819d-694c44f5b6bc e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] Project 2055b26aa8e947729f5c35172278cbb6 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: 753/1468] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1469] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:11 2026] DELETE /v2.0/security-groups/32de97a3-1236-42dd-ad10-f3e0ca3a8338 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1470] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:13:11 2026] POST /v2.0/ports => generated 958 bytes in 601 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-24 19:13:12.051 7 INFO neutron.db.securitygroups_db [None req-ffdfcb1e-b15d-4866-a7cc-aad06b08243e e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] Project 2055b26aa8e947729f5c35172278cbb6 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: 755/1471] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:12 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1472] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:12 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 961 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1473] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:12 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1474] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:13:12 2026] PUT /v2.0/ports/122e0ad4-4341-4562-b4c2-d9753740cd67 => generated 1239 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1475] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:13:12 2026] POST /v2.0/subnetpools => generated 549 bytes in 192 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-24 19:13:12.510 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92353ccf-6294-4a54-a015-419436b191d8'] response: {'name': 'network-changed', 'server_uuid': '0a115663-31ae-4e76-ba63-ca8938f824cf', 'tag': '122e0ad4-4341-4562-b4c2-d9753740cd67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 718/1476] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:13:12 2026] GET /v2.0/subnetpools/f3222d76-307d-4c67-bcb7-6e91e51d145f => generated 549 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1477] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:13:12 2026] PUT /v2.0/subnetpools/f3222d76-307d-4c67-bcb7-6e91e51d145f => generated 500 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1478] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:13:12 2026] DELETE /v2.0/subnetpools/f3222d76-307d-4c67-bcb7-6e91e51d145f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:12.684 8 INFO neutron.api.v2.resource [None req-8e420fa8-8a6a-42e2-b1e0-e3c3239b9f55 435243d2f8694415898650fda290e8cd d8d9965ba16a4f56be3333ffcfe6673c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1479] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:13:12 2026] GET /v2.0/subnetpools/f3222d76-307d-4c67-bcb7-6e91e51d145f => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:12.704 8 INFO neutron.api.v2.resource [None req-cc757995-25dd-4beb-83ca-bd821f85291c 435243d2f8694415898650fda290e8cd d8d9965ba16a4f56be3333ffcfe6673c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 721/1480] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:13:12 2026] DELETE /v2.0/subnetpools/f3222d76-307d-4c67-bcb7-6e91e51d145f => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1481] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:13:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 19:13:12.860 7 INFO neutron.services.segments.plugin [-] Segment 7a984bfb-0079-46e7-9426-6423f376bd69 resource provider aggregate not found 2026-06-24 19:13:12.870 7 INFO neutron.services.segments.plugin [-] Segment 7a984bfb-0079-46e7-9426-6423f376bd69 resource provider aggregate not found 2026-06-24 19:13:12.894 7 INFO neutron.services.segments.plugin [-] Segment 7a984bfb-0079-46e7-9426-6423f376bd69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a984bfb-0079-46e7-9426-6423f376bd69 found for delete ", "request_id": "req-c4511b82-8404-4f82-a3d1-d40e7606ffe0"}]} 2026-06-24 19:13:12.895 7 INFO neutron.services.segments.plugin [-] Segment 7a984bfb-0079-46e7-9426-6423f376bd69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a984bfb-0079-46e7-9426-6423f376bd69 found for delete ", "request_id": "req-963ca6a9-6bd7-4b62-84e4-7b09cd1c8614"}]} [pid: 8|app: 0|req: 722/1482] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1483] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/ports?tenant_id=be2770490d1a4e79a87330951b81672d&device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1484] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1485] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/networks?tenant_id=be2770490d1a4e79a87330951b81672d&shared=False => generated 768 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1486] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1487] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/security-groups?tenant_id=d8d9965ba16a4f56be3333ffcfe6673c&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1488] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1489] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:13:13 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1490] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:13 2026] DELETE /v2.0/security-groups/863e4a77-6e65-4174-b02f-14a2c1d5a7e3 => 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: 763/1491] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1492] 10.0.0.21 () {34 vars in 1097 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-694047233&fields=id&tenant_id=2055b26aa8e947729f5c35172278cbb6 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1493] 10.0.0.21 () {34 vars in 1097 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--595066974&fields=id&tenant_id=2055b26aa8e947729f5c35172278cbb6 => 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: 730/1494] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/networks?id=946ea3c0-020b-44c9-a580-6981abd6eb76 => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1495] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/quotas/2055b26aa8e947729f5c35172278cbb6 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1496] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:13:13 2026] GET /v2.0/ports?tenant_id=2055b26aa8e947729f5c35172278cbb6&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1497] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76?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: 732/1498] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76?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: 767/1499] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/ports?tenant_id=be2770490d1a4e79a87330951b81672d&device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1500] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=122e0ad4-4341-4562-b4c2-d9753740cd67 => 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: 768/1501] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/subnets?id=9e1d605b-10cf-45b8-a348-2498316feda1 => generated 690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1502] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => 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: 769/1503] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/ports?network_id=d5dc4731-390e-4c51-8577-3588334c1bc9&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1504] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/networks/d5dc4731-390e-4c51-8577-3588334c1bc9?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: 770/1505] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/networks/d5dc4731-390e-4c51-8577-3588334c1bc9?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: 772/1508] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1509] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:14 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1510] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:15 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => 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: 738/1511] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:16 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1512] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:16 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&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: 739/1513] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:16 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => 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: 775/1514] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:17 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1515] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:17 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&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: 741/1516] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:17 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => 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: 776/1517] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:17 2026] GET /v2.0/security-groups?tenant_id=ed03e7b912a241a986609f9f4008735b&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1518] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:17 2026] DELETE /v2.0/security-groups/a1c15916-eb24-4368-8ce7-7870669bd3a0 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1519] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:18 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1520] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:18 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1521] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:18 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => 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: 744/1522] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:13:18 2026] GET /v2.0/networks?id=946ea3c0-020b-44c9-a580-6981abd6eb76 => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1523] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:13:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2055b26aa8e947729f5c35172278cbb6 => generated 272 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1524] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:13:18 2026] POST /v2.0/ports => generated 993 bytes in 468 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: 746/1525] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:19 2026] GET /v2.0/security-groups?tenant_id=d11eed2ba35b456bb40c0f154bcd9be0&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1526] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:13:19 2026] PUT /v2.0/ports/ca31f65d-5356-47f0-b361-616b0ef68bf7 => generated 1274 bytes in 451 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: 747/1527] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:19 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:19.869 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-086685aa-0edc-457a-80e1-dc6dff5aa3b6'] response: {'name': 'network-changed', 'server_uuid': 'f53778c8-50a4-4f81-a209-265d53bcfa74', 'tag': 'ca31f65d-5356-47f0-b361-616b0ef68bf7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 748/1528] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:19 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1529] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:19 2026] DELETE /v2.0/security-groups/2104eae2-a7ec-4b88-8ea2-52b912537d16 => 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: 749/1530] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:19 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1531] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:19 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1532] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:20 2026] GET /v2.0/security-groups?tenant_id=8625e4f78bfd460d95e1c41d60db5c7e&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1533] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:20 2026] GET /v2.0/ports?tenant_id=2055b26aa8e947729f5c35172278cbb6&device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1534] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:20 2026] DELETE /v2.0/security-groups/b367331e-3036-493a-adf5-22681a8b6d4a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1535] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:13:20 2026] GET /v2.0/networks?tenant_id=2055b26aa8e947729f5c35172278cbb6&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1536] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:13:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1537] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1538] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1539] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1540] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&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: 787/1541] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/ports?tenant_id=2055b26aa8e947729f5c35172278cbb6&device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1277 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1542] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ca31f65d-5356-47f0-b361-616b0ef68bf7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:21.676 8 INFO neutron.db.segments_db [None req-89d182ba-7f62-45ec-9be7-5f69afa92667 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Added segment 233e939b-e58d-4200-8dcb-d9b4e6c1e405 of type vxlan for network 46245596-02b6-400b-945e-897e054826d8 [pid: 7|app: 0|req: 789/1543] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/subnets?id=42d028fd-51d6-4216-9d5e-3aa4adb5c353 => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1544] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/ports?network_id=946ea3c0-020b-44c9-a580-6981abd6eb76&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1545] 10.0.0.104 () {34 vars in 671 bytes} [Wed Jun 24 19:13:21 2026] POST /v2.0/networks => generated 613 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1546] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:21.822 8 INFO neutron.db.segments_db [None req-07e8716a-0f02-495b-8456-461cff4598c7 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Added segment ae09954e-b770-4f23-aa0d-c5e3322cbd49 of type vxlan for network d0e5904c-e400-4f22-b5c2-99a8e23df406 [pid: 7|app: 0|req: 792/1547] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:13:21 2026] GET /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76?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-24 19:13:22.114 8 INFO neutron.db.l3_hamode_db [None req-07e8716a-0f02-495b-8456-461cff4598c7 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 793/1548] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:22 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1008 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1549] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:22 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1550] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:22 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1551] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:22 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:22.851 8 INFO neutron.db.l3_hamode_db [None req-07e8716a-0f02-495b-8456-461cff4598c7 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 797/1552] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1553] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1554] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1555] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:21 2026] POST /v2.0/routers => generated 695 bytes in 1925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1556] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1557] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/security-groups?id=7850219b-5702-476c-8beb-c6a83fb62527&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:23.854 8 INFO neutron_taas.services.taas.taas_plugin [req-87b2e2d2-6db1-433b-99df-d1b35626fe2f req-5f8a2224-c8f9-4bfb-9922-f04c19b5700e 0de22cd2ab4e4dd7be4686af7dbe6cc1 be2770490d1a4e79a87330951b81672d - - default default] TaaS: Handle Delete Port: 122e0ad4-4341-4562-b4c2-d9753740cd67 2026-06-24 19:13:23.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87b2e2d2-6db1-433b-99df-d1b35626fe2f req-5f8a2224-c8f9-4bfb-9922-f04c19b5700e 0de22cd2ab4e4dd7be4686af7dbe6cc1 be2770490d1a4e79a87330951b81672d - - default default] Tap Mirror: Handle Delete Port: 122e0ad4-4341-4562-b4c2-d9753740cd67 [pid: 7|app: 0|req: 801/1558] 10.0.0.104 () {32 vars in 776 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/subnets?project_id=7f1023f7cbd14f9ba8885b4f71a867b8&cidr=10.100.0.0%2F28 => generated 14 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1559] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:13:23 2026] DELETE /v2.0/ports/122e0ad4-4341-4562-b4c2-d9753740cd67 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1560] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:13:23 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:24.047 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-541ed889-dd7d-47ad-9567-f412b34aca24'] response: {'server_uuid': '0a115663-31ae-4e76-ba63-ca8938f824cf', 'name': 'network-vif-deleted', 'tag': '122e0ad4-4341-4562-b4c2-d9753740cd67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 759/1561] 10.0.0.104 () {32 vars in 784 bytes} [Wed Jun 24 19:13:24 2026] GET /v2.0/subnets?network_id=f0fe44ae-1a72-427a-b745-473a6d451603&cidr=10.100.0.0%2F28 => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1562] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:24 2026] POST /v2.0/subnets => generated 656 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1563] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:24 2026] GET /v2.0/security-groups?tenant_id=9343814e077e49748078f127d4df0f3d&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1564] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:24 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1565] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:24 2026] DELETE /v2.0/security-groups/d3e02f95-93d8-4226-b903-9bf454c5f1e0 => 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: 807/1566] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:24 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1567] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:24 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1568] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:13:25 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1277 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1569] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:25 2026] GET /v2.0/security-groups?tenant_id=6ec596ef776e4b429be63a0cd0921a92&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1570] 199.19.213.203 () {34 vars in 1124 bytes} [Wed Jun 24 19:13:25 2026] GET /v2.0/security-groups?id=26e796f1-7494-4cc1-bc1d-917524f8405b&id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&fields=id&fields=name => generated 205 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1571] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:25 2026] DELETE /v2.0/security-groups/bb7308d1-b889-44f5-af5b-4680a23dec15 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1572] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:24 2026] PUT /v2.0/routers/25c99daa-ef70-43ce-98c6-450ad79d0833/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1573] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:13:25 2026] GET /v2.0/networks => generated 7955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1574] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:13:25 2026] GET /v2.0/subnets => generated 6491 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1575] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:26 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => 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: 814/1576] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:13:25 2026] GET /v2.0/routers => generated 2907 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1577] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:26 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1578] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:26 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1579] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:13:26 2026] POST /v2.0/security-groups => generated 1675 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1580] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1581] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1582] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1583] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:27.041 7 INFO neutron.db.securitygroups_db [None req-6faf680f-7583-42de-b905-f2b6449c6ac7 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Project 7f1023f7cbd14f9ba8885b4f71a867b8 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: 818/1584] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:27.184 8 INFO neutron.db.securitygroups_db [None req-3e95fa0a-3ab4-4744-b2e2-20249d8fae9f 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Project 7f1023f7cbd14f9ba8885b4f71a867b8 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: 819/1585] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/ports?device_id=0a115663-31ae-4e76-ba63-ca8938f824cf => 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: 767/1586] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:13:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1587] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1588] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1589] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/networks => generated 1297 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:27.815 8 INFO neutron.db.segments_db [None req-cf40da51-7cc2-40b9-abd5-be066fd0914a d5e96d3db704482181257e7d77049160 6f09079fe98b477b839557c930fbc619 - - default default] Added segment 72fa50e3-74e8-42ec-b97c-188de28f962b of type vxlan for network 1583b73a-2cba-4fe6-94e9-593b43b73bb1 [pid: 7|app: 0|req: 823/1590] 10.0.0.21 () {34 vars in 1099 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2009830053&fields=id&tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1591] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:27 2026] POST /v2.0/networks => generated 625 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1592] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 660 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1593] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:13:27 2026] GET /v2.0/quotas/7f1023f7cbd14f9ba8885b4f71a867b8 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1594] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&fields=id => generated 57 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1595] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 828/1596] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 829/1597] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1598] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1599] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:27 2026] POST /v2.0/subnets => generated 641 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1600] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => 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: 832/1601] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:28 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:28.815 8 INFO neutron.db.segments_db [None req-1c2c2ef3-2be5-4fcf-8457-0b28711db5ee d5e96d3db704482181257e7d77049160 6f09079fe98b477b839557c930fbc619 - - default default] Added segment f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce of type vxlan for network 5ae5994f-18d6-45fb-b4b0-796e029e9218 [pid: 8|app: 0|req: 770/1602] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:28 2026] POST /v2.0/networks => generated 625 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1603] 10.0.0.104 () {34 vars in 743 bytes} [Wed Jun 24 19:13:28 2026] PUT /v2.0/networks/5ae5994f-18d6-45fb-b4b0-796e029e9218 => generated 592 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:29.171 7 INFO neutron.db.l3_db [None req-7bb4055a-4a65-4bae-b850-4151365c3be2 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] Floating IP 63d8227e-09ed-4673-8283-c30bcb634beb associated. External IP: 10.96.250.217, port: ca31f65d-5356-47f0-b361-616b0ef68bf7. [pid: 8|app: 0|req: 772/1604] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:29 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1605] 10.0.0.104 () {34 vars in 741 bytes} [Wed Jun 24 19:13:29 2026] PUT /v2.0/subnets/34ece5d6-54c3-4407-a5cb-da0744f0d21c => generated 636 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1606] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:13:28 2026] PUT /v2.0/floatingips/63d8227e-09ed-4673-8283-c30bcb634beb => generated 855 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:29.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9887a11c-9e13-495e-a36a-d2e44c4e55d5'] response: {'name': 'network-changed', 'server_uuid': 'f53778c8-50a4-4f81-a209-265d53bcfa74', 'tag': 'ca31f65d-5356-47f0-b361-616b0ef68bf7', 'status': 'completed', 'code': 200} 2026-06-24 19:13:29.697 8 INFO neutron.services.segments.plugin [-] Segment f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce resource provider aggregate not found 2026-06-24 19:13:29.704 8 INFO neutron.services.segments.plugin [-] Segment f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce resource provider aggregate not found 2026-06-24 19:13:29.716 8 INFO neutron.services.segments.plugin [-] Segment f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce found for delete ", "request_id": "req-813d6177-f1ac-41c7-9fa3-e51a8b0c263b"}]} 2026-06-24 19:13:29.719 8 INFO neutron.services.segments.plugin [-] Segment f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0b7bb37-5a36-4cbf-8e5b-3c8d6e0ebbce found for delete ", "request_id": "req-b16d4a8d-fbd9-451a-ba7f-37679d2e2ba0"}]} [pid: 8|app: 0|req: 774/1607] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:29 2026] DELETE /v2.0/networks/5ae5994f-18d6-45fb-b4b0-796e029e9218 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:29.747 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b315518-953a-45c0-abaa-4a4facf8028d d5e96d3db704482181257e7d77049160 6f09079fe98b477b839557c930fbc619 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1610] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:29 2026] DELETE /v2.0/networks/5ae5994f-18d6-45fb-b4b0-796e029e9218 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1611] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:29 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => 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: 777/1612] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:13:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1613] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:13:29 2026] GET /v2.0/subnets?network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1614] 10.0.0.104 () {32 vars in 653 bytes} [Wed Jun 24 19:13:29 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: 8|app: 0|req: 780/1615] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:13:29 2026] GET /v2.0/networks => generated 1309 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1616] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:13:29 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1617] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/networks/1583b73a-2cba-4fe6-94e9-593b43b73bb1 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1618] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/ports?tenant_id=2055b26aa8e947729f5c35172278cbb6&device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1619] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/subnets/cbb382e5-417a-4eed-944a-15d26b2b6e35 => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1620] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/networks?id=946ea3c0-020b-44c9-a580-6981abd6eb76 => generated 768 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:30.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-13aa6041-b3f8-4a9e-8fd4-0866de33c667 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: d541224c-fa0d-4eca-aa0f-cb129a00d13e 2026-06-24 19:13:30.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13aa6041-b3f8-4a9e-8fd4-0866de33c667 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: d541224c-fa0d-4eca-aa0f-cb129a00d13e 2026-06-24 19:13:30.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7425854c-84a5-4ee4-a928-7dd9efafcdcd d5e96d3db704482181257e7d77049160 6f09079fe98b477b839557c930fbc619 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1621] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:30 2026] DELETE /v2.0/subnets/34ece5d6-54c3-4407-a5cb-da0744f0d21c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1622] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ca31f65d-5356-47f0-b361-616b0ef68bf7 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:30.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7f142b9-d757-4c94-aeca-d918e9db3205 d5e96d3db704482181257e7d77049160 6f09079fe98b477b839557c930fbc619 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1623] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:30 2026] DELETE /v2.0/networks/5ae5994f-18d6-45fb-b4b0-796e029e9218 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1624] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/subnets?id=42d028fd-51d6-4216-9d5e-3aa4adb5c353 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1625] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:30 2026] DELETE /v2.0/subnets/cbb382e5-417a-4eed-944a-15d26b2b6e35 => 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: 791/1626] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/ports?network_id=946ea3c0-020b-44c9-a580-6981abd6eb76&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: 792/1627] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:30 2026] DELETE /v2.0/networks/1583b73a-2cba-4fe6-94e9-593b43b73bb1 => 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: 793/1628] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1629] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76?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: 836/1630] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:29 2026] PUT /v2.0/routers/c4daee5e-92c7-46b1-b328-6842e6e80e87/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1631] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:30 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:31.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-863b4ca2-372c-4519-aae7-7aacdec453eb 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: bb121dc8-04cb-4db5-9337-3a8d0b07a46d 2026-06-24 19:13:31.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863b4ca2-372c-4519-aae7-7aacdec453eb 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: bb121dc8-04cb-4db5-9337-3a8d0b07a46d [pid: 7|app: 0|req: 838/1632] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:31 2026] GET /v2.0/security-groups?tenant_id=6f09079fe98b477b839557c930fbc619&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:31.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-863b4ca2-372c-4519-aae7-7aacdec453eb 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 539f7182-7a72-4cda-850f-82a3278287bb 2026-06-24 19:13:31.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863b4ca2-372c-4519-aae7-7aacdec453eb 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 539f7182-7a72-4cda-850f-82a3278287bb [pid: 7|app: 0|req: 839/1633] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:31 2026] DELETE /v2.0/security-groups/4bbdd8ff-4463-4d7b-9642-cc05e28bb830 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:31.745 8 INFO neutron.services.segments.plugin [-] Segment 72fa50e3-74e8-42ec-b97c-188de28f962b resource provider aggregate not found 2026-06-24 19:13:31.752 8 INFO neutron.services.segments.plugin [-] Segment 72fa50e3-74e8-42ec-b97c-188de28f962b resource provider aggregate not found 2026-06-24 19:13:31.766 8 INFO neutron.services.segments.plugin [-] Segment 72fa50e3-74e8-42ec-b97c-188de28f962b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72fa50e3-74e8-42ec-b97c-188de28f962b found for delete ", "request_id": "req-0b0c9b1e-5b39-49d5-802c-1802e539acaa"}]} 2026-06-24 19:13:31.776 8 INFO neutron.services.segments.plugin [-] Segment 72fa50e3-74e8-42ec-b97c-188de28f962b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72fa50e3-74e8-42ec-b97c-188de28f962b found for delete ", "request_id": "req-1082bba8-0c12-4ce2-b243-1f22853700fc"}]} 2026-06-24 19:13:31.814 8 INFO neutron.db.l3_hamode_db [None req-863b4ca2-372c-4519-aae7-7aacdec453eb 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network 00810198-6f00-4b71-949a-aa1984e2cc08 was deleted as no HA routers are present in tenant be2770490d1a4e79a87330951b81672d. [pid: 8|app: 0|req: 795/1634] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:30 2026] DELETE /v2.0/routers/c4daee5e-92c7-46b1-b328-6842e6e80e87 => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1635] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:31 2026] DELETE /v2.0/subnets/9e1d605b-10cf-45b8-a348-2498316feda1 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1636] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:32 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:32.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-84752063-fffa-4d84-985a-fd3452c85435 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: e5e1b4ca-ec53-4069-8888-0603662cb1a3 2026-06-24 19:13:32.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84752063-fffa-4d84-985a-fd3452c85435 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: e5e1b4ca-ec53-4069-8888-0603662cb1a3 [pid: 8|app: 0|req: 796/1637] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:32 2026] DELETE /v2.0/networks/d5dc4731-390e-4c51-8577-3588334c1bc9 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1638] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:32 2026] GET /v2.0/security-groups?tenant_id=be2770490d1a4e79a87330951b81672d&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1639] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:32 2026] DELETE /v2.0/security-groups/7850219b-5702-476c-8beb-c6a83fb62527 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1640] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:13:33 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1641] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:13:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1642] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:33 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => 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: 844/1643] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:13:33 2026] POST /v2.0/ports => generated 954 bytes in 536 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-24 19:13:33.801 8 INFO neutron.services.segments.plugin [-] Segment fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 resource provider aggregate not found 2026-06-24 19:13:33.823 8 INFO neutron.services.segments.plugin [-] Segment fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 resource provider aggregate not found 2026-06-24 19:13:33.829 8 INFO neutron.services.segments.plugin [-] Segment fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 found for delete ", "request_id": "req-5fa149bc-634c-42a0-b68a-08c560ba43b9"}]} 2026-06-24 19:13:33.847 8 INFO neutron.services.segments.plugin [-] Segment 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 resource provider aggregate not found 2026-06-24 19:13:33.859 8 INFO neutron.services.segments.plugin [-] Segment fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdf11a7c-b056-4a83-89f6-dbe4f4ddf150 found for delete ", "request_id": "req-6113bea5-c906-4815-ab04-d6128bc44e83"}]} 2026-06-24 19:13:33.871 8 INFO neutron.services.segments.plugin [-] Segment 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 found for delete ", "request_id": "req-98e0001f-01c7-48a0-9061-35a27d1b9859"}]} 2026-06-24 19:13:33.881 8 INFO neutron.services.segments.plugin [-] Segment 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 resource provider aggregate not found 2026-06-24 19:13:33.906 8 INFO neutron.services.segments.plugin [-] Segment 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fd2ae29-ab08-42af-a4af-2a9bc8230d31 found for delete ", "request_id": "req-8d474866-0705-4e63-a256-be7118b96344"}]} 2026-06-24 19:13:33.990 8 INFO neutron.db.segments_db [None req-8bb0d95e-85c4-4ebb-917f-742f71e1298d 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Added segment 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 of type vxlan for network c0bd113b-c6b7-4c0f-b043-26432de0107a [pid: 7|app: 0|req: 845/1644] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:13:33 2026] PUT /v2.0/ports/25e607c0-ce76-44c9-ae1c-e48174f6e4a4 => generated 1235 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:34.123 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e3d91f0-12a3-4768-9e30-470bc084a784'] response: {'name': 'network-changed', 'server_uuid': '85e02845-b3f0-4dd9-afb0-a4fe72114061', 'tag': '25e607c0-ce76-44c9-ae1c-e48174f6e4a4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 800/1645] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:33 2026] POST /v2.0/networks => generated 629 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 801/1646] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:34 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1647] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:34 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&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: 846/1648] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:34 2026] POST /v2.0/ports => generated 778 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:34.539 8 INFO neutron.db.segments_db [None req-e06a15db-a99f-464a-8bf8-f16afa1ffc16 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Added segment 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 of type vxlan for network 78aa93fe-a900-441f-bbb3-3047c597ebdd [pid: 8|app: 0|req: 803/1649] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:34 2026] POST /v2.0/networks => generated 616 bytes in 153 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: 847/1650] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:34 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1651] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:13:34 2026] GET /v2.0/networks?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&shared=False => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1652] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:13:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1653] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:34 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: 850/1654] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:34 2026] POST /v2.0/ports => generated 964 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 851/1655] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:35.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0b8d14d-f21e-4cf2-afc2-124e75f449d7 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] TaaS: Handle Delete Port: 4483fa42-e919-4d4a-90e7-37c69507863f 2026-06-24 19:13:35.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0b8d14d-f21e-4cf2-afc2-124e75f449d7 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Tap Mirror: Handle Delete Port: 4483fa42-e919-4d4a-90e7-37c69507863f [pid: 7|app: 0|req: 852/1656] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&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: 805/1657] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:35 2026] DELETE /v2.0/ports/4483fa42-e919-4d4a-90e7-37c69507863f => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:35.612 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cde0e58-cfdb-4559-8c6a-f12d6dececb8 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1658] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:35 2026] DELETE /v2.0/ports/4483fa42-e919-4d4a-90e7-37c69507863f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1659] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1660] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=25e607c0-ce76-44c9-ae1c-e48174f6e4a4 => 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: 856/1661] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/subnets?id=a9b4fdd6-467c-4f22-b263-e23c04fa30e6 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1662] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/ports?network_id=46245596-02b6-400b-945e-897e054826d8&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1663] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 859/1664] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:13:36 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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) 2026-06-24 19:13:36.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c01ddad5-2246-4f5f-a054-adb9aa7d0b8b 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 806/1665] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:35 2026] GET /v2.0/ports/4483fa42-e919-4d4a-90e7-37c69507863f => generated 132 bytes in 468 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1666] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:36 2026] DELETE /v2.0/subnets/b22ac63f-386d-4b54-9aff-df97e0c3e730 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:36.355 8 INFO neutron.services.segments.plugin [-] Segment 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 resource provider aggregate not found 2026-06-24 19:13:36.361 8 INFO neutron.services.segments.plugin [-] Segment 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 resource provider aggregate not found 2026-06-24 19:13:36.381 8 INFO neutron.services.segments.plugin [-] Segment 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 found for delete ", "request_id": "req-2a77c529-b25a-43b3-a04b-31fd84f787ff"}]} 2026-06-24 19:13:36.386 8 INFO neutron.services.segments.plugin [-] Segment 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dfd20e7-8e92-44ef-97c1-1f2faf28c011 found for delete ", "request_id": "req-13c155f3-62fc-4104-b4bf-b1378ecb83ba"}]} [pid: 8|app: 0|req: 807/1667] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:36 2026] DELETE /v2.0/networks/78aa93fe-a900-441f-bbb3-3047c597ebdd => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:36.445 7 INFO neutron.db.segments_db [None req-d36a6bfa-80d2-47a7-9bb2-6261814e106f 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Added segment 3edd4f27-f9ea-4baa-b7b1-66f289d0064a of type vxlan for network a7d5a05f-90ca-401c-9ccb-ab2936c4d2c9 [pid: 7|app: 0|req: 861/1668] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:36 2026] POST /v2.0/networks => generated 616 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1669] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:36 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1670] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:36 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1671] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:36 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1672] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:36 2026] POST /v2.0/ports => generated 928 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:37.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-86656248-a56e-40b7-88b8-50f96e285ae0 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] TaaS: Handle Delete Port: c6f58880-c034-4b54-9490-b85d0da40541 2026-06-24 19:13:37.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86656248-a56e-40b7-88b8-50f96e285ae0 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Tap Mirror: Handle Delete Port: c6f58880-c034-4b54-9490-b85d0da40541 [pid: 7|app: 0|req: 863/1673] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:37 2026] DELETE /v2.0/ports/c6f58880-c034-4b54-9490-b85d0da40541 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:37.388 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eef216e5-ca0d-4059-ab79-8209ee863b71 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1674] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:37 2026] GET /v2.0/ports/c6f58880-c034-4b54-9490-b85d0da40541 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1675] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:37 2026] DELETE /v2.0/subnets/59254739-bea4-451b-aa5c-4cc783a83899 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1676] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:37 2026] DELETE /v2.0/networks/a7d5a05f-90ca-401c-9ccb-ab2936c4d2c9 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1677] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:37 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1678] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:37 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1679] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:37 2026] POST /v2.0/ports => generated 778 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1680] 10.0.0.104 () {34 vars in 737 bytes} [Wed Jun 24 19:13:37 2026] PUT /v2.0/ports/3d99235a-4cb7-4fda-bd06-850174d313f6 => generated 752 bytes in 196 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1681] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:38.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-75a93529-bc8c-46bc-9d0f-111a1dccaf9c 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] TaaS: Handle Delete Port: 3d99235a-4cb7-4fda-bd06-850174d313f6 2026-06-24 19:13:38.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75a93529-bc8c-46bc-9d0f-111a1dccaf9c 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Tap Mirror: Handle Delete Port: 3d99235a-4cb7-4fda-bd06-850174d313f6 [pid: 8|app: 0|req: 817/1682] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1683] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:38 2026] DELETE /v2.0/ports/3d99235a-4cb7-4fda-bd06-850174d313f6 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1684] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:38.339 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b306f3e-d3ef-479c-92df-0fd9ed40fc29 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1685] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports/3d99235a-4cb7-4fda-bd06-850174d313f6 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1686] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:38.399 8 INFO neutron.services.segments.plugin [-] Segment 3edd4f27-f9ea-4baa-b7b1-66f289d0064a resource provider aggregate not found 2026-06-24 19:13:38.404 8 INFO neutron.services.segments.plugin [-] Segment 3edd4f27-f9ea-4baa-b7b1-66f289d0064a resource provider aggregate not found 2026-06-24 19:13:38.419 8 INFO neutron.services.segments.plugin [-] Segment 3edd4f27-f9ea-4baa-b7b1-66f289d0064a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3edd4f27-f9ea-4baa-b7b1-66f289d0064a found for delete ", "request_id": "req-0e04d992-aad6-4004-9bbf-7870a4981f2c"}]} [pid: 7|app: 0|req: 870/1687] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports/d1e6678a-3ccb-40e6-9b2b-43393ac523eb => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:38.425 8 INFO neutron.services.segments.plugin [-] Segment 3edd4f27-f9ea-4baa-b7b1-66f289d0064a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3edd4f27-f9ea-4baa-b7b1-66f289d0064a found for delete ", "request_id": "req-26f5f3a6-13ab-44e9-ae87-628bdfeaa251"}]} 2026-06-24 19:13:38.439 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5200d841-ab3f-43b8-a3ce-cb03b50e6713 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1688] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:38 2026] DELETE /v2.0/ports/c6f58880-c034-4b54-9490-b85d0da40541 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:38.459 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de54616f-9671-484b-9125-d84f1d56e80d 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 872/1689] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:38 2026] DELETE /v2.0/subnets/59254739-bea4-451b-aa5c-4cc783a83899 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:38.480 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b71260f-b591-4a63-a230-2bc9d26f7951 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1690] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:38 2026] DELETE /v2.0/subnets/b22ac63f-386d-4b54-9aff-df97e0c3e730 => 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: 818/1691] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1279 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1692] 10.0.0.104 () {32 vars in 858 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/floatingips?floating_network_id=f0fe44ae-1a72-427a-b745-473a6d451603&port_id=ca31f65d-5356-47f0-b361-616b0ef68bf7 => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:38.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-92e3c30d-0881-4e18-81af-e8219ce73668 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] TaaS: Handle Delete Port: d1e6678a-3ccb-40e6-9b2b-43393ac523eb 2026-06-24 19:13:38.574 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92e3c30d-0881-4e18-81af-e8219ce73668 3b1116380d2643f897a90b0172e1ca82 c8f4dd62682e464f8b3cbd5d0823935c - - default default] Tap Mirror: Handle Delete Port: d1e6678a-3ccb-40e6-9b2b-43393ac523eb [pid: 7|app: 0|req: 874/1693] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:13:38 2026] DELETE /v2.0/ports/d1e6678a-3ccb-40e6-9b2b-43393ac523eb => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1694] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:38 2026] DELETE /v2.0/networks/c0bd113b-c6b7-4c0f-b043-26432de0107a => 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: 875/1695] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1696] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:38 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&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: 7|app: 0|req: 876/1697] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:39 2026] GET /v2.0/security-groups?tenant_id=c8f4dd62682e464f8b3cbd5d0823935c&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1698] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:39 2026] DELETE /v2.0/security-groups/1e824ff0-cc1f-43e6-b97b-ce3aa880666e => 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: 877/1699] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:40 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1700] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:40 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1701] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:13:40 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1279 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:40.441 8 INFO neutron.services.segments.plugin [-] Segment 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 resource provider aggregate not found 2026-06-24 19:13:40.446 8 INFO neutron.services.segments.plugin [-] Segment 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 resource provider aggregate not found 2026-06-24 19:13:40.464 8 INFO neutron.services.segments.plugin [-] Segment 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 found for delete ", "request_id": "req-3a4b0ce4-2794-4433-a054-3884c7bf5867"}]} 2026-06-24 19:13:40.477 8 INFO neutron.services.segments.plugin [-] Segment 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2166b0a2-e6fe-44fd-8209-44d45bc8e3a2 found for delete ", "request_id": "req-30afbf9a-b392-4e41-bc59-9e0596e0b288"}]} [pid: 8|app: 0|req: 824/1702] 10.0.0.48 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:40 2026] GET /v2.0/security-groups?id=26e796f1-7494-4cc1-bc1d-917524f8405b&id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1703] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:41 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1704] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:41 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1705] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:41 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => 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: 826/1706] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:41 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1707] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:13:41 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:42.112 7 INFO neutron.db.segments_db [None req-1694df73-e2f3-4e5c-b4ee-17e5f2a34338 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment e054f084-69f8-4322-84e3-8bb22ae899e3 of type vxlan for network 1020b088-73d7-485b-898c-71b4f404cc71 [pid: 7|app: 0|req: 882/1708] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:41 2026] POST /v2.0/networks => generated 610 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:42.281 7 INFO neutron.db.segments_db [None req-7c13ede4-079d-4479-9d56-ebd099688902 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment c27e8f58-0043-482e-ad26-02f98eeea257 of type vxlan for network 6b6109a9-bad0-47d7-8144-6178345106a4 2026-06-24 19:13:42.358 8 INFO neutron.db.l3_db [None req-31a6e605-3477-42ed-b076-319549a6f7b3 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Floating IP 332a38a0-206e-451f-a15c-dacf7a0c4a7c associated. External IP: 10.96.250.210, port: 25e607c0-ce76-44c9-ae1c-e48174f6e4a4. [pid: 7|app: 0|req: 883/1709] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:42 2026] POST /v2.0/networks => generated 611 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1710] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:42 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1711] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:13:41 2026] POST /v2.0/floatingips => generated 855 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1712] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:13:42 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:42.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14adf0b1-49ff-4c9f-8eb5-4cb41c0d5234'] response: {'name': 'network-changed', 'server_uuid': '85e02845-b3f0-4dd9-afb0-a4fe72114061', 'tag': '25e607c0-ce76-44c9-ae1c-e48174f6e4a4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 885/1713] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:42 2026] POST /v2.0/subnets => generated 626 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:43.080 8 INFO neutron.db.segments_db [None req-388a1131-f29b-4fbe-bdec-e58b3fe8a9b8 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment fcc2fad1-a86c-44a3-b79d-2e337c3924af of type vxlan for network d590a3b6-4a3e-47bb-877a-006b99412488 [pid: 7|app: 0|req: 886/1714] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1715] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1716] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:43.345 8 INFO neutron.db.l3_hamode_db [None req-388a1131-f29b-4fbe-bdec-e58b3fe8a9b8 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 889/1717] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1718] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=25e607c0-ce76-44c9-ae1c-e48174f6e4a4 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1719] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/subnets?id=a9b4fdd6-467c-4f22-b263-e23c04fa30e6 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:43.504 8 INFO neutron.db.l3_hamode_db [None req-388a1131-f29b-4fbe-bdec-e58b3fe8a9b8 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1720] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/ports?network_id=46245596-02b6-400b-945e-897e054826d8&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: 893/1721] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/security-groups?tenant_id=9f41a627d6b2494294bb750899bb7ad0&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1722] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 895/1723] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1724] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:43 2026] DELETE /v2.0/security-groups/3e86444b-1044-4b9d-9307-8bb1dc6abf22 => 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: 897/1725] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:13:43 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1726] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:43 2026] POST /v2.0/routers => generated 507 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1727] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:44 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1728] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:44 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1731] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:13:44 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1732] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:44 2026] PUT /v2.0/routers/69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1733] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:45 2026] GET /v2.0/ports/502c13d6-5910-43be-89c6-374743e85fc4 => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1734] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:13:45 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1735] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:45 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:45.840 8 INFO neutron_taas.services.taas.taas_plugin [req-89dbf625-c24d-4d83-ab10-5e65187263f5 req-062f3d8a-c7f6-4f15-8ad6-ef9138f60577 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] TaaS: Handle Delete Port: ca31f65d-5356-47f0-b361-616b0ef68bf7 2026-06-24 19:13:45.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89dbf625-c24d-4d83-ab10-5e65187263f5 req-062f3d8a-c7f6-4f15-8ad6-ef9138f60577 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] Tap Mirror: Handle Delete Port: ca31f65d-5356-47f0-b361-616b0ef68bf7 2026-06-24 19:13:45.986 8 INFO neutron.db.l3_db [req-89dbf625-c24d-4d83-ab10-5e65187263f5 req-062f3d8a-c7f6-4f15-8ad6-ef9138f60577 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] Floating IP 63d8227e-09ed-4673-8283-c30bcb634beb disassociated. External IP: 10.96.250.217, port: ca31f65d-5356-47f0-b361-616b0ef68bf7. [pid: 8|app: 0|req: 838/1736] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:13:45 2026] DELETE /v2.0/ports/ca31f65d-5356-47f0-b361-616b0ef68bf7 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:46.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b39395c-adfa-46d4-a203-87604354948d'] response: {'server_uuid': 'f53778c8-50a4-4f81-a209-265d53bcfa74', 'name': 'network-vif-deleted', 'tag': 'ca31f65d-5356-47f0-b361-616b0ef68bf7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 839/1737] 10.0.0.21 () {34 vars in 1119 bytes} [Wed Jun 24 19:13:46 2026] GET /v2.0/security-groups?id=d4a90ea8-4845-47a7-ae7a-3d469e8f93e1&id=26e796f1-7494-4cc1-bc1d-917524f8405b&fields=id&fields=name => generated 205 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1738] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:45 2026] PUT /v2.0/routers/69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1739] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:46 2026] GET /v2.0/ports/2e15e76f-003a-4575-9389-3f24f47a15c4 => generated 955 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:47.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b2526ac-6e29-480d-96f2-556341413654 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 2e15e76f-003a-4575-9389-3f24f47a15c4 2026-06-24 19:13:47.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b2526ac-6e29-480d-96f2-556341413654 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 2e15e76f-003a-4575-9389-3f24f47a15c4 [pid: 8|app: 0|req: 841/1740] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:47 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => 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: 900/1741] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:46 2026] PUT /v2.0/routers/69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa/remove_router_interface => generated 309 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:47.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd6b6ec6-1269-44c3-8def-d0dbec393d8c fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 502c13d6-5910-43be-89c6-374743e85fc4 2026-06-24 19:13:47.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd6b6ec6-1269-44c3-8def-d0dbec393d8c fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 502c13d6-5910-43be-89c6-374743e85fc4 [pid: 8|app: 0|req: 842/1742] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:47 2026] PUT /v2.0/routers/69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1743] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:13:48 2026] GET /v2.0/ports?device_id=69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:48.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-c414be63-9356-45b3-86b3-776a507b3839 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 1d3cbcf8-7470-460b-964f-a01f8d31dbd0 2026-06-24 19:13:48.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c414be63-9356-45b3-86b3-776a507b3839 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 1d3cbcf8-7470-460b-964f-a01f8d31dbd0 2026-06-24 19:13:48.926 8 INFO neutron.db.segments_db [None req-c1d97f25-5800-48a3-88a1-33d2980c0093 c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] Added segment b77ac1e7-fd80-442a-83b6-1bed17162526 of type vxlan for network 08d73404-85fe-4c75-b8f3-abdabe6642c2 [pid: 8|app: 0|req: 843/1744] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:48 2026] POST /v2.0/networks => generated 708 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1745] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:13:49 2026] GET /v2.0/ports?device_id=f53778c8-50a4-4f81-a209-265d53bcfa74 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:49.084 7 INFO neutron.services.segments.plugin [-] Segment fcc2fad1-a86c-44a3-b79d-2e337c3924af resource provider aggregate not found 2026-06-24 19:13:49.087 7 INFO neutron.services.segments.plugin [-] Segment fcc2fad1-a86c-44a3-b79d-2e337c3924af resource provider aggregate not found 2026-06-24 19:13:49.103 7 INFO neutron.services.segments.plugin [-] Segment fcc2fad1-a86c-44a3-b79d-2e337c3924af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcc2fad1-a86c-44a3-b79d-2e337c3924af found for delete ", "request_id": "req-deb723f6-37ed-4735-8c16-6af986bb8d54"}]} 2026-06-24 19:13:49.106 7 INFO neutron.services.segments.plugin [-] Segment fcc2fad1-a86c-44a3-b79d-2e337c3924af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcc2fad1-a86c-44a3-b79d-2e337c3924af found for delete ", "request_id": "req-dfc8e782-2ba5-4162-97a8-d21b837536be"}]} 2026-06-24 19:13:49.112 7 INFO neutron.db.l3_hamode_db [None req-c414be63-9356-45b3-86b3-776a507b3839 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] HA network d590a3b6-4a3e-47bb-877a-006b99412488 was deleted as no HA routers are present in tenant f4bd4711518844cf9cb3e3ab3475ceda. [pid: 7|app: 0|req: 902/1746] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:48 2026] DELETE /v2.0/routers/69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1747] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:49 2026] POST /v2.0/subnets => generated 644 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:49.283 8 WARNING neutron.api.v2.base [None req-e2026bb3-a8af-43e7-8b96-1c5d4fe60e1e c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - 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-24 19:13:49.284 8 INFO neutron.api.v2.resource [None req-e2026bb3-a8af-43e7-8b96-1c5d4fe60e1e c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 846/1748] 10.0.0.104 () {34 vars in 681 bytes} [Wed Jun 24 19:13:49 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: 7|app: 0|req: 903/1749] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:49 2026] DELETE /v2.0/subnets/34b6c2a9-b9d5-40c5-aacf-936febf8cd95 => 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: 847/1750] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:49 2026] DELETE /v2.0/subnets/ead25bbd-1107-4f21-93aa-4f80df0b169e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1751] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:49 2026] DELETE /v2.0/networks/08d73404-85fe-4c75-b8f3-abdabe6642c2 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:49.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e8e9f85-0ea2-4c5f-81b7-6df2e65e10aa fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 9f40eed5-5d0f-4c96-b473-3ffc4f9ee87f 2026-06-24 19:13:49.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e8e9f85-0ea2-4c5f-81b7-6df2e65e10aa fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 9f40eed5-5d0f-4c96-b473-3ffc4f9ee87f 2026-06-24 19:13:49.577 7 INFO neutron.db.segments_db [None req-bb47d4ae-a247-41dd-91e4-f41fd28df3a1 c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] Added segment e8826f80-ca19-4329-ac4d-f690a06cef48 of type vxlan for network 491fa822-2ec5-467a-8a5f-b86bb2208f4a [pid: 7|app: 0|req: 905/1752] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:49 2026] POST /v2.0/networks => generated 706 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:49.724 8 INFO neutron.services.segments.plugin [-] Segment c27e8f58-0043-482e-ad26-02f98eeea257 resource provider aggregate not found 2026-06-24 19:13:49.729 8 INFO neutron.services.segments.plugin [-] Segment c27e8f58-0043-482e-ad26-02f98eeea257 resource provider aggregate not found 2026-06-24 19:13:49.750 8 INFO neutron.services.segments.plugin [-] Segment c27e8f58-0043-482e-ad26-02f98eeea257 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c27e8f58-0043-482e-ad26-02f98eeea257 found for delete ", "request_id": "req-be664556-8a4b-4fa6-96ee-e1bda039b39b"}]} 2026-06-24 19:13:49.752 8 INFO neutron.services.segments.plugin [-] Segment c27e8f58-0043-482e-ad26-02f98eeea257 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c27e8f58-0043-482e-ad26-02f98eeea257 found for delete ", "request_id": "req-f2ed5c1b-4c8a-4a10-8be8-188e9cb3f9c4"}]} [pid: 8|app: 0|req: 848/1753] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:49 2026] DELETE /v2.0/networks/6b6109a9-bad0-47d7-8144-6178345106a4 => 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: 906/1754] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:49 2026] POST /v2.0/subnets => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:49.908 7 WARNING neutron.api.v2.base [None req-9bf0122c-768c-4ffc-ac2d-31a8f6b1442f c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - 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-24 19:13:49.909 7 INFO neutron.api.v2.resource [None req-9bf0122c-768c-4ffc-ac2d-31a8f6b1442f c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 907/1755] 10.0.0.104 () {34 vars in 681 bytes} [Wed Jun 24 19:13:49 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: 8|app: 0|req: 849/1756] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:49 2026] DELETE /v2.0/networks/1020b088-73d7-485b-898c-71b4f404cc71 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:50.052 8 INFO neutron.db.segments_db [None req-f5dc7ef4-8487-435d-8df3-6aec9fe11f7e fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment 49d4427a-45a5-4cbe-b324-215ca6a45449 of type vxlan for network 248e40f3-0090-417a-bd77-1610e96c639d [pid: 7|app: 0|req: 908/1757] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:49 2026] DELETE /v2.0/networks/491fa822-2ec5-467a-8a5f-b86bb2208f4a => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1758] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:49 2026] POST /v2.0/networks => generated 611 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:50.210 7 INFO neutron.db.segments_db [None req-76205e4a-5e0f-4d68-842e-dbac675ccae3 c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] Added segment 869ea4b9-b824-4649-888d-ca950738b20a of type vxlan for network 8a65a1da-7173-4ece-9e0e-ee183f8ab1f9 [pid: 7|app: 0|req: 909/1759] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:50 2026] POST /v2.0/networks => generated 707 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1760] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:50 2026] DELETE /v2.0/security-groups/26e796f1-7494-4cc1-bc1d-917524f8405b => 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: 851/1761] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:50 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) 2026-06-24 19:13:50.417 8 INFO neutron.api.v2.resource [None req-1c9a6f7e-05b5-45a3-b4ae-425f729c1fa6 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1762] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:13:50 2026] GET /v2.0/security-groups/26e796f1-7494-4cc1-bc1d-917524f8405b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:50.459 8 INFO neutron.db.segments_db [None req-361ca9ed-fd6a-4535-84ed-4438c58faf97 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment 3710a3c4-136b-468d-a972-728e01ac3aa9 of type vxlan for network b26dd20f-694d-4dd9-b638-3df7cdebdf0f [pid: 7|app: 0|req: 911/1763] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:50 2026] POST /v2.0/subnets => generated 647 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:50.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7bcefab-e662-41ba-94bf-a1cb03f4ca42 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] TaaS: Handle Delete Port: a8280b21-74bf-4cc2-b65b-691da51dbf18 2026-06-24 19:13:50.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7bcefab-e662-41ba-94bf-a1cb03f4ca42 e5aa6532c7be47ddbe2d9ea09a9375f9 2055b26aa8e947729f5c35172278cbb6 - - default default] Tap Mirror: Handle Delete Port: a8280b21-74bf-4cc2-b65b-691da51dbf18 2026-06-24 19:13:50.712 8 INFO neutron.db.l3_hamode_db [None req-361ca9ed-fd6a-4535-84ed-4438c58faf97 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 912/1764] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:13:50 2026] DELETE /v2.0/floatingips/63d8227e-09ed-4673-8283-c30bcb634beb => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:50.836 8 INFO neutron.db.l3_hamode_db [None req-361ca9ed-fd6a-4535-84ed-4438c58faf97 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 913/1765] 10.0.0.104 () {34 vars in 681 bytes} [Wed Jun 24 19:13:50 2026] POST /v2.0/rbac-policies => generated 324 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:51.123 7 INFO neutron.services.segments.plugin [-] Segment b77ac1e7-fd80-442a-83b6-1bed17162526 resource provider aggregate not found 2026-06-24 19:13:51.127 7 INFO neutron.services.segments.plugin [-] Segment b77ac1e7-fd80-442a-83b6-1bed17162526 resource provider aggregate not found 2026-06-24 19:13:51.142 7 INFO neutron.services.segments.plugin [-] Segment b77ac1e7-fd80-442a-83b6-1bed17162526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77ac1e7-fd80-442a-83b6-1bed17162526 found for delete ", "request_id": "req-8334453f-119f-47b9-85b0-d5ba184ab857"}]} 2026-06-24 19:13:51.149 7 INFO neutron.services.segments.plugin [-] Segment b77ac1e7-fd80-442a-83b6-1bed17162526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77ac1e7-fd80-442a-83b6-1bed17162526 found for delete ", "request_id": "req-91b80441-d0ad-4a71-8b85-4fa6532cfad5"}]} 2026-06-24 19:13:51.166 7 INFO neutron.services.segments.plugin [-] Segment e8826f80-ca19-4329-ac4d-f690a06cef48 resource provider aggregate not found 2026-06-24 19:13:51.175 7 INFO neutron.services.segments.plugin [-] Segment e8826f80-ca19-4329-ac4d-f690a06cef48 resource provider aggregate not found 2026-06-24 19:13:51.189 7 INFO neutron.services.segments.plugin [-] Segment e8826f80-ca19-4329-ac4d-f690a06cef48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8826f80-ca19-4329-ac4d-f690a06cef48 found for delete ", "request_id": "req-7c5e4e66-8154-4ea4-b6cd-bee96ea785f8"}]} 2026-06-24 19:13:51.192 7 INFO neutron.services.segments.plugin [-] Segment e8826f80-ca19-4329-ac4d-f690a06cef48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8826f80-ca19-4329-ac4d-f690a06cef48 found for delete ", "request_id": "req-5a13ca3f-7ded-494f-b1e1-f9f1ad63426f"}]} [pid: 7|app: 0|req: 914/1766] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:51 2026] DELETE /v2.0/security-groups/d4a90ea8-4845-47a7-ae7a-3d469e8f93e1 => 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: 853/1767] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:50 2026] POST /v2.0/routers => generated 507 bytes in 1061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1768] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:13:51 2026] GET /v2.0/networks/8a65a1da-7173-4ece-9e0e-ee183f8ab1f9 => generated 654 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:51.769 8 INFO neutron.services.segments.plugin [-] Segment e054f084-69f8-4322-84e3-8bb22ae899e3 resource provider aggregate not found 2026-06-24 19:13:51.772 8 INFO neutron.services.segments.plugin [-] Segment e054f084-69f8-4322-84e3-8bb22ae899e3 resource provider aggregate not found 2026-06-24 19:13:51.793 8 INFO neutron.services.segments.plugin [-] Segment e054f084-69f8-4322-84e3-8bb22ae899e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e054f084-69f8-4322-84e3-8bb22ae899e3 found for delete ", "request_id": "req-7efcab28-393a-4737-b996-80012aafe022"}]} 2026-06-24 19:13:51.794 8 INFO neutron.services.segments.plugin [-] Segment e054f084-69f8-4322-84e3-8bb22ae899e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e054f084-69f8-4322-84e3-8bb22ae899e3 found for delete ", "request_id": "req-c641175b-f450-49ec-9528-f7efaf354526"}]} [pid: 8|app: 0|req: 855/1769] 10.0.0.104 () {34 vars in 665 bytes} [Wed Jun 24 19:13:51 2026] POST /v2.0/ports => generated 948 bytes in 395 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-24 19:13:51.989 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f996034-6401-46e4-bcaa-a995e5c45888 381fcacfd1f246cc8b730ccff87f7f75 6f3e7d405dd3431b81ac62d5e570dfa8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1770] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:13:51 2026] GET /v2.0/networks/8a65a1da-7173-4ece-9e0e-ee183f8ab1f9 => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:52.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d8ac52a-54bd-4331-bb9b-8f952360140c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 49fc2204-a5a3-4dfe-be9c-405f2b094ac0 2026-06-24 19:13:52.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d8ac52a-54bd-4331-bb9b-8f952360140c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 49fc2204-a5a3-4dfe-be9c-405f2b094ac0 [pid: 7|app: 0|req: 915/1771] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:51 2026] PUT /v2.0/routers/081fa7c3-2522-4d75-aabd-2874f86a67dd/remove_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1772] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:52 2026] DELETE /v2.0/networks/8a65a1da-7173-4ece-9e0e-ee183f8ab1f9 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1773] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:13:52 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:53.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7dc720-fed1-46ab-aad1-cc27083a353a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 9da5995c-100b-4d3f-aa29-32903f3aabda 2026-06-24 19:13:53.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7dc720-fed1-46ab-aad1-cc27083a353a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 9da5995c-100b-4d3f-aa29-32903f3aabda [pid: 8|app: 0|req: 857/1774] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:51 2026] PUT /v2.0/routers/0a5270bb-1da6-4d75-9230-1333e8099233/add_router_interface => generated 309 bytes in 1077 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-24 19:13:53.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22ca5a67-e2e5-448e-8ff6-1593870e0c42 c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1775] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:53 2026] DELETE /v2.0/subnets/62e98bf0-7586-4faf-8c5d-60156ae975b8 => 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: 859/1776] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:13:53 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1777] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:53 2026] GET /v2.0/ports/c06220df-a074-4cf6-b67d-3d37554baaba => generated 1022 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:53.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8edee5af-4a34-4d5c-8d90-5302439d2d85 c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 861/1778] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:53 2026] DELETE /v2.0/subnets/9c1d45ec-1e09-467b-9e40-ef3170dbefcf => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:13:53.218 7 INFO neutron.services.segments.plugin [-] Segment 869ea4b9-b824-4649-888d-ca950738b20a resource provider aggregate not found 2026-06-24 19:13:53.226 7 INFO neutron.services.segments.plugin [-] Segment 869ea4b9-b824-4649-888d-ca950738b20a resource provider aggregate not found 2026-06-24 19:13:53.239 7 INFO neutron.services.segments.plugin [-] Segment 869ea4b9-b824-4649-888d-ca950738b20a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 869ea4b9-b824-4649-888d-ca950738b20a found for delete ", "request_id": "req-c384449f-4ce1-4779-8e76-960666b285ae"}]} 2026-06-24 19:13:53.250 7 INFO neutron.services.segments.plugin [-] Segment 869ea4b9-b824-4649-888d-ca950738b20a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 869ea4b9-b824-4649-888d-ca950738b20a found for delete ", "request_id": "req-ce971813-a465-4ee6-9197-3222540a80f1"}]} 2026-06-24 19:13:53.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7dc720-fed1-46ab-aad1-cc27083a353a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 1944b321-dae5-4c8b-a053-9498a9609bde 2026-06-24 19:13:53.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7dc720-fed1-46ab-aad1-cc27083a353a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 1944b321-dae5-4c8b-a053-9498a9609bde 2026-06-24 19:13:53.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-39821247-d939-44fb-b6c9-c95158f42812 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: c06220df-a074-4cf6-b67d-3d37554baaba 2026-06-24 19:13:53.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39821247-d939-44fb-b6c9-c95158f42812 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: c06220df-a074-4cf6-b67d-3d37554baaba 2026-06-24 19:13:53.686 7 INFO neutron.db.l3_hamode_db [None req-6a7dc720-fed1-46ab-aad1-cc27083a353a 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network 985d97e6-bd48-4423-b319-05d7bad874f0 was deleted as no HA routers are present in tenant 2055b26aa8e947729f5c35172278cbb6. [pid: 7|app: 0|req: 918/1779] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:52 2026] DELETE /v2.0/routers/081fa7c3-2522-4d75-aabd-2874f86a67dd => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:53.703 7 INFO neutron.pecan_wsgi.hooks.translation [None req-161146c6-3623-494e-a875-a7beb80cc046 c0e178891ab543b38ff38f96d1861b30 3219d1e47e4b4cd489434a3fa6559ef9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1780] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:53 2026] DELETE /v2.0/subnets/529a21d2-c524-4bd6-a576-5611bac5de07 => 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: 920/1781] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:53 2026] DELETE /v2.0/subnets/42d028fd-51d6-4216-9d5e-3aa4adb5c353 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:53.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4a51767-617d-4cb8-8533-7b50170411b9 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: b39caa25-2036-4413-b1b9-d58c22706eb6 2026-06-24 19:13:53.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4a51767-617d-4cb8-8533-7b50170411b9 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: b39caa25-2036-4413-b1b9-d58c22706eb6 [pid: 8|app: 0|req: 862/1782] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:53 2026] PUT /v2.0/routers/0a5270bb-1da6-4d75-9230-1333e8099233/remove_router_interface => generated 309 bytes in 866 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-24 19:13:54.132 8 INFO neutron.api.v2.resource [None req-22f98037-2806-4e69-bcea-a733c21315c7 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1783] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:54 2026] PUT /v2.0/routers/0a5270bb-1da6-4d75-9230-1333e8099233/remove_router_interface => generated 197 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1784] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:53 2026] DELETE /v2.0/networks/946ea3c0-020b-44c9-a580-6981abd6eb76 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1785] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:13:54 2026] GET /v2.0/ports?device_id=0a5270bb-1da6-4d75-9230-1333e8099233 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:54.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-053ae33d-03b0-4607-ae9e-6978b569ef34 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 341403f0-16c0-4201-b481-50e47496ab20 2026-06-24 19:13:54.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-053ae33d-03b0-4607-ae9e-6978b569ef34 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 341403f0-16c0-4201-b481-50e47496ab20 2026-06-24 19:13:54.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-222d2817-6ded-463d-819e-fa66dfbfab16 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: c0580d1a-d73d-4c81-82a8-c4fb1faf41cb 2026-06-24 19:13:54.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-222d2817-6ded-463d-819e-fa66dfbfab16 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: c0580d1a-d73d-4c81-82a8-c4fb1faf41cb 2026-06-24 19:13:54.707 8 INFO neutron.services.segments.plugin [-] Segment 3710a3c4-136b-468d-a972-728e01ac3aa9 resource provider aggregate not found 2026-06-24 19:13:54.714 8 INFO neutron.services.segments.plugin [-] Segment 3710a3c4-136b-468d-a972-728e01ac3aa9 resource provider aggregate not found 2026-06-24 19:13:54.735 8 INFO neutron.services.segments.plugin [-] Segment 3710a3c4-136b-468d-a972-728e01ac3aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3710a3c4-136b-468d-a972-728e01ac3aa9 found for delete ", "request_id": "req-fca2ab4a-3f85-4bba-a259-e25b12782794"}]} 2026-06-24 19:13:54.736 8 INFO neutron.services.segments.plugin [-] Segment 3710a3c4-136b-468d-a972-728e01ac3aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3710a3c4-136b-468d-a972-728e01ac3aa9 found for delete ", "request_id": "req-a9296670-193e-46b4-869f-a24892b1cb8e"}]} 2026-06-24 19:13:54.744 8 INFO neutron.db.l3_hamode_db [None req-053ae33d-03b0-4607-ae9e-6978b569ef34 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] HA network b26dd20f-694d-4dd9-b638-3df7cdebdf0f was deleted as no HA routers are present in tenant f4bd4711518844cf9cb3e3ab3475ceda. [pid: 8|app: 0|req: 865/1786] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:54 2026] DELETE /v2.0/routers/0a5270bb-1da6-4d75-9230-1333e8099233 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1787] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:54 2026] GET /v2.0/security-groups?tenant_id=56f32f53d8d14e869564a9414447a4a0&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1788] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:54 2026] PUT /v2.0/routers/72b5be20-1c1a-4c21-90ad-b69a4b07c414/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1789] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:55 2026] DELETE /v2.0/security-groups/c7cdf2da-c296-4dcb-accb-1c966ed74556 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:55.276 7 INFO neutron.services.segments.plugin [-] Segment 4c81a86a-54d4-421c-92f9-f71281e3fd01 resource provider aggregate not found 2026-06-24 19:13:55.277 7 INFO neutron.services.segments.plugin [-] Segment 4c81a86a-54d4-421c-92f9-f71281e3fd01 resource provider aggregate not found 2026-06-24 19:13:55.300 7 INFO neutron.services.segments.plugin [-] Segment 4c81a86a-54d4-421c-92f9-f71281e3fd01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c81a86a-54d4-421c-92f9-f71281e3fd01 found for delete ", "request_id": "req-074b1536-bf4b-445e-b1dd-9e4a159054b4"}]} 2026-06-24 19:13:55.306 7 INFO neutron.services.segments.plugin [-] Segment 4c81a86a-54d4-421c-92f9-f71281e3fd01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c81a86a-54d4-421c-92f9-f71281e3fd01 found for delete ", "request_id": "req-e8e65433-1c10-4b03-a1bf-926b0c326c03"}]} 2026-06-24 19:13:55.320 7 INFO neutron.services.segments.plugin [-] Segment b001e7b6-b387-4750-b8e9-4178528aa73f resource provider aggregate not found [pid: 8|app: 0|req: 867/1790] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:55 2026] DELETE /v2.0/subnets/a2097048-9fda-4caf-a5ba-24c3e3e7d576 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:55.328 7 INFO neutron.services.segments.plugin [-] Segment b001e7b6-b387-4750-b8e9-4178528aa73f resource provider aggregate not found 2026-06-24 19:13:55.342 7 INFO neutron.services.segments.plugin [-] Segment b001e7b6-b387-4750-b8e9-4178528aa73f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b001e7b6-b387-4750-b8e9-4178528aa73f found for delete ", "request_id": "req-142da1f9-5419-47c0-bb2b-9319d34d691c"}]} 2026-06-24 19:13:55.345 7 INFO neutron.services.segments.plugin [-] Segment b001e7b6-b387-4750-b8e9-4178528aa73f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b001e7b6-b387-4750-b8e9-4178528aa73f found for delete ", "request_id": "req-07698225-ec56-417e-a71c-30f5c4e009ae"}]} 2026-06-24 19:13:55.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-16e73de5-98f0-48ae-bd5c-2dc4971d7190 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: bc9905e2-76d0-4aee-a3b6-d7707c6541bd 2026-06-24 19:13:55.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16e73de5-98f0-48ae-bd5c-2dc4971d7190 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: bc9905e2-76d0-4aee-a3b6-d7707c6541bd [pid: 8|app: 0|req: 868/1791] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:55 2026] GET /v2.0/security-groups?tenant_id=6f3e7d405dd3431b81ac62d5e570dfa8&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:13:55.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-69bc43a9-2089-41a4-a492-a35c8c491569 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 6e384faf-f0ac-46d0-b019-799ca00d400a 2026-06-24 19:13:55.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69bc43a9-2089-41a4-a492-a35c8c491569 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 6e384faf-f0ac-46d0-b019-799ca00d400a 2026-06-24 19:13:55.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-16e73de5-98f0-48ae-bd5c-2dc4971d7190 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 7f2dd41a-fdbe-4cd8-9ba3-0c8cc58277fe 2026-06-24 19:13:55.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16e73de5-98f0-48ae-bd5c-2dc4971d7190 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 7f2dd41a-fdbe-4cd8-9ba3-0c8cc58277fe [pid: 8|app: 0|req: 869/1792] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:55 2026] DELETE /v2.0/networks/248e40f3-0090-417a-bd77-1610e96c639d => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1793] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:55 2026] DELETE /v2.0/security-groups/2207b5b3-9db4-4893-9533-1d1faba4110f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:56.028 8 INFO neutron.db.segments_db [None req-a8487796-e944-493e-a73d-7eb34a24c1bd fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment a55ac054-8977-427c-a173-99ee9369ed15 of type vxlan for network 689668bc-0693-483a-aa06-92919222abc8 [pid: 8|app: 0|req: 871/1794] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:13:55 2026] POST /v2.0/networks => generated 611 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:13:56.212 7 INFO neutron.db.l3_hamode_db [None req-16e73de5-98f0-48ae-bd5c-2dc4971d7190 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] HA network 8002bd23-8067-420a-9f80-a8684346b8d2 was deleted as no HA routers are present in tenant 622b9a302c014eaf9d432ea0762f7e69. [pid: 7|app: 0|req: 924/1795] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:55 2026] DELETE /v2.0/routers/72b5be20-1c1a-4c21-90ad-b69a4b07c414 => generated 0 bytes in 1060 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1796] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:56 2026] GET /v2.0/security-groups?tenant_id=3219d1e47e4b4cd489434a3fa6559ef9&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1797] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:56 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: 926/1798] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:56 2026] DELETE /v2.0/subnets/0742938f-50c7-42a6-b9f1-ce68b627886c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:56.459 7 INFO neutron.db.segments_db [None req-8677727e-038b-415c-a033-677e0d39d598 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment c93b670a-a466-4b55-9bfc-ed13886f0a6e of type vxlan for network 6475190b-396d-4651-b980-2dbf14afda86 [pid: 8|app: 0|req: 873/1799] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:56 2026] DELETE /v2.0/security-groups/d21a0657-37af-4e21-9530-7981933b5385 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:56.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-208c63f2-3d81-4f64-a77d-7985fa442be2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 57910ee9-92fc-4d30-9671-93de1e3d83b3 2026-06-24 19:13:56.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-208c63f2-3d81-4f64-a77d-7985fa442be2 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 57910ee9-92fc-4d30-9671-93de1e3d83b3 2026-06-24 19:13:56.704 7 INFO neutron.db.l3_hamode_db [None req-8677727e-038b-415c-a033-677e0d39d598 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:13:56.756 8 INFO neutron.services.segments.plugin [-] Segment 49d4427a-45a5-4cbe-b324-215ca6a45449 resource provider aggregate not found [pid: 8|app: 0|req: 874/1800] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:13:56 2026] DELETE /v2.0/networks/88220e01-1f93-4cdf-90dc-e14db80369d4 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:13:56.764 8 INFO neutron.services.segments.plugin [-] Segment 49d4427a-45a5-4cbe-b324-215ca6a45449 resource provider aggregate not found 2026-06-24 19:13:56.782 8 INFO neutron.services.segments.plugin [-] Segment 49d4427a-45a5-4cbe-b324-215ca6a45449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d4427a-45a5-4cbe-b324-215ca6a45449 found for delete ", "request_id": "req-b6f7cf30-2f8a-40c6-a726-c302d765bb46"}]} 2026-06-24 19:13:56.788 8 INFO neutron.services.segments.plugin [-] Segment 49d4427a-45a5-4cbe-b324-215ca6a45449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d4427a-45a5-4cbe-b324-215ca6a45449 found for delete ", "request_id": "req-adb64882-f4d3-4af4-9917-57ea17474d88"}]} 2026-06-24 19:13:56.808 8 INFO neutron.services.segments.plugin [-] Segment 4a5358a0-0a72-4a3c-8d2b-946dc241972f resource provider aggregate not found 2026-06-24 19:13:56.814 8 INFO neutron.services.segments.plugin [-] Segment 4a5358a0-0a72-4a3c-8d2b-946dc241972f resource provider aggregate not found 2026-06-24 19:13:56.837 8 INFO neutron.services.segments.plugin [-] Segment 4a5358a0-0a72-4a3c-8d2b-946dc241972f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a5358a0-0a72-4a3c-8d2b-946dc241972f found for delete ", "request_id": "req-d2863f93-c6dc-4627-a4f3-d7688c38452c"}]} 2026-06-24 19:13:56.847 8 INFO neutron.services.segments.plugin [-] Segment 4a5358a0-0a72-4a3c-8d2b-946dc241972f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a5358a0-0a72-4a3c-8d2b-946dc241972f found for delete ", "request_id": "req-bacb8ea3-fd79-4464-b860-a1ddc6a5e959"}]} 2026-06-24 19:13:56.879 7 INFO neutron.db.l3_hamode_db [None req-8677727e-038b-415c-a033-677e0d39d598 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 875/1801] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:57 2026] GET /v2.0/security-groups?tenant_id=622b9a302c014eaf9d432ea0762f7e69&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1802] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:57 2026] DELETE /v2.0/security-groups/d6f776be-97d6-44b7-a4a0-8cb109c4dcbd => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:13:57.373 7 INFO neutron.services.segments.plugin [-] Segment cbbae251-7620-48b5-ad9c-a6bc1c989459 resource provider aggregate not found 2026-06-24 19:13:57.375 7 INFO neutron.services.segments.plugin [-] Segment cbbae251-7620-48b5-ad9c-a6bc1c989459 resource provider aggregate not found 2026-06-24 19:13:57.400 7 INFO neutron.services.segments.plugin [-] Segment cbbae251-7620-48b5-ad9c-a6bc1c989459 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbbae251-7620-48b5-ad9c-a6bc1c989459 found for delete ", "request_id": "req-17abf1db-6d7b-4f5f-a219-39cb027110c2"}]} 2026-06-24 19:13:57.401 7 INFO neutron.services.segments.plugin [-] Segment cbbae251-7620-48b5-ad9c-a6bc1c989459 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbbae251-7620-48b5-ad9c-a6bc1c989459 found for delete ", "request_id": "req-fc328e64-dda9-423f-88ab-8460c2744b5e"}]} [pid: 8|app: 0|req: 877/1803] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:13:57 2026] GET /v2.0/security-groups?tenant_id=2055b26aa8e947729f5c35172278cbb6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1804] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:13:57 2026] DELETE /v2.0/security-groups/40a4b15e-c988-4d89-82aa-4404de04f57e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1805] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:13:56 2026] POST /v2.0/routers => generated 507 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1806] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:13:57 2026] PUT /v2.0/routers/03e9f245-67b5-4b15-aa24-169084343252/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1807] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:13:58 2026] GET /v2.0/ports/4e5bdb9d-c517-4312-a97a-25663698d9ad => generated 955 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:13:59.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-40d95247-4c36-43cb-a3b5-8baf206d8acd fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 4e5bdb9d-c517-4312-a97a-25663698d9ad 2026-06-24 19:13:59.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40d95247-4c36-43cb-a3b5-8baf206d8acd fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 4e5bdb9d-c517-4312-a97a-25663698d9ad [pid: 8|app: 0|req: 880/1808] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:13:58 2026] PUT /v2.0/routers/03e9f245-67b5-4b15-aa24-169084343252/remove_router_interface => generated 309 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1811] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:13:59 2026] GET /v2.0/ports?device_id=03e9f245-67b5-4b15-aa24-169084343252 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:13:59.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-c231d4ab-429b-4113-852e-5ee27fa0d437 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 12245460-0743-436d-9c79-e5f0621f420e 2026-06-24 19:13:59.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c231d4ab-429b-4113-852e-5ee27fa0d437 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 12245460-0743-436d-9c79-e5f0621f420e 2026-06-24 19:14:00.211 7 INFO neutron.db.segments_db [None req-72a41ac3-703a-4cad-82a3-ed9bc4e7e50e 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] Added segment 8647412b-206a-41bb-8556-e734426ea877 of type vxlan for network 2ddd37e8-89af-4b52-b569-28c578d43b61 2026-06-24 19:14:00.317 8 INFO neutron.services.segments.plugin [-] Segment c93b670a-a466-4b55-9bfc-ed13886f0a6e resource provider aggregate not found 2026-06-24 19:14:00.320 8 INFO neutron.services.segments.plugin [-] Segment c93b670a-a466-4b55-9bfc-ed13886f0a6e resource provider aggregate not found 2026-06-24 19:14:00.336 8 INFO neutron.services.segments.plugin [-] Segment c93b670a-a466-4b55-9bfc-ed13886f0a6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93b670a-a466-4b55-9bfc-ed13886f0a6e found for delete ", "request_id": "req-75f6a7bc-6be5-4959-a7a7-70483d31822d"}]} 2026-06-24 19:14:00.342 8 INFO neutron.services.segments.plugin [-] Segment c93b670a-a466-4b55-9bfc-ed13886f0a6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93b670a-a466-4b55-9bfc-ed13886f0a6e found for delete ", "request_id": "req-7fb21f35-9340-4809-9a4d-b1b4f8cf4091"}]} 2026-06-24 19:14:00.349 8 INFO neutron.db.l3_hamode_db [None req-c231d4ab-429b-4113-852e-5ee27fa0d437 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] HA network 6475190b-396d-4651-b980-2dbf14afda86 was deleted as no HA routers are present in tenant f4bd4711518844cf9cb3e3ab3475ceda. [pid: 8|app: 0|req: 883/1812] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:13:59 2026] DELETE /v2.0/routers/03e9f245-67b5-4b15-aa24-169084343252 => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1813] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:00 2026] DELETE /v2.0/subnets/d7fae921-deb7-44eb-831f-ac0e4aa5837c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:00.485 7 INFO neutron.db.l3_hamode_db [None req-72a41ac3-703a-4cad-82a3-ed9bc4e7e50e 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 885/1814] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:00 2026] DELETE /v2.0/networks/689668bc-0693-483a-aa06-92919222abc8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:00.614 7 INFO neutron.db.l3_hamode_db [None req-72a41ac3-703a-4cad-82a3-ed9bc4e7e50e 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:14:00.649 8 INFO neutron.db.segments_db [None req-2fcf06df-1241-4efb-8063-7961371bf64f fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Added segment 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e of type vxlan for network d9a4471c-89d7-4dc5-a0f7-231d6f36ecbb 2026-06-24 19:14:00.910 8 INFO neutron.db.l3_hamode_db [None req-2fcf06df-1241-4efb-8063-7961371bf64f fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 930/1815] 10.0.0.104 () {34 vars in 668 bytes} [Wed Jun 24 19:13:59 2026] POST /v2.0/routers => generated 474 bytes in 1280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1816] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:14:01 2026] PUT /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1817] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:01 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1818] 10.0.0.104 () {34 vars in 762 bytes} [Wed Jun 24 19:14:01 2026] PUT /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/green => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-24 19:14:01.688 8 INFO neutron.db.l3_hamode_db [None req-2fcf06df-1241-4efb-8063-7961371bf64f fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 934/1819] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:01 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:02.036 7 INFO neutron.db.segments_db [None req-0efe605c-bf7a-4dc6-80ee-59bfce95b11f 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Added segment 6210be43-0b8d-4bc1-84fa-9f7271c03df9 of type vxlan for network cc20d7f5-3ed1-4c67-8287-0bf211f42a1f [pid: 7|app: 0|req: 935/1820] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:01 2026] POST /v2.0/networks => generated 613 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1821] 10.0.0.104 () {34 vars in 758 bytes} [Wed Jun 24 19:14:02 2026] PUT /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/red => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-24 19:14:02.360 8 INFO neutron.services.segments.plugin [-] Segment a55ac054-8977-427c-a173-99ee9369ed15 resource provider aggregate not found 2026-06-24 19:14:02.366 8 INFO neutron.services.segments.plugin [-] Segment a55ac054-8977-427c-a173-99ee9369ed15 resource provider aggregate not found 2026-06-24 19:14:02.383 8 INFO neutron.services.segments.plugin [-] Segment a55ac054-8977-427c-a173-99ee9369ed15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a55ac054-8977-427c-a173-99ee9369ed15 found for delete ", "request_id": "req-3c3af4ef-df8e-4e7a-af92-551a03e362fa"}]} 2026-06-24 19:14:02.384 8 INFO neutron.services.segments.plugin [-] Segment a55ac054-8977-427c-a173-99ee9369ed15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a55ac054-8977-427c-a173-99ee9369ed15 found for delete ", "request_id": "req-cae4dbd7-abba-4e8f-ad72-c461cca4e1c0"}]} [pid: 7|app: 0|req: 937/1822] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:14:02 2026] POST /v2.0/ports => generated 743 bytes in 303 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: 886/1823] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:14:00 2026] POST /v2.0/routers => generated 688 bytes in 2017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1824] 10.0.0.104 () {32 vars in 826 bytes} [Wed Jun 24 19:14:02 2026] GET /v2.0/ports?project_id=7f1023f7cbd14f9ba8885b4f71a867b8&network_id=46245596-02b6-400b-945e-897e054826d8 => generated 3691 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1825] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:02 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 34 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1826] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:14:02 2026] GET /v2.0/routers/6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => generated 694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1827] 10.0.0.104 () {34 vars in 666 bytes} [Wed Jun 24 19:14:02 2026] POST /v2.0/trunks => generated 407 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1828] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:14:02 2026] GET /v2.0/routers => generated 697 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1829] 10.0.0.104 () {34 vars in 780 bytes} [Wed Jun 24 19:14:02 2026] PUT /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/black.or.white => generated 4 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-24 19:14:02.989 7 INFO neutron.db.segments_db [None req-be4f0d19-9923-41d7-a3b1-c4f9db062242 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Added segment f3021f7a-0e2b-4c89-9c73-c981cc0413c2 of type vxlan for network 1179fc27-35a1-4037-84be-a3797ef1dc2e [pid: 7|app: 0|req: 941/1830] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:02 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1831] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:03 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 52 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1832] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:14:03 2026] GET /v2.0/subnets?network_id=f0fe44ae-1a72-427a-b745-473a6d451603 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1833] 10.0.0.104 () {34 vars in 741 bytes} [Wed Jun 24 19:14:02 2026] PUT /v2.0/routers/6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => generated 701 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1834] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:14:03 2026] POST /v2.0/ports => generated 743 bytes in 298 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: 891/1835] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:14:03 2026] PUT /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 37 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1836] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:14:03 2026] GET /v2.0/routers/6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:03.602 7 INFO neutron.db.l3_db [None req-8ace0932-3ed4-472c-b8c1-496038aa5abc 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Floating IP 332a38a0-206e-451f-a15c-dacf7a0c4a7c disassociated. External IP: 10.96.250.210, port: 25e607c0-ce76-44c9-ae1c-e48174f6e4a4. [pid: 7|app: 0|req: 945/1837] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:03 2026] PUT /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 554 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:04.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2ddaea0-c7be-4a79-96c5-234b08a00963'] response: {'name': 'network-changed', 'server_uuid': '85e02845-b3f0-4dd9-afb0-a4fe72114061', 'tag': '25e607c0-ce76-44c9-ae1c-e48174f6e4a4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 946/1838] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:03 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1839] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:04 2026] GET /v2.0/ports?device_id=6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => 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: 948/1840] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:04 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1841] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:04 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/red => 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: 893/1842] 10.0.0.104 () {34 vars in 666 bytes} [Wed Jun 24 19:14:03 2026] POST /v2.0/trunks => generated 407 bytes in 689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:04.344 8 INFO neutron.api.v2.resource [None req-3ec791df-6835-4dfb-90eb-434499ab0094 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1843] 10.0.0.104 () {32 vars in 743 bytes} [Wed Jun 24 19:14:04 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 19:14:04.396 8 INFO neutron.db.segments_db [None req-5321f28a-875a-42b2-bfaf-016f453c6bfa 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Added segment e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d of type vxlan for network b5e6db77-ad33-432f-b0ba-836fd56ec0a7 2026-06-24 19:14:04.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-a339dbc2-27bc-4276-a377-c88240c14ab1 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 44f4e035-6138-4999-bca6-b6ba48457fc5 2026-06-24 19:14:04.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a339dbc2-27bc-4276-a377-c88240c14ab1 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 44f4e035-6138-4999-bca6-b6ba48457fc5 [pid: 8|app: 0|req: 895/1844] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:04 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1845] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:14:04 2026] DELETE /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/red => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:04.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-a339dbc2-27bc-4276-a377-c88240c14ab1 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] TaaS: Handle Delete Port: 9ab90081-1eaf-4151-b0ad-de9b2849cd17 2026-06-24 19:14:04.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a339dbc2-27bc-4276-a377-c88240c14ab1 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] Tap Mirror: Handle Delete Port: 9ab90081-1eaf-4151-b0ad-de9b2849cd17 [pid: 8|app: 0|req: 897/1846] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:14:04 2026] POST /v2.0/ports => generated 743 bytes in 318 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: 898/1847] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:14:04 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:05.034 7 INFO neutron.services.segments.plugin [-] Segment 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e resource provider aggregate not found [pid: 8|app: 0|req: 899/1848] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:04 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 30 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:05.042 7 INFO neutron.services.segments.plugin [-] Segment 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e resource provider aggregate not found 2026-06-24 19:14:05.058 7 INFO neutron.services.segments.plugin [-] Segment 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e found for delete ", "request_id": "req-598473f0-dc3c-4357-8540-2af3745b8051"}]} 2026-06-24 19:14:05.060 7 INFO neutron.services.segments.plugin [-] Segment 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b28ffa4-f5d0-4166-b7c3-fac616cf4e8e found for delete ", "request_id": "req-b3bce20a-8719-4564-a2ab-dfcc0e1e1dd2"}]} 2026-06-24 19:14:05.068 7 INFO neutron.db.l3_hamode_db [None req-a339dbc2-27bc-4276-a377-c88240c14ab1 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] HA network d9a4471c-89d7-4dc5-a0f7-231d6f36ecbb was deleted as no HA routers are present in tenant f4bd4711518844cf9cb3e3ab3475ceda. [pid: 7|app: 0|req: 950/1849] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:04 2026] DELETE /v2.0/routers/6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1850] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:05.240 7 INFO neutron.api.v2.resource [None req-59319cb5-9cc4-4ddc-a14d-2f4ebcfdab2c 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1851] 10.0.0.104 () {32 vars in 746 bytes} [Wed Jun 24 19:14:05 2026] DELETE /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags/green => generated 99 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1852] 10.0.0.104 () {34 vars in 666 bytes} [Wed Jun 24 19:14:05 2026] POST /v2.0/trunks => generated 407 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1853] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/ports?device_id=6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => 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: 901/1854] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=25e607c0-ce76-44c9-ae1c-e48174f6e4a4 => 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: 954/1855] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:05.337 7 INFO neutron.db.segments_db [None req-34f6ca97-4525-4d6d-b3d2-27935e62d5ff 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Added segment c0802575-4057-4c49-a4a7-9357002a9544 of type vxlan for network 0d5465f2-d8df-4cfc-8f5a-162cd37436fc [pid: 8|app: 0|req: 902/1856] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:14:05 2026] DELETE /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:05.399 8 INFO neutron.api.v2.resource [None req-e0d61000-39af-4468-a2be-5f5211876ba3 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 903/1857] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:05 2026] DELETE /v2.0/routers/6ca14b6b-bf01-49db-8bcc-fea17f7b72b9 => 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: 904/1858] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/subnets?id=a9b4fdd6-467c-4f22-b263-e23c04fa30e6 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1859] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:05 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1860] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/ports?device_id=03e9f245-67b5-4b15-aa24-169084343252 => 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: 905/1861] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb/tags => generated 12 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1862] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/ports?network_id=46245596-02b6-400b-945e-897e054826d8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:05.561 8 INFO neutron.api.v2.resource [None req-7a95ed26-1b6a-4260-8cfe-5e67030a9fe6 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1863] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:05 2026] DELETE /v2.0/routers/03e9f245-67b5-4b15-aa24-169084343252 => 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: 908/1864] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1865] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:05.662 8 INFO neutron.pecan_wsgi.hooks.translation [None req-071e9fc9-5e85-4623-9b22-39652d0f5bfd fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1866] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:05 2026] DELETE /v2.0/subnets/d7fae921-deb7-44eb-831f-ac0e4aa5837c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1867] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:14:05 2026] POST /v2.0/ports => generated 743 bytes in 325 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: 958/1868] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 959/1869] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:05 2026] GET /v2.0/ports?device_id=0a5270bb-1da6-4d75-9230-1333e8099233 => 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: 960/1870] 10.0.0.104 () {34 vars in 666 bytes} [Wed Jun 24 19:14:05 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:06.043 7 INFO neutron.api.v2.resource [None req-9fe6470b-6be2-4e3f-b2b3-0fb6ec0c743f fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 961/1871] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:06 2026] DELETE /v2.0/routers/0a5270bb-1da6-4d75-9230-1333e8099233 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:14:06.107 7 INFO neutron.db.segments_db [None req-1180b01e-02e8-461d-b2e6-de308948492f 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Added segment 2db2d763-d9f3-43b0-9dc0-df6f87a207ea of type vxlan for network 7f384596-149a-4986-aedd-c8a5f3844c41 [pid: 7|app: 0|req: 962/1872] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:06 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1873] 10.0.0.104 () {34 vars in 742 bytes} [Wed Jun 24 19:14:05 2026] PUT /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb => generated 480 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:06.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac6bca20-3413-4453-a7f3-d3a353cbb221 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/1874] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:06 2026] DELETE /v2.0/subnets/a2097048-9fda-4caf-a5ba-24c3e3e7d576 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1875] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:06 2026] GET /v2.0/ports?device_id=c860dbf9-1b43-4863-9dd9-dc50d220eefb => 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: 965/1876] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:06 2026] GET /v2.0/ports?device_id=69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:06.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ede9192-2575-4619-b1f3-0ad8f949c2d2 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] TaaS: Handle Delete Port: 5ff07fc0-a093-499d-b1bb-c71b4c1e072f 2026-06-24 19:14:06.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ede9192-2575-4619-b1f3-0ad8f949c2d2 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] Tap Mirror: Handle Delete Port: 5ff07fc0-a093-499d-b1bb-c71b4c1e072f [pid: 8|app: 0|req: 912/1877] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:14:06 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 19:14:06.526 8 INFO neutron.api.v2.resource [None req-1ed1ad2f-4cd4-475d-841c-0d3018768aab fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 913/1878] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:06 2026] DELETE /v2.0/routers/69bb06ce-ed4b-4b85-8c70-c0bdcdc52aaa => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1879] 10.0.0.104 () {34 vars in 685 bytes} [Wed Jun 24 19:14:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-24 19:14:06.775 7 INFO neutron.db.l3_hamode_db [None req-5ede9192-2575-4619-b1f3-0ad8f949c2d2 97f1d4a3789c40ba9e9cad7829f59f7d b86903cabfff4c078cd853f5043ea182 - - default default] HA network 2ddd37e8-89af-4b52-b569-28c578d43b61 was deleted as no HA routers are present in tenant b86903cabfff4c078cd853f5043ea182. [pid: 7|app: 0|req: 966/1880] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:06 2026] DELETE /v2.0/routers/c860dbf9-1b43-4863-9dd9-dc50d220eefb => generated 0 bytes in 517 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:06.795 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85cefed7-d9bd-4fa7-a127-ff0fbfb2ed6e fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1881] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:06 2026] DELETE /v2.0/subnets/34b6c2a9-b9d5-40c5-aacf-936febf8cd95 => 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: 915/1882] 10.0.0.104 () {34 vars in 666 bytes} [Wed Jun 24 19:14:06 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) 2026-06-24 19:14:06.822 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5feb17bb-5fc3-4af2-8e4b-bf0a1dfa55d0 fda71fe1b7fe4a978fb521ffb3da0911 f4bd4711518844cf9cb3e3ab3475ceda - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1883] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:06 2026] DELETE /v2.0/subnets/ead25bbd-1107-4f21-93aa-4f80df0b169e => 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: 917/1884] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:06 2026] PUT /v2.0/trunks/5025c70a-ee00-42cb-88a4-7315f0088bb7/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1885] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:06 2026] PUT /v2.0/trunks/eabd28ac-5627-4e35-bb9c-182d3b38febf/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1886] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1887] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:06 2026] PUT /v2.0/trunks/d23d1568-df86-4b79-b883-9eb6c2f84d2d/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1888] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:06 2026] PUT /v2.0/trunks/f2bfb25f-1336-445e-a7fe-fd99545b044b/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1889] 10.0.0.104 () {32 vars in 662 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1890] 10.0.0.104 () {32 vars in 676 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1891] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:07.081 7 INFO neutron.services.segments.plugin [-] Segment 8647412b-206a-41bb-8556-e734426ea877 resource provider aggregate not found 2026-06-24 19:14:07.087 7 INFO neutron.services.segments.plugin [-] Segment 8647412b-206a-41bb-8556-e734426ea877 resource provider aggregate not found [pid: 8|app: 0|req: 923/1892] 10.0.0.104 () {32 vars in 672 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:07.108 7 INFO neutron.services.segments.plugin [-] Segment 8647412b-206a-41bb-8556-e734426ea877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8647412b-206a-41bb-8556-e734426ea877 found for delete ", "request_id": "req-7b216c07-43c3-40f5-9b26-f48cf84e6dce"}]} 2026-06-24 19:14:07.110 7 INFO neutron.services.segments.plugin [-] Segment 8647412b-206a-41bb-8556-e734426ea877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8647412b-206a-41bb-8556-e734426ea877 found for delete ", "request_id": "req-ec5c8887-d8d5-4a0a-989d-8b2793b79ffd"}]} [pid: 8|app: 0|req: 924/1893] 10.0.0.104 () {32 vars in 684 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1894] 10.0.0.104 () {32 vars in 670 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1895] 10.0.0.104 () {32 vars in 684 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1896] 10.0.0.104 () {32 vars in 680 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1897] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1898] 10.0.0.104 () {32 vars in 692 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1899] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks/5025c70a-ee00-42cb-88a4-7315f0088bb7 => generated 412 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1900] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:07.335 7 INFO neutron.db.securitygroups_db [None req-d9cb4506-5512-47ae-9f0a-cfc7dfa32306 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Project 7f1023f7cbd14f9ba8885b4f71a867b8 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: 930/1901] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/ports/dd8bc396-11e0-4443-8ef9-2e9a21aa2f18 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1902] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1903] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:14:07 2026] DELETE /v2.0/trunks/5025c70a-ee00-42cb-88a4-7315f0088bb7 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:07.442 7 INFO neutron.db.securitygroups_db [None req-3d1cc0e9-ccd3-4cfa-bf8f-27b8082ed7e9 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Project 7f1023f7cbd14f9ba8885b4f71a867b8 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: 932/1904] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks/eabd28ac-5627-4e35-bb9c-182d3b38febf => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1905] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1906] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/ports/b4da3634-7183-43f5-90b3-e44c6b771b0c => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1907] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:14:07 2026] DELETE /v2.0/trunks/eabd28ac-5627-4e35-bb9c-182d3b38febf => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1908] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/security-groups?tenant_id=f4bd4711518844cf9cb3e3ab3475ceda&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1909] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/trunks/d23d1568-df86-4b79-b883-9eb6c2f84d2d => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1910] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:07 2026] DELETE /v2.0/security-groups/972108f0-7730-4d41-b6a2-9d0f0d27fa9b => 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: 935/1911] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/security-groups?tenant_id=6f786294d4d04cdc897599415e45c963&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1912] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/ports/13e8ace9-1932-4748-a933-607e9054a65f => generated 826 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1913] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:07 2026] DELETE /v2.0/security-groups/5e4984a4-5d71-4689-994c-17b5c5a15248 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1914] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:14:07 2026] DELETE /v2.0/trunks/d23d1568-df86-4b79-b883-9eb6c2f84d2d => 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: 938/1915] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/trunks/f2bfb25f-1336-445e-a7fe-fd99545b044b => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1916] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:14:07 2026] GET /v2.0/networks => generated 1297 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1917] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/ports/2b7b0224-63ad-45c5-906f-608f29d53a68 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1918] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:14:08 2026] DELETE /v2.0/trunks/f2bfb25f-1336-445e-a7fe-fd99545b044b => 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: 941/1919] 10.0.0.21 () {34 vars in 1099 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1403347267&fields=id&tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1920] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/trunks/bddbacf1-8235-40e0-81b8-ba9b2976cb0e => generated 407 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1921] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/security-groups?tenant_id=b86903cabfff4c078cd853f5043ea182&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1922] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 660 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1923] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/ports/c6cd7856-a2e9-46b9-863e-ff25374ac5cc => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1924] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/quotas/7f1023f7cbd14f9ba8885b4f71a867b8 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1925] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:08 2026] DELETE /v2.0/security-groups/27b32c49-0869-4fd2-bb83-7bc32908adc3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1926] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:14:08 2026] DELETE /v2.0/trunks/bddbacf1-8235-40e0-81b8-ba9b2976cb0e => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1927] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:08.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8ff6e3a-96f0-4b5c-adb0-2075b6ae5487 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] TaaS: Handle Delete Port: dd8bc396-11e0-4443-8ef9-2e9a21aa2f18 2026-06-24 19:14:08.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8ff6e3a-96f0-4b5c-adb0-2075b6ae5487 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Tap Mirror: Handle Delete Port: dd8bc396-11e0-4443-8ef9-2e9a21aa2f18 [pid: 8|app: 0|req: 946/1928] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 947/1929] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 983/1930] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:14:08 2026] DELETE /v2.0/ports/dd8bc396-11e0-4443-8ef9-2e9a21aa2f18 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:08.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c2c4541-169c-47ca-b3bc-026959415ce8 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] TaaS: Handle Delete Port: b4da3634-7183-43f5-90b3-e44c6b771b0c 2026-06-24 19:14:08.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c2c4541-169c-47ca-b3bc-026959415ce8 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Tap Mirror: Handle Delete Port: b4da3634-7183-43f5-90b3-e44c6b771b0c [pid: 7|app: 0|req: 984/1931] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:08 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 948/1932] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:14:08 2026] DELETE /v2.0/ports/b4da3634-7183-43f5-90b3-e44c6b771b0c => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:09.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b3d0cd1-119c-4345-933f-f1014fffbbfb 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] TaaS: Handle Delete Port: 13e8ace9-1932-4748-a933-607e9054a65f 2026-06-24 19:14:09.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b3d0cd1-119c-4345-933f-f1014fffbbfb 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Tap Mirror: Handle Delete Port: 13e8ace9-1932-4748-a933-607e9054a65f [pid: 7|app: 0|req: 985/1933] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:14:08 2026] DELETE /v2.0/ports/13e8ace9-1932-4748-a933-607e9054a65f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:09.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f5fadc9-841b-45de-8b75-ce8c7b251166 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] TaaS: Handle Delete Port: 2b7b0224-63ad-45c5-906f-608f29d53a68 2026-06-24 19:14:09.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f5fadc9-841b-45de-8b75-ce8c7b251166 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Tap Mirror: Handle Delete Port: 2b7b0224-63ad-45c5-906f-608f29d53a68 [pid: 8|app: 0|req: 949/1934] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:14:09 2026] DELETE /v2.0/ports/2b7b0224-63ad-45c5-906f-608f29d53a68 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:09.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7ff3690-7363-4e8d-abc8-d5ea88147a0e 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] TaaS: Handle Delete Port: c6cd7856-a2e9-46b9-863e-ff25374ac5cc 2026-06-24 19:14:09.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7ff3690-7363-4e8d-abc8-d5ea88147a0e 22d607d09cbd4af48cf7fcb429bb92ae b7494a38ffbe486c99d2805af8003ebb - - default default] Tap Mirror: Handle Delete Port: c6cd7856-a2e9-46b9-863e-ff25374ac5cc [pid: 7|app: 0|req: 986/1935] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:14:09 2026] DELETE /v2.0/ports/c6cd7856-a2e9-46b9-863e-ff25374ac5cc => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:09.567 8 INFO neutron.services.segments.plugin [-] Segment 6210be43-0b8d-4bc1-84fa-9f7271c03df9 resource provider aggregate not found 2026-06-24 19:14:09.573 8 INFO neutron.services.segments.plugin [-] Segment 6210be43-0b8d-4bc1-84fa-9f7271c03df9 resource provider aggregate not found 2026-06-24 19:14:09.588 8 INFO neutron.services.segments.plugin [-] Segment 6210be43-0b8d-4bc1-84fa-9f7271c03df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6210be43-0b8d-4bc1-84fa-9f7271c03df9 found for delete ", "request_id": "req-b805c0de-229c-4c10-b222-e1e95f49c245"}]} 2026-06-24 19:14:09.594 8 INFO neutron.services.segments.plugin [-] Segment 6210be43-0b8d-4bc1-84fa-9f7271c03df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6210be43-0b8d-4bc1-84fa-9f7271c03df9 found for delete ", "request_id": "req-c72884bf-609b-4547-b8a2-1fff262eb45a"}]} [pid: 8|app: 0|req: 950/1936] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:09 2026] DELETE /v2.0/networks/cc20d7f5-3ed1-4c67-8287-0bf211f42a1f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:09.735 7 INFO neutron.services.segments.plugin [-] Segment f3021f7a-0e2b-4c89-9c73-c981cc0413c2 resource provider aggregate not found 2026-06-24 19:14:09.736 7 INFO neutron.services.segments.plugin [-] Segment f3021f7a-0e2b-4c89-9c73-c981cc0413c2 resource provider aggregate not found 2026-06-24 19:14:09.760 7 INFO neutron.services.segments.plugin [-] Segment f3021f7a-0e2b-4c89-9c73-c981cc0413c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3021f7a-0e2b-4c89-9c73-c981cc0413c2 found for delete ", "request_id": "req-b5913fbf-0dd2-478b-811a-a52f8270f576"}]} [pid: 7|app: 0|req: 987/1937] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:09 2026] DELETE /v2.0/networks/1179fc27-35a1-4037-84be-a3797ef1dc2e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:09.766 7 INFO neutron.services.segments.plugin [-] Segment f3021f7a-0e2b-4c89-9c73-c981cc0413c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3021f7a-0e2b-4c89-9c73-c981cc0413c2 found for delete ", "request_id": "req-698b244d-6bd3-4a84-b6af-e2d12f5c9408"}]} [pid: 7|app: 0|req: 988/1938] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:09 2026] DELETE /v2.0/networks/b5e6db77-ad33-432f-b0ba-836fd56ec0a7 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1939] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:09 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 951/1940] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:14:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1941] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:09 2026] DELETE /v2.0/networks/0d5465f2-d8df-4cfc-8f5a-162cd37436fc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1942] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-groups => generated 4530 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1943] 10.0.0.104 () {34 vars in 758 bytes} [Wed Jun 24 19:14:10 2026] PUT /v2.0/security-groups/c8216a2a-52fe-425d-82ff-d0de87543a0d => generated 1662 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1944] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-groups/c8216a2a-52fe-425d-82ff-d0de87543a0d => generated 1662 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1945] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:10 2026] DELETE /v2.0/networks/7f384596-149a-4986-aedd-c8a5f3844c41 => 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: 955/1946] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:10 2026] DELETE /v2.0/security-groups/c8216a2a-52fe-425d-82ff-d0de87543a0d => 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: 992/1947] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:10.364 8 INFO neutron.api.v2.resource [None req-6d6268a9-54da-4370-9070-5d7b7f9c20c1 1c70a6eac3384bc6a26683af420b563f 19ccc4dab6134ddf98a53de8a7e7f217 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1948] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:10 2026] DELETE /v2.0/security-groups/c8216a2a-52fe-425d-82ff-d0de87543a0d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1949] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:14:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1950] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1951] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-group-rules/cccf83b1-de2f-4cfa-b6f0-d93d1e8ade4a => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1952] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1953] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:14:10 2026] DELETE /v2.0/security-group-rules/cccf83b1-de2f-4cfa-b6f0-d93d1e8ade4a => 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: 959/1954] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1955] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1956] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:10 2026] GET /v2.0/security-group-rules/8b2a0897-dec9-44f8-b3b3-95fbf92dd396 => generated 601 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1957] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 997/1958] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1959] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:14:11 2026] DELETE /v2.0/security-group-rules/8b2a0897-dec9-44f8-b3b3-95fbf92dd396 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1960] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:11.262 7 INFO neutron.db.securitygroups_db [None req-e28d91fa-7f66-439d-8aaf-5b6fca0017bd 1c70a6eac3384bc6a26683af420b563f 19ccc4dab6134ddf98a53de8a7e7f217 - - default default] Project 19ccc4dab6134ddf98a53de8a7e7f217 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: 1000/1961] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:14:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1962] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-group-rules/78195643-6e89-47e9-a8ea-aafb765a46d5 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1963] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-groups?tenant_id=a5a779be910f4722ae017dea823a4884&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1964] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1965] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:14:11 2026] DELETE /v2.0/security-group-rules/78195643-6e89-47e9-a8ea-aafb765a46d5 => 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: 963/1966] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:11 2026] DELETE /v2.0/security-groups/f1cb2d7c-f813-4029-a66f-1688eeb9a746 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1967] 10.0.0.104 () {32 vars in 673 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1968] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:11 2026] DELETE /v2.0/security-groups/200b657f-6e36-42cd-8380-749a731f12f6 => 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: 965/1969] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1970] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-groups?tenant_id=240ec636fb1c42b8ba7d6d1bbbe921ba&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1971] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:14:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:11.789 7 INFO neutron.services.segments.plugin [-] Segment e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d resource provider aggregate not found 2026-06-24 19:14:11.799 7 INFO neutron.services.segments.plugin [-] Segment e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d resource provider aggregate not found 2026-06-24 19:14:11.821 7 INFO neutron.services.segments.plugin [-] Segment e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d found for delete ", "request_id": "req-d82902ac-80fe-4b9e-a5ee-a3753f4e6393"}]} 2026-06-24 19:14:11.829 7 INFO neutron.services.segments.plugin [-] Segment e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3c59d58-4c47-41f7-91c4-5e7a6eeebe4d found for delete ", "request_id": "req-ec68f717-b3e2-4c97-837f-7a9285b7b8dc"}]} 2026-06-24 19:14:11.847 7 INFO neutron.services.segments.plugin [-] Segment c0802575-4057-4c49-a4a7-9357002a9544 resource provider aggregate not found 2026-06-24 19:14:11.867 7 INFO neutron.services.segments.plugin [-] Segment c0802575-4057-4c49-a4a7-9357002a9544 resource provider aggregate not found 2026-06-24 19:14:11.879 7 INFO neutron.services.segments.plugin [-] Segment c0802575-4057-4c49-a4a7-9357002a9544 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0802575-4057-4c49-a4a7-9357002a9544 found for delete ", "request_id": "req-e0f6005c-ea83-49c9-9656-075ce41954c6"}]} 2026-06-24 19:14:11.900 7 INFO neutron.services.segments.plugin [-] Segment 2db2d763-d9f3-43b0-9dc0-df6f87a207ea resource provider aggregate not found 2026-06-24 19:14:11.902 7 INFO neutron.services.segments.plugin [-] Segment c0802575-4057-4c49-a4a7-9357002a9544 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0802575-4057-4c49-a4a7-9357002a9544 found for delete ", "request_id": "req-50e80d11-dcfe-4386-b90c-e05dd094dff2"}]} 2026-06-24 19:14:11.919 7 INFO neutron.services.segments.plugin [-] Segment 2db2d763-d9f3-43b0-9dc0-df6f87a207ea resource provider aggregate not found 2026-06-24 19:14:11.925 7 INFO neutron.services.segments.plugin [-] Segment 2db2d763-d9f3-43b0-9dc0-df6f87a207ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2db2d763-d9f3-43b0-9dc0-df6f87a207ea found for delete ", "request_id": "req-65e25fe3-90a8-4dd9-af5d-410b76ac7b37"}]} [pid: 7|app: 0|req: 1006/1972] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:11 2026] DELETE /v2.0/security-groups/1044b678-fcf7-4f89-9945-b0deebdad0ad => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:11.941 7 INFO neutron.services.segments.plugin [-] Segment 2db2d763-d9f3-43b0-9dc0-df6f87a207ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2db2d763-d9f3-43b0-9dc0-df6f87a207ea found for delete ", "request_id": "req-0c3ca725-b910-482c-a23a-89f578934854"}]} [pid: 7|app: 0|req: 1007/1973] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/security-groups?tenant_id=b7494a38ffbe486c99d2805af8003ebb&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1974] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:12.235 8 INFO neutron.db.segments_db [None req-d2a92704-f866-4c4c-910b-ff468597161b 599386bbb1e94f44bb9eea5c8d7d7ca5 e75377f8ef334ebcaade5049a91d1188 - - default default] Added segment 0b332e24-098a-487e-bac1-ed30872554d3 of type vxlan for network 73509005-24c7-48b8-b9cb-15498f2623c0 [pid: 7|app: 0|req: 1009/1975] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:12 2026] DELETE /v2.0/security-groups/c1c5ff3c-25ef-458c-9743-8f02e0071c33 => 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: 967/1976] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:11 2026] POST /v2.0/networks => generated 612 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:12.397 8 INFO neutron.db.segments_db [None req-873ab083-ee08-4fbb-92de-f29a14a88711 599386bbb1e94f44bb9eea5c8d7d7ca5 e75377f8ef334ebcaade5049a91d1188 - - default default] Added segment b8583a7d-5b58-473b-833e-936b6a53e959 of type vxlan for network 922bc60d-bdcf-40d5-bda5-0a458e2530fd [pid: 7|app: 0|req: 1010/1977] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/security-groups?tenant_id=19ccc4dab6134ddf98a53de8a7e7f217&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1978] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:12 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1979] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:12 2026] PUT /v2.0/networks/73509005-24c7-48b8-b9cb-15498f2623c0/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1980] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:12 2026] DELETE /v2.0/security-groups/20c607e7-c2d9-4b0a-bec5-65c040c87a2d => 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: 970/1981] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/networks/73509005-24c7-48b8-b9cb-15498f2623c0/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1982] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:12 2026] PUT /v2.0/networks/922bc60d-bdcf-40d5-bda5-0a458e2530fd/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1983] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/networks/922bc60d-bdcf-40d5-bda5-0a458e2530fd/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1984] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:12 2026] PUT /v2.0/networks/922bc60d-bdcf-40d5-bda5-0a458e2530fd/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1985] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/networks/922bc60d-bdcf-40d5-bda5-0a458e2530fd/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1986] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:14:12 2026] GET /v2.0/networks/73509005-24c7-48b8-b9cb-15498f2623c0/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:13.021 8 INFO neutron.services.segments.plugin [-] Segment 0b332e24-098a-487e-bac1-ed30872554d3 resource provider aggregate not found 2026-06-24 19:14:13.025 8 INFO neutron.services.segments.plugin [-] Segment 0b332e24-098a-487e-bac1-ed30872554d3 resource provider aggregate not found 2026-06-24 19:14:13.038 8 INFO neutron.services.segments.plugin [-] Segment 0b332e24-098a-487e-bac1-ed30872554d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b332e24-098a-487e-bac1-ed30872554d3 found for delete ", "request_id": "req-a901b09a-5a44-4944-a495-6862e5274141"}]} 2026-06-24 19:14:13.046 8 INFO neutron.services.segments.plugin [-] Segment 0b332e24-098a-487e-bac1-ed30872554d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b332e24-098a-487e-bac1-ed30872554d3 found for delete ", "request_id": "req-39bdebe6-391a-4949-8a1e-6cd38d49649f"}]} [pid: 8|app: 0|req: 973/1987] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:12 2026] DELETE /v2.0/networks/73509005-24c7-48b8-b9cb-15498f2623c0 => 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: 1015/1988] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:14:13 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1989] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:14:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8 => generated 274 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1990] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:13 2026] DELETE /v2.0/networks/922bc60d-bdcf-40d5-bda5-0a458e2530fd => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1991] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:13 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 1017/1992] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:14:13 2026] POST /v2.0/ports => generated 958 bytes in 381 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: 976/1993] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:14:13 2026] PUT /v2.0/ports/a7e30583-be1c-4d7a-8021-fd235437a91f => generated 1239 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:14.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c52a3a43-0453-471b-99f7-b470128ece1c'] response: {'name': 'network-changed', 'server_uuid': '77d30f7b-8e74-40f4-8716-6953913aaf04', 'tag': 'a7e30583-be1c-4d7a-8021-fd235437a91f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1018/1994] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:13 2026] GET /v2.0/security-groups?tenant_id=2e55ff0abfec4c399f67c36f1183ec01&name=default => generated 2925 bytes in 235 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: 977/1995] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:14 2026] DELETE /v2.0/security-groups/b7e8c61c-22b1-4988-a6e9-3289838690fa => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1996] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:14 2026] GET /v2.0/security-groups?tenant_id=e75377f8ef334ebcaade5049a91d1188&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: 1020/1997] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:14 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1998] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:14 2026] DELETE /v2.0/security-groups/a0f8c09b-bf11-4d94-b7c6-3e8997f8c80f => 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: 1021/1999] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:14 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2000] 10.0.0.104 () {32 vars in 623 bytes} [Wed Jun 24 19:14:14 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: 980/2001] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:14:14 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2002] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:14:14 2026] GET /v2.0/networks?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&shared=False => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2003] 10.0.0.104 () {32 vars in 633 bytes} [Wed Jun 24 19:14:14 2026] GET /v2.0/ => generated 632 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2004] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:14:14 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) 2026-06-24 19:14:15.054 8 INFO neutron.services.segments.plugin [-] Segment b8583a7d-5b58-473b-833e-936b6a53e959 resource provider aggregate not found 2026-06-24 19:14:15.065 8 INFO neutron.services.segments.plugin [-] Segment b8583a7d-5b58-473b-833e-936b6a53e959 resource provider aggregate not found 2026-06-24 19:14:15.076 8 INFO neutron.services.segments.plugin [-] Segment b8583a7d-5b58-473b-833e-936b6a53e959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8583a7d-5b58-473b-833e-936b6a53e959 found for delete ", "request_id": "req-a5a7dc08-48b7-4052-8a6b-cb46787faabb"}]} 2026-06-24 19:14:15.092 8 INFO neutron.services.segments.plugin [-] Segment b8583a7d-5b58-473b-833e-936b6a53e959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8583a7d-5b58-473b-833e-936b6a53e959 found for delete ", "request_id": "req-da85f59b-c11a-496a-9e28-47a0cbeacdc5"}]} [pid: 8|app: 0|req: 984/2007] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/security-groups?tenant_id=75d02e4456d44d93b86d697370c6e6d3&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2008] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 1025/2009] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2010] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:15 2026] DELETE /v2.0/security-groups/2421b195-f147-4b0a-9545-12bdbc67e8a6 => 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: 1026/2011] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2012] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=a7e30583-be1c-4d7a-8021-fd235437a91f => 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: 1027/2013] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/subnets?id=a9b4fdd6-467c-4f22-b263-e23c04fa30e6 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2014] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/ports?network_id=46245596-02b6-400b-945e-897e054826d8&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: 1028/2015] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 1029/2016] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:14:15 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 988/2017] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:14:15 2026] POST /v2.0/security-groups => generated 1601 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2018] 10.0.0.104 () {34 vars in 767 bytes} [Wed Jun 24 19:14:16 2026] PUT /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2019] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:16 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/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: 1031/2020] 10.0.0.104 () {34 vars in 778 bytes} [Wed Jun 24 19:14:16 2026] PUT /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2021] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:16 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2022] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:16 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2023] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:16 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&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: 991/2024] 10.0.0.104 () {34 vars in 774 bytes} [Wed Jun 24 19:14:16 2026] PUT /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2025] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:16 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2026] 10.0.0.104 () {34 vars in 796 bytes} [Wed Jun 24 19:14:16 2026] PUT /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2027] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:16 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2028] 10.0.0.104 () {34 vars in 767 bytes} [Wed Jun 24 19:14:16 2026] PUT /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2029] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2030] 10.0.0.104 () {32 vars in 755 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:17.178 7 INFO neutron.api.v2.resource [None req-dd0d7441-81ae-40ed-b4fd-787278166dd4 ed80a016cc4e4108aa7e85cefc74593d 7ac8fa67eacf4e38bf20df06cfc1232e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1037/2031] 10.0.0.104 () {32 vars in 759 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2032] 10.0.0.104 () {32 vars in 758 bytes} [Wed Jun 24 19:14:17 2026] DELETE /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/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: 1038/2033] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:17.330 8 INFO neutron.api.v2.resource [None req-85a6fd56-ea5b-4924-b5d6-1488bf202820 ed80a016cc4e4108aa7e85cefc74593d 7ac8fa67eacf4e38bf20df06cfc1232e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2034] 10.0.0.104 () {32 vars in 762 bytes} [Wed Jun 24 19:14:17 2026] DELETE /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/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: 1039/2035] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:14:17 2026] DELETE /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2036] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2037] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:17 2026] DELETE /v2.0/security-groups/915ab205-a72b-414a-8b61-4e43f4e5238e => 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: 998/2038] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2039] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:17 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2040] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:18 2026] GET /v2.0/security-groups?tenant_id=7ac8fa67eacf4e38bf20df06cfc1232e&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2041] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:18 2026] DELETE /v2.0/security-groups/8ac43418-0e22-4e2f-a498-d692b52951f5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2042] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:18 2026] GET /v2.0/security-groups?tenant_id=308c839d0e884e44b9f8d66c0a836f1a&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2043] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:18 2026] DELETE /v2.0/security-groups/be5a74d5-a8e6-4b84-a146-358664d3f52f => 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: 1001/2044] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:19 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2045] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:19 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&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: 1002/2046] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:20 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2047] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:20 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2048] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:20 2026] GET /v2.0/security-groups?tenant_id=a9c67556832944848202617777dbe7a7&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2049] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:20 2026] DELETE /v2.0/security-groups/20f915b8-4c23-45cb-aa49-eea3f9e2157f => 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: 1004/2050] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:21 2026] GET /v2.0/security-groups?tenant_id=b342853743254254b0ea08e158117abe&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2051] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:21 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2052] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:21 2026] DELETE /v2.0/security-groups/bb104aa5-c0ef-4308-a622-8d8116069195 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2053] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:21 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2054] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:21 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2055] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:21 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&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: 1049/2056] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:14:21 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:22.055 8 INFO neutron.db.l3_db [None req-0fcdc05b-9020-4d92-ba91-88bb12fc5983 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Floating IP 332a38a0-206e-451f-a15c-dacf7a0c4a7c associated. External IP: 10.96.250.210, port: a7e30583-be1c-4d7a-8021-fd235437a91f. [pid: 8|app: 0|req: 1008/2057] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:21 2026] PUT /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 856 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:22.428 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95b813e6-80e0-4223-a415-e83005ff752d'] response: {'name': 'network-changed', 'server_uuid': '77d30f7b-8e74-40f4-8716-6953913aaf04', 'tag': 'a7e30583-be1c-4d7a-8021-fd235437a91f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1050/2058] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:22 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2059] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:14:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2060] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:14:22 2026] GET /v2.0/ports?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2061] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:14:22 2026] PUT /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/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: 1052/2062] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/networks?id=46245596-02b6-400b-945e-897e054826d8 => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2063] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2064] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=a7e30583-be1c-4d7a-8021-fd235437a91f => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2065] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnets?id=a9b4fdd6-467c-4f22-b263-e23c04fa30e6 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2066] 10.0.0.104 () {34 vars in 770 bytes} [Wed Jun 24 19:14:23 2026] PUT /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2067] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2068] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/ports?network_id=46245596-02b6-400b-945e-897e054826d8&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2069] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 1014/2070] 10.0.0.104 () {34 vars in 766 bytes} [Wed Jun 24 19:14:23 2026] PUT /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2071] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2072] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/networks/46245596-02b6-400b-945e-897e054826d8?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: 1016/2073] 10.0.0.104 () {34 vars in 788 bytes} [Wed Jun 24 19:14:23 2026] PUT /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2074] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2075] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:14:23 2026] PUT /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2076] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2077] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2078] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:23.547 8 INFO neutron.api.v2.resource [None req-d1cc165f-acca-471f-8c29-2651a736e30a 28de4d91bc68461fb2185f4588f3e822 c5da85c8044f41d987503d002362250c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2079] 10.0.0.104 () {32 vars in 751 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2080] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:14:23 2026] DELETE /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/red => 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: 1020/2081] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:23.711 7 INFO neutron.api.v2.resource [None req-743b3e2c-993e-4dc2-a37e-8f95d418cda4 28de4d91bc68461fb2185f4588f3e822 c5da85c8044f41d987503d002362250c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1062/2082] 10.0.0.104 () {32 vars in 754 bytes} [Wed Jun 24 19:14:23 2026] DELETE /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2083] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:14:23 2026] DELETE /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2084] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:14:23 2026] GET /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82/tags => 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: 1022/2085] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:14:23 2026] DELETE /v2.0/subnetpools/63d22053-80f0-4aa0-bb35-bd1cc9ee5e82 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2086] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:24 2026] GET /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2087] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:24 2026] GET /v2.0/security-groups?tenant_id=c5da85c8044f41d987503d002362250c&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2088] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:24 2026] DELETE /v2.0/security-groups/5e885459-f869-457f-b5ff-6c2c2e664b2d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2089] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:24 2026] GET /v2.0/security-groups?tenant_id=36468986f9d2449a85cee59c90dcba6f&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2090] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:25 2026] DELETE /v2.0/security-groups/4ea5b9c6-22f2-4738-a182-47066f530b8e => 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: 1066/2091] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:26 2026] GET /v2.0/security-groups?tenant_id=5fbe0bc40b9141d49f453c1275ef8f3c&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2092] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:26 2026] DELETE /v2.0/security-groups/af822d30-f800-4b59-af6f-c7373abb2c82 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2093] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:27 2026] GET /v2.0/security-groups?tenant_id=e26a358f20eb407f9a43cbaa502267cc&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2094] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:27 2026] DELETE /v2.0/security-groups/d8272ede-c0a0-4aca-94ef-daf8139c41e4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:28.943 7 INFO neutron.db.segments_db [None req-ab7edfe3-89fa-45fa-976e-d25e96dfdfa1 225407e092d84af78631b9dd64724547 27b4b6a906f348109a918a53028ded03 - - default default] Added segment a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 of type vxlan for network 8ac336ff-b30b-43a4-9728-749e14fc6d94 [pid: 7|app: 0|req: 1068/2095] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:28 2026] POST /v2.0/networks => generated 613 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2096] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:14:29 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2097] 10.0.0.104 () {34 vars in 666 bytes} [Wed Jun 24 19:14:29 2026] POST /v2.0/trunks => generated 407 bytes in 162 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: 1029/2098] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:29 2026] PUT /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2099] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/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: 1030/2100] 10.0.0.104 () {34 vars in 760 bytes} [Wed Jun 24 19:14:29 2026] PUT /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2101] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2102] 10.0.0.104 () {34 vars in 756 bytes} [Wed Jun 24 19:14:29 2026] PUT /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2105] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2106] 10.0.0.104 () {34 vars in 778 bytes} [Wed Jun 24 19:14:29 2026] PUT /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2107] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2108] 10.0.0.104 () {34 vars in 749 bytes} [Wed Jun 24 19:14:29 2026] PUT /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2109] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2110] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:30.004 8 INFO neutron.api.v2.resource [None req-3817960a-e5ba-4b59-bf35-d363c92b3376 225407e092d84af78631b9dd64724547 27b4b6a906f348109a918a53028ded03 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2111] 10.0.0.104 () {32 vars in 741 bytes} [Wed Jun 24 19:14:29 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2112] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:30 2026] DELETE /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/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: 1037/2113] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:30 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:30.105 7 INFO neutron.api.v2.resource [None req-b1c2a3fe-855e-455d-a3e6-ffb48d34a90a 225407e092d84af78631b9dd64724547 27b4b6a906f348109a918a53028ded03 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1077/2114] 10.0.0.104 () {32 vars in 744 bytes} [Wed Jun 24 19:14:30 2026] DELETE /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/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: 1038/2115] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:14:30 2026] DELETE /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2116] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:14:30 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76/tags => 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: 1039/2117] 10.0.0.104 () {32 vars in 719 bytes} [Wed Jun 24 19:14:30 2026] GET /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2118] 10.0.0.104 () {32 vars in 717 bytes} [Wed Jun 24 19:14:30 2026] GET /v2.0/ports/dd8ff6af-b09b-4cf9-88ba-8a6f927c1c8b => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2119] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:14:30 2026] DELETE /v2.0/trunks/c37c67fc-9f0a-411a-a4ec-bd781af3fd76 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:30.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-0408e085-1923-447e-9dab-6ef6bd69ba68 225407e092d84af78631b9dd64724547 27b4b6a906f348109a918a53028ded03 - - default default] TaaS: Handle Delete Port: dd8ff6af-b09b-4cf9-88ba-8a6f927c1c8b 2026-06-24 19:14:30.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0408e085-1923-447e-9dab-6ef6bd69ba68 225407e092d84af78631b9dd64724547 27b4b6a906f348109a918a53028ded03 - - default default] Tap Mirror: Handle Delete Port: dd8ff6af-b09b-4cf9-88ba-8a6f927c1c8b [pid: 7|app: 0|req: 1080/2120] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:14:30 2026] DELETE /v2.0/ports/dd8ff6af-b09b-4cf9-88ba-8a6f927c1c8b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:30.644 8 INFO neutron.services.segments.plugin [-] Segment a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 resource provider aggregate not found 2026-06-24 19:14:30.650 8 INFO neutron.services.segments.plugin [-] Segment a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 resource provider aggregate not found 2026-06-24 19:14:30.666 8 INFO neutron.services.segments.plugin [-] Segment a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 found for delete ", "request_id": "req-ef1b5b1a-5057-490e-814d-4433a9cac9f0"}]} 2026-06-24 19:14:30.670 8 INFO neutron.services.segments.plugin [-] Segment a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a78dd4f8-6bc0-4beb-96e6-b5004cd0f8a8 found for delete ", "request_id": "req-338105ef-2f74-4882-b3f7-c44bf492b738"}]} [pid: 8|app: 0|req: 1041/2121] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:30 2026] DELETE /v2.0/networks/8ac336ff-b30b-43a4-9728-749e14fc6d94 => 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: 1081/2122] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:31 2026] GET /v2.0/security-groups?tenant_id=27b4b6a906f348109a918a53028ded03&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2123] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:31 2026] DELETE /v2.0/security-groups/640b3e9b-9c64-44a3-bd63-229a247ff4b2 => 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: 1082/2124] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:31 2026] GET /v2.0/security-groups?tenant_id=62772581680c4b518cb7846ba1932c6e&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: 1043/2125] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:31 2026] DELETE /v2.0/security-groups/39def277-d9c0-446f-8c16-5285ac6b40b2 => 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: 1083/2126] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:14:32 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 1044/2127] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:32 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2128] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:35 2026] GET /v2.0/security-groups?tenant_id=46a56e7ea2644fa785913c1d8f5a8d05&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2129] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:35 2026] DELETE /v2.0/security-groups/42b3cc21-6691-4626-b759-d1e054b8e573 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2130] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:36 2026] GET /v2.0/security-groups?tenant_id=6c51a1883f754534abc098ad80d2c1ea&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2131] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:36 2026] DELETE /v2.0/security-groups/c8c3cb76-e99a-489e-af80-5eeeed1e0eff => 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: 1086/2132] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:41 2026] GET /v2.0/security-groups?tenant_id=2384454814c94df9a57d68f4a21971e7&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2133] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:41 2026] DELETE /v2.0/security-groups/8d74b690-d2f6-4b44-8948-a5518b4dce8c => 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: 1087/2134] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:41 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2135] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:41 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&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: 1088/2136] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:43 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2137] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:43 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2138] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:44 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2139] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:44 2026] GET /v2.0/security-groups?id=2e31b396-8896-4ed8-89c3-a2c9fbd5fb76&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2140] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:14:44 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:44.509 7 INFO neutron_taas.services.taas.taas_plugin [req-0b45d756-d71e-4066-9237-a1271ecb191e req-5cb25887-d650-4b10-9497-2318a9e0e9bc 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: a7e30583-be1c-4d7a-8021-fd235437a91f 2026-06-24 19:14:44.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b45d756-d71e-4066-9237-a1271ecb191e req-5cb25887-d650-4b10-9497-2318a9e0e9bc 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: a7e30583-be1c-4d7a-8021-fd235437a91f [pid: 8|app: 0|req: 1051/2141] 10.0.0.208 () {32 vars in 802 bytes} [Wed Jun 24 19:14:44 2026] GET /v2.0/extensions => generated 21537 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-24 19:14:44.645 7 INFO neutron.db.l3_db [req-0b45d756-d71e-4066-9237-a1271ecb191e req-5cb25887-d650-4b10-9497-2318a9e0e9bc 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Floating IP 332a38a0-206e-451f-a15c-dacf7a0c4a7c disassociated. External IP: 10.96.250.210, port: a7e30583-be1c-4d7a-8021-fd235437a91f. [pid: 8|app: 0|req: 1054/2144] 10.0.0.208 () {30 vars in 724 bytes} [Wed Jun 24 19:14:44 2026] GET /v2.0/quotas/6220781ffd4845a4ae9f8130d93378e4/details => generated 847 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2145] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:45 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 1091/2146] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:14:44 2026] DELETE /v2.0/ports/a7e30583-be1c-4d7a-8021-fd235437a91f => generated 0 bytes in 1070 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:45.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4706fc5-a9d3-4943-a9e1-58d2d9985b09'] response: {'server_uuid': '77d30f7b-8e74-40f4-8716-6953913aaf04', 'name': 'network-vif-deleted', 'tag': 'a7e30583-be1c-4d7a-8021-fd235437a91f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1056/2147] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:46 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 1092/2148] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:47 2026] GET /v2.0/ports?device_id=77d30f7b-8e74-40f4-8716-6953913aaf04 => 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: 1057/2149] 10.0.0.208 () {32 vars in 802 bytes} [Wed Jun 24 19:14:47 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: 1093/2150] 10.0.0.208 () {30 vars in 724 bytes} [Wed Jun 24 19:14:48 2026] GET /v2.0/quotas/6220781ffd4845a4ae9f8130d93378e4/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: 1058/2151] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:48 2026] DELETE /v2.0/security-groups/2e31b396-8896-4ed8-89c3-a2c9fbd5fb76 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:49.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cc2de11-26d8-4324-addb-0c4b36446b04 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: 267bf7b0-00d8-4118-8e51-de4eccbcc18c 2026-06-24 19:14:49.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cc2de11-26d8-4324-addb-0c4b36446b04 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: 267bf7b0-00d8-4118-8e51-de4eccbcc18c [pid: 7|app: 0|req: 1094/2152] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:14:48 2026] DELETE /v2.0/floatingips/332a38a0-206e-451f-a15c-dacf7a0c4a7c => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2153] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:49 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2154] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:49 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2155] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:50 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2156] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:50 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2157] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:51 2026] GET /v2.0/security-groups?tenant_id=6220781ffd4845a4ae9f8130d93378e4&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2158] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:51 2026] DELETE /v2.0/security-groups/ad78aac6-80fd-48e2-bec2-867cb535e0cf => 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: 1062/2159] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:51 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2160] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:14:51 2026] GET /v2.0/security-groups?id=cdfc481f-27c3-49f2-b5f0-7947b3648af0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2161] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:14:51 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:14:52.025 7 INFO neutron_taas.services.taas.taas_plugin [req-898c5671-0903-4c2d-82b4-474c8b278676 req-899e7ad2-f663-4d60-b281-7f3c01c61394 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: 25e607c0-ce76-44c9-ae1c-e48174f6e4a4 2026-06-24 19:14:52.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-898c5671-0903-4c2d-82b4-474c8b278676 req-899e7ad2-f663-4d60-b281-7f3c01c61394 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: 25e607c0-ce76-44c9-ae1c-e48174f6e4a4 [pid: 7|app: 0|req: 1099/2162] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:14:51 2026] DELETE /v2.0/ports/25e607c0-ce76-44c9-ae1c-e48174f6e4a4 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:52.219 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b152eed8-1992-453a-b522-1d47a7066b46'] response: {'server_uuid': '85e02845-b3f0-4dd9-afb0-a4fe72114061', 'name': 'network-vif-deleted', 'tag': '25e607c0-ce76-44c9-ae1c-e48174f6e4a4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1064/2163] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:53 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => 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/2164] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:54 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => 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: 1065/2165] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:14:55 2026] GET /v2.0/ports?device_id=85e02845-b3f0-4dd9-afb0-a4fe72114061 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:14:56.182 7 INFO neutron.db.segments_db [None req-66528853-7651-4053-992c-b6f8df107dfb a5664d6b1c3948c0ba3e15c6dd43585e 8fbfb3f6250944a5bb83f7ece7ee2527 - - default default] Added segment 2c0cf2ca-05fb-485d-8511-869913259110 of type vxlan for network b630991b-84b0-4053-b523-1ceb8e01a576 [pid: 7|app: 0|req: 1101/2166] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:55 2026] POST /v2.0/networks => generated 612 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:56.322 8 INFO neutron.db.segments_db [None req-2074b29e-115b-40c9-8d66-82c65ea09957 a5664d6b1c3948c0ba3e15c6dd43585e 8fbfb3f6250944a5bb83f7ece7ee2527 - - default default] Added segment e2298528-e656-4853-b50e-7ec5597db4f2 of type vxlan for network 558f3c79-439c-4061-b62e-210ec5b2b998 [pid: 8|app: 0|req: 1066/2167] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:56 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2168] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:56 2026] DELETE /v2.0/security-groups/cdfc481f-27c3-49f2-b5f0-7947b3648af0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:56.474 8 INFO neutron.db.segments_db [None req-68e918d1-f7b7-4b5d-86d7-da27416d7e3a a5664d6b1c3948c0ba3e15c6dd43585e 8fbfb3f6250944a5bb83f7ece7ee2527 - - default default] Added segment c8257fe0-32e5-4930-82ac-db23200b4f65 of type vxlan for network fe940973-8ef7-4fb9-b3c2-22588b9d15d9 [pid: 8|app: 0|req: 1067/2169] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:56 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:56.633 8 INFO neutron.db.segments_db [None req-1b40efa0-69a6-41f6-8177-eaeab5dbf410 a5664d6b1c3948c0ba3e15c6dd43585e 8fbfb3f6250944a5bb83f7ece7ee2527 - - default default] Added segment 28147354-92d3-4d90-b51a-41c3ad2d9ab3 of type vxlan for network be29db92-35f3-441e-9a64-7b9edf119317 [pid: 8|app: 0|req: 1068/2170] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:56 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:14:56.779 8 INFO neutron.db.segments_db [None req-46b077f0-1560-4e38-8b54-ee11b04c639d a5664d6b1c3948c0ba3e15c6dd43585e 8fbfb3f6250944a5bb83f7ece7ee2527 - - default default] Added segment ff6d90fb-3c6b-4d27-8c23-07da5630ad14 of type vxlan for network acfcfd76-f92f-4f80-b636-0dfaba123a67 2026-06-24 19:14:56.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-031db741-28ac-4ab7-b148-21f4a34d8ce6 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: e4934780-3c09-4f69-a976-a22a0aa23da2 2026-06-24 19:14:56.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-031db741-28ac-4ab7-b148-21f4a34d8ce6 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: e4934780-3c09-4f69-a976-a22a0aa23da2 [pid: 8|app: 0|req: 1069/2171] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:14:56 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2172] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:56 2026] PUT /v2.0/networks/b630991b-84b0-4053-b523-1ceb8e01a576/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2173] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:56 2026] PUT /v2.0/networks/558f3c79-439c-4061-b62e-210ec5b2b998/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: 1072/2174] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:57 2026] PUT /v2.0/networks/fe940973-8ef7-4fb9-b3c2-22588b9d15d9/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2175] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:14:57 2026] PUT /v2.0/networks/be29db92-35f3-441e-9a64-7b9edf119317/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: 1074/2176] 10.0.0.104 () {32 vars in 666 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2177] 10.0.0.104 () {32 vars in 680 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2178] 10.0.0.104 () {32 vars in 676 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2179] 10.0.0.104 () {32 vars in 688 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2180] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:14:56 2026] PUT /v2.0/routers/25c99daa-ef70-43ce-98c6-450ad79d0833/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2181] 10.0.0.104 () {32 vars in 674 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2182] 10.0.0.104 () {32 vars in 688 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2183] 10.0.0.104 () {32 vars in 684 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2184] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:57 2026] DELETE /v2.0/subnets/a9b4fdd6-467c-4f22-b263-e23c04fa30e6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2185] 10.0.0.104 () {32 vars in 696 bytes} [Wed Jun 24 19:14:57 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:57.676 8 INFO neutron.services.segments.plugin [-] Segment 2c0cf2ca-05fb-485d-8511-869913259110 resource provider aggregate not found 2026-06-24 19:14:57.683 8 INFO neutron.services.segments.plugin [-] Segment 2c0cf2ca-05fb-485d-8511-869913259110 resource provider aggregate not found [pid: 8|app: 0|req: 1082/2186] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:57 2026] DELETE /v2.0/networks/b630991b-84b0-4053-b523-1ceb8e01a576 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:57.701 8 INFO neutron.services.segments.plugin [-] Segment 2c0cf2ca-05fb-485d-8511-869913259110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0cf2ca-05fb-485d-8511-869913259110 found for delete ", "request_id": "req-132b7b13-7835-48de-a718-9100405141a2"}]} 2026-06-24 19:14:57.703 8 INFO neutron.services.segments.plugin [-] Segment 2c0cf2ca-05fb-485d-8511-869913259110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0cf2ca-05fb-485d-8511-869913259110 found for delete ", "request_id": "req-1da94f3f-b5c7-420a-9c1a-71c8750291ba"}]} 2026-06-24 19:14:57.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-903a9b6d-83b1-4656-af18-83cc1b71df09 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: a72b51b3-245d-40d3-8110-2bad4327e594 [pid: 8|app: 0|req: 1083/2187] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:57 2026] DELETE /v2.0/networks/558f3c79-439c-4061-b62e-210ec5b2b998 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:57.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903a9b6d-83b1-4656-af18-83cc1b71df09 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: a72b51b3-245d-40d3-8110-2bad4327e594 [pid: 8|app: 0|req: 1084/2188] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:57 2026] DELETE /v2.0/networks/fe940973-8ef7-4fb9-b3c2-22588b9d15d9 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2189] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:57 2026] DELETE /v2.0/networks/be29db92-35f3-441e-9a64-7b9edf119317 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:58.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-903a9b6d-83b1-4656-af18-83cc1b71df09 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: 5da0d47c-9584-4536-b6a4-ffd9664b9f70 2026-06-24 19:14:58.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903a9b6d-83b1-4656-af18-83cc1b71df09 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: 5da0d47c-9584-4536-b6a4-ffd9664b9f70 [pid: 8|app: 0|req: 1086/2190] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:58 2026] DELETE /v2.0/networks/acfcfd76-f92f-4f80-b636-0dfaba123a67 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:14:58.444 7 INFO neutron.services.segments.plugin [-] Segment ae09954e-b770-4f23-aa0d-c5e3322cbd49 resource provider aggregate not found 2026-06-24 19:14:58.446 7 INFO neutron.services.segments.plugin [-] Segment ae09954e-b770-4f23-aa0d-c5e3322cbd49 resource provider aggregate not found 2026-06-24 19:14:58.466 7 INFO neutron.services.segments.plugin [-] Segment ae09954e-b770-4f23-aa0d-c5e3322cbd49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae09954e-b770-4f23-aa0d-c5e3322cbd49 found for delete ", "request_id": "req-7aa30d29-3865-41fb-83d2-820f4063d1c1"}]} 2026-06-24 19:14:58.469 7 INFO neutron.services.segments.plugin [-] Segment ae09954e-b770-4f23-aa0d-c5e3322cbd49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae09954e-b770-4f23-aa0d-c5e3322cbd49 found for delete ", "request_id": "req-b8fd8f7a-d765-4088-931c-59b134eab7bb"}]} 2026-06-24 19:14:58.473 7 INFO neutron.db.l3_hamode_db [None req-903a9b6d-83b1-4656-af18-83cc1b71df09 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] HA network d0e5904c-e400-4f22-b5c2-99a8e23df406 was deleted as no HA routers are present in tenant 7f1023f7cbd14f9ba8885b4f71a867b8. [pid: 7|app: 0|req: 1105/2191] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:14:57 2026] DELETE /v2.0/routers/25c99daa-ef70-43ce-98c6-450ad79d0833 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:58.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-15301f8a-3200-4e33-aac5-1096b56071ef 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] TaaS: Handle Delete Port: 6aacf13a-8105-4164-8108-2ef018054ad9 2026-06-24 19:14:58.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15301f8a-3200-4e33-aac5-1096b56071ef 97d833c62730477198d790cdb7f9bdb8 7f1023f7cbd14f9ba8885b4f71a867b8 - - default default] Tap Mirror: Handle Delete Port: 6aacf13a-8105-4164-8108-2ef018054ad9 [pid: 8|app: 0|req: 1087/2192] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:14:58 2026] DELETE /v2.0/networks/46245596-02b6-400b-945e-897e054826d8 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2193] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:59 2026] GET /v2.0/security-groups?tenant_id=7bfe9def766a42c8a231b43aa7f64581&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2194] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:59 2026] DELETE /v2.0/security-groups/59bc7b7c-cc61-4be3-a6bf-6fe41d845dd0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2195] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:59 2026] GET /v2.0/security-groups?tenant_id=7f1023f7cbd14f9ba8885b4f71a867b8&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: 1108/2196] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:59 2026] DELETE /v2.0/security-groups/1a9766da-6aba-4681-8e67-6c1af1973049 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:14:59.723 8 INFO neutron.services.segments.plugin [-] Segment e2298528-e656-4853-b50e-7ec5597db4f2 resource provider aggregate not found 2026-06-24 19:14:59.730 8 INFO neutron.services.segments.plugin [-] Segment e2298528-e656-4853-b50e-7ec5597db4f2 resource provider aggregate not found 2026-06-24 19:14:59.749 8 INFO neutron.services.segments.plugin [-] Segment e2298528-e656-4853-b50e-7ec5597db4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2298528-e656-4853-b50e-7ec5597db4f2 found for delete ", "request_id": "req-2673d116-0a30-4f7b-aab2-f6d8bdd957e3"}]} 2026-06-24 19:14:59.756 8 INFO neutron.services.segments.plugin [-] Segment e2298528-e656-4853-b50e-7ec5597db4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2298528-e656-4853-b50e-7ec5597db4f2 found for delete ", "request_id": "req-bf5d6658-4c2e-4c86-bbcf-60400e5c025a"}]} 2026-06-24 19:14:59.773 8 INFO neutron.services.segments.plugin [-] Segment c8257fe0-32e5-4930-82ac-db23200b4f65 resource provider aggregate not found 2026-06-24 19:14:59.774 8 INFO neutron.services.segments.plugin [-] Segment c8257fe0-32e5-4930-82ac-db23200b4f65 resource provider aggregate not found 2026-06-24 19:14:59.804 8 INFO neutron.services.segments.plugin [-] Segment c8257fe0-32e5-4930-82ac-db23200b4f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8257fe0-32e5-4930-82ac-db23200b4f65 found for delete ", "request_id": "req-1366d990-0219-4f2c-b7ff-7081ffa79d87"}]} 2026-06-24 19:14:59.807 8 INFO neutron.services.segments.plugin [-] Segment c8257fe0-32e5-4930-82ac-db23200b4f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8257fe0-32e5-4930-82ac-db23200b4f65 found for delete ", "request_id": "req-f48024e0-a8f1-45ad-bdc4-0c244361d620"}]} 2026-06-24 19:14:59.829 8 INFO neutron.services.segments.plugin [-] Segment 28147354-92d3-4d90-b51a-41c3ad2d9ab3 resource provider aggregate not found 2026-06-24 19:14:59.833 8 INFO neutron.services.segments.plugin [-] Segment 28147354-92d3-4d90-b51a-41c3ad2d9ab3 resource provider aggregate not found 2026-06-24 19:14:59.851 8 INFO neutron.services.segments.plugin [-] Segment 28147354-92d3-4d90-b51a-41c3ad2d9ab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28147354-92d3-4d90-b51a-41c3ad2d9ab3 found for delete ", "request_id": "req-70fb50a2-48a1-43e9-b2ab-3c3f83992275"}]} 2026-06-24 19:14:59.856 8 INFO neutron.services.segments.plugin [-] Segment 28147354-92d3-4d90-b51a-41c3ad2d9ab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28147354-92d3-4d90-b51a-41c3ad2d9ab3 found for delete ", "request_id": "req-601df354-3706-4006-abdd-01bca616def9"}]} 2026-06-24 19:14:59.883 8 INFO neutron.services.segments.plugin [-] Segment ff6d90fb-3c6b-4d27-8c23-07da5630ad14 resource provider aggregate not found 2026-06-24 19:14:59.887 8 INFO neutron.services.segments.plugin [-] Segment ff6d90fb-3c6b-4d27-8c23-07da5630ad14 resource provider aggregate not found [pid: 8|app: 0|req: 1089/2199] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:59 2026] GET /v2.0/security-groups?tenant_id=cebb2703d98444a59e8df7a0f0e8a66b&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:14:59.913 8 INFO neutron.services.segments.plugin [-] Segment ff6d90fb-3c6b-4d27-8c23-07da5630ad14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff6d90fb-3c6b-4d27-8c23-07da5630ad14 found for delete ", "request_id": "req-758c9545-3db3-4725-9c0c-dd3e34f6756f"}]} 2026-06-24 19:14:59.918 8 INFO neutron.services.segments.plugin [-] Segment ff6d90fb-3c6b-4d27-8c23-07da5630ad14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff6d90fb-3c6b-4d27-8c23-07da5630ad14 found for delete ", "request_id": "req-ca9fe9bf-18e3-4500-89a9-36ba2234fb98"}]} 2026-06-24 19:14:59.932 8 INFO neutron.services.segments.plugin [-] Segment 233e939b-e58d-4200-8dcb-d9b4e6c1e405 resource provider aggregate not found 2026-06-24 19:14:59.940 8 INFO neutron.services.segments.plugin [-] Segment 233e939b-e58d-4200-8dcb-d9b4e6c1e405 resource provider aggregate not found 2026-06-24 19:14:59.950 8 INFO neutron.services.segments.plugin [-] Segment 233e939b-e58d-4200-8dcb-d9b4e6c1e405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 233e939b-e58d-4200-8dcb-d9b4e6c1e405 found for delete ", "request_id": "req-2f57650c-8856-4e08-8aac-81417dbc7889"}]} 2026-06-24 19:14:59.960 8 INFO neutron.services.segments.plugin [-] Segment 233e939b-e58d-4200-8dcb-d9b4e6c1e405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 233e939b-e58d-4200-8dcb-d9b4e6c1e405 found for delete ", "request_id": "req-924dbba2-f16e-43d6-bb13-2f4b6b27f83e"}]} [pid: 7|app: 0|req: 1111/2200] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:14:59 2026] GET /v2.0/security-groups?tenant_id=7e5834fe5ca7462d8b46ae64c2b6c138&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2201] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:59 2026] DELETE /v2.0/security-groups/da0de2ca-3dcd-48c6-b60c-5751a64ed0cd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2202] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:14:59 2026] DELETE /v2.0/security-groups/ce9b3b3b-c3d7-4a30-9c17-f4fb8a771bb6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2203] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:00 2026] GET /v2.0/security-groups?tenant_id=8fbfb3f6250944a5bb83f7ece7ee2527&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2204] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:00 2026] DELETE /v2.0/security-groups/7d4021ab-2357-41d4-a41f-03c29546eccc => 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: 1114/2205] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:15:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2206] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:04 2026] POST /v2.0/floatingips => generated 552 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2207] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:15:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2208] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:15:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2209] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:15:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2210] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:15:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2211] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:05 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2212] 10.0.0.104 () {34 vars in 767 bytes} [Wed Jun 24 19:15:05 2026] PUT /v2.0/security-groups/11fbae37-fbf4-40de-a371-3a3fbfd4f6ac/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2213] 10.0.0.104 () {34 vars in 767 bytes} [Wed Jun 24 19:15:05 2026] PUT /v2.0/security-groups/81903c89-28bc-42f8-aa6a-161d44828af5/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: 1121/2214] 10.0.0.104 () {34 vars in 767 bytes} [Wed Jun 24 19:15:05 2026] PUT /v2.0/security-groups/ae23d945-48ee-49af-90c0-76c6dd4cfc24/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2215] 10.0.0.104 () {34 vars in 767 bytes} [Wed Jun 24 19:15:05 2026] PUT /v2.0/security-groups/8e882bb8-dc52-4412-acb8-7e2647318b5f/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2216] 10.0.0.104 () {32 vars in 680 bytes} [Wed Jun 24 19:15:05 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2217] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2218] 10.0.0.104 () {32 vars in 690 bytes} [Wed Jun 24 19:15:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2219] 10.0.0.104 () {32 vars in 702 bytes} [Wed Jun 24 19:15:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2220] 10.0.0.104 () {32 vars in 688 bytes} [Wed Jun 24 19:15:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2221] 10.0.0.104 () {32 vars in 702 bytes} [Wed Jun 24 19:15:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2222] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:05 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2223] 10.0.0.104 () {32 vars in 698 bytes} [Wed Jun 24 19:15:06 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2224] 10.0.0.104 () {32 vars in 710 bytes} [Wed Jun 24 19:15:06 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2225] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:06 2026] DELETE /v2.0/security-groups/11fbae37-fbf4-40de-a371-3a3fbfd4f6ac => 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: 1132/2226] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:06 2026] DELETE /v2.0/security-groups/81903c89-28bc-42f8-aa6a-161d44828af5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2227] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:06 2026] DELETE /v2.0/security-groups/ae23d945-48ee-49af-90c0-76c6dd4cfc24 => 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: 1134/2228] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:06 2026] DELETE /v2.0/security-groups/8e882bb8-dc52-4412-acb8-7e2647318b5f => 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: 1135/2229] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:06 2026] DELETE /v2.0/security-groups/b142a229-0fb4-4579-bffe-2bc438760be7 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2230] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:06 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2231] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:06 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) [pid: 8|app: 0|req: 1096/2232] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:07 2026] PUT /v2.0/floatingips/a6821c92-8b33-4afc-b3ec-b29dd74b75bd/tags => generated 17 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2233] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:07 2026] PUT /v2.0/floatingips/b11a3388-1ac7-4400-93a6-c0d6f67354e0/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2234] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:07 2026] PUT /v2.0/floatingips/8f7235e7-1b4d-4496-83e9-07ad4442d902/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2235] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:07 2026] PUT /v2.0/floatingips/51fe3da6-83ce-44ef-b6a6-84ac8778b61b/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: 1139/2236] 10.0.0.104 () {32 vars in 672 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2237] 10.0.0.104 () {32 vars in 686 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2238] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2239] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/security-groups?tenant_id=94863b6e4350443889c7efec37bf3a2b&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2240] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2241] 10.0.0.104 () {32 vars in 680 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2242] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:07 2026] DELETE /v2.0/security-groups/eb4774f9-d01b-458e-9a05-fe2a18280878 => 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: 1101/2243] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2244] 10.0.0.104 () {32 vars in 690 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2245] 10.0.0.104 () {32 vars in 702 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2246] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:07 2026] GET /v2.0/security-groups?tenant_id=164b3d23ba1547aba8af5b7fb3caf6ed&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:15:08.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-477b4396-7988-49c9-91a7-39ed1a5ff15a 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] TaaS: Handle Delete Port: 1a23fc99-6832-4fca-88fd-97c1fcf07341 2026-06-24 19:15:08.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-477b4396-7988-49c9-91a7-39ed1a5ff15a 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] Tap Mirror: Handle Delete Port: 1a23fc99-6832-4fca-88fd-97c1fcf07341 [pid: 8|app: 0|req: 1103/2247] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:08 2026] DELETE /v2.0/security-groups/30d44eb8-3ba9-4f38-8c0c-2e4fa150fd72 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2248] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:07 2026] DELETE /v2.0/floatingips/a6821c92-8b33-4afc-b3ec-b29dd74b75bd => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:08.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca7444bd-1007-459e-91c7-5b74fb4ecb8a 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] TaaS: Handle Delete Port: 2f1e77ec-89ca-405e-950e-d4a3f73d8762 2026-06-24 19:15:08.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca7444bd-1007-459e-91c7-5b74fb4ecb8a 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] Tap Mirror: Handle Delete Port: 2f1e77ec-89ca-405e-950e-d4a3f73d8762 [pid: 7|app: 0|req: 1146/2249] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:08 2026] GET /v2.0/security-groups?tenant_id=50481c9f16334265a918e26a46bce0c0&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2250] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:08 2026] DELETE /v2.0/floatingips/b11a3388-1ac7-4400-93a6-c0d6f67354e0 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2251] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:08 2026] DELETE /v2.0/security-groups/7af9b290-b1dc-4cad-ba8f-d5de0f0d0b08 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:08.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-19294464-ec4d-4664-914d-601e62f65bf7 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] TaaS: Handle Delete Port: e24a1714-9d83-47e6-8c7a-e9ae89ffffeb 2026-06-24 19:15:08.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19294464-ec4d-4664-914d-601e62f65bf7 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] Tap Mirror: Handle Delete Port: e24a1714-9d83-47e6-8c7a-e9ae89ffffeb [pid: 8|app: 0|req: 1105/2252] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:08 2026] DELETE /v2.0/floatingips/8f7235e7-1b4d-4496-83e9-07ad4442d902 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:08.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4feac0e-8681-4d23-a32b-5c1505ac194e 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] TaaS: Handle Delete Port: 48d94ba7-a277-4fe7-8153-98bc2fca1927 2026-06-24 19:15:08.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4feac0e-8681-4d23-a32b-5c1505ac194e 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] Tap Mirror: Handle Delete Port: 48d94ba7-a277-4fe7-8153-98bc2fca1927 [pid: 7|app: 0|req: 1148/2253] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:08 2026] DELETE /v2.0/floatingips/51fe3da6-83ce-44ef-b6a6-84ac8778b61b => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:09.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f88ecfc-6f5e-4e8d-bb4a-062a64a624e6 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] TaaS: Handle Delete Port: 9cc760a0-895c-46ef-82f2-65e1d149b032 2026-06-24 19:15:09.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f88ecfc-6f5e-4e8d-bb4a-062a64a624e6 56f8d0471618419ab8fe9146b937d91c 4b73d0b8e1b34ba09526901e8cffdb61 - - default default] Tap Mirror: Handle Delete Port: 9cc760a0-895c-46ef-82f2-65e1d149b032 [pid: 8|app: 0|req: 1106/2254] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:09 2026] DELETE /v2.0/floatingips/3d64c824-1d9b-426d-9582-84be5028f67f => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2255] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:10 2026] GET /v2.0/security-groups?tenant_id=e591bcbf9f77466e98f03a3e3b8331b1&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2256] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:10 2026] DELETE /v2.0/security-groups/7f466ac6-1ce4-4ec0-9ed3-96b816f9367d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2257] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:10 2026] GET /v2.0/security-groups?tenant_id=4b73d0b8e1b34ba09526901e8cffdb61&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2258] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:10 2026] DELETE /v2.0/security-groups/986e5a76-08be-4a4c-a5f0-d0805e1c7623 => 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: 1151/2259] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:11 2026] GET /v2.0/security-groups?tenant_id=4eac8d72299640eb99dfb6dc0a848362&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2260] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:11 2026] DELETE /v2.0/security-groups/963d0686-65b5-455f-bc68-46ddb2c7e9e1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:13.300 7 INFO neutron.db.segments_db [None req-9546d891-f68f-4098-bc70-aa5a97aaac28 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] Added segment 6862c265-a158-4837-8782-bc8c4304e6b2 of type vxlan for network 14491222-93f1-4a97-abbc-4e6982e4fdf1 [pid: 7|app: 0|req: 1152/2261] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:12 2026] POST /v2.0/networks => generated 613 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2262] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:15:13 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:13.701 7 INFO neutron.db.segments_db [None req-c114c4e1-e194-44e7-99fd-ca8debd0b4b2 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] Added segment 012a1b43-9974-48a4-a282-daed648a6451 of type vxlan for network 6b997224-0d07-4199-983e-50c1f2f96254 [pid: 7|app: 0|req: 1153/2263] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:13 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2264] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:15:13 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:14.081 7 INFO neutron.db.segments_db [None req-5bfae1c3-526f-4a90-94e3-3c46f8709635 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] Added segment 588c717b-8b64-4672-bc09-633efc29f992 of type vxlan for network 42b12e02-9119-485a-80c7-8a39a14e0313 [pid: 7|app: 0|req: 1154/2265] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:14 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2266] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:15:14 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:14.476 7 INFO neutron.db.segments_db [None req-65cc33ff-1b55-42b3-b6db-1999c5b13a96 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] Added segment 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 of type vxlan for network 8006c14f-d7db-4cc6-93eb-a7e7cac4f000 [pid: 7|app: 0|req: 1155/2267] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:14 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2270] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:15:14 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:14.880 7 INFO neutron.db.segments_db [None req-dc835144-51bd-40d3-b208-eb24db1e58ab 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] Added segment 7e8bf03a-2105-4547-b39d-b6fe4b14c278 of type vxlan for network f2310791-5ac7-4d87-8c75-9109a92a53ae [pid: 7|app: 0|req: 1158/2271] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:14 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2272] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:15:14 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2273] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:15 2026] PUT /v2.0/subnets/58b69491-972a-465a-874c-85b16fbf4cd4/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2274] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:15 2026] PUT /v2.0/subnets/81eb3bea-918a-4deb-a996-197dcddf89d9/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2275] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:15 2026] PUT /v2.0/subnets/db6d3376-0327-4ff6-a1a8-5416167dda3c/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2276] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:15 2026] PUT /v2.0/subnets/0f8e7496-1227-4d2f-bbff-569a7f1e3f04/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2277] 10.0.0.104 () {32 vars in 664 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2278] 10.0.0.104 () {32 vars in 678 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2279] 10.0.0.104 () {32 vars in 674 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2280] 10.0.0.104 () {32 vars in 686 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2281] 10.0.0.104 () {32 vars in 672 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:15:15.859 8 INFO neutron.db.segments_db [None req-29d81ec1-a8d4-4fbc-b105-aea0190df5aa c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Added segment cb566c96-417f-4bca-bded-d066e386d54a of type vxlan for network fa3358f3-ef24-4a9f-81bc-5f17770a6107 [pid: 7|app: 0|req: 1167/2282] 10.0.0.104 () {32 vars in 686 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2283] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2284] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:15 2026] POST /v2.0/networks => generated 611 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2285] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:15 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2286] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:15 2026] DELETE /v2.0/subnets/58b69491-972a-465a-874c-85b16fbf4cd4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2287] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:16 2026] DELETE /v2.0/subnets/81eb3bea-918a-4deb-a996-197dcddf89d9 => 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: 1117/2288] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:15:15 2026] POST /v2.0/ports => generated 743 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1172/2289] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:16 2026] DELETE /v2.0/subnets/db6d3376-0327-4ff6-a1a8-5416167dda3c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:16.422 8 INFO neutron.db.segments_db [None req-d7a5ea7b-4c0c-4f30-9885-8e346280453c c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Added segment b33c188d-0ccb-49a4-91e6-78c193fd3599 of type vxlan for network 4c81afa5-072d-4499-9c37-a9bee4e41d2f [pid: 8|app: 0|req: 1118/2290] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:16 2026] POST /v2.0/networks => generated 612 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2291] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:16 2026] DELETE /v2.0/subnets/0f8e7496-1227-4d2f-bbff-569a7f1e3f04 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2292] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:16 2026] DELETE /v2.0/subnets/5d794b39-ef9b-4891-b669-21a613919b7b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:16.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c60c21c-1222-4c6b-ad26-e97a14669915 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] TaaS: Handle Delete Port: 63f7be64-a3bd-4d9c-a73c-3a1f1e18fddd 2026-06-24 19:15:16.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c60c21c-1222-4c6b-ad26-e97a14669915 9a55965b9a434eef8e53208d59faa557 b0b759acbb7f4925869184c7ff46f8c7 - - default default] Tap Mirror: Handle Delete Port: 63f7be64-a3bd-4d9c-a73c-3a1f1e18fddd [pid: 8|app: 0|req: 1119/2293] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:15:16 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 19:15:16.943 8 INFO neutron.db.segments_db [None req-027f731c-a09d-4552-898f-f5e58f38aa8f c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Added segment d9b919f8-cf3b-423f-aad5-378b0c106974 of type vxlan for network 1a048769-e1fc-45c7-8589-c5f298962112 2026-06-24 19:15:16.984 7 INFO neutron.services.segments.plugin [-] Segment 6862c265-a158-4837-8782-bc8c4304e6b2 resource provider aggregate not found 2026-06-24 19:15:16.991 7 INFO neutron.services.segments.plugin [-] Segment 6862c265-a158-4837-8782-bc8c4304e6b2 resource provider aggregate not found 2026-06-24 19:15:17.005 7 INFO neutron.services.segments.plugin [-] Segment 6862c265-a158-4837-8782-bc8c4304e6b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6862c265-a158-4837-8782-bc8c4304e6b2 found for delete ", "request_id": "req-40f155cf-e04c-481c-9441-0d1ed64fc5c1"}]} 2026-06-24 19:15:17.009 7 INFO neutron.services.segments.plugin [-] Segment 6862c265-a158-4837-8782-bc8c4304e6b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6862c265-a158-4837-8782-bc8c4304e6b2 found for delete ", "request_id": "req-b1eab92f-6ba5-4bd6-9a2a-f7b7c2984619"}]} [pid: 7|app: 0|req: 1175/2294] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:16 2026] DELETE /v2.0/networks/14491222-93f1-4a97-abbc-4e6982e4fdf1 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2295] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:16 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2296] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:17 2026] DELETE /v2.0/networks/6b997224-0d07-4199-983e-50c1f2f96254 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2297] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:17 2026] DELETE /v2.0/networks/42b12e02-9119-485a-80c7-8a39a14e0313 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2298] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:15:17 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-24 19:15:17.374 8 INFO neutron.db.segments_db [None req-4645ac81-757e-4975-b941-dd4d3d887a19 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Added segment a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e of type vxlan for network c1e38ebc-f796-41f5-91b6-d9f2280cf44f [pid: 7|app: 0|req: 1178/2299] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:17 2026] DELETE /v2.0/networks/8006c14f-d7db-4cc6-93eb-a7e7cac4f000 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2300] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:17 2026] POST /v2.0/networks => generated 612 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2301] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:17 2026] DELETE /v2.0/networks/f2310791-5ac7-4d87-8c75-9109a92a53ae => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2302] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:15:17 2026] POST /v2.0/ports => generated 743 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:17.774 7 INFO neutron.db.segments_db [None req-14635528-d6c2-4413-a306-29a6bfacffa3 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Added segment 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 of type vxlan for network 73735b65-50a3-4e00-b25d-89d91aad9fb2 [pid: 7|app: 0|req: 1180/2303] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:17 2026] POST /v2.0/networks => generated 612 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: 1124/2304] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:15:17 2026] POST /v2.0/ports => generated 743 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2305] 10.0.0.104 () {34 vars in 747 bytes} [Wed Jun 24 19:15:18 2026] PUT /v2.0/ports/c7157852-3bf7-484c-80a8-24d4630741d3/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1125/2306] 10.0.0.104 () {34 vars in 747 bytes} [Wed Jun 24 19:15:18 2026] PUT /v2.0/ports/bd1d7f3f-d9ba-40ac-8fcd-706eb9631129/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1126/2307] 10.0.0.104 () {34 vars in 747 bytes} [Wed Jun 24 19:15:18 2026] PUT /v2.0/ports/4d242493-38f4-4201-a821-f1a3a0a8d9b8/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1127/2308] 10.0.0.104 () {34 vars in 747 bytes} [Wed Jun 24 19:15:18 2026] PUT /v2.0/ports/8d16f0e1-c4e4-4b38-a951-130c21510fa1/tags => generated 19 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: 1182/2309] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/security-groups?tenant_id=b0b759acbb7f4925869184c7ff46f8c7&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2310] 10.0.0.104 () {32 vars in 660 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2311] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:18 2026] DELETE /v2.0/security-groups/be820448-7616-4685-b387-e06ed39815d0 => 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: 1129/2312] 10.0.0.104 () {32 vars in 674 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2313] 10.0.0.104 () {32 vars in 670 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2314] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/security-groups?tenant_id=af5f61463ce74370b1165b5333adeac2&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2315] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2316] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:18 2026] DELETE /v2.0/security-groups/0aee7d75-8595-4797-88bf-91a41a2163e4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:19.026 7 INFO neutron.services.segments.plugin [-] Segment 012a1b43-9974-48a4-a282-daed648a6451 resource provider aggregate not found 2026-06-24 19:15:19.029 7 INFO neutron.services.segments.plugin [-] Segment 012a1b43-9974-48a4-a282-daed648a6451 resource provider aggregate not found 2026-06-24 19:15:19.044 7 INFO neutron.services.segments.plugin [-] Segment 012a1b43-9974-48a4-a282-daed648a6451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 012a1b43-9974-48a4-a282-daed648a6451 found for delete ", "request_id": "req-ef695fb2-8731-44fd-91a9-ebf8cacf9d64"}]} 2026-06-24 19:15:19.051 7 INFO neutron.services.segments.plugin [-] Segment 012a1b43-9974-48a4-a282-daed648a6451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 012a1b43-9974-48a4-a282-daed648a6451 found for delete ", "request_id": "req-909b053a-bdcd-4720-835a-0dfb80ae2b89"}]} 2026-06-24 19:15:19.063 7 INFO neutron.services.segments.plugin [-] Segment 588c717b-8b64-4672-bc09-633efc29f992 resource provider aggregate not found 2026-06-24 19:15:19.077 7 INFO neutron.services.segments.plugin [-] Segment 588c717b-8b64-4672-bc09-633efc29f992 resource provider aggregate not found 2026-06-24 19:15:19.082 7 INFO neutron.services.segments.plugin [-] Segment 588c717b-8b64-4672-bc09-633efc29f992 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 588c717b-8b64-4672-bc09-633efc29f992 found for delete ", "request_id": "req-5d0f622e-59fb-4052-9a8d-3e7891b77f15"}]} [pid: 7|app: 0|req: 1186/2317] 10.0.0.104 () {32 vars in 668 bytes} [Wed Jun 24 19:15:18 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:15:19.100 7 INFO neutron.services.segments.plugin [-] Segment 588c717b-8b64-4672-bc09-633efc29f992 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 588c717b-8b64-4672-bc09-633efc29f992 found for delete ", "request_id": "req-9700257a-eb73-4e26-be70-c73f77720709"}]} 2026-06-24 19:15:19.105 7 INFO neutron.services.segments.plugin [-] Segment 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 resource provider aggregate not found 2026-06-24 19:15:19.122 7 INFO neutron.services.segments.plugin [-] Segment 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 resource provider aggregate not found 2026-06-24 19:15:19.132 7 INFO neutron.services.segments.plugin [-] Segment 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 found for delete ", "request_id": "req-268bddff-3255-4895-8ae0-f57fd9510de0"}]} 2026-06-24 19:15:19.144 7 INFO neutron.services.segments.plugin [-] Segment 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75cdf0a6-5c6b-4ee9-823c-79dd1fc00803 found for delete ", "request_id": "req-183e10b5-2fb4-4d4e-999a-e0fbc0f294f7"}]} 2026-06-24 19:15:19.149 7 INFO neutron.services.segments.plugin [-] Segment 7e8bf03a-2105-4547-b39d-b6fe4b14c278 resource provider aggregate not found 2026-06-24 19:15:19.163 7 INFO neutron.services.segments.plugin [-] Segment 7e8bf03a-2105-4547-b39d-b6fe4b14c278 resource provider aggregate not found 2026-06-24 19:15:19.166 7 INFO neutron.services.segments.plugin [-] Segment 7e8bf03a-2105-4547-b39d-b6fe4b14c278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e8bf03a-2105-4547-b39d-b6fe4b14c278 found for delete ", "request_id": "req-71781f94-7e72-4211-8d63-754ddada324c"}]} 2026-06-24 19:15:19.183 7 INFO neutron.services.segments.plugin [-] Segment 7e8bf03a-2105-4547-b39d-b6fe4b14c278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e8bf03a-2105-4547-b39d-b6fe4b14c278 found for delete ", "request_id": "req-72d1070f-4178-4dad-9a5f-cdc5077188d6"}]} [pid: 8|app: 0|req: 1132/2318] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:19 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2319] 10.0.0.104 () {32 vars in 678 bytes} [Wed Jun 24 19:15:19 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2320] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:19 2026] GET /v2.0/security-groups?tenant_id=56b6f0673a2141bf88ba0b113bdd51e7&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2321] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:19 2026] DELETE /v2.0/security-groups/528880a7-5249-499a-8039-2eb519101e1b => 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: 1134/2322] 10.0.0.104 () {32 vars in 690 bytes} [Wed Jun 24 19:15:19 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:15:19.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-429d62de-f564-4a2c-be01-35a0f14255e9 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] TaaS: Handle Delete Port: c7157852-3bf7-484c-80a8-24d4630741d3 2026-06-24 19:15:19.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-429d62de-f564-4a2c-be01-35a0f14255e9 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Tap Mirror: Handle Delete Port: c7157852-3bf7-484c-80a8-24d4630741d3 [pid: 7|app: 0|req: 1189/2323] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:15:19 2026] DELETE /v2.0/ports/c7157852-3bf7-484c-80a8-24d4630741d3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:20.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb8df9fa-3429-4bcf-8f25-8732f8abd4a3 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] TaaS: Handle Delete Port: bd1d7f3f-d9ba-40ac-8fcd-706eb9631129 2026-06-24 19:15:20.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb8df9fa-3429-4bcf-8f25-8732f8abd4a3 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Tap Mirror: Handle Delete Port: bd1d7f3f-d9ba-40ac-8fcd-706eb9631129 [pid: 8|app: 0|req: 1135/2324] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:15:19 2026] DELETE /v2.0/ports/bd1d7f3f-d9ba-40ac-8fcd-706eb9631129 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:20.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-22aee433-3353-450b-a76b-5bcd08988c43 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] TaaS: Handle Delete Port: 4d242493-38f4-4201-a821-f1a3a0a8d9b8 2026-06-24 19:15:20.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22aee433-3353-450b-a76b-5bcd08988c43 c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Tap Mirror: Handle Delete Port: 4d242493-38f4-4201-a821-f1a3a0a8d9b8 [pid: 7|app: 0|req: 1190/2325] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:15:20 2026] DELETE /v2.0/ports/4d242493-38f4-4201-a821-f1a3a0a8d9b8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:20.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-f456e6dd-f6cc-4605-887b-8cd1771f8b6a c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] TaaS: Handle Delete Port: 8d16f0e1-c4e4-4b38-a951-130c21510fa1 2026-06-24 19:15:20.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f456e6dd-f6cc-4605-887b-8cd1771f8b6a c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Tap Mirror: Handle Delete Port: 8d16f0e1-c4e4-4b38-a951-130c21510fa1 [pid: 8|app: 0|req: 1136/2326] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:15:20 2026] DELETE /v2.0/ports/8d16f0e1-c4e4-4b38-a951-130c21510fa1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:20.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c911184-4966-4372-b4a8-c13ae30ca15f c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] TaaS: Handle Delete Port: dcb812b4-e6e3-4276-b95c-57bead0fd32e 2026-06-24 19:15:20.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c911184-4966-4372-b4a8-c13ae30ca15f c97486ec3dea4f9aaa7db4ea09374734 484c0f5ebe79475f87e03eb11c12a2b5 - - default default] Tap Mirror: Handle Delete Port: dcb812b4-e6e3-4276-b95c-57bead0fd32e [pid: 7|app: 0|req: 1191/2327] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:15:20 2026] DELETE /v2.0/ports/dcb812b4-e6e3-4276-b95c-57bead0fd32e => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:20.858 8 INFO neutron.services.segments.plugin [-] Segment cb566c96-417f-4bca-bded-d066e386d54a resource provider aggregate not found 2026-06-24 19:15:20.864 8 INFO neutron.services.segments.plugin [-] Segment cb566c96-417f-4bca-bded-d066e386d54a resource provider aggregate not found 2026-06-24 19:15:20.879 8 INFO neutron.services.segments.plugin [-] Segment cb566c96-417f-4bca-bded-d066e386d54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb566c96-417f-4bca-bded-d066e386d54a found for delete ", "request_id": "req-25eaf2a4-4a50-4918-91e6-80d37bdcc41f"}]} 2026-06-24 19:15:20.897 8 INFO neutron.services.segments.plugin [-] Segment cb566c96-417f-4bca-bded-d066e386d54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb566c96-417f-4bca-bded-d066e386d54a found for delete ", "request_id": "req-414cd3bf-6849-46e2-8c1a-584087036531"}]} [pid: 8|app: 0|req: 1137/2328] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:20 2026] DELETE /v2.0/networks/fa3358f3-ef24-4a9f-81bc-5f17770a6107 => 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: 1192/2329] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:20 2026] DELETE /v2.0/networks/4c81afa5-072d-4499-9c37-a9bee4e41d2f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2330] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:21 2026] DELETE /v2.0/networks/1a048769-e1fc-45c7-8589-c5f298962112 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:15:21.183 7 INFO neutron.services.segments.plugin [-] Segment b33c188d-0ccb-49a4-91e6-78c193fd3599 resource provider aggregate not found 2026-06-24 19:15:21.203 7 INFO neutron.services.segments.plugin [-] Segment b33c188d-0ccb-49a4-91e6-78c193fd3599 resource provider aggregate not found 2026-06-24 19:15:21.208 7 INFO neutron.services.segments.plugin [-] Segment b33c188d-0ccb-49a4-91e6-78c193fd3599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33c188d-0ccb-49a4-91e6-78c193fd3599 found for delete ", "request_id": "req-7c90e1f3-c249-4816-8f83-c0d8c1157be0"}]} 2026-06-24 19:15:21.220 7 INFO neutron.services.segments.plugin [-] Segment b33c188d-0ccb-49a4-91e6-78c193fd3599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33c188d-0ccb-49a4-91e6-78c193fd3599 found for delete ", "request_id": "req-4c5fbf0a-44cf-4bed-a5dc-2af17002ee59"}]} [pid: 7|app: 0|req: 1193/2331] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:21 2026] DELETE /v2.0/networks/c1e38ebc-f796-41f5-91b6-d9f2280cf44f => 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: 1139/2332] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:21 2026] DELETE /v2.0/networks/73735b65-50a3-4e00-b25d-89d91aad9fb2 => 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: 1194/2333] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:22 2026] GET /v2.0/security-groups?tenant_id=7b666908216642c6a03d223c2202f072&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2334] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:22 2026] DELETE /v2.0/security-groups/38803a50-e999-48f2-8853-4dae944d79ea => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2335] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:22 2026] GET /v2.0/security-groups?tenant_id=484c0f5ebe79475f87e03eb11c12a2b5&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2336] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:22 2026] DELETE /v2.0/security-groups/20299eb3-b2cd-4a9a-9fd6-9138db560582 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:22.896 8 INFO neutron.services.segments.plugin [-] Segment d9b919f8-cf3b-423f-aad5-378b0c106974 resource provider aggregate not found 2026-06-24 19:15:22.920 8 INFO neutron.services.segments.plugin [-] Segment d9b919f8-cf3b-423f-aad5-378b0c106974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9b919f8-cf3b-423f-aad5-378b0c106974 found for delete ", "request_id": "req-d2e970ee-a463-485c-9aeb-3e6ad2a83c66"}]} 2026-06-24 19:15:22.920 8 INFO neutron.services.segments.plugin [-] Segment d9b919f8-cf3b-423f-aad5-378b0c106974 resource provider aggregate not found 2026-06-24 19:15:22.940 8 INFO neutron.services.segments.plugin [-] Segment 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 resource provider aggregate not found 2026-06-24 19:15:22.946 8 INFO neutron.services.segments.plugin [-] Segment d9b919f8-cf3b-423f-aad5-378b0c106974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9b919f8-cf3b-423f-aad5-378b0c106974 found for delete ", "request_id": "req-7288ff0d-528a-48bd-9255-f0c5c83150a2"}]} 2026-06-24 19:15:22.958 8 INFO neutron.services.segments.plugin [-] Segment 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 found for delete ", "request_id": "req-04c9494e-add4-42dc-ab0b-372ebcbe8823"}]} 2026-06-24 19:15:22.960 8 INFO neutron.services.segments.plugin [-] Segment 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 resource provider aggregate not found 2026-06-24 19:15:22.971 8 INFO neutron.services.segments.plugin [-] Segment 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41ee07a8-6ffd-46e0-bc6d-79e4753f2804 found for delete ", "request_id": "req-7e3bd1f5-f7a2-4cb7-91b3-6392cdc92675"}]} [pid: 8|app: 0|req: 1143/2337] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:22 2026] GET /v2.0/security-groups?tenant_id=58a5b2864abb4627867fca45ede082b7&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2338] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:23 2026] DELETE /v2.0/security-groups/63fc5eb7-03fd-44a2-a6cd-a28803223792 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:23.228 7 INFO neutron.services.segments.plugin [-] Segment a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e resource provider aggregate not found 2026-06-24 19:15:23.245 7 INFO neutron.services.segments.plugin [-] Segment a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e resource provider aggregate not found 2026-06-24 19:15:23.252 7 INFO neutron.services.segments.plugin [-] Segment a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e found for delete ", "request_id": "req-359344cb-08eb-4f36-b67f-7a9f7e28594f"}]} 2026-06-24 19:15:23.263 7 INFO neutron.services.segments.plugin [-] Segment a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a63cf61e-56bf-43d5-ae93-8e89ee0f5b6e found for delete ", "request_id": "req-b4441d2b-831c-478c-bb98-081977cb63f6"}]} [pid: 7|app: 0|req: 1195/2339] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:22 2026] POST /v2.0/floatingips => generated 552 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2340] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:23 2026] PUT /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2341] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2342] 10.0.0.104 () {34 vars in 770 bytes} [Wed Jun 24 19:15:23 2026] PUT /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/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: 1197/2343] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2344] 10.0.0.104 () {34 vars in 766 bytes} [Wed Jun 24 19:15:23 2026] PUT /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2345] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/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: 1148/2346] 10.0.0.104 () {34 vars in 788 bytes} [Wed Jun 24 19:15:23 2026] PUT /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/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: 7|app: 0|req: 1199/2347] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2348] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:23 2026] PUT /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2349] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2350] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:23.929 7 INFO neutron.api.v2.resource [None req-6603c732-f173-433f-9ffa-65e34df6180e 0ef66b30e8614932ae3220cdd9c1fa77 896ba14535e14ddf97a7423ed9287c77 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2351] 10.0.0.104 () {32 vars in 751 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2352] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:15:23 2026] DELETE /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2353] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:23 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:24.078 8 INFO neutron.api.v2.resource [None req-3de3f982-9fa8-47de-bece-71b2e590f84f 0ef66b30e8614932ae3220cdd9c1fa77 896ba14535e14ddf97a7423ed9287c77 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2354] 10.0.0.104 () {32 vars in 754 bytes} [Wed Jun 24 19:15:24 2026] DELETE /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/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: 1203/2355] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:15:24 2026] DELETE /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2356] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:24 2026] GET /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:24.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-912e1248-6e91-40f3-9726-ca0d5a6129c0 0ef66b30e8614932ae3220cdd9c1fa77 896ba14535e14ddf97a7423ed9287c77 - - default default] TaaS: Handle Delete Port: f0c61147-29e3-4e5a-92d9-6accfe2f4433 2026-06-24 19:15:24.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-912e1248-6e91-40f3-9726-ca0d5a6129c0 0ef66b30e8614932ae3220cdd9c1fa77 896ba14535e14ddf97a7423ed9287c77 - - default default] Tap Mirror: Handle Delete Port: f0c61147-29e3-4e5a-92d9-6accfe2f4433 [pid: 7|app: 0|req: 1204/2357] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:24 2026] DELETE /v2.0/floatingips/d67f7d22-6510-4e19-a7d3-606fc595bbbe => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2358] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:25 2026] GET /v2.0/security-groups?tenant_id=896ba14535e14ddf97a7423ed9287c77&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2359] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:25 2026] DELETE /v2.0/security-groups/a055d089-f412-44af-bf94-2cca87b6972a => 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: 1155/2360] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:25 2026] GET /v2.0/security-groups?tenant_id=b561c399843945c4ae5f7b8dacdcbd94&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2361] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:25 2026] DELETE /v2.0/security-groups/d9749c7a-8560-4df2-adb2-b85cc3c9ddb1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2362] 10.0.0.104 () {34 vars in 678 bytes} [Wed Jun 24 19:15:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2363] 10.0.0.104 () {34 vars in 678 bytes} [Wed Jun 24 19:15:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2364] 10.0.0.104 () {34 vars in 678 bytes} [Wed Jun 24 19:15:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2365] 10.0.0.104 () {34 vars in 678 bytes} [Wed Jun 24 19:15:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2366] 10.0.0.104 () {34 vars in 678 bytes} [Wed Jun 24 19:15:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2367] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:15:27 2026] PUT /v2.0/policies/68027818-595c-4c83-8208-6f3a77a05e24/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: 1159/2368] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:15:27 2026] PUT /v2.0/policies/d20d45d6-b95e-4b29-9561-46c8eea12cc9/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2369] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:15:28 2026] PUT /v2.0/policies/78b87359-cb48-4ee7-8a0a-38250c3d3847/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2370] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:15:28 2026] PUT /v2.0/policies/e9c4db3b-3bba-47ba-b6e8-ca78d2932079/tags => 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: 1211/2371] 10.0.0.104 () {32 vars in 674 bytes} [Wed Jun 24 19:15:28 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2372] 10.0.0.104 () {32 vars in 688 bytes} [Wed Jun 24 19:15:28 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2373] 10.0.0.104 () {32 vars in 684 bytes} [Wed Jun 24 19:15:28 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2374] 10.0.0.104 () {32 vars in 696 bytes} [Wed Jun 24 19:15:28 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2375] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:28 2026] GET /v2.0/qos/policies?not-tags=red => 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: 1163/2376] 10.0.0.104 () {32 vars in 696 bytes} [Wed Jun 24 19:15:28 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2377] 10.0.0.104 () {32 vars in 692 bytes} [Wed Jun 24 19:15:29 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:15:29.164 7 INFO neutron.db.segments_db [None req-24d37e6b-429c-450c-a8c3-0f4c84208945 3842be1a8af049f1b89e07d3c9bd1855 5833d454e0f24fc6b3bf3fb2829da4d1 - - default default] Added segment 21f122ad-6166-4796-9d83-2eb6b07ba2e1 of type vxlan for network 161f94d9-fd2c-43f5-b453-43c92a13b35c [pid: 8|app: 0|req: 1165/2378] 10.0.0.104 () {32 vars in 704 bytes} [Wed Jun 24 19:15:29 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2379] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:15:29 2026] DELETE /v2.0/qos/policies/68027818-595c-4c83-8208-6f3a77a05e24 => 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: 1214/2380] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:28 2026] POST /v2.0/networks => generated 613 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2381] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:15:29 2026] DELETE /v2.0/qos/policies/d20d45d6-b95e-4b29-9561-46c8eea12cc9 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2382] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:15:29 2026] DELETE /v2.0/qos/policies/78b87359-cb48-4ee7-8a0a-38250c3d3847 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2383] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:15:29 2026] DELETE /v2.0/qos/policies/e9c4db3b-3bba-47ba-b6e8-ca78d2932079 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2384] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:15:29 2026] DELETE /v2.0/qos/policies/380c128c-70b8-4bee-b7b5-5782a945cc68 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2385] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:15:29 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2386] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:29 2026] PUT /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2387] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:29 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2388] 10.0.0.104 () {34 vars in 762 bytes} [Wed Jun 24 19:15:29 2026] PUT /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2389] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:29 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2392] 10.0.0.104 () {34 vars in 758 bytes} [Wed Jun 24 19:15:29 2026] PUT /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2393] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:29 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2394] 10.0.0.104 () {34 vars in 780 bytes} [Wed Jun 24 19:15:29 2026] PUT /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2395] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:29 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/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: 1175/2396] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:29 2026] PUT /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2397] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/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: 1176/2398] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:30.166 7 INFO neutron.api.v2.resource [None req-0c9e6001-42d6-4bd4-8236-e49242b32946 3842be1a8af049f1b89e07d3c9bd1855 5833d454e0f24fc6b3bf3fb2829da4d1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1223/2399] 10.0.0.104 () {32 vars in 743 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2400] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:15:30 2026] DELETE /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2401] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:30.318 8 INFO neutron.api.v2.resource [None req-a993650e-b2fa-4a53-a493-f4754cd1e396 3842be1a8af049f1b89e07d3c9bd1855 5833d454e0f24fc6b3bf3fb2829da4d1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1178/2402] 10.0.0.104 () {32 vars in 746 bytes} [Wed Jun 24 19:15:30 2026] DELETE /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2403] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:15:30 2026] DELETE /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2404] 10.0.0.104 () {32 vars in 731 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2405] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:30 2026] DELETE /v2.0/subnets/c570f411-4bc5-41d1-b5f0-af7c8b97bffe => 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: 1179/2406] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/security-groups?tenant_id=416c2f1b76a64377a88b540c1acb9c59&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:15:30.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b14ec35-1ea2-48a3-a05e-fd0eaf0b604c 3842be1a8af049f1b89e07d3c9bd1855 5833d454e0f24fc6b3bf3fb2829da4d1 - - default default] TaaS: Handle Delete Port: ce323351-7a12-400b-a07a-b9a662a91bf5 2026-06-24 19:15:30.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b14ec35-1ea2-48a3-a05e-fd0eaf0b604c 3842be1a8af049f1b89e07d3c9bd1855 5833d454e0f24fc6b3bf3fb2829da4d1 - - default default] Tap Mirror: Handle Delete Port: ce323351-7a12-400b-a07a-b9a662a91bf5 [pid: 8|app: 0|req: 1180/2407] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:30 2026] DELETE /v2.0/security-groups/6f900eef-8f0d-4d41-8c01-1de5c0a13fe6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:30.889 7 INFO neutron.services.segments.plugin [-] Segment 21f122ad-6166-4796-9d83-2eb6b07ba2e1 resource provider aggregate not found 2026-06-24 19:15:30.892 7 INFO neutron.services.segments.plugin [-] Segment 21f122ad-6166-4796-9d83-2eb6b07ba2e1 resource provider aggregate not found 2026-06-24 19:15:30.913 7 INFO neutron.services.segments.plugin [-] Segment 21f122ad-6166-4796-9d83-2eb6b07ba2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f122ad-6166-4796-9d83-2eb6b07ba2e1 found for delete ", "request_id": "req-7e6315aa-320b-495e-a1c7-aa26c832268f"}]} 2026-06-24 19:15:30.914 7 INFO neutron.services.segments.plugin [-] Segment 21f122ad-6166-4796-9d83-2eb6b07ba2e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f122ad-6166-4796-9d83-2eb6b07ba2e1 found for delete ", "request_id": "req-a0f2034d-0ed3-43c1-bb2b-9b42e53aae03"}]} [pid: 7|app: 0|req: 1228/2408] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:15:30 2026] DELETE /v2.0/networks/161f94d9-fd2c-43f5-b453-43c92a13b35c => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2409] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:30 2026] GET /v2.0/security-groups?tenant_id=7f12b3fe824c49af95f8027c38ab2e27&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2410] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:31 2026] DELETE /v2.0/security-groups/65c3d5e1-ca6f-4adb-916e-2e08d119207d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2411] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:31 2026] GET /v2.0/security-groups?tenant_id=8c6347882a564d0890b9d0d469c64c1b&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2412] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:31 2026] DELETE /v2.0/security-groups/905e2c9d-0fa4-419b-a1f1-43edf8677be2 => 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: 1183/2413] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:31 2026] GET /v2.0/security-groups?tenant_id=5833d454e0f24fc6b3bf3fb2829da4d1&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2414] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:31 2026] DELETE /v2.0/security-groups/33aada41-374b-4345-bd64-93bea24c7bbc => 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: 1184/2415] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:32 2026] GET /v2.0/security-groups?tenant_id=cba99e1cc1a440c98e449af512ac3f91&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: 1232/2416] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:32 2026] DELETE /v2.0/security-groups/12089db6-af47-424c-b64d-6a88d5af0b97 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:15:35.856 8 INFO neutron.db.segments_db [None req-74a9f0ab-299d-4ebf-ae95-0f4b0a46dc80 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Added segment 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed of type vxlan for network 42ddcafc-ae55-4d9e-985f-366466e1b9e2 2026-06-24 19:15:36.107 8 INFO neutron.db.l3_hamode_db [None req-74a9f0ab-299d-4ebf-ae95-0f4b0a46dc80 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:15:36.236 8 INFO neutron.db.l3_hamode_db [None req-74a9f0ab-299d-4ebf-ae95-0f4b0a46dc80 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1185/2417] 10.0.0.104 () {34 vars in 668 bytes} [Wed Jun 24 19:15:35 2026] POST /v2.0/routers => generated 474 bytes in 1279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:36.982 7 INFO neutron.db.l3_hamode_db [None req-b30450ae-f4d1-4436-93ee-3a110660fafd 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:15:37.093 7 INFO neutron.db.l3_hamode_db [None req-b30450ae-f4d1-4436-93ee-3a110660fafd 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1233/2418] 10.0.0.104 () {34 vars in 668 bytes} [Wed Jun 24 19:15:36 2026] POST /v2.0/routers => generated 474 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:37.698 8 INFO neutron.db.l3_hamode_db [None req-f7ba2ff0-1a86-4b5d-be3f-186907aa331a 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:15:37.839 8 INFO neutron.db.l3_hamode_db [None req-f7ba2ff0-1a86-4b5d-be3f-186907aa331a 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1186/2419] 10.0.0.104 () {34 vars in 668 bytes} [Wed Jun 24 19:15:37 2026] POST /v2.0/routers => generated 474 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:38.528 7 INFO neutron.db.l3_hamode_db [None req-0bfc2e5d-9597-46cd-a7fc-e862b957e48f 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:15:38.661 7 INFO neutron.db.l3_hamode_db [None req-0bfc2e5d-9597-46cd-a7fc-e862b957e48f 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1234/2420] 10.0.0.104 () {34 vars in 668 bytes} [Wed Jun 24 19:15:38 2026] POST /v2.0/routers => generated 474 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:15:39.366 8 INFO neutron.db.l3_hamode_db [None req-3c9d6f06-90cd-4fdb-8c99-8c84e4a2797e 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:15:39.494 8 INFO neutron.db.l3_hamode_db [None req-3c9d6f06-90cd-4fdb-8c99-8c84e4a2797e 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1187/2421] 10.0.0.104 () {34 vars in 668 bytes} [Wed Jun 24 19:15:39 2026] POST /v2.0/routers => generated 474 bytes in 873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2422] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:40 2026] PUT /v2.0/routers/b7e28341-ddfc-4edd-9892-9bfaa40cd109/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2423] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:40 2026] PUT /v2.0/routers/ff3e566b-ad2e-4dc7-a798-c10aa7f926e3/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2424] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:40 2026] PUT /v2.0/routers/3dfbc0a3-203d-451f-89e4-1cd289de4289/tags => generated 34 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2425] 10.0.0.104 () {34 vars in 751 bytes} [Wed Jun 24 19:15:40 2026] PUT /v2.0/routers/0c8e9b9e-b84b-44b2-b377-610cefd66664/tags => generated 19 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2426] 10.0.0.104 () {32 vars in 664 bytes} [Wed Jun 24 19:15:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2427] 10.0.0.104 () {32 vars in 678 bytes} [Wed Jun 24 19:15:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2428] 10.0.0.104 () {32 vars in 674 bytes} [Wed Jun 24 19:15:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2429] 10.0.0.104 () {32 vars in 686 bytes} [Wed Jun 24 19:15:41 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2430] 10.0.0.104 () {32 vars in 672 bytes} [Wed Jun 24 19:15:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2431] 10.0.0.104 () {32 vars in 686 bytes} [Wed Jun 24 19:15:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2432] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:41 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2433] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:41 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2434] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:15:41 2026] GET /v2.0/routers/b7e28341-ddfc-4edd-9892-9bfaa40cd109 => generated 485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2435] 10.0.0.104 () {34 vars in 742 bytes} [Wed Jun 24 19:15:42 2026] PUT /v2.0/routers/b7e28341-ddfc-4edd-9892-9bfaa40cd109 => generated 485 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2436] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:15:42 2026] GET /v2.0/ports?device_id=b7e28341-ddfc-4edd-9892-9bfaa40cd109 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:42.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e16038b-a806-4839-b3a8-7ad00ef55d38 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] TaaS: Handle Delete Port: 819085a0-cb18-4507-a192-0d040ec05422 2026-06-24 19:15:42.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e16038b-a806-4839-b3a8-7ad00ef55d38 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Tap Mirror: Handle Delete Port: 819085a0-cb18-4507-a192-0d040ec05422 [pid: 8|app: 0|req: 1195/2437] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:42 2026] DELETE /v2.0/routers/b7e28341-ddfc-4edd-9892-9bfaa40cd109 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2438] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:15:42 2026] GET /v2.0/routers/ff3e566b-ad2e-4dc7-a798-c10aa7f926e3 => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2439] 10.0.0.104 () {34 vars in 742 bytes} [Wed Jun 24 19:15:42 2026] PUT /v2.0/routers/ff3e566b-ad2e-4dc7-a798-c10aa7f926e3 => generated 493 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2440] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:15:43 2026] GET /v2.0/ports?device_id=ff3e566b-ad2e-4dc7-a798-c10aa7f926e3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:43.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-17d52cdb-c8ab-4307-9d65-a716c61cd35d 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] TaaS: Handle Delete Port: 067bc33a-7f34-46ec-b367-303cf8b2e152 2026-06-24 19:15:43.624 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17d52cdb-c8ab-4307-9d65-a716c61cd35d 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Tap Mirror: Handle Delete Port: 067bc33a-7f34-46ec-b367-303cf8b2e152 [pid: 8|app: 0|req: 1197/2441] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:43 2026] DELETE /v2.0/routers/ff3e566b-ad2e-4dc7-a798-c10aa7f926e3 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2442] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:15:43 2026] GET /v2.0/routers/3dfbc0a3-203d-451f-89e4-1cd289de4289 => generated 502 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2443] 10.0.0.104 () {34 vars in 742 bytes} [Wed Jun 24 19:15:43 2026] PUT /v2.0/routers/3dfbc0a3-203d-451f-89e4-1cd289de4289 => generated 502 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2444] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:15:44 2026] GET /v2.0/ports?device_id=3dfbc0a3-203d-451f-89e4-1cd289de4289 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:44.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-adb510f6-33f3-4fdc-b5c4-b7a38af7b5cc 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] TaaS: Handle Delete Port: dda474c9-aef5-4972-8d44-9f83dc3142d6 2026-06-24 19:15:44.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adb510f6-33f3-4fdc-b5c4-b7a38af7b5cc 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Tap Mirror: Handle Delete Port: dda474c9-aef5-4972-8d44-9f83dc3142d6 [pid: 8|app: 0|req: 1199/2445] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:44 2026] DELETE /v2.0/routers/3dfbc0a3-203d-451f-89e4-1cd289de4289 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2446] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:15:44 2026] GET /v2.0/routers/0c8e9b9e-b84b-44b2-b377-610cefd66664 => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2449] 10.0.0.104 () {34 vars in 742 bytes} [Wed Jun 24 19:15:44 2026] PUT /v2.0/routers/0c8e9b9e-b84b-44b2-b377-610cefd66664 => generated 487 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2450] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:15:45 2026] GET /v2.0/ports?device_id=0c8e9b9e-b84b-44b2-b377-610cefd66664 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:45.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-caf063a5-c1af-4d3a-bfc8-36077dfc7ed2 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] TaaS: Handle Delete Port: c951e2c3-7ba6-40e6-af20-a7239f348949 2026-06-24 19:15:45.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caf063a5-c1af-4d3a-bfc8-36077dfc7ed2 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Tap Mirror: Handle Delete Port: c951e2c3-7ba6-40e6-af20-a7239f348949 [pid: 7|app: 0|req: 1250/2451] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:45 2026] DELETE /v2.0/routers/0c8e9b9e-b84b-44b2-b377-610cefd66664 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2452] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:15:45 2026] GET /v2.0/routers/c2ce2505-93e8-4796-a34c-3c70feabd5f1 => generated 480 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2453] 10.0.0.104 () {34 vars in 742 bytes} [Wed Jun 24 19:15:45 2026] PUT /v2.0/routers/c2ce2505-93e8-4796-a34c-3c70feabd5f1 => generated 480 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2454] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:15:46 2026] GET /v2.0/ports?device_id=c2ce2505-93e8-4796-a34c-3c70feabd5f1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:15:46.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa2d15ab-5136-4651-98a8-8fa43a1aabe9 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] TaaS: Handle Delete Port: 7168edba-d8bd-4928-af64-b0bf16f5fa82 2026-06-24 19:15:46.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2d15ab-5136-4651-98a8-8fa43a1aabe9 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] Tap Mirror: Handle Delete Port: 7168edba-d8bd-4928-af64-b0bf16f5fa82 2026-06-24 19:15:46.919 7 INFO neutron.services.segments.plugin [-] Segment 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed resource provider aggregate not found 2026-06-24 19:15:46.926 7 INFO neutron.services.segments.plugin [-] Segment 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed resource provider aggregate not found 2026-06-24 19:15:46.945 7 INFO neutron.services.segments.plugin [-] Segment 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed found for delete ", "request_id": "req-18ba156d-4340-4122-9a6b-0060363d9006"}]} 2026-06-24 19:15:46.945 7 INFO neutron.services.segments.plugin [-] Segment 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c1a5f2-dec9-4e4a-8f31-33b8b89226ed found for delete ", "request_id": "req-9866b58a-f530-4d8f-b0e2-a7b3ff66eb67"}]} 2026-06-24 19:15:46.949 7 INFO neutron.db.l3_hamode_db [None req-aa2d15ab-5136-4651-98a8-8fa43a1aabe9 3528852cfe9e493db0cbe4953b5efe76 3ea4cbea9f3b49198ff770e6592cce25 - - default default] HA network 42ddcafc-ae55-4d9e-985f-366466e1b9e2 was deleted as no HA routers are present in tenant 3ea4cbea9f3b49198ff770e6592cce25. [pid: 7|app: 0|req: 1252/2455] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:15:46 2026] DELETE /v2.0/routers/c2ce2505-93e8-4796-a34c-3c70feabd5f1 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2456] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:47 2026] GET /v2.0/security-groups?tenant_id=cc34bc2e051140c8a82ae877e7f9fab7&name=default => generated 2929 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2457] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:48 2026] DELETE /v2.0/security-groups/7ad75035-23dd-4764-b9c1-e153fd58ba49 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2458] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:48 2026] GET /v2.0/security-groups?tenant_id=9bf6895fa9264a2698d727a022ea6b4c&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2459] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:48 2026] DELETE /v2.0/security-groups/b2bf3bac-64c5-47aa-b0de-9d550b669979 => 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: 1206/2460] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:48 2026] GET /v2.0/security-groups?tenant_id=3ea4cbea9f3b49198ff770e6592cce25&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: 1255/2461] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:48 2026] DELETE /v2.0/security-groups/837b0993-18e2-497c-9909-862d945e5ffa => 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: 1207/2462] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2463] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2464] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2465] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:53 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: 1209/2466] 10.0.0.104 () {34 vars in 676 bytes} [Wed Jun 24 19:15:53 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: 7|app: 0|req: 1258/2467] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:53 2026] PUT /v2.0/subnetpools/d99ea9c5-a654-4978-832c-1d4f31530389/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2468] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:53 2026] PUT /v2.0/subnetpools/75cba6d6-d211-4057-98c4-c049e853d3ea/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2469] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:53 2026] PUT /v2.0/subnetpools/6f128699-99ce-499c-8544-0e5b06c076b3/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2470] 10.0.0.104 () {34 vars in 759 bytes} [Wed Jun 24 19:15:54 2026] PUT /v2.0/subnetpools/7fdf5a02-d7c1-44ad-aecb-5a147d94c52c/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2471] 10.0.0.104 () {32 vars in 672 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2472] 10.0.0.104 () {32 vars in 686 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2473] 10.0.0.104 () {32 vars in 682 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2474] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2475] 10.0.0.104 () {32 vars in 680 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2476] 10.0.0.104 () {32 vars in 694 bytes} [Wed Jun 24 19:15:54 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: 7|app: 0|req: 1263/2477] 10.0.0.104 () {32 vars in 690 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2478] 10.0.0.104 () {32 vars in 702 bytes} [Wed Jun 24 19:15:54 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2479] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:54 2026] DELETE /v2.0/subnetpools/d99ea9c5-a654-4978-832c-1d4f31530389 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2480] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:54 2026] DELETE /v2.0/subnetpools/75cba6d6-d211-4057-98c4-c049e853d3ea => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2481] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:54 2026] DELETE /v2.0/subnetpools/6f128699-99ce-499c-8544-0e5b06c076b3 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2482] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:54 2026] DELETE /v2.0/subnetpools/7fdf5a02-d7c1-44ad-aecb-5a147d94c52c => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2483] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:15:54 2026] DELETE /v2.0/subnetpools/b02d8f80-b763-4db0-a1d3-84ea1b5ae65b => 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: 1218/2484] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:55 2026] GET /v2.0/security-groups?tenant_id=6eb2c2d01ff54b718a494f4e20b5543c&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2485] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:55 2026] DELETE /v2.0/security-groups/15581278-1a62-476d-b147-41e448a7d4f4 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2486] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:55 2026] GET /v2.0/security-groups?tenant_id=6f483e9b08fa4deca13d10e7189c9f88&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: 1268/2487] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:56 2026] DELETE /v2.0/security-groups/409980b7-131d-4396-a1b7-e3aa12a34744 => 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: 1220/2488] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:15:56 2026] GET /v2.0/security-groups?tenant_id=54e25b42b9a34a3c8590b1ee670f9411&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2489] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:15:56 2026] DELETE /v2.0/security-groups/6187e10b-57fc-43fa-bc09-0057b5abac10 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:16:00.243 7 INFO neutron.db.segments_db [None req-aef490d2-d164-46f6-acb1-f25f6f8df74b f56b8c7187dc446aadbaf23b1ca36003 6905f1bb49c244d68189ac49f91fe90d - - default default] Added segment c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 of type vxlan for network 00444c60-5841-4a06-9e5d-33843e7bde1a [pid: 7|app: 0|req: 1271/2492] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:15:59 2026] POST /v2.0/networks => generated 612 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2493] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:16:00 2026] PUT /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2494] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:00 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2495] 10.0.0.104 () {34 vars in 764 bytes} [Wed Jun 24 19:16:00 2026] PUT /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2496] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:00 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2497] 10.0.0.104 () {34 vars in 760 bytes} [Wed Jun 24 19:16:00 2026] PUT /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2498] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:00 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2499] 10.0.0.104 () {34 vars in 782 bytes} [Wed Jun 24 19:16:00 2026] PUT /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2500] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:00 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2501] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:16:00 2026] PUT /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2502] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:00 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2503] 10.0.0.104 () {32 vars in 741 bytes} [Wed Jun 24 19:16:01 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:16:01.111 7 INFO neutron.api.v2.resource [None req-3e715e3e-2f5a-4006-b806-6d81b6f61c5b f56b8c7187dc446aadbaf23b1ca36003 6905f1bb49c244d68189ac49f91fe90d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1277/2504] 10.0.0.104 () {32 vars in 745 bytes} [Wed Jun 24 19:16:01 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2505] 10.0.0.104 () {32 vars in 744 bytes} [Wed Jun 24 19:16:01 2026] DELETE /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2506] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:01 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:16:01.276 8 INFO neutron.api.v2.resource [None req-480580a0-0730-4aee-b3c5-f44fbfeb6dc5 f56b8c7187dc446aadbaf23b1ca36003 6905f1bb49c244d68189ac49f91fe90d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1229/2507] 10.0.0.104 () {32 vars in 748 bytes} [Wed Jun 24 19:16:01 2026] DELETE /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2508] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:16:01 2026] DELETE /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2509] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:01 2026] GET /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:16:01.485 7 INFO neutron.services.segments.plugin [-] Segment c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 resource provider aggregate not found 2026-06-24 19:16:01.493 7 INFO neutron.services.segments.plugin [-] Segment c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 resource provider aggregate not found 2026-06-24 19:16:01.506 7 INFO neutron.services.segments.plugin [-] Segment c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 found for delete ", "request_id": "req-9d07261c-ccc1-490d-acd7-59adab435483"}]} 2026-06-24 19:16:01.514 7 INFO neutron.services.segments.plugin [-] Segment c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a7b2b2-eeb3-4d1d-84e2-e4ffff754355 found for delete ", "request_id": "req-82245804-abb2-4eee-9e77-8193dac76a7f"}]} [pid: 7|app: 0|req: 1280/2510] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:16:01 2026] DELETE /v2.0/networks/00444c60-5841-4a06-9e5d-33843e7bde1a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2511] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:16:02 2026] GET /v2.0/security-groups?tenant_id=7c742faa7dfc4bb3bfd32bb892e8a4e4&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2512] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:16:02 2026] DELETE /v2.0/security-groups/c0f6240c-b5e2-4291-a3b9-784e2b4fc7bb => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2513] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:16:02 2026] GET /v2.0/security-groups?tenant_id=6905f1bb49c244d68189ac49f91fe90d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2514] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:16:02 2026] DELETE /v2.0/security-groups/fa15bc5b-6787-4b56-8e88-61428dfef1f1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:16:06.311 8 INFO neutron.db.segments_db [None req-b4a50087-87cc-4666-aab6-b2c4a4527dde cb27d93a27ed4c3c96609b5adec6b9cc 87ac39ccaded4df1b9d3968f7bef0935 - - default default] Added segment 80763634-6048-4ab4-bea7-30796176cb80 of type vxlan for network f6958275-699b-43d8-a55d-f4e2499a913b [pid: 8|app: 0|req: 1233/2515] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:16:05 2026] POST /v2.0/networks => generated 612 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2516] 10.0.0.104 () {34 vars in 664 bytes} [Wed Jun 24 19:16:06 2026] POST /v2.0/ports => generated 743 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2517] 10.0.0.104 () {34 vars in 747 bytes} [Wed Jun 24 19:16:06 2026] PUT /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 25 bytes in 85 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: 1284/2518] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:06 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1235/2519] 10.0.0.104 () {34 vars in 758 bytes} [Wed Jun 24 19:16:06 2026] PUT /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1285/2520] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:06 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1236/2521] 10.0.0.104 () {34 vars in 754 bytes} [Wed Jun 24 19:16:07 2026] PUT /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/red => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1286/2522] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1237/2523] 10.0.0.104 () {34 vars in 776 bytes} [Wed Jun 24 19:16:07 2026] PUT /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1287/2524] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1238/2525] 10.0.0.104 () {34 vars in 747 bytes} [Wed Jun 24 19:16:07 2026] PUT /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 37 bytes in 78 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: 1288/2526] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1239/2527] 10.0.0.104 () {32 vars in 735 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/red => generated 0 bytes in 58 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-24 19:16:07.607 7 INFO neutron.api.v2.resource [None req-5e6e86d7-7395-4ee1-9cce-eebf44cc5bc9 cb27d93a27ed4c3c96609b5adec6b9cc 87ac39ccaded4df1b9d3968f7bef0935 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1289/2528] 10.0.0.104 () {32 vars in 739 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1240/2529] 10.0.0.104 () {32 vars in 738 bytes} [Wed Jun 24 19:16:07 2026] DELETE /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1290/2530] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 19:16:07.798 8 INFO neutron.api.v2.resource [None req-800192cc-f96a-404c-abf4-066de8b958a5 cb27d93a27ed4c3c96609b5adec6b9cc 87ac39ccaded4df1b9d3968f7bef0935 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1241/2531] 10.0.0.104 () {32 vars in 742 bytes} [Wed Jun 24 19:16:07 2026] DELETE /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1291/2532] 10.0.0.104 () {32 vars in 730 bytes} [Wed Jun 24 19:16:07 2026] DELETE /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1242/2533] 10.0.0.104 () {32 vars in 727 bytes} [Wed Jun 24 19:16:07 2026] GET /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 19:16:08.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-344f3182-60f7-452d-b188-538e71dcc90f cb27d93a27ed4c3c96609b5adec6b9cc 87ac39ccaded4df1b9d3968f7bef0935 - - default default] TaaS: Handle Delete Port: 0164bf25-2127-4bf1-b672-139f08b14d3f 2026-06-24 19:16:08.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344f3182-60f7-452d-b188-538e71dcc90f cb27d93a27ed4c3c96609b5adec6b9cc 87ac39ccaded4df1b9d3968f7bef0935 - - default default] Tap Mirror: Handle Delete Port: 0164bf25-2127-4bf1-b672-139f08b14d3f [pid: 7|app: 0|req: 1292/2534] 10.0.0.104 () {32 vars in 720 bytes} [Wed Jun 24 19:16:07 2026] DELETE /v2.0/ports/0164bf25-2127-4bf1-b672-139f08b14d3f => generated 0 bytes in 180 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-24 19:16:08.233 8 INFO neutron.services.segments.plugin [-] Segment 80763634-6048-4ab4-bea7-30796176cb80 resource provider aggregate not found 2026-06-24 19:16:08.236 8 INFO neutron.services.segments.plugin [-] Segment 80763634-6048-4ab4-bea7-30796176cb80 resource provider aggregate not found 2026-06-24 19:16:08.252 8 INFO neutron.services.segments.plugin [-] Segment 80763634-6048-4ab4-bea7-30796176cb80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80763634-6048-4ab4-bea7-30796176cb80 found for delete ", "request_id": "req-47197fe6-6c4c-4da7-913a-a644cca59b89"}]} 2026-06-24 19:16:08.256 8 INFO neutron.services.segments.plugin [-] Segment 80763634-6048-4ab4-bea7-30796176cb80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80763634-6048-4ab4-bea7-30796176cb80 found for delete ", "request_id": "req-15007afd-fdf0-4170-b73c-db3b45cc6292"}]} [pid: 8|app: 0|req: 1243/2535] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:16:08 2026] DELETE /v2.0/networks/f6958275-699b-43d8-a55d-f4e2499a913b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2536] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:16:08 2026] GET /v2.0/security-groups?tenant_id=87ac39ccaded4df1b9d3968f7bef0935&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: 1244/2537] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:16:09 2026] DELETE /v2.0/security-groups/ec57c7f5-4374-498b-aa27-cdd6f2fb9394 => 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: 1294/2538] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:16:09 2026] GET /v2.0/security-groups?tenant_id=bfa1c2226fcc45e79b62280709e126eb&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2539] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:16:09 2026] DELETE /v2.0/security-groups/ffe89a0f-21a2-4d4e-af38-66526d3357f0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2540] 10.0.0.104 () {34 vars in 678 bytes} [Wed Jun 24 19:16:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2541] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:16:12 2026] PUT /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2542] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:12 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2543] 10.0.0.104 () {34 vars in 764 bytes} [Wed Jun 24 19:16:12 2026] PUT /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2544] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:12 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2545] 10.0.0.104 () {34 vars in 760 bytes} [Wed Jun 24 19:16:12 2026] PUT /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2546] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2547] 10.0.0.104 () {34 vars in 782 bytes} [Wed Jun 24 19:16:13 2026] PUT /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2548] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2549] 10.0.0.104 () {34 vars in 753 bytes} [Wed Jun 24 19:16:13 2026] PUT /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2550] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2551] 10.0.0.104 () {32 vars in 741 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:16:13.307 7 INFO neutron.api.v2.resource [None req-246c58d8-6621-4363-b414-dda7f5e7b844 c3a6eaa1422f4b5184e5ad2dad0fec4e 7623e086e5774be58eed81630bb702b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1301/2552] 10.0.0.104 () {32 vars in 745 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2553] 10.0.0.104 () {32 vars in 744 bytes} [Wed Jun 24 19:16:13 2026] DELETE /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2554] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:16:13.460 8 INFO neutron.api.v2.resource [None req-5d09df9c-6056-4751-a764-5533ef7d8abd c3a6eaa1422f4b5184e5ad2dad0fec4e 7623e086e5774be58eed81630bb702b9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1253/2555] 10.0.0.104 () {32 vars in 748 bytes} [Wed Jun 24 19:16:13 2026] DELETE /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/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: 1303/2556] 10.0.0.104 () {32 vars in 736 bytes} [Wed Jun 24 19:16:13 2026] DELETE /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2557] 10.0.0.104 () {32 vars in 733 bytes} [Wed Jun 24 19:16:13 2026] GET /v2.0/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2558] 10.0.0.104 () {32 vars in 734 bytes} [Wed Jun 24 19:16:13 2026] DELETE /v2.0/qos/policies/d1885c4b-8b72-446d-a40d-dc8d6db69072 => 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: 1255/2561] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:16:14 2026] GET /v2.0/security-groups?tenant_id=7623e086e5774be58eed81630bb702b9&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2562] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:16:14 2026] DELETE /v2.0/security-groups/68af97f2-7c2f-4915-817f-6aa734aff3e1 => 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: 1256/2563] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:16:15 2026] GET /v2.0/security-groups?tenant_id=1229c0f83cf14d2fb50345d9c6ff5f6a&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2564] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:16:15 2026] DELETE /v2.0/security-groups/52200423-7f97-4d82-8c9a-9b17812404b7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:16:24.286 8 INFO neutron.db.segments_db [None req-532e0a96-5088-4c6d-83f8-58fbe56c7ec4 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Added segment e9124448-67a3-4a8a-87b4-70b9cd1a0e79 of type vxlan for network cc074337-18a6-4d9d-a9f1-08d4b90d298e [pid: 8|app: 0|req: 1257/2565] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:16:23 2026] POST /v2.0/networks => generated 620 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2566] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:24 2026] POST /v2.0/subnets => generated 656 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2567] 10.0.0.104 () {32 vars in 722 bytes} [Wed Jun 24 19:16:24 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2568] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:24 2026] POST /v2.0/subnets => generated 732 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:16:24.970 8 INFO neutron.db.segments_db [None req-507eeb2d-e717-43c6-9769-6e103de318f3 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Added segment 1f52436a-74f6-4fa0-9def-649c4fc438b5 of type vxlan for network 9b0f6727-5240-4dcb-9335-84561852d540 [pid: 8|app: 0|req: 1259/2569] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:16:24 2026] POST /v2.0/networks => generated 618 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2570] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:25 2026] POST /v2.0/subnets => generated 655 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2571] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:25 2026] POST /v2.0/subnets => generated 725 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:16:25.669 7 INFO neutron.db.segments_db [None req-cef10f3e-fa31-4c5d-81c2-79887bedda87 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Added segment c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b of type vxlan for network ff44e739-c367-4689-b949-74693969dafa [pid: 7|app: 0|req: 1312/2572] 10.0.0.104 () {34 vars in 670 bytes} [Wed Jun 24 19:16:25 2026] POST /v2.0/networks => generated 618 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2573] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:25 2026] POST /v2.0/subnets => generated 655 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2574] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:26 2026] POST /v2.0/subnets => generated 728 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:16:26.333 8 INFO neutron.db.segments_db [None req-80d8d518-3e64-4f88-83df-2c446087acea 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Added segment 75d97e28-40ea-4818-aa95-81d9bd2251c9 of type vxlan for network e6d16ff4-efed-416a-bdc6-47825ba0c313 2026-06-24 19:16:26.574 8 INFO neutron.db.l3_hamode_db [None req-80d8d518-3e64-4f88-83df-2c446087acea 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-24 19:16:27.275 8 INFO neutron.db.l3_hamode_db [None req-80d8d518-3e64-4f88-83df-2c446087acea 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1262/2575] 10.0.0.104 () {34 vars in 669 bytes} [Wed Jun 24 19:16:26 2026] POST /v2.0/routers => generated 685 bytes in 1959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2576] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:16:28 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2579] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:16:29 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2580] 10.0.0.104 () {34 vars in 783 bytes} [Wed Jun 24 19:16:30 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/add_router_interface => generated 309 bytes in 1542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2581] 10.0.0.104 () {34 vars in 684 bytes} [Wed Jun 24 19:16:32 2026] POST /v2.0/security-groups => generated 1629 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2582] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2583] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2584] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2585] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2586] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2587] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2588] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2589] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2590] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2591] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:33 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: 1323/2592] 10.0.0.104 () {34 vars in 695 bytes} [Wed Jun 24 19:16:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2593] 10.0.0.21 () {34 vars in 1093 bytes} [Wed Jun 24 19:16:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-286975008&fields=id&tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2594] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:16:34 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2595] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:16:34 2026] GET /v2.0/quotas/9bbfccc8c6a34352b733cc3ee1bd0e64 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2596] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:16:34 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&fields=id => generated 241 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2597] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:16:35 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2598] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:16:35 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1273/2599] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:16:35 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2600] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:16:39 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 704 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2601] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:16:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64 => generated 178 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2602] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:16:39 2026] POST /v2.0/ports => generated 1183 bytes in 476 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: 1329/2603] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:16:40 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1198 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2604] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:16:40 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&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: 1275/2605] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:16:40 2026] PUT /v2.0/ports/50e02a80-9734-4271-895b-aca6816655bb => generated 1464 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:16:40.792 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4166c66f-2204-428f-91c4-777eb93de37d'] response: {'name': 'network-changed', 'server_uuid': '83483fd1-2394-4448-81b2-fae63c858157', 'tag': '50e02a80-9734-4271-895b-aca6816655bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1331/2606] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:16:41 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1467 bytes in 41 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: 1276/2607] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:16:41 2026] GET /v2.0/networks?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&shared=False => generated 2374 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2608] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:16:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2609] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2610] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.157&port_id=50e02a80-9734-4271-895b-aca6816655bb => 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: 1278/2611] 199.19.213.203 () {34 vars in 1104 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A271&port_id=50e02a80-9734-4271-895b-aca6816655bb => 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: 1334/2612] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c&id=3211b0ca-0051-466d-ac11-fe237c177e89 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2613] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2614] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2615] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1336/2616] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:16:42 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1338/2619] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:16:45 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1198 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2620] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:16:45 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2621] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:16:50 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1200 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2622] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:16:50 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&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: 1340/2623] 10.0.0.104 () {32 vars in 818 bytes} [Wed Jun 24 19:16:50 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&mac_address=fa%3A16%3A3e%3A66%3A1d%3A5a => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:16:51.755 8 INFO neutron.db.l3_db [None req-0c6d6f23-9593-44a1-b8cb-95ecf9a2f432 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Floating IP 35f75469-aed2-4f9c-96d4-5cbb474efb8c associated. External IP: 10.96.250.213, port: 50e02a80-9734-4271-895b-aca6816655bb. [pid: 8|app: 0|req: 1284/2624] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:16:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:16:52.158 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49486f52-a91c-456d-8c87-55ec69fa284f'] response: {'name': 'network-changed', 'server_uuid': '83483fd1-2394-4448-81b2-fae63c858157', 'tag': '50e02a80-9734-4271-895b-aca6816655bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1341/2625] 10.0.0.21 () {34 vars in 1093 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-286975008&fields=id&tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2626] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2627] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/quotas/9bbfccc8c6a34352b733cc3ee1bd0e64 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2628] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&fields=id => generated 333 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2629] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2630] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1344/2631] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1469 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2632] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => 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: 1288/2633] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2634] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.157&port_id=50e02a80-9734-4271-895b-aca6816655bb => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2635] 199.19.213.203 () {34 vars in 1104 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A271&port_id=50e02a80-9734-4271-895b-aca6816655bb => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2636] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c&id=3211b0ca-0051-466d-ac11-fe237c177e89 => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2637] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&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: 1348/2638] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:16:52 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&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: 1291/2639] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:16:53 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1349/2640] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:16:53 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2641] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:16:56 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1469 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2642] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:16:56 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&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: 8|app: 0|req: 1293/2643] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:16:57 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2644] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:16:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64 => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2645] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:16:57 2026] POST /v2.0/ports => generated 1183 bytes in 418 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: 1295/2646] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:16:57 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1198 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2647] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:16:57 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&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: 7|app: 0|req: 1352/2648] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:16:57 2026] PUT /v2.0/ports/d1f662ff-a725-4005-9231-c4323cf6a5c5 => generated 1464 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:16:58.144 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d832002d-5b5c-4f2b-a2fa-fdb55e0a1701'] response: {'name': 'network-changed', 'server_uuid': '2af455a3-4458-4a16-9ccd-5e88196ff01e', 'tag': 'd1f662ff-a725-4005-9231-c4323cf6a5c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1297/2649] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:16:58 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1353/2650] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:16:58 2026] GET /v2.0/networks?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&shared=False => generated 2374 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2651] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:16:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2654] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:16:59 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2655] 199.19.213.203 () {34 vars in 1056 bytes} [Wed Jun 24 19:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.22&port_id=d1f662ff-a725-4005-9231-c4323cf6a5c5 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2656] 199.19.213.203 () {34 vars in 1106 bytes} [Wed Jun 24 19:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ae&port_id=d1f662ff-a725-4005-9231-c4323cf6a5c5 => 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: 1301/2657] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:16:59 2026] GET /v2.0/subnets?id=73e87f2a-308a-48f1-98af-055798cb3d97&id=10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 1412 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2658] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:16:59 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1302/2659] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:17:00 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1358/2660] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:17:00 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1303/2661] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:17:00 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1359/2662] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:03 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1198 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2663] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:03 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2664] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:08 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2665] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:08 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2666] 10.0.0.104 () {32 vars in 818 bytes} [Wed Jun 24 19:17:08 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&mac_address=fa%3A16%3A3e%3Aef%3Abd%3A6a => generated 1200 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:17:09.636 8 INFO neutron.db.l3_db [None req-1e3201a9-feee-40d2-954e-262f454c03fc 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Floating IP 8914a39d-9966-4855-b1a1-97354b5c1d6c associated. External IP: 10.96.250.214, port: d1f662ff-a725-4005-9231-c4323cf6a5c5. [pid: 8|app: 0|req: 1306/2667] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:17:08 2026] POST /v2.0/floatingips => generated 854 bytes in 1547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-24 19:17:10.006 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dac645fe-1a75-40f3-88d6-d573adcd222b'] response: {'name': 'network-changed', 'server_uuid': '2af455a3-4458-4a16-9ccd-5e88196ff01e', 'tag': 'd1f662ff-a725-4005-9231-c4323cf6a5c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1362/2668] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2669] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2670] 199.19.213.203 () {34 vars in 1056 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.22&port_id=d1f662ff-a725-4005-9231-c4323cf6a5c5 => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2671] 199.19.213.203 () {34 vars in 1106 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ae&port_id=d1f662ff-a725-4005-9231-c4323cf6a5c5 => 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: 1364/2672] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/subnets?id=73e87f2a-308a-48f1-98af-055798cb3d97&id=10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 1412 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2673] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2674] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2675] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1366/2676] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:17:10 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2677] 10.0.0.48 () {34 vars in 989 bytes} [Wed Jun 24 19:17:14 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2678] 10.0.0.48 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:14 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&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: 7|app: 0|req: 1369/2681] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:17:25 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1313/2682] 10.0.0.101 () {30 vars in 690 bytes} [Wed Jun 24 19:17:26 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: 1370/2683] 10.0.0.101 () {30 vars in 692 bytes} [Wed Jun 24 19:17:26 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: 1314/2684] 10.0.0.101 () {30 vars in 668 bytes} [Wed Jun 24 19:17:26 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: 1371/2685] 10.0.0.101 () {30 vars in 704 bytes} [Wed Jun 24 19:17:26 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: 1315/2686] 10.0.0.101 () {28 vars in 439 bytes} [Wed Jun 24 19:17:27 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: 1372/2687] 10.0.0.101 () {30 vars in 728 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2688] 10.0.0.101 () {30 vars in 690 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2689] 10.0.0.101 () {30 vars in 692 bytes} [Wed Jun 24 19:17:27 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: 1317/2690] 10.0.0.101 () {30 vars in 668 bytes} [Wed Jun 24 19:17:27 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: 1374/2691] 10.0.0.101 () {30 vars in 704 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2692] 10.0.0.101 () {30 vars in 728 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1375/2693] 10.0.0.101 () {30 vars in 690 bytes} [Wed Jun 24 19:17:27 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: 1319/2694] 10.0.0.101 () {30 vars in 692 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2695] 10.0.0.101 () {30 vars in 668 bytes} [Wed Jun 24 19:17:27 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: 1320/2696] 10.0.0.101 () {30 vars in 704 bytes} [Wed Jun 24 19:17:27 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: 1377/2697] 10.0.0.101 () {30 vars in 730 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2698] 10.0.0.101 () {30 vars in 682 bytes} [Wed Jun 24 19:17:27 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2699] 10.0.0.101 () {34 vars in 704 bytes} [Wed Jun 24 19:17:27 2026] POST /v2.0/ports => generated 1132 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2702] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 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: 1380/2703] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2704] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2705] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2706] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2707] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2708] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2709] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:17:30 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: 1327/2710] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:17:30 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-24 19:17:30.974 7 INFO neutron.api.v2.resource [None req-0f4d9cc7-f449-452e-baa5-c84ea1dc20b3 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2711] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/security-groups/lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2712] 199.19.213.203 () {30 vars in 785 bytes} [Wed Jun 24 19:17:30 2026] GET /v2.0/security-groups?name=lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2713] 199.19.213.203 () {34 vars in 736 bytes} [Wed Jun 24 19:17:31 2026] POST /v2.0/security-groups => generated 1638 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2714] 199.19.213.203 () {30 vars in 815 bytes} [Wed Jun 24 19:17:31 2026] GET /v2.0/security-group-rules?security_group_id=4b994b1d-3bb4-47da-a165-c0d8698bbe53 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2715] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:17:31 2026] PUT /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2716] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:17:31 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1387/2717] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:17:31 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: 1331/2718] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:17:31 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: 7|app: 0|req: 1388/2719] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:17:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2720] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:17:31 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2721] 10.0.0.21 () {34 vars in 1015 bytes} [Wed Jun 24 19:17:38 2026] GET /v2.0/security-groups?id=de2741be-c709-4342-9735-090158c04623&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2722] 10.0.0.21 () {34 vars in 981 bytes} [Wed Jun 24 19:17:38 2026] GET /v2.0/networks?id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2723] 10.0.0.21 () {34 vars in 964 bytes} [Wed Jun 24 19:17:38 2026] GET /v2.0/quotas/f9deb7a7e583453cb63885ac2538367a => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2724] 10.0.0.21 () {34 vars in 1001 bytes} [Wed Jun 24 19:17:39 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&fields=id => generated 149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2725] 10.0.0.21 () {34 vars in 1007 bytes} [Wed Jun 24 19:17:39 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2726] 10.0.0.21 () {34 vars in 1107 bytes} [Wed Jun 24 19:17:39 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1392/2727] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:39 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1336/2728] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:39 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1393/2729] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:42 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1337/2730] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:42 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1394/2731] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:17:43 2026] GET /v2.0/networks?id=bef781a4-88bb-447a-b291-1154506d6b7f => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2732] 199.19.213.203 () {34 vars in 1050 bytes} [Wed Jun 24 19:17:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f9deb7a7e583453cb63885ac2538367a => 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: 1395/2733] 199.19.213.203 () {38 vars in 955 bytes} [Wed Jun 24 19:17:43 2026] POST /v2.0/ports => generated 1078 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2734] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:17:44 2026] PUT /v2.0/ports/899d9ad3-c652-4a22-8918-29c6b3c927af => generated 1239 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:17:44.579 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83c10c3d-4a68-4009-ab28-08c1d643387c'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '899d9ad3-c652-4a22-8918-29c6b3c927af', '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: 1397/2737] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:17:45 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1242 bytes in 41 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: 1341/2738] 199.19.213.203 () {34 vars in 1018 bytes} [Wed Jun 24 19:17:45 2026] GET /v2.0/networks?tenant_id=f9deb7a7e583453cb63885ac2538367a&shared=False => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2739] 199.19.213.203 () {34 vars in 930 bytes} [Wed Jun 24 19:17:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2740] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:45 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1399/2741] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:45 2026] GET /v2.0/security-groups?id=de2741be-c709-4342-9735-090158c04623&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: 1343/2742] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:45 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2743] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:17:46 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2744] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:17:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => 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: 1401/2745] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:17:46 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2746] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:17:46 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2747] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:17:46 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1346/2748] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:17:46 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1403/2749] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:48 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2750] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:48 2026] GET /v2.0/security-groups?id=de2741be-c709-4342-9735-090158c04623&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2751] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:48 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2752] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:17:50 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2753] 199.19.213.203 () {34 vars in 1044 bytes} [Wed Jun 24 19:17:50 2026] GET /v2.0/security-groups?id=de2741be-c709-4342-9735-090158c04623&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2754] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:51 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2755] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:51 2026] GET /v2.0/security-groups?id=de2741be-c709-4342-9735-090158c04623&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2756] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:51 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2757] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:54 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2758] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:17:54 2026] GET /v2.0/security-groups?id=de2741be-c709-4342-9735-090158c04623&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2759] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:17:54 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2766] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:18:29 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: 1412/2767] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:18:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2768] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:18:30 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: 1413/2769] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:18:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2770] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:18:30 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2771] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:18:30 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2772] 199.19.213.203 () {34 vars in 717 bytes} [Wed Jun 24 19:18:30 2026] POST /v2.0/ports => generated 1059 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2773] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:18:30 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1059 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2774] 10.0.0.21 () {34 vars in 906 bytes} [Wed Jun 24 19:18:30 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: 1416/2775] 199.19.213.203 () {34 vars in 1262 bytes} [Wed Jun 24 19:18:31 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2776] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:18:31 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1417/2777] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:18:31 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1361/2778] 199.19.213.203 () {34 vars in 975 bytes} [Wed Jun 24 19:18:32 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1059 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2779] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:18:32 2026] GET /v2.0/networks?id=cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2780] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:18:32 2026] PUT /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1249 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:18:32.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b420c1a7-2e36-44b9-a65c-56a83032e70a'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '14c67fca-5c9d-4646-be9e-3e67c2e9e1cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1419/2781] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2485 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2782] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/networks?id=cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 802 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2783] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => 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: 1364/2784] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2785] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&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: 1365/2786] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2787] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:18:33 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2788] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:18:34 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2789] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:18:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => 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: 1367/2790] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:18:34 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2791] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:18:34 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&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: 1368/2792] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:18:34 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2793] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:18:34 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1369/2794] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:18:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => 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: 1426/2795] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:18:35 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2796] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:18:35 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&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: 1427/2797] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:18:35 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1371/2798] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:18:35 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1428/2799] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:18:39 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2800] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:18:39 2026] PUT /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1276 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:18:39.503 7 INFO neutron.api.v2.resource [None req-7092db9a-ef27-4f31-a550-5d5d00de1b35 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1429/2801] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 19:18:39 2026] GET /v2.0/security-groups/lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:18:39.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24afcbe5-179b-47a2-b64e-fd800d6c7971'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '14c67fca-5c9d-4646-be9e-3e67c2e9e1cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1373/2802] 199.19.213.203 () {30 vars in 785 bytes} [Wed Jun 24 19:18:39 2026] GET /v2.0/security-groups?name=lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2803] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:18:39 2026] PUT /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1314 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:18:39.890 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f0a94f5-64ec-47f5-a075-8e912ae0c147'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '14c67fca-5c9d-4646-be9e-3e67c2e9e1cb', '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: 1431/2804] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:18: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: 1374/2805] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1432/2806] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2807] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:18:40 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: 1434/2808] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:18:40 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: 1375/2809] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/networks?id=cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2810] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1376/2811] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => 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: 1436/2812] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2813] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2814] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2815] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&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: 1438/2816] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2817] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1439/2818] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2819] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1440/2820] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => 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: 1381/2821] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:18:40 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2822] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2823] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/networks?id=cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2824] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => 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: 1383/2825] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2826] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2827] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2828] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:18:41 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:18:49.265 8 INFO neutron.db.l3_db [None req-a16866e7-3a31-42e7-a865-73fbd9a7647f 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Floating IP 22d063fb-ad18-470f-917f-0387dd5146fa associated. External IP: 10.96.250.211, port: 4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7. [pid: 8|app: 0|req: 1386/2831] 10.0.0.104 () {34 vars in 677 bytes} [Wed Jun 24 19:18:48 2026] POST /v2.0/floatingips => generated 899 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2832] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:18:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2833] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:18:54 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: 1447/2834] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:18:54 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: 1388/2835] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:18:54 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-24 19:18:54.436 7 INFO neutron.api.v2.resource [None req-93a38ea9-76d4-48fe-ad14-73e48e7e064e 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/2836] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 19:18:54 2026] GET /v2.0/security-groups/lb-c08231af-90ad-48a2-9be4-8d97031c2267 => 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: 1389/2837] 199.19.213.203 () {30 vars in 785 bytes} [Wed Jun 24 19:18:54 2026] GET /v2.0/security-groups?name=lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2838] 199.19.213.203 () {30 vars in 815 bytes} [Wed Jun 24 19:18:54 2026] GET /v2.0/security-group-rules?security_group_id=4b994b1d-3bb4-47da-a165-c0d8698bbe53 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2839] 199.19.213.203 () {34 vars in 747 bytes} [Wed Jun 24 19:18:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2840] 199.19.213.203 () {34 vars in 747 bytes} [Wed Jun 24 19:18:54 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: 8|app: 0|req: 1392/2843] 10.0.0.101 () {30 vars in 690 bytes} [Wed Jun 24 19:19:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2844] 10.0.0.101 () {30 vars in 692 bytes} [Wed Jun 24 19:19:06 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: 1393/2845] 10.0.0.101 () {30 vars in 668 bytes} [Wed Jun 24 19:19: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: 1453/2846] 10.0.0.101 () {30 vars in 704 bytes} [Wed Jun 24 19:19: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: 1394/2847] 10.0.0.101 () {28 vars in 439 bytes} [Wed Jun 24 19:19:07 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: 1454/2848] 10.0.0.101 () {30 vars in 728 bytes} [Wed Jun 24 19:19:07 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2849] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:08 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: 1455/2850] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2851] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2852] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2853] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2854] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2855] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:08 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: 1458/2856] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2857] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2858] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2859] 199.19.213.203 () {34 vars in 717 bytes} [Wed Jun 24 19:19:08 2026] POST /v2.0/ports => generated 1324 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2860] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:19:09 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1324 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: 1401/2861] 199.19.213.203 () {34 vars in 1262 bytes} [Wed Jun 24 19:19:11 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2862] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:11 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1402/2863] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:11 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1462/2864] 199.19.213.203 () {34 vars in 975 bytes} [Wed Jun 24 19:19:11 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2865] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:11 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2866] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:19:11 2026] PUT /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1514 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:19:12.276 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7f0b269-0f2d-4860-8c7d-c57c35ad2e33'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '79c5f54d-710e-448e-94ac-a81e477afb6c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1404/2867] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:12 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4092 bytes in 65 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: 1464/2868] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:12 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => 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: 1405/2869] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2870] 199.19.213.203 () {34 vars in 1102 bytes} [Wed Jun 24 19:19:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2871] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:19:12 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c&id=3211b0ca-0051-466d-ac11-fe237c177e89 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2872] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:13 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2873] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:13 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2874] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:13 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1408/2875] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:13 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1468/2876] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4092 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2877] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => 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/2878] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => 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: 1410/2879] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2880] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1411/2881] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1471/2882] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => 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: 1412/2883] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2884] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&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: 1413/2885] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1473/2886] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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/2888] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2890] 199.19.213.203 () {34 vars in 1102 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => 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: 1476/2891] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c&id=3211b0ca-0051-466d-ac11-fe237c177e89 => generated 1409 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2892] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2893] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2894] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:14 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2895] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:15 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1418/2896] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2897] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2898] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2899] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/subnets/3211b0ca-0051-466d-ac11-fe237c177e89 => generated 743 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2900] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:19 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: 1481/2901] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2902] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:19 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: 7|app: 0|req: 1482/2903] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:19 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: 1422/2904] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1483/2905] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => 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: 1423/2906] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2907] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1424/2908] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2909] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => 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: 1425/2910] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:19 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1486/2911] 10.0.0.101 () {30 vars in 690 bytes} [Wed Jun 24 19:19:27 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: 1426/2912] 10.0.0.101 () {30 vars in 692 bytes} [Wed Jun 24 19:19:27 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: 1487/2913] 10.0.0.101 () {30 vars in 668 bytes} [Wed Jun 24 19:19:27 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: 1427/2914] 10.0.0.101 () {30 vars in 704 bytes} [Wed Jun 24 19:19:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2915] 10.0.0.101 () {28 vars in 439 bytes} [Wed Jun 24 19:19:28 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2916] 10.0.0.101 () {30 vars in 728 bytes} [Wed Jun 24 19:19:28 2026] GET /v2.0/subnets/10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2917] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:29 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: 1429/2918] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:29 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: 1490/2919] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:29 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: 1430/2920] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2921] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2922] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/subnets/10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2923] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2924] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:29 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: 1493/2925] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:29 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: 1433/2926] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2927] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2930] 199.19.213.203 () {34 vars in 717 bytes} [Wed Jun 24 19:19:29 2026] POST /v2.0/ports => generated 1328 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2931] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1435/2932] 10.0.0.21 () {34 vars in 906 bytes} [Wed Jun 24 19:19:29 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2933] 199.19.213.203 () {34 vars in 1262 bytes} [Wed Jun 24 19:19:30 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2934] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:30 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1499/2935] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:31 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1437/2936] 199.19.213.203 () {34 vars in 975 bytes} [Wed Jun 24 19:19:31 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2937] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:31 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => 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: 1438/2938] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:19:31 2026] PUT /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1518 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:19:32.220 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b07a36be-c6a7-4ab6-8800-15ae3d1ac781'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '0fef2d15-3b27-4600-a4da-82420ff56c18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1501/2939] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:32 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 5604 bytes in 59 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: 1439/2940] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:32 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2941] 199.19.213.203 () {34 vars in 1056 bytes} [Wed Jun 24 19:19:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2942] 199.19.213.203 () {34 vars in 1106 bytes} [Wed Jun 24 19:19:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=0fef2d15-3b27-4600-a4da-82420ff56c18 => 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: 1503/2943] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:19:32 2026] GET /v2.0/subnets?id=73e87f2a-308a-48f1-98af-055798cb3d97&id=10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 1412 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2944] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:32 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1504/2945] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:33 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1442/2946] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:33 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1505/2947] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:33 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2948] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 5604 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2949] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => 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: 1444/2950] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => 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: 1507/2951] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2952] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1508/2953] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1446/2954] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2955] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2956] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&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: 1510/2957] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1448/2958] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2959] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => 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: 1449/2960] 199.19.213.203 () {34 vars in 1102 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3d&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2961] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c&id=3211b0ca-0051-466d-ac11-fe237c177e89 => generated 1409 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2962] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2963] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2964] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1514/2965] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2966] 199.19.213.203 () {34 vars in 1056 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=0fef2d15-3b27-4600-a4da-82420ff56c18 => 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: 1515/2967] 199.19.213.203 () {34 vars in 1106 bytes} [Wed Jun 24 19:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fd&port_id=0fef2d15-3b27-4600-a4da-82420ff56c18 => 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: 1453/2968] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:19:35 2026] GET /v2.0/subnets?id=73e87f2a-308a-48f1-98af-055798cb3d97&id=10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 1412 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2969] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:35 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1454/2970] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:35 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2971] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:35 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1455/2972] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:35 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1518/2973] 10.0.0.21 () {34 vars in 970 bytes} [Wed Jun 24 19:19:39 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2974] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:39 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa => generated 797 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2975] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:39 2026] GET /v2.0/subnets/10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2976] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:39 2026] GET /v2.0/subnets/73e87f2a-308a-48f1-98af-055798cb3d97 => generated 746 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2977] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:39 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2978] 199.19.213.203 () {34 vars in 790 bytes} [Wed Jun 24 19:19:39 2026] PUT /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1255 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2979] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:19:40.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75e4e0fa-dd0d-465a-bdac-671e3d3384bb'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '79c5f54d-710e-448e-94ac-a81e477afb6c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1459/2980] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2981] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:40 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: 1460/2982] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:40 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: 1523/2983] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:40 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: 1461/2984] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:40 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: 1524/2985] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2986] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => 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: 1525/2987] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2988] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2989] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2990] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2991] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1465/2992] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 5381 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2993] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 800 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2994] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => 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: 1529/2995] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2996] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2997] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:40 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2998] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:41 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1532/3001] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3002] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3003] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:52 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: 1471/3004] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:52 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: 1534/3005] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:52 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3006] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:52 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 5381 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3007] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:52 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: 1473/3008] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:52 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: 1536/3009] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:53 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: 1474/3010] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:53 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: 1537/3011] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1520 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3012] 199.19.213.203 () {34 vars in 790 bytes} [Wed Jun 24 19:19:53 2026] PUT /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1311 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:19:53.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c66f6c6-3df3-4acc-be7c-0b274150d129'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '0fef2d15-3b27-4600-a4da-82420ff56c18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1538/3013] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa => 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: 8|app: 0|req: 1476/3014] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/subnets/73e87f2a-308a-48f1-98af-055798cb3d97 => generated 746 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3015] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3016] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:19:53 2026] PUT /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1080 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3017] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1478/3018] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3019] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3020] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3021] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:53 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3022] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:54 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1543/3023] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:54 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1481/3024] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:55 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:19:55.446 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db677d8a-ca16-4f24-9256-d3db6538a6f9'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '0fef2d15-3b27-4600-a4da-82420ff56c18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1544/3025] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:55 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3026] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3027] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1483/3028] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3029] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3030] 199.19.213.203 () {34 vars in 975 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3031] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3032] 199.19.213.203 () {34 vars in 1016 bytes} [Wed Jun 24 19:19:56 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3033] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:19:56 2026] PUT /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3034] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3869 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, ' 2026-06-24 19:19:57.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-b669b9c9-75d9-4992-9746-69b708e3abad 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 0fef2d15-3b27-4600-a4da-82420ff56c18 2026-06-24 19:19:57.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b669b9c9-75d9-4992-9746-69b708e3abad 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 0fef2d15-3b27-4600-a4da-82420ff56c18 [pid: 7|app: 0|req: 1549/3035] 199.19.213.203 () {32 vars in 759 bytes} [Wed Jun 24 19:19:57 2026] DELETE /v2.0/ports/0fef2d15-3b27-4600-a4da-82420ff56c18 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3036] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3037] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:19:57 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: 1488/3038] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3039] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3040] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1552/3041] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3042] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3043] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3044] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3045] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3046] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:19:57 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3047] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3048] 199.19.213.203 () {34 vars in 1226 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks?id=bef781a4-88bb-447a-b291-1154506d6b7f&id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&id=9b0f6727-5240-4dcb-9335-84561852d540&id=ff44e739-c367-4689-b949-74693969dafa => generated 3095 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3049] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => 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: 1494/3050] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3051] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&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: 1495/3052] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1558/3053] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1496/3054] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3055] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3056] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3057] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1498/3058] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3059] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.205&port_id=79c5f54d-710e-448e-94ac-a81e477afb6c => 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: 1499/3060] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3061] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3062] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1563/3063] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:19:58 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1502/3066] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:02 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: 1565/3067] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:02 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: 1503/3068] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20: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: 1566/3069] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20: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: 1504/3070] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:02 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3071] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:03 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: 1505/3072] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3073] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3074] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20:03 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: 1569/3075] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:03 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3076] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:20:03 2026] PUT /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1080 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:20:03.895 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cd9bd07-732e-444b-ac7a-ce5e4dacbc9c'] response: {'name': 'network-changed', 'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'tag': '79c5f54d-710e-448e-94ac-a81e477afb6c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1570/3077] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:20:03 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540 => generated 797 bytes in 70 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: 1508/3078] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:03 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3079] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:04 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3080] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:20:04 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3081] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:20:04 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3082] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:20:04 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1573/3083] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:20:04 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3084] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:05 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3085] 199.19.213.203 () {34 vars in 975 bytes} [Wed Jun 24 19:20:06 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3086] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:20:06 2026] GET /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3087] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:06 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3088] 199.19.213.203 () {34 vars in 1016 bytes} [Wed Jun 24 19:20:06 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3089] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:20:06 2026] PUT /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 917 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3090] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 45 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-24 19:20:07.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-42470eeb-e42f-4614-bc8e-3a3bb136e912 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 79c5f54d-710e-448e-94ac-a81e477afb6c 2026-06-24 19:20:07.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42470eeb-e42f-4614-bc8e-3a3bb136e912 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 79c5f54d-710e-448e-94ac-a81e477afb6c [pid: 7|app: 0|req: 1577/3091] 199.19.213.203 () {32 vars in 759 bytes} [Wed Jun 24 19:20:07 2026] DELETE /v2.0/ports/79c5f54d-710e-448e-94ac-a81e477afb6c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3092] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:07 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: 1578/3093] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:07 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: 1516/3094] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20:07 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: 1579/3095] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20:07 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: 1517/3096] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1580/3097] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3098] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1350 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3099] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3100] 199.19.213.203 () {30 vars in 743 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3101] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:07 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3102] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3103] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3104] 199.19.213.203 () {34 vars in 1146 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/networks?id=bef781a4-88bb-447a-b291-1154506d6b7f&id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3105] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3106] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3107] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3108] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1586/3109] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1524/3110] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.216&port_id=14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3111] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/subnets?id=c98b6a97-cb7d-4c93-8d0e-749a183738e5 => 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: 1525/3112] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/ports?network_id=cc074337-18a6-4d9d-a9f1-08d4b90d298e&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3113] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1526/3114] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:20:08 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?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: 1528/3117] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:20 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: 1590/3118] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3119] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3120] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20:20 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-24 19:20:20.741 8 INFO neutron.api.v2.resource [None req-a4568192-2cab-42af-b67c-33d146ad1a85 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3121] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 19:20:20 2026] GET /v2.0/security-groups/lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3122] 199.19.213.203 () {30 vars in 785 bytes} [Wed Jun 24 19:20:20 2026] GET /v2.0/security-groups?name=lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 2865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3123] 199.19.213.203 () {30 vars in 815 bytes} [Wed Jun 24 19:20:20 2026] GET /v2.0/security-group-rules?security_group_id=4b994b1d-3bb4-47da-a165-c0d8698bbe53 => generated 2334 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3124] 199.19.213.203 () {32 vars in 789 bytes} [Wed Jun 24 19:20:20 2026] DELETE /v2.0/security-group-rules/4b8450ef-7e77-4c93-a580-98ba72b07630 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3125] 199.19.213.203 () {32 vars in 789 bytes} [Wed Jun 24 19:20:20 2026] DELETE /v2.0/security-group-rules/d1b8055b-fd84-4753-8dc6-4f4dd6c2b4a9 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:23.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-006cf961-2fe9-4f43-b0dc-e76e9e792d46 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 036a8906-d823-4c9c-aff7-65edf0daa77c 2026-06-24 19:20:23.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-006cf961-2fe9-4f43-b0dc-e76e9e792d46 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 036a8906-d823-4c9c-aff7-65edf0daa77c 2026-06-24 19:20:23.445 7 INFO neutron.db.l3_db [None req-006cf961-2fe9-4f43-b0dc-e76e9e792d46 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Floating IP 22d063fb-ad18-470f-917f-0387dd5146fa disassociated (deleted). External IP: 10.96.250.211, port: 4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7. [pid: 7|app: 0|req: 1594/3126] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:20:23 2026] DELETE /v2.0/floatingips/22d063fb-ad18-470f-917f-0387dd5146fa => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:23.746 8 INFO neutron.api.v2.resource [None req-4736c024-4b16-4f51-9614-f452d5f0de1e 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3127] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:20:23 2026] GET /v2.0/floatingips/22d063fb-ad18-470f-917f-0387dd5146fa => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3128] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3129] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3130] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20:24 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: 1535/3131] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:20:24.626 7 INFO neutron.api.v2.resource [None req-69b208d7-0abf-4676-b698-af4e0565f8b0 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3132] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/security-groups/lb-c08231af-90ad-48a2-9be4-8d97031c2267 => 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: 1536/3133] 199.19.213.203 () {30 vars in 785 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/security-groups?name=lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3134] 199.19.213.203 () {30 vars in 815 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/security-group-rules?security_group_id=4b994b1d-3bb4-47da-a165-c0d8698bbe53 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3135] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:24 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: 1599/3136] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:24 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: 1538/3137] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20:24 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: 1600/3138] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3139] 199.19.213.203 () {30 vars in 741 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3140] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3141] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:24 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => 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: 1602/3142] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:25 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3143] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:26 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3144] 199.19.213.203 () {34 vars in 975 bytes} [Wed Jun 24 19:20:27 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3145] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:20:27 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3146] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:27 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 2586 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3147] 199.19.213.203 () {34 vars in 1016 bytes} [Wed Jun 24 19:20:27 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3148] 199.19.213.203 () {38 vars in 1028 bytes} [Wed Jun 24 19:20:27 2026] PUT /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1151 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3149] 199.19.213.203 () {30 vars in 769 bytes} [Wed Jun 24 19:20:28 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1606/3150] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:20:28 2026] PUT /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1090 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3151] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:28 2026] GET /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-24 19:20:28.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a427b5a-b30f-4e29-8de1-5cf65b03d773 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 14c67fca-5c9d-4646-be9e-3e67c2e9e1cb 2026-06-24 19:20:28.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a427b5a-b30f-4e29-8de1-5cf65b03d773 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 14c67fca-5c9d-4646-be9e-3e67c2e9e1cb [pid: 7|app: 0|req: 1607/3152] 199.19.213.203 () {32 vars in 759 bytes} [Wed Jun 24 19:20:28 2026] DELETE /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3153] 199.19.213.203 () {30 vars in 703 bytes} [Wed Jun 24 19:20:28 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: 1608/3154] 199.19.213.203 () {30 vars in 705 bytes} [Wed Jun 24 19:20:28 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: 1609/3155] 199.19.213.203 () {30 vars in 681 bytes} [Wed Jun 24 19:20:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3156] 199.19.213.203 () {30 vars in 717 bytes} [Wed Jun 24 19:20:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3157] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:20:28 2026] GET /v2.0/ports?tenant_id=f9deb7a7e583453cb63885ac2538367a&device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:20:29.016 7 INFO neutron.pecan_wsgi.hooks.translation [None req-741868cc-4126-4767-afda-187307cd727c 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3158] 199.19.213.203 () {32 vars in 759 bytes} [Wed Jun 24 19:20:28 2026] DELETE /v2.0/ports/14c67fca-5c9d-4646-be9e-3e67c2e9e1cb => 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: 1612/3159] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3160] 199.19.213.203 () {34 vars in 1066 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/networks?id=bef781a4-88bb-447a-b291-1154506d6b7f&id=cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 1523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:20:29.068 7 INFO neutron.api.v2.resource [None req-d9729ee3-97d6-4e64-a2c3-d6d4cb949f78 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3161] 199.19.213.203 () {30 vars in 763 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/security-groups/lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3162] 199.19.213.203 () {34 vars in 1060 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.70&port_id=899d9ad3-c652-4a22-8918-29c6b3c927af => 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: 1614/3163] 199.19.213.203 () {30 vars in 785 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/security-groups?name=lb-c08231af-90ad-48a2-9be4-8d97031c2267 => generated 1639 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3164] 199.19.213.203 () {34 vars in 984 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/subnets?id=e4b02f63-f520-4899-9b21-1549abf8d372 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3165] 199.19.213.203 () {30 vars in 737 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => 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: 1551/3166] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/ports?network_id=bef781a4-88bb-447a-b291-1154506d6b7f&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: 1552/3167] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1553/3168] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:20:29 2026] GET /v2.0/networks/bef781a4-88bb-447a-b291-1154506d6b7f?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: 1616/3169] 199.19.213.203 () {34 vars in 789 bytes} [Wed Jun 24 19:20:29 2026] PUT /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 1094 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3170] 199.19.213.203 () {32 vars in 779 bytes} [Wed Jun 24 19:20:29 2026] DELETE /v2.0/security-groups/4b994b1d-3bb4-47da-a165-c0d8698bbe53 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:29.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-856a48fa-9d81-4605-9f77-85d67f64ad7e 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 2026-06-24 19:20:29.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-856a48fa-9d81-4605-9f77-85d67f64ad7e 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 [pid: 7|app: 0|req: 1617/3171] 199.19.213.203 () {32 vars in 759 bytes} [Wed Jun 24 19:20:29 2026] DELETE /v2.0/ports/4ea4628f-d41e-4fdb-b4b2-1ed383ce27f7 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3174] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:20:32 2026] GET /v2.0/ports?device_id=9040442f-29d5-45d3-95b0-46e646168128 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:20:32.851 7 INFO neutron_taas.services.taas.taas_plugin [req-7b69d95c-07c3-4e48-9d27-0af00a79db40 req-3ab77a4e-5b56-44f1-b02e-2b923e822693 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] TaaS: Handle Delete Port: 899d9ad3-c652-4a22-8918-29c6b3c927af 2026-06-24 19:20:32.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b69d95c-07c3-4e48-9d27-0af00a79db40 req-3ab77a4e-5b56-44f1-b02e-2b923e822693 04d60b9dce4e4d938526bbc89e105e19 f9deb7a7e583453cb63885ac2538367a - - default default] Tap Mirror: Handle Delete Port: 899d9ad3-c652-4a22-8918-29c6b3c927af [pid: 7|app: 0|req: 1619/3175] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:20:32 2026] DELETE /v2.0/ports/899d9ad3-c652-4a22-8918-29c6b3c927af => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:20:33.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b25be5d-1b79-4328-ac2f-9c5aadd76f8b'] response: {'server_uuid': '9040442f-29d5-45d3-95b0-46e646168128', 'name': 'network-vif-deleted', 'tag': '899d9ad3-c652-4a22-8918-29c6b3c927af', 'status': 'completed', 'code': 200} 2026-06-24 19:20:34.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bbe892a-2aef-4653-8bee-9d0ad7868a4b 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 33faf202-dc45-437d-adfb-fec81427bb0a 2026-06-24 19:20:34.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bbe892a-2aef-4653-8bee-9d0ad7868a4b 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 33faf202-dc45-437d-adfb-fec81427bb0a 2026-06-24 19:20:34.224 8 INFO neutron.db.l3_db [None req-0bbe892a-2aef-4653-8bee-9d0ad7868a4b 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Floating IP 8914a39d-9966-4855-b1a1-97354b5c1d6c disassociated (deleted). External IP: 10.96.250.214, port: d1f662ff-a725-4005-9231-c4323cf6a5c5. [pid: 8|app: 0|req: 1557/3176] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:20:33 2026] DELETE /v2.0/floatingips/8914a39d-9966-4855-b1a1-97354b5c1d6c => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:34.551 7 INFO neutron.api.v2.resource [None req-8fe5289b-2ba2-4489-b6ab-f4a4f5b02645 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3177] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:20:34 2026] GET /v2.0/floatingips/8914a39d-9966-4855-b1a1-97354b5c1d6c => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:20:34.579 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4bab809-3feb-49d3-9348-c4b1abee8de4'] response: {'name': 'network-changed', 'server_uuid': '2af455a3-4458-4a16-9ccd-5e88196ff01e', 'tag': 'd1f662ff-a725-4005-9231-c4323cf6a5c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1558/3178] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:20:34 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3179] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:20:34 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3180] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3181] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/networks?id=ff44e739-c367-4689-b949-74693969dafa => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3182] 199.19.213.203 () {34 vars in 1056 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.22&port_id=d1f662ff-a725-4005-9231-c4323cf6a5c5 => 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: 1623/3183] 199.19.213.203 () {34 vars in 1106 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ae&port_id=d1f662ff-a725-4005-9231-c4323cf6a5c5 => 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: 1561/3184] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/subnets?id=73e87f2a-308a-48f1-98af-055798cb3d97&id=10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 1412 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3185] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1562/3186] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/ports?network_id=ff44e739-c367-4689-b949-74693969dafa&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: 1625/3187] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1563/3188] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:20:35 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa?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: 1626/3189] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:20:37 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:20:37.320 8 INFO neutron_taas.services.taas.taas_plugin [req-6b24ef7a-2eef-49da-b25d-74355b537cd7 req-dab8be7e-d928-492b-beaf-1fbc4e39eb2a 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: d1f662ff-a725-4005-9231-c4323cf6a5c5 2026-06-24 19:20:37.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b24ef7a-2eef-49da-b25d-74355b537cd7 req-dab8be7e-d928-492b-beaf-1fbc4e39eb2a 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: d1f662ff-a725-4005-9231-c4323cf6a5c5 [pid: 8|app: 0|req: 1564/3190] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:20:37 2026] DELETE /v2.0/ports/d1f662ff-a725-4005-9231-c4323cf6a5c5 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:20:37.560 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d7c8d04-ca79-4885-a73b-6a739cb227f2'] response: {'server_uuid': '2af455a3-4458-4a16-9ccd-5e88196ff01e', 'name': 'network-vif-deleted', 'tag': 'd1f662ff-a725-4005-9231-c4323cf6a5c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1627/3191] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:20:39 2026] GET /v2.0/ports?device_id=2af455a3-4458-4a16-9ccd-5e88196ff01e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-24 19:20:45.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-250d7772-659a-452c-8617-b4cbc53b8fbe 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 9e87ada7-4e0f-4da6-9c63-11948dfd16c8 2026-06-24 19:20:45.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-250d7772-659a-452c-8617-b4cbc53b8fbe 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 9e87ada7-4e0f-4da6-9c63-11948dfd16c8 2026-06-24 19:20:45.338 8 INFO neutron.db.l3_db [None req-250d7772-659a-452c-8617-b4cbc53b8fbe 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Floating IP 35f75469-aed2-4f9c-96d4-5cbb474efb8c disassociated (deleted). External IP: 10.96.250.213, port: 50e02a80-9734-4271-895b-aca6816655bb. [pid: 8|app: 0|req: 1566/3194] 10.0.0.104 () {32 vars in 732 bytes} [Wed Jun 24 19:20:45 2026] DELETE /v2.0/floatingips/35f75469-aed2-4f9c-96d4-5cbb474efb8c => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:45.685 7 INFO neutron.api.v2.resource [None req-601afb78-bc78-49af-b0e2-033678b84af6 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1629/3195] 10.0.0.104 () {32 vars in 729 bytes} [Wed Jun 24 19:20:45 2026] GET /v2.0/floatingips/35f75469-aed2-4f9c-96d4-5cbb474efb8c => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:20:45.715 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb5d3c0e-e451-4e4e-b357-e0feb4f54106'] response: {'name': 'network-changed', 'server_uuid': '83483fd1-2394-4448-81b2-fae63c858157', 'tag': '50e02a80-9734-4271-895b-aca6816655bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1567/3196] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:20:45 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3197] 10.0.0.21 () {34 vars in 1039 bytes} [Wed Jun 24 19:20:45 2026] GET /v2.0/security-groups?id=524e1a45-bb3b-4ac0-824e-514e20e71bb6&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3198] 199.19.213.203 () {34 vars in 1080 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/ports?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3199] 199.19.213.203 () {34 vars in 986 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/networks?id=9b0f6727-5240-4dcb-9335-84561852d540 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3200] 199.19.213.203 () {34 vars in 1058 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.157&port_id=50e02a80-9734-4271-895b-aca6816655bb => 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: 1632/3201] 199.19.213.203 () {34 vars in 1104 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A271&port_id=50e02a80-9734-4271-895b-aca6816655bb => 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: 1570/3202] 199.19.213.203 () {34 vars in 1064 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/subnets?id=e93e5bab-b007-4f00-b325-928fcf6d578c&id=3211b0ca-0051-466d-ac11-fe237c177e89 => generated 1409 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3203] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3204] 199.19.213.203 () {34 vars in 1052 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/ports?network_id=9b0f6727-5240-4dcb-9335-84561852d540&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3205] 199.19.213.203 () {34 vars in 1012 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1572/3206] 199.19.213.203 () {34 vars in 1112 bytes} [Wed Jun 24 19:20:46 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540?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: 1635/3207] 199.19.213.203 () {34 vars in 994 bytes} [Wed Jun 24 19:20:48 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-24 19:20:48.416 8 INFO neutron_taas.services.taas.taas_plugin [req-b71fa6e8-e79c-4f9f-9f78-071d0c7e6265 req-c5504c97-9232-47d4-985a-ddfdd82eb0d0 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 50e02a80-9734-4271-895b-aca6816655bb 2026-06-24 19:20:48.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b71fa6e8-e79c-4f9f-9f78-071d0c7e6265 req-c5504c97-9232-47d4-985a-ddfdd82eb0d0 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 50e02a80-9734-4271-895b-aca6816655bb [pid: 8|app: 0|req: 1573/3208] 199.19.213.203 () {36 vars in 997 bytes} [Wed Jun 24 19:20:48 2026] DELETE /v2.0/ports/50e02a80-9734-4271-895b-aca6816655bb => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:20:48.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c312731a-74cb-4f82-964c-0f8b15be9e64'] response: {'server_uuid': '83483fd1-2394-4448-81b2-fae63c858157', 'name': 'network-vif-deleted', 'tag': '50e02a80-9734-4271-895b-aca6816655bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1636/3209] 10.0.0.21 () {34 vars in 989 bytes} [Wed Jun 24 19:20:51 2026] GET /v2.0/ports?device_id=83483fd1-2394-4448-81b2-fae63c858157 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3210] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/d9b66f62-6061-4201-ac95-9a2add768075 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.257 7 INFO neutron.api.v2.resource [None req-acaa6f76-33b2-4b19-9bdb-00d24e1628b5 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3211] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/d9b66f62-6061-4201-ac95-9a2add768075 => 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: 1575/3212] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/814c6d51-691f-4bbd-ba2a-5ae7a13cac23 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.345 7 INFO neutron.api.v2.resource [None req-5e7b17ee-87ce-4918-936c-2e936ddf69d3 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3213] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/814c6d51-691f-4bbd-ba2a-5ae7a13cac23 => 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: 1576/3214] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/d3f923fb-3c4d-4f1f-9ee9-9d6dbfa508bc => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.450 7 INFO neutron.api.v2.resource [None req-076859f6-f332-4ed8-9a55-ed1901eba441 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3215] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/d3f923fb-3c4d-4f1f-9ee9-9d6dbfa508bc => 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: 1577/3216] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/83041167-bf06-4655-931d-7a7c78d11947 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.550 7 INFO neutron.api.v2.resource [None req-a413eb15-1f66-487f-afa0-71a541b71bac 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3217] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/83041167-bf06-4655-931d-7a7c78d11947 => 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: 1578/3218] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/7f06c187-ba33-410d-9b5c-c594e6793953 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.649 7 INFO neutron.api.v2.resource [None req-0f29393d-fe12-45ea-88cb-7c65553a9874 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3219] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/7f06c187-ba33-410d-9b5c-c594e6793953 => 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: 1579/3220] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/f53abb33-b189-4db8-9dcb-f006e1c66b2f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.733 7 INFO neutron.api.v2.resource [None req-97250019-6d93-4841-b1dd-9abd19183548 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3221] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/f53abb33-b189-4db8-9dcb-f006e1c66b2f => 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: 1580/3222] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/febcd6a2-9a6b-4585-bbe4-56b889aad2b4 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.836 7 INFO neutron.api.v2.resource [None req-72490a07-5547-420d-a17b-1a4e1c2697bf 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3223] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/febcd6a2-9a6b-4585-bbe4-56b889aad2b4 => 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: 1581/3224] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/219c1f20-81ed-45c6-a560-7cd1a0514e89 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:56.949 7 INFO neutron.api.v2.resource [None req-fe25b01e-9de3-4add-824e-e95398cb8918 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3225] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:56 2026] GET /v2.0/security-group-rules/219c1f20-81ed-45c6-a560-7cd1a0514e89 => 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: 1582/3226] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:56 2026] DELETE /v2.0/security-group-rules/58be9c14-fd95-4267-b2cc-3c79b68cbef3 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:57.048 7 INFO neutron.api.v2.resource [None req-8c59ad62-d23c-4021-bf8f-4c70fcd074e4 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3227] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:57 2026] GET /v2.0/security-group-rules/58be9c14-fd95-4267-b2cc-3c79b68cbef3 => 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: 1583/3228] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:57 2026] DELETE /v2.0/security-group-rules/427db015-facc-4862-b3d3-ea56de7593c1 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:57.127 7 INFO neutron.api.v2.resource [None req-4dc744dc-5c52-4256-85cb-9496fe1aa458 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3229] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:57 2026] GET /v2.0/security-group-rules/427db015-facc-4862-b3d3-ea56de7593c1 => 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: 1584/3230] 10.0.0.104 () {32 vars in 750 bytes} [Wed Jun 24 19:20:57 2026] DELETE /v2.0/security-group-rules/f5ca2e65-f1f8-429a-93d6-8b04ee8dede2 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:57.201 7 INFO neutron.api.v2.resource [None req-9153055a-0ac5-4429-b0f2-abfdffe7f2d1 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3231] 10.0.0.104 () {32 vars in 747 bytes} [Wed Jun 24 19:20:57 2026] GET /v2.0/security-group-rules/f5ca2e65-f1f8-429a-93d6-8b04ee8dede2 => 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: 1585/3232] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:20:57 2026] DELETE /v2.0/security-groups/524e1a45-bb3b-4ac0-824e-514e20e71bb6 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:20:57.308 7 INFO neutron.api.v2.resource [None req-63b63872-1ace-49e1-b442-90f5a004484a 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3233] 10.0.0.104 () {32 vars in 737 bytes} [Wed Jun 24 19:20:57 2026] GET /v2.0/security-groups/524e1a45-bb3b-4ac0-824e-514e20e71bb6 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:20:57.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-174700b9-a9ee-43d1-a94a-d09bea3da23d 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 3218c329-2150-4d89-886a-f453538ef4c1 2026-06-24 19:20:57.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-174700b9-a9ee-43d1-a94a-d09bea3da23d 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 3218c329-2150-4d89-886a-f453538ef4c1 [pid: 8|app: 0|req: 1586/3234] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:20:57 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:20:58.465 7 INFO neutron.api.v2.resource [None req-080d0c8e-dcef-464e-b86f-e9e5f2b14c0e 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3235] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:20:58 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:20:58.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-19ce9d0b-51ea-4811-a011-48e297114a25 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 021effcd-2201-43aa-8ff0-988b2c2edb36 2026-06-24 19:20:58.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19ce9d0b-51ea-4811-a011-48e297114a25 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 021effcd-2201-43aa-8ff0-988b2c2edb36 [pid: 8|app: 0|req: 1587/3236] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:20:58 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:20:59.552 7 INFO neutron.api.v2.resource [None req-e513e025-89e1-443c-a179-94070751192e 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3237] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:20:59 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:20:59.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a22730f-6174-4941-bbfa-3b08ed5762f1 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 633b35e4-bb8b-424b-a816-5d8308e2c481 2026-06-24 19:20:59.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a22730f-6174-4941-bbfa-3b08ed5762f1 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 633b35e4-bb8b-424b-a816-5d8308e2c481 [pid: 8|app: 0|req: 1588/3240] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:20:59 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-24 19:21:00.664 7 INFO neutron.api.v2.resource [None req-2823ea62-a526-402f-8be8-043bc4d2f575 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3241] 10.0.0.104 () {34 vars in 789 bytes} [Wed Jun 24 19:21:00 2026] PUT /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:21:00.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-286b1e71-ef47-49be-aa3a-5dcf45fc09b9 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 1c841917-c1f6-49ef-9d0f-aec9b3df3c82 2026-06-24 19:21:00.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-286b1e71-ef47-49be-aa3a-5dcf45fc09b9 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 1c841917-c1f6-49ef-9d0f-aec9b3df3c82 2026-06-24 19:21:01.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-286b1e71-ef47-49be-aa3a-5dcf45fc09b9 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 404f236a-578e-4e34-b846-6812ce0a2cc1 2026-06-24 19:21:01.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-286b1e71-ef47-49be-aa3a-5dcf45fc09b9 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 404f236a-578e-4e34-b846-6812ce0a2cc1 2026-06-24 19:21:01.454 8 INFO neutron.db.l3_hamode_db [None req-286b1e71-ef47-49be-aa3a-5dcf45fc09b9 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] HA network e6d16ff4-efed-416a-bdc6-47825ba0c313 was deleted as no HA routers are present in tenant 9bbfccc8c6a34352b733cc3ee1bd0e64. [pid: 8|app: 0|req: 1589/3242] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:00 2026] DELETE /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-24 19:21:01.482 7 INFO neutron.api.v2.resource [None req-f2a43e0b-6b29-4653-9b0d-210627b36e85 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3243] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:01 2026] GET /v2.0/routers/4705b295-7e04-4c99-a679-cb0fa8b9bbef => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:21:01.485 8 INFO neutron.services.segments.plugin [-] Segment 75d97e28-40ea-4818-aa95-81d9bd2251c9 resource provider aggregate not found 2026-06-24 19:21:01.500 8 INFO neutron.services.segments.plugin [-] Segment 75d97e28-40ea-4818-aa95-81d9bd2251c9 resource provider aggregate not found 2026-06-24 19:21:01.513 8 INFO neutron.services.segments.plugin [-] Segment 75d97e28-40ea-4818-aa95-81d9bd2251c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75d97e28-40ea-4818-aa95-81d9bd2251c9 found for delete ", "request_id": "req-4f6d167a-8cab-4ede-b419-a810068205ff"}]} 2026-06-24 19:21:01.531 8 INFO neutron.services.segments.plugin [-] Segment 75d97e28-40ea-4818-aa95-81d9bd2251c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75d97e28-40ea-4818-aa95-81d9bd2251c9 found for delete ", "request_id": "req-8f0acf4b-c476-414f-aa5a-258fc76427fc"}]} [pid: 8|app: 0|req: 1590/3244] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:01 2026] DELETE /v2.0/subnets/73e87f2a-308a-48f1-98af-055798cb3d97 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:01.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-198caa94-42f3-4bb7-a499-ac9854a0c675 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3245] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:01 2026] GET /v2.0/subnets/73e87f2a-308a-48f1-98af-055798cb3d97 => 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: 1591/3246] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:01 2026] DELETE /v2.0/subnets/10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:01.811 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1bc8f212-aedd-42a7-a990-e1769fd2eef1 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3247] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:01 2026] GET /v2.0/subnets/10005b64-96c9-4d84-89bf-858fc22d7a42 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:21:01.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb0fc43d-d5c1-478d-9791-a67f128ae5b4 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 86d6b636-bc38-4647-b4d5-9479fe2fbe09 2026-06-24 19:21:01.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb0fc43d-d5c1-478d-9791-a67f128ae5b4 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 86d6b636-bc38-4647-b4d5-9479fe2fbe09 [pid: 8|app: 0|req: 1592/3248] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:21:01 2026] DELETE /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:02.112 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fd18823-362e-47d7-8c4e-5b3409864285 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3249] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:21:02 2026] GET /v2.0/networks/ff44e739-c367-4689-b949-74693969dafa => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3250] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:02 2026] DELETE /v2.0/subnets/3211b0ca-0051-466d-ac11-fe237c177e89 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:02.252 7 INFO neutron.pecan_wsgi.hooks.translation [None req-473d3be7-a5e1-4f81-9e0e-0bf81820e269 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3251] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:02 2026] GET /v2.0/subnets/3211b0ca-0051-466d-ac11-fe237c177e89 => 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: 1594/3252] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:02 2026] DELETE /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:02.437 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff76854a-a56d-4133-8991-94b1149db595 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3253] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:02 2026] GET /v2.0/subnets/e93e5bab-b007-4f00-b325-928fcf6d578c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:21:02.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-03d7b756-e891-4c93-9e17-0a62f7a15692 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 42a290f2-548c-47d0-b778-345209359284 2026-06-24 19:21:02.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03d7b756-e891-4c93-9e17-0a62f7a15692 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 42a290f2-548c-47d0-b778-345209359284 [pid: 8|app: 0|req: 1595/3254] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:21:02 2026] DELETE /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:02.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85d2d947-d7c7-4577-925b-fb535500c72d 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3255] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:21:02 2026] GET /v2.0/networks/9b0f6727-5240-4dcb-9335-84561852d540 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3256] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:02 2026] DELETE /v2.0/subnets/d0b1033a-94dd-444b-a351-08aaecb58d23 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:02.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10137a1c-0c01-497a-ae02-25ea42f1efb2 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3257] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:02 2026] GET /v2.0/subnets/d0b1033a-94dd-444b-a351-08aaecb58d23 => 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: 1597/3258] 10.0.0.104 () {32 vars in 724 bytes} [Wed Jun 24 19:21:02 2026] DELETE /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:03.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69531563-9437-4fbe-b9d0-88c3b3f9f7b7 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3259] 10.0.0.104 () {32 vars in 721 bytes} [Wed Jun 24 19:21:03 2026] GET /v2.0/subnets/c98b6a97-cb7d-4c93-8d0e-749a183738e5 => generated 136 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:21:03.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e3ab8bb-49d4-4d52-b504-3a8784a5d070 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] TaaS: Handle Delete Port: 32b09469-b817-4d30-85d6-cc0bb66d4548 2026-06-24 19:21:03.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e3ab8bb-49d4-4d52-b504-3a8784a5d070 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] Tap Mirror: Handle Delete Port: 32b09469-b817-4d30-85d6-cc0bb66d4548 [pid: 8|app: 0|req: 1598/3260] 10.0.0.104 () {32 vars in 726 bytes} [Wed Jun 24 19:21:03 2026] DELETE /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-24 19:21:03.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8102f53-9281-4b53-a278-2d49c5524971 70b3d24ae3a54f48992a3913bbb41d62 9bbfccc8c6a34352b733cc3ee1bd0e64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3261] 10.0.0.104 () {32 vars in 723 bytes} [Wed Jun 24 19:21:03 2026] GET /v2.0/networks/cc074337-18a6-4d9d-a9f1-08d4b90d298e => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-24 19:21:03.535 8 INFO neutron.services.segments.plugin [-] Segment c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b resource provider aggregate not found 2026-06-24 19:21:03.549 8 INFO neutron.services.segments.plugin [-] Segment c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b resource provider aggregate not found 2026-06-24 19:21:03.552 8 INFO neutron.services.segments.plugin [-] Segment c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b found for delete ", "request_id": "req-4e25dfef-e7a4-46e5-a920-cbe131715ae8"}]} 2026-06-24 19:21:03.562 8 INFO neutron.services.segments.plugin [-] Segment c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5b6b3ac-6f7a-4abd-84e5-b9e212cc854b found for delete ", "request_id": "req-aa099184-ddc2-4d91-b90f-4f2cc9fe1161"}]} 2026-06-24 19:21:03.567 8 INFO neutron.services.segments.plugin [-] Segment 1f52436a-74f6-4fa0-9def-649c4fc438b5 resource provider aggregate not found 2026-06-24 19:21:03.581 8 INFO neutron.services.segments.plugin [-] Segment 1f52436a-74f6-4fa0-9def-649c4fc438b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f52436a-74f6-4fa0-9def-649c4fc438b5 found for delete ", "request_id": "req-539011dc-9271-4531-9b43-578896280049"}]} 2026-06-24 19:21:03.584 8 INFO neutron.services.segments.plugin [-] Segment 1f52436a-74f6-4fa0-9def-649c4fc438b5 resource provider aggregate not found 2026-06-24 19:21:03.599 8 INFO neutron.services.segments.plugin [-] Segment e9124448-67a3-4a8a-87b4-70b9cd1a0e79 resource provider aggregate not found 2026-06-24 19:21:03.602 8 INFO neutron.services.segments.plugin [-] Segment 1f52436a-74f6-4fa0-9def-649c4fc438b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f52436a-74f6-4fa0-9def-649c4fc438b5 found for delete ", "request_id": "req-88be83ea-7789-4ade-ad6b-3a403a8963ad"}]} 2026-06-24 19:21:03.618 8 INFO neutron.services.segments.plugin [-] Segment e9124448-67a3-4a8a-87b4-70b9cd1a0e79 resource provider aggregate not found 2026-06-24 19:21:03.626 8 INFO neutron.services.segments.plugin [-] Segment e9124448-67a3-4a8a-87b4-70b9cd1a0e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9124448-67a3-4a8a-87b4-70b9cd1a0e79 found for delete ", "request_id": "req-07db8cc1-a969-4fba-b2b6-dd4c8a3813e4"}]} 2026-06-24 19:21:03.630 8 INFO neutron.services.segments.plugin [-] Segment e9124448-67a3-4a8a-87b4-70b9cd1a0e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9124448-67a3-4a8a-87b4-70b9cd1a0e79 found for delete ", "request_id": "req-febff88e-eeda-440c-b76f-bde414b81325"}]} [pid: 8|app: 0|req: 1599/3262] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:05 2026] GET /v2.0/security-groups?tenant_id=d7d45228393a45ecaad2ccbf277b413c&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3263] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:05 2026] DELETE /v2.0/security-groups/c6ffd3cd-4c88-418d-bfaf-2f96a1608a6e => 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: 1600/3264] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:06 2026] GET /v2.0/security-groups?tenant_id=376b8b4672e44df587abac46de4f1aa6&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3265] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:06 2026] DELETE /v2.0/security-groups/f71d910d-4111-4cb1-bb59-b27f2835ac1e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3266] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:06 2026] GET /v2.0/security-groups?tenant_id=a1fcecf441a84d68b9360e88777e856e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3267] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:06 2026] DELETE /v2.0/security-groups/91ab1733-4f44-4c6b-8f87-be08a50e14bc => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3268] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:06 2026] GET /v2.0/security-groups?tenant_id=9bbfccc8c6a34352b733cc3ee1bd0e64&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3269] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:06 2026] DELETE /v2.0/security-groups/1218093c-bd46-45c3-b636-0e2716d0ab70 => 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: 1603/3270] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:07 2026] GET /v2.0/security-groups?tenant_id=5c201c75a19e4b0f95a0955d9b0da36e&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3271] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:07 2026] DELETE /v2.0/security-groups/68b17c62-c838-4c93-9481-19e8b0b2223a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3272] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:07 2026] GET /v2.0/security-groups?tenant_id=1eb290bba6894bcb95650fce9ee64e75&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3273] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:07 2026] DELETE /v2.0/security-groups/1c1d464b-c873-4589-a441-b5ac366e45d6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3274] 10.0.0.104 () {32 vars in 774 bytes} [Wed Jun 24 19:21:08 2026] GET /v2.0/security-groups?tenant_id=5b367bd9ac9a4e10ac4c17da3b5a2ce4&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3275] 10.0.0.104 () {32 vars in 740 bytes} [Wed Jun 24 19:21:08 2026] DELETE /v2.0/security-groups/4047e89b-f404-4c8f-acf4-8198b5ec2f39 => 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: 1606/3276] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:21:10 2026] GET /v2.0/networks => generated 2167 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3277] 10.0.0.104 () {32 vars in 655 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3278] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3279] 10.0.0.104 () {32 vars in 643 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3280] 10.0.0.104 () {32 vars in 647 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3281] 10.0.0.104 () {32 vars in 649 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/networks => generated 2167 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3282] 10.0.0.104 () {32 vars in 663 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3283] 10.0.0.104 () {32 vars in 655 bytes} [Wed Jun 24 19:21:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)