+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Aug 11 08:54:35 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-5c95d54ff9-ph5d5 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 0x7f209b523668 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-08-11 08:54:39.766 8 INFO neutron.common.config [-] Logging enabled! 2026-08-11 08:54:39.766 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 08:54:39.818 7 INFO neutron.common.config [-] Logging enabled! 2026-08-11 08:54:39.818 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 08:54:40.825 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 08:54:40.940 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 08:54:42.293 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:54:42.296 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 08:54:42.300 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 08:54:42.301 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:54:42.301 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 08:54:42.301 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 08:54:42.301 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:54:42.309 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:54:42.309 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:54:42.309 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:54:42.332 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 08:54:42.333 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:54:42.333 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 08:54:42.359 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 08:54:42.360 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 08:54:42.360 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 08:54:42.360 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 08:54:42.509 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:54:42.511 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 08:54:42.515 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 08:54:42.516 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:54:42.516 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 08:54:42.516 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 08:54:42.516 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:54:42.524 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:54:42.524 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:54:42.524 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:54:42.546 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 08:54:42.547 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:54:42.547 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 08:54:42.573 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 08:54:42.573 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 08:54:42.573 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 08:54:42.574 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 08:54:42.645 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 08:54:42.860 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 08:54:42.909 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 08:54:42.910 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 08:54:42.910 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 08:54:42.923 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 08:54:42.923 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 08:54:42.923 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 08:54:42.923 8 INFO neutron.plugins.ml2.extensions.port_security [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 08:54:42.924 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing extension driver 'qos' 2026-08-11 08:54:42.924 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 08:54:42.924 8 INFO neutron.plugins.ml2.managers [None req-57aa5a26-33c6-406b-98e3-d482c54862a7 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 08:54:42.938 8 INFO neutron.quota [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded quota_driver: . 2026-08-11 08:54:42.939 8 INFO neutron.plugins.ml2.plugin [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 08:54:42.939 8 INFO neutron.plugins.ml2.managers [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 08:54:42.939 8 INFO neutron.plugins.ml2.managers [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 08:54:42.939 8 INFO neutron.plugins.ml2.managers [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 08:54:42.939 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: qos 2026-08-11 08:54:42.952 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: router 2026-08-11 08:54:42.998 8 INFO neutron.services.service_base [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 08:54:42.998 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: segments 2026-08-11 08:54:43.094 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: trunk 2026-08-11 08:54:43.108 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: vpnaas 2026-08-11 08:54:43.129 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 08:54:43.129 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 08:54:43.130 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing extension driver 'qos' 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 08:54:43.144 7 INFO neutron.plugins.ml2.managers [None req-9c43c8dc-92c4-42e6-985f-fff41bd9ae88 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 08:54:43.148 8 WARNING stevedore.named [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:54:43.156 7 INFO neutron.quota [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded quota_driver: . 2026-08-11 08:54:43.156 7 INFO neutron.plugins.ml2.plugin [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 08:54:43.156 7 INFO neutron.plugins.ml2.managers [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 08:54:43.157 7 INFO neutron.plugins.ml2.managers [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 08:54:43.157 7 INFO neutron.plugins.ml2.managers [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 08:54:43.157 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: qos 2026-08-11 08:54:43.170 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: router 2026-08-11 08:54:43.215 7 INFO neutron.services.service_base [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 08:54:43.215 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: segments 2026-08-11 08:54:43.216 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 08:54:43.216 8 INFO neutron.common.utils [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 08:54:43.216 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: taas 2026-08-11 08:54:43.242 8 WARNING stevedore.named [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:54:43.242 8 WARNING stevedore.named [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:54:43.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:54:43.265 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: tapmirror 2026-08-11 08:54:43.276 8 WARNING stevedore.named [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:54:43.276 8 WARNING stevedore.named [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:54:43.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:54:43.299 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: auto_allocate 2026-08-11 08:54:43.306 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: tag 2026-08-11 08:54:43.316 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: timestamp 2026-08-11 08:54:43.320 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 08:54:43.324 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: flavors 2026-08-11 08:54:43.329 8 INFO neutron.manager [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loading Plugin: revisions 2026-08-11 08:54:43.333 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Initializing extension manager. 2026-08-11 08:54:43.334 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: address-group 2026-08-11 08:54:43.335 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: address-scope 2026-08-11 08:54:43.336 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 08:54:43.336 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: trunk 2026-08-11 08:54:43.337 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: agent 2026-08-11 08:54:43.337 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 08:54:43.338 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 08:54:43.339 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 08:54:43.340 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: availability_zone 2026-08-11 08:54:43.340 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 08:54:43.341 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 08:54:43.342 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: default-subnetpools 2026-08-11 08:54:43.343 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 08:54:43.344 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: dns-integration 2026-08-11 08:54:43.344 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 08:54:43.345 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 08:54:43.345 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: dvr 2026-08-11 08:54:43.346 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 08:54:43.346 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 08:54:43.347 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:54:43.348 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 08:54:43.349 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: external-net 2026-08-11 08:54:43.350 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 08:54:43.351 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: extraroute 2026-08-11 08:54:43.352 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: vpnaas 2026-08-11 08:54:43.352 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 08:54:43.353 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 08:54:43.353 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 08:54:43.354 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 08:54:43.354 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 08:54:43.355 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: fip-port-details 2026-08-11 08:54:43.355 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: flavors 2026-08-11 08:54:43.356 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 08:54:43.357 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: floatingip-pools 2026-08-11 08:54:43.358 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: ip_allocation 2026-08-11 08:54:43.358 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 08:54:43.359 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: l2_adjacency 2026-08-11 08:54:43.360 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: router 2026-08-11 08:54:43.362 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:54:43.363 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 08:54:43.364 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 08:54:43.364 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 08:54:43.365 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: l3-ha 2026-08-11 08:54:43.365 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:54:43.366 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 08:54:43.366 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: l3-flavors 2026-08-11 08:54:43.367 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:54:43.368 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 08:54:43.370 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 08:54:43.371 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 08:54:43.372 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 08:54:43.373 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 08:54:43.374 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 08:54:43.374 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: multi-provider 2026-08-11 08:54:43.375 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: net-mtu 2026-08-11 08:54:43.375 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 08:54:43.376 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: network_availability_zone 2026-08-11 08:54:43.376 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: network_ha 2026-08-11 08:54:43.377 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: network-ip-availability 2026-08-11 08:54:43.378 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 08:54:43.379 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: pagination 2026-08-11 08:54:43.379 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-device-profile 2026-08-11 08:54:43.380 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 08:54:43.380 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 08:54:43.381 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 08:54:43.382 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-mac-override 2026-08-11 08:54:43.383 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 08:54:43.383 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 08:54:43.383 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 08:54:43.384 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-resource-request 2026-08-11 08:54:43.385 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 08:54:43.385 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 08:54:43.386 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: binding 2026-08-11 08:54:43.386 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: binding-extended 2026-08-11 08:54:43.387 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-security 2026-08-11 08:54:43.387 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: project-id 2026-08-11 08:54:43.388 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: provider 2026-08-11 08:54:43.389 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 08:54:43.391 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos 2026-08-11 08:54:43.392 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 08:54:43.392 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 08:54:43.393 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-default 2026-08-11 08:54:43.393 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-fip 2026-08-11 08:54:43.394 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 08:54:43.394 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 08:54:43.395 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 08:54:43.395 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 08:54:43.396 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 08:54:43.396 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-pps 2026-08-11 08:54:43.397 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 08:54:43.398 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 08:54:43.398 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 08:54:43.399 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: quota-check-limit 2026-08-11 08:54:43.399 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 08:54:43.401 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: quotas 2026-08-11 08:54:43.402 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: quota_details 2026-08-11 08:54:43.404 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: rbac-policies 2026-08-11 08:54:43.404 7 WARNING stevedore.named [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:54:43.404 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: rbac-address-group 2026-08-11 08:54:43.405 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 08:54:43.405 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 08:54:43.406 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 08:54:43.407 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: revision-if-match 2026-08-11 08:54:43.407 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 08:54:43.408 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: router_availability_zone 2026-08-11 08:54:43.408 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 08:54:43.410 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 08:54:43.411 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 08:54:43.411 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 08:54:43.412 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 08:54:43.412 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 08:54:43.413 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 08:54:43.418 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: security-group 2026-08-11 08:54:43.419 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: segment 2026-08-11 08:54:43.420 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 08:54:43.420 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: service-type 2026-08-11 08:54:43.421 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: sorting 2026-08-11 08:54:43.421 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 08:54:43.422 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: standard-attr-description 2026-08-11 08:54:43.423 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: stateful-security-group 2026-08-11 08:54:43.423 8 WARNING neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 08:54:43.424 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 08:54:43.424 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: subnet-external-network 2026-08-11 08:54:43.425 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: subnet_onboard 2026-08-11 08:54:43.425 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 08:54:43.426 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: subnet-service-types 2026-08-11 08:54:43.426 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: subnet_allocation 2026-08-11 08:54:43.429 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 08:54:43.429 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: tag-creation 2026-08-11 08:54:43.430 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 08:54:43.434 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 08:54:43.434 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 08:54:43.435 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: trunk 2026-08-11 08:54:43.435 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: trunk-details 2026-08-11 08:54:43.436 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 08:54:43.437 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 08:54:43.437 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 08:54:43.438 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 08:54:43.440 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 08:54:43.440 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 08:54:43.441 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: vpn-flavors 2026-08-11 08:54:43.443 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: vpnaas 2026-08-11 08:54:43.444 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: taas 2026-08-11 08:54:43.445 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: tap-mirror 2026-08-11 08:54:43.449 8 INFO neutron.api.extensions [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 08:54:43.454 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 08:54:43.454 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 08:54:43.455 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.455 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 08:54:43.460 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:54:43.461 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:54:43.465 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:54:43.466 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:54:43.466 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:54:43.467 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.467 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.468 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.468 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.468 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:54:43.469 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.469 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.469 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:54:43.470 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:54:43.470 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:54:43.471 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.471 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ipsecpolicy is already registered 2026-08-11 08:54:43.471 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.471 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ikepolicy is already registered 2026-08-11 08:54:43.476 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:54:43.476 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] router is already registered 2026-08-11 08:54:43.477 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:54:43.477 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] floatingip is already registered 2026-08-11 08:54:43.478 7 INFO neutron_vpnaas.services.vpn.plugin [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 08:54:43.478 7 INFO neutron.common.utils [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 08:54:43.479 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: taas 2026-08-11 08:54:43.480 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:54:43.481 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] rbac_policy is already registered 2026-08-11 08:54:43.481 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:54:43.481 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] security_group is already registered 2026-08-11 08:54:43.482 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:54:43.482 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] security_group_rule is already registered 2026-08-11 08:54:43.483 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.483 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.483 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.483 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.484 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:54:43.484 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] trunk is already registered 2026-08-11 08:54:43.484 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.485 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ikepolicy is already registered 2026-08-11 08:54:43.485 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.485 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ipsecpolicy is already registered 2026-08-11 08:54:43.486 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:54:43.486 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] endpoint_group is already registered 2026-08-11 08:54:43.486 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:54:43.486 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] vpnservice is already registered 2026-08-11 08:54:43.487 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:54:43.487 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ipsec_site_connection is already registered 2026-08-11 08:54:43.487 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.487 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ipsecpolicy is already registered 2026-08-11 08:54:43.488 8 INFO neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.488 8 WARNING neutron.quota.resource_registry [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] ikepolicy is already registered 2026-08-11 08:54:43.503 7 WARNING stevedore.named [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:54:43.503 7 WARNING stevedore.named [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:54:43.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:54:43.525 8 WARNING keystonemiddleware._common.config [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 08:54:43.525 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: tapmirror 2026-08-11 08:54:43.532 8 WARNING oslo_config.cfg [None req-1679535f-ed91-4446-abfc-6175c0ef8add - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f209b523668 pid: 8 (default app) 2026-08-11 08:54:43.539 7 WARNING stevedore.named [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:54:43.540 7 WARNING stevedore.named [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:54:43.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:54:43.556 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: auto_allocate 2026-08-11 08:54:43.566 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: tag 2026-08-11 08:54:43.574 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: timestamp 2026-08-11 08:54:43.577 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 08:54:43.581 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: flavors 2026-08-11 08:54:43.585 7 INFO neutron.manager [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loading Plugin: revisions 2026-08-11 08:54:43.588 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Initializing extension manager. 2026-08-11 08:54:43.589 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: address-group 2026-08-11 08:54:43.591 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: address-scope 2026-08-11 08:54:43.592 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 08:54:43.593 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: agent 2026-08-11 08:54:43.593 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 08:54:43.594 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 08:54:43.595 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 08:54:43.596 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: availability_zone 2026-08-11 08:54:43.596 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 08:54:43.597 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 08:54:43.597 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: default-subnetpools 2026-08-11 08:54:43.599 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 08:54:43.599 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: dns-integration 2026-08-11 08:54:43.600 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 08:54:43.600 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 08:54:43.601 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: dvr 2026-08-11 08:54:43.602 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 08:54:43.602 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 08:54:43.603 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:54:43.604 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 08:54:43.604 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: external-net 2026-08-11 08:54:43.605 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 08:54:43.605 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: extraroute 2026-08-11 08:54:43.606 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 08:54:43.607 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 08:54:43.608 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 08:54:43.608 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 08:54:43.609 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 08:54:43.609 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: fip-port-details 2026-08-11 08:54:43.610 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: flavors 2026-08-11 08:54:43.611 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 08:54:43.612 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: floatingip-pools 2026-08-11 08:54:43.613 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: ip_allocation 2026-08-11 08:54:43.613 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 08:54:43.614 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: l2_adjacency 2026-08-11 08:54:43.615 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: router 2026-08-11 08:54:43.617 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:54:43.617 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 08:54:43.618 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 08:54:43.619 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 08:54:43.619 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: l3-ha 2026-08-11 08:54:43.619 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:54:43.620 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 08:54:43.621 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: l3-flavors 2026-08-11 08:54:43.621 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:54:43.622 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 08:54:43.624 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 08:54:43.626 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 08:54:43.627 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 08:54:43.628 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 08:54:43.629 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 08:54:43.630 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: multi-provider 2026-08-11 08:54:43.630 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: net-mtu 2026-08-11 08:54:43.631 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 08:54:43.632 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: network_availability_zone 2026-08-11 08:54:43.632 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: network_ha 2026-08-11 08:54:43.634 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: network-ip-availability 2026-08-11 08:54:43.635 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 08:54:43.636 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: pagination 2026-08-11 08:54:43.636 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-device-profile 2026-08-11 08:54:43.637 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 08:54:43.637 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 08:54:43.638 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 08:54:43.639 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-mac-override 2026-08-11 08:54:43.639 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 08:54:43.640 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 08:54:43.641 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 08:54:43.641 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-resource-request 2026-08-11 08:54:43.642 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 08:54:43.643 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 08:54:43.643 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: binding 2026-08-11 08:54:43.644 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: binding-extended 2026-08-11 08:54:43.645 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-security 2026-08-11 08:54:43.645 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: project-id 2026-08-11 08:54:43.646 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: provider 2026-08-11 08:54:43.646 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 08:54:43.648 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos 2026-08-11 08:54:43.649 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 08:54:43.650 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 08:54:43.650 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-default 2026-08-11 08:54:43.651 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-fip 2026-08-11 08:54:43.651 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 08:54:43.652 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 08:54:43.652 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 08:54:43.653 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 08:54:43.653 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 08:54:43.654 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-pps 2026-08-11 08:54:43.655 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 08:54:43.655 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 08:54:43.656 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 08:54:43.656 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: quota-check-limit 2026-08-11 08:54:43.657 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 08:54:43.660 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: quotas 2026-08-11 08:54:43.661 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: quota_details 2026-08-11 08:54:43.662 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: rbac-policies 2026-08-11 08:54:43.663 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: rbac-address-group 2026-08-11 08:54:43.664 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 08:54:43.664 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 08:54:43.665 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 08:54:43.665 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: revision-if-match 2026-08-11 08:54:43.666 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 08:54:43.667 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: router_availability_zone 2026-08-11 08:54:43.667 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 08:54:43.669 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 08:54:43.669 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 08:54:43.670 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 08:54:43.670 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 08:54:43.671 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 08:54:43.671 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 08:54:43.679 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: security-group 2026-08-11 08:54:43.680 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: segment 2026-08-11 08:54:43.680 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 08:54:43.681 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: service-type 2026-08-11 08:54:43.681 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: sorting 2026-08-11 08:54:43.682 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 08:54:43.683 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: standard-attr-description 2026-08-11 08:54:43.683 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: stateful-security-group 2026-08-11 08:54:43.684 7 WARNING neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 08:54:43.684 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 08:54:43.685 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: subnet-external-network 2026-08-11 08:54:43.685 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: subnet_onboard 2026-08-11 08:54:43.686 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 08:54:43.686 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: subnet-service-types 2026-08-11 08:54:43.687 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: subnet_allocation 2026-08-11 08:54:43.688 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 08:54:43.688 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: tag-creation 2026-08-11 08:54:43.689 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 08:54:43.693 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 08:54:43.693 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 08:54:43.694 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: trunk 2026-08-11 08:54:43.695 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: trunk-details 2026-08-11 08:54:43.695 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 08:54:43.695 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 08:54:43.696 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 08:54:43.697 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 08:54:43.699 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 08:54:43.700 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 08:54:43.701 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: vpn-flavors 2026-08-11 08:54:43.703 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: vpnaas 2026-08-11 08:54:43.704 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: taas 2026-08-11 08:54:43.706 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: tap-mirror 2026-08-11 08:54:43.706 7 INFO neutron.api.extensions [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 08:54:43.709 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 08:54:43.709 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 08:54:43.710 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.710 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 08:54:43.714 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:54:43.714 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:54:43.719 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:54:43.720 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:54:43.720 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:54:43.721 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.721 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.722 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.722 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.722 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:54:43.723 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.723 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.723 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:54:43.724 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:54:43.724 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:54:43.725 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.725 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ipsecpolicy is already registered 2026-08-11 08:54:43.725 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.725 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ikepolicy is already registered 2026-08-11 08:54:43.730 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:54:43.730 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] router is already registered 2026-08-11 08:54:43.731 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:54:43.731 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] floatingip is already registered 2026-08-11 08:54:43.735 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:54:43.735 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] rbac_policy is already registered 2026-08-11 08:54:43.735 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:54:43.735 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] security_group is already registered 2026-08-11 08:54:43.736 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:54:43.736 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] security_group_rule is already registered 2026-08-11 08:54:43.737 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.737 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.737 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:54:43.738 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] subnetpool is already registered 2026-08-11 08:54:43.738 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:54:43.738 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] trunk is already registered 2026-08-11 08:54:43.739 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.739 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ikepolicy is already registered 2026-08-11 08:54:43.739 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.739 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ipsecpolicy is already registered 2026-08-11 08:54:43.740 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:54:43.740 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] endpoint_group is already registered 2026-08-11 08:54:43.740 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:54:43.740 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] vpnservice is already registered 2026-08-11 08:54:43.741 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:54:43.741 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ipsec_site_connection is already registered 2026-08-11 08:54:43.741 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:54:43.741 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ipsecpolicy is already registered 2026-08-11 08:54:43.742 7 INFO neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:54:43.742 7 WARNING neutron.quota.resource_registry [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] ikepolicy is already registered 2026-08-11 08:54:43.781 7 WARNING keystonemiddleware._common.config [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 08:54:43.788 7 WARNING oslo_config.cfg [None req-29911954-dcf8-4692-ad70-3d96adae5daf - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f209b523668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 08:54:47.985 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2014003-354d-4265-951a-19fc3a337438 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 08:54:47 2026] GET /v2.0/networks/public => generated 108 bytes in 819 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: 1/4] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 08:54:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:54:48.741 8 WARNING neutron.services.revisions.revision_plugin [None req-3d0d4d0d-af2b-40ab-a9b1-e015c0f7426f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:54:48.775 8 INFO neutron.db.segments_db [None req-3d0d4d0d-af2b-40ab-a9b1-e015c0f7426f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment f2f06507-ae7f-495f-a4ef-83cc369d3db5 of type flat for network d59a1e1f-9b6e-461e-9369-dac416d71b23 2026-08-11 08:54:48.820 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d0d4d0d-af2b-40ab-a9b1-e015c0f7426f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.202 () {48 vars in 968 bytes} [Tue Aug 11 08:54:48 2026] POST /v2.0/networks => generated 124 bytes in 497 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:54:54.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad432924-842c-4c04-b69e-82d956a7fa6f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 08:54:54 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 08:54:54 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-08-11 08:54:54.797 8 WARNING neutron.services.revisions.revision_plugin [None req-ea9e6f70-50d4-4eab-859c-39d29814f5d6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:54:54.811 8 INFO neutron.db.segments_db [None req-ea9e6f70-50d4-4eab-859c-39d29814f5d6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 5aa4d145-dbeb-4f94-a560-c98bb54792da of type flat for network 49a0076a-c749-4d91-b422-9e12bb6968e2 2026-08-11 08:54:54.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea9e6f70-50d4-4eab-859c-39d29814f5d6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.202 () {48 vars in 968 bytes} [Tue Aug 11 08:54:54 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:55:01.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1db5303-33a3-446e-9338-a490a3334120 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 08:55:00 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: 8|app: 0|req: 7/11] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 08:55:01 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-08-11 08:55:01.354 7 WARNING neutron.services.revisions.revision_plugin [None req-a73ee5dd-9bcd-4058-abf3-683786316b22 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:55:01.384 7 INFO neutron.db.segments_db [None req-a73ee5dd-9bcd-4058-abf3-683786316b22 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment e4c74f15-5095-4b59-a9f1-636af6de5804 of type flat for network 86f7d95c-6659-4000-9598-73e54df52f84 2026-08-11 08:55:01.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a73ee5dd-9bcd-4058-abf3-683786316b22 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.202 () {48 vars in 968 bytes} [Tue Aug 11 08:55:01 2026] POST /v2.0/networks => generated 124 bytes in 341 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:55:07.365 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7b30b19-318b-442c-b4f6-9ad1cd151ed7 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 08:55:07 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 08:55:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:55:07.456 7 WARNING neutron.services.revisions.revision_plugin [None req-df7fa2bf-0d39-4e1b-87a5-5014e0f3639f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:55:07.477 7 INFO neutron.db.segments_db [None req-df7fa2bf-0d39-4e1b-87a5-5014e0f3639f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 29e33cde-a736-43c3-a839-43b6b1ec482e of type flat for network fba0939d-b4e3-457e-9cc4-ba377b0341f5 2026-08-11 08:55:07.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df7fa2bf-0d39-4e1b-87a5-5014e0f3639f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.202 () {48 vars in 968 bytes} [Tue Aug 11 08:55:07 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:55:13.375 8 INFO neutron.pecan_wsgi.hooks.translation [None req-918eaf14-8248-45c6-9b63-7da57eaec470 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 08:55:13 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 08:55:13 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-08-11 08:55:13.445 8 WARNING neutron.services.revisions.revision_plugin [None req-88339e71-5d55-4525-acc2-5eb053e47a04 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:55:13.466 8 INFO neutron.db.segments_db [None req-88339e71-5d55-4525-acc2-5eb053e47a04 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 69818225-4859-4f13-99a7-f74c10e95ae7 of type flat for network af5fe340-310e-466c-83c3-074f319452b8 [pid: 8|app: 0|req: 11/19] 199.19.213.202 () {48 vars in 968 bytes} [Tue Aug 11 08:55:13 2026] POST /v2.0/networks => generated 706 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 08:55:14.777 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1b091de-d244-44d0-88ac-4d819be2604b cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 08:55:14 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 08:55:14 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 08:55:14.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e764faca-f510-4b3e-a997-febad356d722 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.19.213.202 () {44 vars in 1035 bytes} [Tue Aug 11 08:55:14 2026] GET /v2.0/subnets/public-subnet?network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.19.213.202 () {44 vars in 1058 bytes} [Tue Aug 11 08:55:14 2026] GET /v2.0/subnets?name=public-subnet&network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.19.213.202 () {48 vars in 966 bytes} [Tue Aug 11 08:55:14 2026] POST /v2.0/subnets => generated 664 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:00:06.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4898216e-2630-4332-a2df-3025b76f88e4 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/64] 199.19.213.202 () {44 vars in 938 bytes} [Tue Aug 11 09:00:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.19.213.202 () {44 vars in 960 bytes} [Tue Aug 11 09:00:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:00:06.757 8 INFO neutron.db.segments_db [None req-70ff89ed-6650-4a93-a381-929aef3ec110 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 5ff4037e-a299-4aea-bb2f-04dd8ed8b51a of type vxlan for network 0a0ab8ed-2c80-446f-a71f-f9b6489f992a [pid: 8|app: 0|req: 35/66] 199.19.213.202 () {48 vars in 967 bytes} [Tue Aug 11 09:00:06 2026] POST /v2.0/networks => generated 688 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:00:07.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-631836a9-6c20-41e3-9231-13e3695be7cc cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.19.213.202 () {44 vars in 938 bytes} [Tue Aug 11 09:00:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.19.213.202 () {44 vars in 960 bytes} [Tue Aug 11 09:00:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:00:07.824 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e666248-d7e6-48eb-a16b-c3a34df734e4 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.19.213.202 () {44 vars in 1037 bytes} [Tue Aug 11 09:00:07 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.19.213.202 () {44 vars in 1060 bytes} [Tue Aug 11 09:00:07 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.19.213.202 () {48 vars in 966 bytes} [Tue Aug 11 09:00:07 2026] POST /v2.0/subnets => generated 651 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:00:09.269 8 INFO neutron.api.v2.resource [None req-a2c69d2b-0b71-4148-b09a-e496600b0cd7 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.19.213.202 () {44 vars in 972 bytes} [Tue Aug 11 09:00:09 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.202 () {44 vars in 994 bytes} [Tue Aug 11 09:00:09 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.19.213.202 () {48 vars in 981 bytes} [Tue Aug 11 09:00:09 2026] POST /v2.0/security-groups => generated 1616 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:10 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 1616 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:10 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:10 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:11 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 2230 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:11 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:11 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:12 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:12 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:12 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:13 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:13 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:13 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:14 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:14 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:14 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.202 () {44 vars in 988 bytes} [Tue Aug 11 09:00:16 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:00:16.137 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30507e5d-36cd-4ada-ab81-cd6b2aa2f882 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/96] 199.19.213.202 () {44 vars in 1077 bytes} [Tue Aug 11 09:00:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.202 () {44 vars in 1100 bytes} [Tue Aug 11 09:00:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:16 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.202 () {48 vars in 962 bytes} [Tue Aug 11 09:00:16 2026] POST /v2.0/ports => generated 1100 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:00:24.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc32edea-570b-464b-88fe-c3199f772c6b cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.19.213.202 () {44 vars in 980 bytes} [Tue Aug 11 09:00:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 59 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: 50/103] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.19.213.202 () {48 vars in 1032 bytes} [Tue Aug 11 09:00:24 2026] PUT /v2.0/ports/80ea7d29-71db-4312-a9e3-0a26447c876e => generated 1249 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.19.213.202 () {44 vars in 921 bytes} [Tue Aug 11 09:00:26 2026] GET /v2.0/ports => generated 3730 bytes in 99 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-08-11 09:00:27.756 8 INFO neutron.api.v2.resource [None req-bf825cb4-aa67-46f3-b1d2-958a8a16bdfb cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.19.213.202 () {44 vars in 960 bytes} [Tue Aug 11 09:00:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.19.213.202 () {44 vars in 982 bytes} [Tue Aug 11 09:00:27 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: 56/108] 199.19.213.202 () {48 vars in 981 bytes} [Tue Aug 11 09:00:27 2026] POST /v2.0/security-groups => generated 1610 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:28 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:28 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:28 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:28 2026] POST /v2.0/security-group-rules => generated 623 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:29 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:29 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:00:29 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:00:29 2026] POST /v2.0/security-group-rules => generated 627 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/129] 199.19.213.202 () {44 vars in 976 bytes} [Tue Aug 11 09:01:55 2026] GET /v2.0/quotas/a463e4225dd94d9eb97ebe887b7e166f => 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: 67/130] 199.19.213.202 () {48 vars in 1028 bytes} [Tue Aug 11 09:01:56 2026] PUT /v2.0/quotas/a463e4225dd94d9eb97ebe887b7e166f => generated 291 bytes in 41 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-08-11 09:04:17.206 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e617fb6e-b639-4ddf-9968-dda603df8f5f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/149] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:04:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 199 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 73/150] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:04:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:04:19.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48863d2f-df5b-4281-82ce-166fcacbd75d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/151] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:04:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 74/152] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:04:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:11:02.802 8 INFO neutron.api.v2.resource [None req-91b2412e-497b-4666-ba44-430db8489e9c cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 106/207] 199.19.213.202 () {44 vars in 1075 bytes} [Tue Aug 11 09:11:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 139 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/208] 199.19.213.202 () {44 vars in 1098 bytes} [Tue Aug 11 09:11:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=504174ec03d94e6d9e32e66be54270d9 => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 199.19.213.202 () {48 vars in 982 bytes} [Tue Aug 11 09:11:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/210] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:04 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => 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: 108/211] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:11:04 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => 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: 104/212] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:04 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:11:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:05 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:11:05 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/216] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:05 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/217] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:11:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/220] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:06 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/221] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:11:06 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/222] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:06 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/223] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:11:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/224] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:07 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 3460 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/225] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:11:07 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/226] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:11:07 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/227] 199.19.213.202 () {48 vars in 992 bytes} [Tue Aug 11 09:11:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/246] 199.19.213.202 () {30 vars in 740 bytes} [Tue Aug 11 09:13:26 2026] GET /v2.0/networks?tenant_id=504174ec03d94e6d9e32e66be54270d9&shared=False => generated 15 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:13:26.751 8 INFO neutron.db.segments_db [None req-e264a75f-ab09-45d5-ab02-08a38694ffe5 63b5a34ab2c94273943dc66975471d8a 504174ec03d94e6d9e32e66be54270d9 - - 61366ee5a0e04cd4822e440707e135fd 61366ee5a0e04cd4822e440707e135fd] Added segment fef7a1fe-a478-4979-a06b-48476f226c32 of type vxlan for network 19e0cf74-3e80-4dba-8a06-b6f0ce0b1b41 [pid: 8|app: 0|req: 126/247] 199.19.213.202 () {34 vars in 682 bytes} [Tue Aug 11 09:13:26 2026] POST /v2.0/networks => generated 699 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/248] 199.19.213.202 () {30 vars in 722 bytes} [Tue Aug 11 09:13:26 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/249] 199.19.213.202 () {30 vars in 633 bytes} [Tue Aug 11 09:13:26 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/250] 199.19.213.202 () {34 vars in 677 bytes} [Tue Aug 11 09:13:26 2026] POST /v2.0/ports => generated 999 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/251] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:13:27 2026] GET /v2.0/networks/19e0cf74-3e80-4dba-8a06-b6f0ce0b1b41 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/252] 199.19.213.202 () {30 vars in 722 bytes} [Tue Aug 11 09:13:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/253] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:13:29 2026] GET /v2.0/networks/19e0cf74-3e80-4dba-8a06-b6f0ce0b1b41 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/258] 199.19.213.202 () {44 vars in 976 bytes} [Tue Aug 11 09:13:54 2026] GET /v2.0/quotas/504174ec03d94e6d9e32e66be54270d9 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/259] 199.19.213.202 () {48 vars in 1028 bytes} [Tue Aug 11 09:13:54 2026] PUT /v2.0/quotas/504174ec03d94e6d9e32e66be54270d9 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:10.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdebe890-4cb9-4f30-b6c2-6efc73ae10b5 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/358] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 09:26:10 2026] GET /v2.0/networks/public => generated 108 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/359] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 09:26:10 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:11.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddc9fa47-07a3-40a6-b2c0-acb331b8ff48 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/360] 199.19.213.202 () {44 vars in 928 bytes} [Tue Aug 11 09:26:11 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/361] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 09:26:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:11.496 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9946f97-5c67-4dee-b3c8-b378e748463f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/362] 199.19.213.202 () {44 vars in 1035 bytes} [Tue Aug 11 09:26:11 2026] GET /v2.0/subnets/public-subnet?network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/363] 199.19.213.202 () {44 vars in 1058 bytes} [Tue Aug 11 09:26:11 2026] GET /v2.0/subnets?name=public-subnet&network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:38.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08c3fbe2-c703-40b9-aed6-70cf8f5bd767 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/368] 199.19.213.202 () {44 vars in 938 bytes} [Tue Aug 11 09:26:38 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 199.19.213.202 () {44 vars in 960 bytes} [Tue Aug 11 09:26:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:39.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4da0dc6a-b9c2-4e00-9d9e-18fae0c07ba2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/370] 199.19.213.202 () {44 vars in 938 bytes} [Tue Aug 11 09:26:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/371] 199.19.213.202 () {44 vars in 960 bytes} [Tue Aug 11 09:26:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:39.970 7 INFO neutron.pecan_wsgi.hooks.translation [None req-417f3d56-d33d-43fd-86ad-ed9a122c6902 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/372] 199.19.213.202 () {44 vars in 1037 bytes} [Tue Aug 11 09:26:39 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 199.19.213.202 () {44 vars in 1060 bytes} [Tue Aug 11 09:26:39 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:41.132 7 INFO neutron.api.v2.resource [None req-20393283-1535-4e40-a7e6-867e111064e3 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/374] 199.19.213.202 () {44 vars in 972 bytes} [Tue Aug 11 09:26:41 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/375] 199.19.213.202 () {44 vars in 994 bytes} [Tue Aug 11 09:26:41 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: 7|app: 0|req: 186/376] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => 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: 191/377] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:42 2026] GET /v2.0/security-group-rules/cecc7978-316f-4917-9a98-4957f34d224c => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:43 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:43 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:43 2026] GET /v2.0/security-group-rules/ffcbaa9f-88fc-4682-a12d-ce4e78b5587f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:44 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:44 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:44 2026] GET /v2.0/security-group-rules/871a2365-7ddc-4f08-80e6-db15efa6186d => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/385] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:45 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => 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: 191/386] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:45 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/387] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:45 2026] GET /v2.0/security-group-rules/2495098d-716d-4e84-8776-874b9ba5f3fa => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/388] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/389] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:46 2026] GET /v2.0/security-group-rules/682eb4ee-e3ee-4d40-9789-a9a96886debe => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 199.19.213.202 () {44 vars in 988 bytes} [Tue Aug 11 09:26:47 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:26:47.550 7 INFO neutron.pecan_wsgi.hooks.translation [None req-342e3628-0842-4795-bf67-7166a8625003 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/392] 199.19.213.202 () {44 vars in 1077 bytes} [Tue Aug 11 09:26:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/393] 199.19.213.202 () {44 vars in 1100 bytes} [Tue Aug 11 09:26:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 1254 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/394] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:47 2026] GET /v2.0/security-groups/0bcb4a0c-5839-42e0-9447-b17c7021213f => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:55.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61f44e2f-2f9d-4912-ba15-9adea4508f99 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/397] 199.19.213.202 () {44 vars in 980 bytes} [Tue Aug 11 09:26:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/398] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/399] 199.19.213.202 () {44 vars in 921 bytes} [Tue Aug 11 09:26:56 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:26:57.892 8 INFO neutron.api.v2.resource [None req-82599490-7be7-41de-9359-a2c3e246e696 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/400] 199.19.213.202 () {44 vars in 960 bytes} [Tue Aug 11 09:26:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/401] 199.19.213.202 () {44 vars in 982 bytes} [Tue Aug 11 09:26:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:58 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/403] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:58 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2886 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:58 2026] GET /v2.0/security-group-rules/a64655a7-13fb-453a-8f64-3763137ba186 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/405] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:59 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/406] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:26:59 2026] GET /v2.0/security-groups/1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/407] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:26:59 2026] GET /v2.0/security-group-rules/fbd1c0ca-9bc6-4bee-81ba-b169deff9c82 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/410] 199.19.213.202 () {44 vars in 976 bytes} [Tue Aug 11 09:27:12 2026] GET /v2.0/quotas/a463e4225dd94d9eb97ebe887b7e166f => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:28:07.216 8 INFO neutron.api.v2.resource [None req-dde273fe-d309-4302-ae66-231bb0229695 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 212/419] 199.19.213.202 () {44 vars in 1075 bytes} [Tue Aug 11 09:28:07 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/420] 199.19.213.202 () {44 vars in 1098 bytes} [Tue Aug 11 09:28:07 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=504174ec03d94e6d9e32e66be54270d9 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/421] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:28:08 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/422] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:28:08 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/423] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:28:08 2026] GET /v2.0/security-group-rules/58e39bff-0174-4116-813d-1d1ea96596ae => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/424] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:28:09 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:28:09 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/426] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:28:09 2026] GET /v2.0/security-group-rules/f08a5b78-4b59-4569-9340-da321857eef8 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/427] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:28:10 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/428] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:28:10 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/429] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:28:10 2026] GET /v2.0/security-group-rules/e84c7dc3-49a7-4a96-9309-c2d361398b7f => 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/430] 199.19.213.202 () {44 vars in 1089 bytes} [Tue Aug 11 09:28:11 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396?project_id=504174ec03d94e6d9e32e66be54270d9 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/431] 199.19.213.202 () {44 vars in 1002 bytes} [Tue Aug 11 09:28:11 2026] GET /v2.0/security-groups/f826a5e2-ca7b-42b9-acbb-b24c92f59396 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 199.19.213.202 () {44 vars in 1012 bytes} [Tue Aug 11 09:28:11 2026] GET /v2.0/security-group-rules/8419cfb7-690d-4a2c-8d09-5d0d4c331c99 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/433] 199.19.213.202 () {44 vars in 976 bytes} [Tue Aug 11 09:28:18 2026] GET /v2.0/quotas/504174ec03d94e6d9e32e66be54270d9 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/442] 199.19.213.202 () {44 vars in 950 bytes} [Tue Aug 11 09:29:10 2026] GET /v2.0/networks?name=public => generated 753 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/447] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:29:50 2026] GET /v2.0/networks => generated 2168 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/450] 10.0.0.1 () {32 vars in 653 bytes} [Tue Aug 11 09:29:51 2026] GET /v2.0/floatingips => 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: 229/451] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:29:51 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/452] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:29:51 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:29:52 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/454] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:29:52 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/455] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:29:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/456] 10.0.0.1 () {32 vars in 653 bytes} [Tue Aug 11 09:29:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:03.399 8 INFO neutron.db.segments_db [None req-85b69700-3719-40b7-aa78-ecd508af1016 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 211dbbe3-0ca3-4c5f-a3da-5c89c27526be of type vxlan for network 3a6b1576-0b93-4bad-b4f5-593205970008 2026-08-11 09:30:03.465 7 INFO neutron.db.segments_db [None req-f2f1535e-a3bf-4fb2-b418-153bda1eb36d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 90ac4c5b-2247-4d70-a737-b3b378818e49 of type vxlan for network da92c477-98fc-45b0-93d6-382a6db470f7 [pid: 8|app: 0|req: 232/457] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/networks => generated 719 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/458] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/networks => generated 728 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:03.628 8 INFO neutron.db.segments_db [None req-74cb2e5d-79ae-4716-9769-e75b7712da03 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 1b9a383f-e1da-4915-8ae5-80920a49f4cc of type vxlan for network 381e0603-0b0d-47a8-b8d7-49fcabb1262e [pid: 7|app: 0|req: 227/459] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/subnets => generated 685 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/networks => generated 725 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:03.748 8 INFO neutron.db.segments_db [None req-fe3e6fcf-3b7f-45bc-aa9a-984d10907ee6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 6eeae183-437b-4107-a7ea-3d6f0cc88c3f of type vxlan for network 4924a922-5d31-46d4-a1f8-5606ff80fc03 [pid: 7|app: 0|req: 228/461] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/subnets => generated 695 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:03.998 8 INFO neutron.db.l3_hamode_db [None req-fe3e6fcf-3b7f-45bc-aa9a-984d10907ee6 cbe2295efac748329f8bf1cee02a66b6 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - 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.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/subnets => generated 691 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:04.165 7 INFO neutron.db.segments_db [None req-eae21f42-23b5-48b9-9b4c-22924d2291dd cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf of type vxlan for network 1b71e753-74e6-4cab-89fb-6d8523815c64 2026-08-11 09:30:04.456 7 INFO neutron.db.l3_hamode_db [None req-eae21f42-23b5-48b9-9b4c-22924d2291dd cbe2295efac748329f8bf1cee02a66b6 485a84b090624923a6a134ae7c4cb619 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:04.853 8 INFO neutron.db.l3_hamode_db [None req-fe3e6fcf-3b7f-45bc-aa9a-984d10907ee6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:05.423 7 INFO neutron.db.l3_hamode_db [None req-eae21f42-23b5-48b9-9b4c-22924d2291dd cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/463] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:03 2026] POST /v2.0/routers => generated 725 bytes in 2410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:06.170 8 INFO neutron.db.segments_db [None req-206e48e4-d4fd-4c25-aac4-d025da9190d8 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 8454d529-9abf-4a7f-bb65-37adeec8a767 of type vxlan for network 34e78716-176e-4b06-ac0c-daa08aace8ae 2026-08-11 09:30:06.462 8 INFO neutron.db.l3_hamode_db [None req-206e48e4-d4fd-4c25-aac4-d025da9190d8 cbe2295efac748329f8bf1cee02a66b6 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/464] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:04 2026] POST /v2.0/routers => generated 735 bytes in 2661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:06 2026] GET /v2.0/security-groups?tenant_id=144c24d3b9b8484d8a06b5bf16d080ce&name=default => generated 2923 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:07.315 8 INFO neutron.db.l3_hamode_db [None req-206e48e4-d4fd-4c25-aac4-d025da9190d8 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/466] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:06 2026] POST /v2.0/routers => generated 731 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/467] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:07 2026] PUT /v2.0/routers/58469b56-01fa-470b-862d-3b78d35d5d49/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/470] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:08 2026] DELETE /v2.0/security-groups/62aec861-c45d-4341-9752-c7ece48941ea => 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: 237/471] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:08 2026] PUT /v2.0/routers/687a8044-6e4a-4130-8989-1c4a5374be89/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:08 2026] PUT /v2.0/routers/9a481f28-d0c7-49de-9c2e-0c650ac4c772/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/473] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:30:09 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/474] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:30:09 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: 239/475] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:30:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:10.527 8 INFO neutron.db.segments_db [None req-499122f2-bc35-419a-9d11-f3065f5f493b cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 3938fa8c-3886-4ace-bf3f-9737e305f767 of type vxlan for network f1804c8a-eed3-4ddf-91f6-7ea965d4583c [pid: 7|app: 0|req: 237/476] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:30:09 2026] POST /v2.0/floatingips => generated 552 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:30:10 2026] POST /v2.0/networks => generated 732 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 10.0.0.181 () {38 vars in 971 bytes} [Tue Aug 11 09:30:10 2026] POST /v2.0/security-groups => generated 1680 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 10.0.0.181 () {38 vars in 971 bytes} [Tue Aug 11 09:30:10 2026] POST /v2.0/security-groups => generated 1685 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.181 () {38 vars in 971 bytes} [Tue Aug 11 09:30:10 2026] POST /v2.0/security-groups => generated 1681 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/481] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups/51d9ddf0-ee28-4483-856b-fa91311f9133 => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/482] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:10 2026] POST /v2.0/subnets => generated 699 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/483] 10.0.0.181 () {34 vars in 1098 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--857483149&fields=id&tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.181 () {38 vars in 981 bytes} [Tue Aug 11 09:30:11 2026] POST /v2.0/security-group-rules => generated 614 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:11.262 7 INFO neutron.db.segments_db [None req-db594ec5-a6ee-4f71-b64f-5310dafe9086 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 55c1e50a-5ade-4ac1-8e08-550cd8348350 of type vxlan for network 5f8954ca-ea09-4ab0-83e6-49a9544a2cf8 [pid: 8|app: 0|req: 245/485] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/networks?id=3a6b1576-0b93-4bad-b4f5-593205970008 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/486] 10.0.0.181 () {38 vars in 971 bytes} [Tue Aug 11 09:30:11 2026] POST /v2.0/security-groups => generated 1682 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/quotas/3feb5b4ef2af42c48f1b3c2e5fb06b0a => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:11.523 7 INFO neutron.db.l3_hamode_db [None req-db594ec5-a6ee-4f71-b64f-5310dafe9086 cbe2295efac748329f8bf1cee02a66b6 e54144cb9804408a89947c0ddd136568 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/488] 10.0.0.181 () {38 vars in 971 bytes} [Tue Aug 11 09:30:11 2026] POST /v2.0/security-groups => generated 1682 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/ports?tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/490] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups?tenant_id=20d85617f8d04cb0b0c1b303895b0cb9 => generated 7904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/491] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups/fbcae54e-6b61-4010-b3a8-899b3e4b2389 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/492] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups/fbcae54e-6b61-4010-b3a8-899b3e4b2389 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/493] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups/b211b785-3376-41d8-9284-4eab105e34e7 => generated 1682 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/494] 10.0.0.181 () {38 vars in 981 bytes} [Tue Aug 11 09:30:11 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: 255/495] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:11 2026] GET /v2.0/security-groups/5e481fd2-bc62-4e81-a61c-cb500f738cbd => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/496] 10.0.0.181 () {36 vars in 1013 bytes} [Tue Aug 11 09:30:12 2026] DELETE /v2.0/security-groups/5e481fd2-bc62-4e81-a61c-cb500f738cbd => 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: 257/497] 10.0.0.181 () {34 vars in 907 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/498] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/b211b785-3376-41d8-9284-4eab105e34e7 => generated 2307 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/499] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/500] 10.0.0.181 () {38 vars in 981 bytes} [Tue Aug 11 09:30:12 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:12.361 7 INFO neutron.db.l3_hamode_db [None req-db594ec5-a6ee-4f71-b64f-5310dafe9086 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 261/501] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:12.383 8 INFO neutron.api.v2.resource [req-05974518-1436-4f12-8216-af1cd31014dd req-f73168ab-031a-4bff-910f-a6824e49d113 15103344297449ebacc57eca69434685 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/502] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/5e481fd2-bc62-4e81-a61c-cb500f738cbd => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/503] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/b211b785-3376-41d8-9284-4eab105e34e7 => generated 2937 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/504] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/b54d0cc2-8029-4a64-8ccd-5524e337aed9 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/505] 10.0.0.181 () {36 vars in 1013 bytes} [Tue Aug 11 09:30:12 2026] DELETE /v2.0/security-groups/b54d0cc2-8029-4a64-8ccd-5524e337aed9 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/506] 10.0.0.181 () {34 vars in 1001 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-group-rules/453f0d5d-457c-4fd2-b251-a2d094ae7697 => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/507] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/b211b785-3376-41d8-9284-4eab105e34e7 => generated 2937 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/508] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/509] 10.0.0.181 () {36 vars in 1023 bytes} [Tue Aug 11 09:30:12 2026] DELETE /v2.0/security-group-rules/453f0d5d-457c-4fd2-b251-a2d094ae7697 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:12.779 8 INFO neutron.api.v2.resource [req-f0c44311-e180-4de6-a1eb-29b11313b445 req-6d59098b-2ba7-4a20-9607-7bdc1ea8d4b1 15103344297449ebacc57eca69434685 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/510] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/b54d0cc2-8029-4a64-8ccd-5524e337aed9 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/511] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/b211b785-3376-41d8-9284-4eab105e34e7 => generated 2307 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/512] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/bf5d88ee-246a-4ebc-ab5a-240e178fe209 => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/513] 10.0.0.181 () {36 vars in 1013 bytes} [Tue Aug 11 09:30:12 2026] DELETE /v2.0/security-groups/b211b785-3376-41d8-9284-4eab105e34e7 => 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: 274/514] 10.0.0.181 () {36 vars in 1013 bytes} [Tue Aug 11 09:30:12 2026] DELETE /v2.0/security-groups/bf5d88ee-246a-4ebc-ab5a-240e178fe209 => 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: 275/515] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:12 2026] GET /v2.0/security-groups/51d9ddf0-ee28-4483-856b-fa91311f9133 => generated 2310 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:13.031 8 INFO neutron.api.v2.resource [req-3aae94b4-2820-4c84-8780-5172598e54cc req-2c97941d-bee5-40b0-abac-5c30c4f903d7 15103344297449ebacc57eca69434685 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 276/516] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:13 2026] GET /v2.0/security-groups/bf5d88ee-246a-4ebc-ab5a-240e178fe209 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/517] 10.0.0.181 () {36 vars in 1013 bytes} [Tue Aug 11 09:30:13 2026] DELETE /v2.0/security-groups/51d9ddf0-ee28-4483-856b-fa91311f9133 => 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: 278/518] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:30:13 2026] GET /v2.0/security-groups?tenant_id=20d85617f8d04cb0b0c1b303895b0cb9 => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/519] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:11 2026] POST /v2.0/routers => generated 739 bytes in 2643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/520] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:13 2026] GET /v2.0/security-groups/fbcae54e-6b61-4010-b3a8-899b3e4b2389 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:13.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a0b71a4-9900-4ed0-9619-e02ae35750d9 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: a3228e37-2c3f-428e-8d95-8e5328cdbe28 2026-08-11 09:30:13.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a0b71a4-9900-4ed0-9619-e02ae35750d9 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: a3228e37-2c3f-428e-8d95-8e5328cdbe28 [pid: 7|app: 0|req: 243/521] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:13 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/522] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:13 2026] PUT /v2.0/routers/687a8044-6e4a-4130-8989-1c4a5374be89/remove_router_interface => generated 309 bytes in 1347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/523] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:14 2026] GET /v2.0/security-groups/fbcae54e-6b61-4010-b3a8-899b3e4b2389 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:14.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-736905fc-d6a8-4264-97c7-1b5b8abc8b3a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 2a50d1fd-5c92-4db2-b875-81a1f640e24d 2026-08-11 09:30:14.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-736905fc-d6a8-4264-97c7-1b5b8abc8b3a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 2a50d1fd-5c92-4db2-b875-81a1f640e24d 2026-08-11 09:30:14.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-736905fc-d6a8-4264-97c7-1b5b8abc8b3a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 0271f267-3c02-4def-8b4a-eb1e69adacab 2026-08-11 09:30:14.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-736905fc-d6a8-4264-97c7-1b5b8abc8b3a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 0271f267-3c02-4def-8b4a-eb1e69adacab 2026-08-11 09:30:15.057 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-736905fc-d6a8-4264-97c7-1b5b8abc8b3a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - 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() [pid: 7|app: 0|req: 244/524] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:13 2026] PUT /v2.0/routers/7806d65a-bb3e-4bb4-aa7c-df8e184d4de3/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:15.143 7 INFO neutron.api.v2.resource [req-d2cf0750-0e4c-4829-8c2d-81f337ec9870 req-470364e2-7f83-402f-985c-18453938c7da 15103344297449ebacc57eca69434685 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/525] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:15 2026] GET /v2.0/security-groups/bf5d88ee-246a-4ebc-ab5a-240e178fe209 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/526] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:15 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:15.196 7 INFO neutron.api.v2.resource [req-057f27c0-9bb9-46ac-af46-967322078dc9 req-c0a42208-8109-4376-9d5d-7137d320207a 15103344297449ebacc57eca69434685 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/527] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:15 2026] GET /v2.0/security-groups/b54d0cc2-8029-4a64-8ccd-5524e337aed9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:15.252 7 INFO neutron.api.v2.resource [req-49366a4b-ae30-4297-8779-f05ac4e1b1d1 req-402b322a-29db-464c-ada5-bd3f895321b9 15103344297449ebacc57eca69434685 20d85617f8d04cb0b0c1b303895b0cb9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 248/528] 10.0.0.181 () {34 vars in 991 bytes} [Tue Aug 11 09:30:15 2026] GET /v2.0/security-groups/5e481fd2-bc62-4e81-a61c-cb500f738cbd => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:15.459 8 INFO neutron.db.l3_hamode_db [None req-736905fc-d6a8-4264-97c7-1b5b8abc8b3a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 1b71e753-74e6-4cab-89fb-6d8523815c64 was deleted as no HA routers are present in tenant 485a84b090624923a6a134ae7c4cb619. [pid: 8|app: 0|req: 281/529] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:14 2026] DELETE /v2.0/routers/687a8044-6e4a-4130-8989-1c4a5374be89 => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/530] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:15 2026] DELETE /v2.0/subnets/4f4373c6-a22f-4a0b-b46a-4d55823ecb4a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:15.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d518c84-fbee-4449-a9be-9747fb914448 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: e2af1b55-d8f2-4d98-a0d2-385990ac27ca 2026-08-11 09:30:15.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d518c84-fbee-4449-a9be-9747fb914448 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: e2af1b55-d8f2-4d98-a0d2-385990ac27ca [pid: 8|app: 0|req: 283/531] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:30:15 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:30:15.792 8 INFO neutron.services.segments.plugin [-] Segment 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf resource provider aggregate not found 2026-08-11 09:30:15.810 8 INFO neutron.services.segments.plugin [-] Segment 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf resource provider aggregate not found 2026-08-11 09:30:15.815 8 INFO neutron.services.segments.plugin [-] Segment 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf found for delete ", "request_id": "req-fa238d63-296e-42eb-82b5-a8b6d24cfdfd"}]} 2026-08-11 09:30:15.833 8 INFO neutron.services.segments.plugin [-] Segment 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9df9ad-811e-4c09-8dd3-ab6a248cbbdf found for delete ", "request_id": "req-e25d9821-6d24-4ee2-a82f-3f9034c5d000"}]} 2026-08-11 09:30:15.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d88a2c5-9732-4ffa-a422-a287991dee6a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: da2875a2-18c0-4bc4-8d70-6e7fa9295502 2026-08-11 09:30:15.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d88a2c5-9732-4ffa-a422-a287991dee6a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: da2875a2-18c0-4bc4-8d70-6e7fa9295502 [pid: 8|app: 0|req: 284/532] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:15 2026] DELETE /v2.0/networks/da92c477-98fc-45b0-93d6-382a6db470f7 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/533] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:30:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/534] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:15 2026] PUT /v2.0/routers/9a481f28-d0c7-49de-9c2e-0c650ac4c772/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/535] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:30:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/536] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 287/537] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:16 2026] GET /v2.0/security-groups?tenant_id=485a84b090624923a6a134ae7c4cb619&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:16.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd832155-30b5-409f-aec6-41dc6a327f0d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: e1e139db-a1b9-4e1e-b80a-2c861d9fa556 2026-08-11 09:30:16.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd832155-30b5-409f-aec6-41dc6a327f0d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: e1e139db-a1b9-4e1e-b80a-2c861d9fa556 2026-08-11 09:30:16.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd832155-30b5-409f-aec6-41dc6a327f0d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: cab81da4-4db4-4a91-a5bd-96fa35bf8771 2026-08-11 09:30:16.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd832155-30b5-409f-aec6-41dc6a327f0d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: cab81da4-4db4-4a91-a5bd-96fa35bf8771 2026-08-11 09:30:16.851 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-dd832155-30b5-409f-aec6-41dc6a327f0d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - 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() [pid: 8|app: 0|req: 288/538] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:30:16 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/539] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:16 2026] DELETE /v2.0/security-groups/1a35171d-d115-4794-99da-416aba1a62d9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:17.202 7 INFO neutron.db.l3_hamode_db [None req-dd832155-30b5-409f-aec6-41dc6a327f0d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 34e78716-176e-4b06-ac0c-daa08aace8ae was deleted as no HA routers are present in tenant 20d85617f8d04cb0b0c1b303895b0cb9. [pid: 7|app: 0|req: 251/540] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:16 2026] DELETE /v2.0/routers/9a481f28-d0c7-49de-9c2e-0c650ac4c772 => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/541] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:17 2026] DELETE /v2.0/subnets/5584795e-7b41-44b0-93b0-5305bcbc4ac2 => 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: 252/542] 10.0.0.181 () {34 vars in 1098 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--841027844&fields=id&tenant_id=e54144cb9804408a89947c0ddd136568 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/543] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:17.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-be8a871a-035a-4ede-8bb7-f00c8fa5c8be cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: d36dab2a-da94-4e46-90dc-82d3f279a9a2 2026-08-11 09:30:17.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be8a871a-035a-4ede-8bb7-f00c8fa5c8be cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: d36dab2a-da94-4e46-90dc-82d3f279a9a2 [pid: 7|app: 0|req: 254/544] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/545] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/networks?id=3a6b1576-0b93-4bad-b4f5-593205970008 => generated 670 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:17.729 7 INFO neutron.services.segments.plugin [-] Segment 8454d529-9abf-4a7f-bb65-37adeec8a767 resource provider aggregate not found [pid: 7|app: 0|req: 256/546] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/quotas/e54144cb9804408a89947c0ddd136568 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:17.754 7 INFO neutron.services.segments.plugin [-] Segment 8454d529-9abf-4a7f-bb65-37adeec8a767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8454d529-9abf-4a7f-bb65-37adeec8a767 found for delete ", "request_id": "req-e6e2754a-7efc-48f7-914a-d18907c59474"}]} [pid: 7|app: 0|req: 257/547] 199.19.213.202 () {34 vars in 911 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/548] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:17 2026] DELETE /v2.0/networks/381e0603-0b0d-47a8-b8d7-49fcabb1262e => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:17.817 7 INFO neutron.services.segments.plugin [-] Segment 8454d529-9abf-4a7f-bb65-37adeec8a767 resource provider aggregate not found [pid: 8|app: 0|req: 292/549] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:17.841 8 INFO neutron.services.segments.plugin [-] Segment 90ac4c5b-2247-4d70-a737-b3b378818e49 resource provider aggregate not found 2026-08-11 09:30:17.841 7 INFO neutron.services.segments.plugin [-] Segment 8454d529-9abf-4a7f-bb65-37adeec8a767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8454d529-9abf-4a7f-bb65-37adeec8a767 found for delete ", "request_id": "req-724b21fb-c1c1-45f3-9fcf-7d4ac7e55551"}]} 2026-08-11 09:30:17.856 8 INFO neutron.services.segments.plugin [-] Segment 90ac4c5b-2247-4d70-a737-b3b378818e49 resource provider aggregate not found 2026-08-11 09:30:17.861 8 INFO neutron.services.segments.plugin [-] Segment 90ac4c5b-2247-4d70-a737-b3b378818e49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ac4c5b-2247-4d70-a737-b3b378818e49 found for delete ", "request_id": "req-aa6f901d-e827-4373-9900-25418ec62bcd"}]} [pid: 7|app: 0|req: 258/550] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&fields=id => generated 57 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:17.884 8 INFO neutron.services.segments.plugin [-] Segment 1b9a383f-e1da-4915-8ae5-80920a49f4cc resource provider aggregate not found 2026-08-11 09:30:17.885 8 INFO neutron.services.segments.plugin [-] Segment 90ac4c5b-2247-4d70-a737-b3b378818e49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ac4c5b-2247-4d70-a737-b3b378818e49 found for delete ", "request_id": "req-f57e0125-095b-45d5-b0db-0726211d61d1"}]} 2026-08-11 09:30:17.912 8 INFO neutron.services.segments.plugin [-] Segment 1b9a383f-e1da-4915-8ae5-80920a49f4cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9a383f-e1da-4915-8ae5-80920a49f4cc found for delete ", "request_id": "req-84d2a8cb-8cae-4bc4-a163-88467a88324e"}]} 2026-08-11 09:30:17.913 8 INFO neutron.services.segments.plugin [-] Segment 1b9a383f-e1da-4915-8ae5-80920a49f4cc resource provider aggregate not found 2026-08-11 09:30:17.934 8 INFO neutron.services.segments.plugin [-] Segment 1b9a383f-e1da-4915-8ae5-80920a49f4cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9a383f-e1da-4915-8ae5-80920a49f4cc found for delete ", "request_id": "req-59e06d7d-4256-4321-b8ce-b2f08b0c1ae5"}]} [pid: 7|app: 0|req: 259/551] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?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: 260/552] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?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: 261/553] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:17 2026] GET /v2.0/security-groups?tenant_id=20d85617f8d04cb0b0c1b303895b0cb9&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/554] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:18 2026] DELETE /v2.0/security-groups/fbcae54e-6b61-4010-b3a8-899b3e4b2389 => 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: 263/555] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:18 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => 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: 293/556] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:30:17 2026] POST /v2.0/ports => generated 954 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/557] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:18 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 957 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 294/558] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:18 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&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: 265/559] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:30:18 2026] PUT /v2.0/ports/fc6414f1-5e63-4637-a162-2c8c257c7f10 => generated 1235 bytes in 436 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: 266/560] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:19.564 8 INFO neutron.db.segments_db [None req-ab0b97fc-c0c5-47d1-a686-616dfde8ecd7 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 of type vxlan for network 204f6b5e-9344-4ffd-98d9-2125808eb4e5 [pid: 8|app: 0|req: 295/561] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:30:19 2026] POST /v2.0/networks => generated 729 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:19.699 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba023ede-a401-4648-94a6-6cc91d20163c'] response: {'name': 'network-changed', 'server_uuid': '4b6680f6-5d38-41cf-a65c-afff8e589eb4', 'tag': 'fc6414f1-5e63-4637-a162-2c8c257c7f10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 296/562] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/563] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:19 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/564] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:19 2026] POST /v2.0/subnets => generated 695 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:19.964 8 INFO neutron.db.segments_db [None req-aae31c9f-452a-4885-8a11-31a4a0219a31 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 of type vxlan for network 919cd97f-338c-4bb6-8b39-1054ad62e06f 2026-08-11 09:30:20.176 8 INFO neutron.db.l3_hamode_db [None req-aae31c9f-452a-4885-8a11-31a4a0219a31 cbe2295efac748329f8bf1cee02a66b6 ed747d3f375d485bbd51ce20c4171ac2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 268/565] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/ports?tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a&device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/566] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=fc6414f1-5e63-4637-a162-2c8c257c7f10 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/567] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/subnets?id=f13de370-eae4-4817-92a5-20db90dcb408 => generated 688 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/568] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/ports?network_id=3a6b1576-0b93-4bad-b4f5-593205970008&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: 272/569] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => 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: 273/570] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/571] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:20.968 8 INFO neutron.db.l3_hamode_db [None req-aae31c9f-452a-4885-8a11-31a4a0219a31 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 275/572] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/573] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:20 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/576] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/577] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports?tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a&device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 281/578] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/networks?id=3a6b1576-0b93-4bad-b4f5-593205970008 => generated 766 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/579] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=fc6414f1-5e63-4637-a162-2c8c257c7f10 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/580] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/subnets?id=f13de370-eae4-4817-92a5-20db90dcb408 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/581] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/ports?network_id=3a6b1576-0b93-4bad-b4f5-593205970008&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/582] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/583] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:19 2026] POST /v2.0/routers => generated 735 bytes in 1975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/584] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:21 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?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: 287/585] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:22 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/586] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:22 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/587] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:22 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 684 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/588] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:22 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/589] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:30:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e54144cb9804408a89947c0ddd136568 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/590] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:21 2026] PUT /v2.0/routers/31e7b0f5-5072-400e-b9ef-2b9e39e98ed4/add_router_interface => generated 309 bytes in 1408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/591] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:30:22 2026] POST /v2.0/ports => generated 954 bytes in 678 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: 300/592] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:23 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/593] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:23 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/594] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:23 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/595] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:23 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/596] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:30:23 2026] PUT /v2.0/ports/e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 1235 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:23.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-221671d7-bed2-40be-9625-9a535f2c63c0'] response: {'name': 'network-changed', 'server_uuid': 'e3e2acad-dbde-4b10-bb46-741c9c5ffc1e', 'tag': 'e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 304/597] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:30:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 294/598] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:30:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/599] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:30:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/600] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/601] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/networks?tenant_id=e54144cb9804408a89947c0ddd136568&shared=False => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/602] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/603] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 969 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/604] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&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: 311/605] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/606] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:30:24 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/607] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:24 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/608] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 314/609] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/610] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&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: 316/611] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/612] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/subnets?id=3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/613] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/security-groups?tenant_id=119d23e265ac4039b259fb5ec2d74bd9&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/614] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/ports?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c&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: 298/615] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/616] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:25 2026] DELETE /v2.0/security-groups/702cccc5-6ba7-44b2-ac47-1520e836a130 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/617] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:25 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/618] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/619] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/security-groups?tenant_id=26502edc33bb447e87741d2a94b4e000&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/620] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/621] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:26 2026] DELETE /v2.0/security-groups/350d02ab-c504-48e3-a03b-37ae6af0d3a3 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/622] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/623] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:26 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&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: 303/624] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/625] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:27 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&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: 304/626] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:28 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/627] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:28 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&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: 305/628] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:28 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/629] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:28 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/630] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:29 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/631] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:29 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/632] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:29 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/633] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:29 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/634] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:29 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:30.039 8 INFO neutron.db.l3_db [None req-6caced12-0263-4981-a1af-369afac8d8de 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] Floating IP 59b6a964-39bd-4c8c-a201-59d972815fd7 associated. External IP: 10.96.250.204, port: fc6414f1-5e63-4637-a162-2c8c257c7f10. [pid: 8|app: 0|req: 326/635] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:30:29 2026] PUT /v2.0/floatingips/59b6a964-39bd-4c8c-a201-59d972815fd7 => generated 855 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/636] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 327/637] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:30.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd419900-e5b5-423f-a28c-127344c7fede'] response: {'name': 'network-changed', 'server_uuid': '4b6680f6-5d38-41cf-a65c-afff8e589eb4', 'tag': 'fc6414f1-5e63-4637-a162-2c8c257c7f10', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 311/638] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/639] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/640] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/641] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/642] 10.0.0.181 () {34 vars in 1100 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1629668857&fields=id&tenant_id=ed747d3f375d485bbd51ce20c4171ac2 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/643] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/networks?id=204f6b5e-9344-4ffd-98d9-2125808eb4e5 => generated 680 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/644] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/quotas/ed747d3f375d485bbd51ce20c4171ac2 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/645] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/security-groups?tenant_id=95ad7d9e6488493ebc43136970fbb287&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/646] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/ports?tenant_id=ed747d3f375d485bbd51ce20c4171ac2&fields=id => generated 57 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/647] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/ports?tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a&device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/648] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:31 2026] DELETE /v2.0/security-groups/4db0319c-2f25-498a-99c2-8f17e1775353 => 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: 320/649] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/networks?id=3a6b1576-0b93-4bad-b4f5-593205970008 => generated 766 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/650] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=fc6414f1-5e63-4637-a162-2c8c257c7f10 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/651] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/subnets?id=f13de370-eae4-4817-92a5-20db90dcb408 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/652] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/ports?network_id=3a6b1576-0b93-4bad-b4f5-593205970008&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/653] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/654] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008?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: 322/655] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/security-groups?tenant_id=bd7a87e31a6c4eb2ab0d01739da48f4f&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/656] 10.0.0.181 () {34 vars in 907 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/657] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/658] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:31 2026] DELETE /v2.0/security-groups/c27ce92e-d78e-4bcf-bce0-3f85792ded75 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/659] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:30:31 2026] GET /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5?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: 324/660] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => 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: 337/661] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&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: 325/662] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/663] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/664] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/665] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:32 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:32.753 8 INFO neutron.db.l3_db [None req-c052fbd6-b3c5-44f2-8779-404a38440d2b 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] Floating IP 3623b1e1-a0ad-431b-a64e-a5c5fb0c8066 associated. External IP: 10.96.250.207, port: e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a. [pid: 8|app: 0|req: 340/666] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:30:32 2026] PUT /v2.0/floatingips/3623b1e1-a0ad-431b-a64e-a5c5fb0c8066 => generated 855 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:33.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-938d1ecd-ef63-4012-8a18-dd76d2975d7c'] response: {'name': 'network-changed', 'server_uuid': 'e3e2acad-dbde-4b10-bb46-741c9c5ffc1e', 'tag': 'e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 327/667] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/668] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&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: 328/669] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 342/670] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 329/671] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/security-groups?id=9b2a873e-a0e0-4159-b687-44c922049397&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/672] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/673] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/674] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:33.758 7 INFO neutron_taas.services.taas.taas_plugin [req-640c699e-65b0-4604-808b-18486405dd9e req-c9a567d3-0325-43de-b154-53b6b8aca137 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] TaaS: Handle Delete Port: fc6414f1-5e63-4637-a162-2c8c257c7f10 2026-08-11 09:30:33.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-640c699e-65b0-4604-808b-18486405dd9e req-c9a567d3-0325-43de-b154-53b6b8aca137 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] Tap Mirror: Handle Delete Port: fc6414f1-5e63-4637-a162-2c8c257c7f10 [pid: 8|app: 0|req: 346/675] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/676] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/subnets?id=3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/677] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:33 2026] GET /v2.0/ports?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:33.946 7 INFO neutron.db.l3_db [req-640c699e-65b0-4604-808b-18486405dd9e req-c9a567d3-0325-43de-b154-53b6b8aca137 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] Floating IP 59b6a964-39bd-4c8c-a201-59d972815fd7 disassociated. External IP: 10.96.250.204, port: fc6414f1-5e63-4637-a162-2c8c257c7f10. 2026-08-11 09:30:34.166 8 INFO neutron.db.segments_db [None req-f874fbaf-bf9b-4b79-a292-eab37d4cabd6 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Added segment 25b3e43f-d1b3-471a-a85f-589de62d2dfd of type vxlan for network def47e41-b083-44c4-b10d-58b996b66bd5 [pid: 7|app: 0|req: 330/678] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:30:33 2026] DELETE /v2.0/ports/fc6414f1-5e63-4637-a162-2c8c257c7f10 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/679] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:33 2026] POST /v2.0/networks => generated 630 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:34.320 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4f6568a-8180-4ae9-9ba0-7f9e5d06c589'] response: {'server_uuid': '4b6680f6-5d38-41cf-a65c-afff8e589eb4', 'name': 'network-vif-deleted', 'tag': 'fc6414f1-5e63-4637-a162-2c8c257c7f10', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/680] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:34 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/681] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:34 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?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: 333/682] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:34 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 334/683] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:34 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 350/684] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:30:34 2026] POST /v2.0/ports => generated 779 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:34.748 7 INFO neutron.db.segments_db [None req-e351174e-64ae-46c8-b7b3-b4041c66a147 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Added segment 3f3cd225-ddc8-4bb1-850a-69a30fdb187f of type vxlan for network ce55a28f-fc10-4319-9cf4-d4277e7076d6 [pid: 7|app: 0|req: 335/685] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:34 2026] POST /v2.0/networks => generated 616 bytes in 169 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: 351/686] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:34 2026] POST /v2.0/subnets => generated 646 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/687] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:30:35 2026] POST /v2.0/ports => generated 960 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:30:35.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb1931b8-779a-41f0-b5db-829d20f9661b 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] TaaS: Handle Delete Port: c256aaf6-322f-4878-8199-b49f80360c8b [pid: 7|app: 0|req: 337/688] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:35 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:35.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb1931b8-779a-41f0-b5db-829d20f9661b 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Tap Mirror: Handle Delete Port: c256aaf6-322f-4878-8199-b49f80360c8b [pid: 7|app: 0|req: 338/689] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:35 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 352/690] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:30:35 2026] DELETE /v2.0/ports/c256aaf6-322f-4878-8199-b49f80360c8b => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:35.840 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8129d90a-7f61-4bb1-8a39-0985be4afab4 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 339/691] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:30:35 2026] DELETE /v2.0/ports/c256aaf6-322f-4878-8199-b49f80360c8b => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:35.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef6fa61c-e1e5-4e06-aa3d-7ce4857700a4 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 353/692] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:35 2026] GET /v2.0/ports/c256aaf6-322f-4878-8199-b49f80360c8b => 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: 340/693] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:35 2026] DELETE /v2.0/subnets/db7e9467-b6ca-43b6-9089-766d788cecc7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:36.155 8 INFO neutron.services.segments.plugin [-] Segment 3f3cd225-ddc8-4bb1-850a-69a30fdb187f resource provider aggregate not found 2026-08-11 09:30:36.163 8 INFO neutron.services.segments.plugin [-] Segment 3f3cd225-ddc8-4bb1-850a-69a30fdb187f resource provider aggregate not found 2026-08-11 09:30:36.175 8 INFO neutron.services.segments.plugin [-] Segment 3f3cd225-ddc8-4bb1-850a-69a30fdb187f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3cd225-ddc8-4bb1-850a-69a30fdb187f found for delete ", "request_id": "req-a0018ee7-c4fe-4fe4-bd11-ea7b6f385817"}]} 2026-08-11 09:30:36.177 8 INFO neutron.services.segments.plugin [-] Segment 3f3cd225-ddc8-4bb1-850a-69a30fdb187f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3cd225-ddc8-4bb1-850a-69a30fdb187f found for delete ", "request_id": "req-da190b9c-76fa-4116-8ff1-5b67bda818cc"}]} [pid: 8|app: 0|req: 354/694] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:36 2026] DELETE /v2.0/networks/ce55a28f-fc10-4319-9cf4-d4277e7076d6 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:36.268 7 INFO neutron.db.segments_db [None req-acb3451f-02a6-4ac0-9eb1-114f820e4051 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Added segment dd4e3bd4-d8b7-40f4-abec-26c584fe7483 of type vxlan for network 22a4bea8-cbcb-46e4-bc72-2271f577f7ee [pid: 7|app: 0|req: 341/697] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:36 2026] POST /v2.0/networks => generated 616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/698] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:36 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/699] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:36 2026] GET /v2.0/networks?id=204f6b5e-9344-4ffd-98d9-2125808eb4e5 => generated 680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/700] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:30:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ed747d3f375d485bbd51ce20c4171ac2 => generated 181 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/701] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:36 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 361/702] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:36 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 342/703] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:30:36 2026] POST /v2.0/ports => generated 928 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:37.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f48a3a1-8efd-4fe0-9fda-a9bc11e304cb 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] TaaS: Handle Delete Port: 7051a5f6-60be-4ef0-9bc5-55f771321f4f 2026-08-11 09:30:37.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f48a3a1-8efd-4fe0-9fda-a9bc11e304cb 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Tap Mirror: Handle Delete Port: 7051a5f6-60be-4ef0-9bc5-55f771321f4f [pid: 7|app: 0|req: 343/704] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:30:36 2026] DELETE /v2.0/ports/7051a5f6-60be-4ef0-9bc5-55f771321f4f => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:37.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-daf6810d-9e72-4ab8-93e7-7e12a29dae0d 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 344/705] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:37 2026] GET /v2.0/ports/7051a5f6-60be-4ef0-9bc5-55f771321f4f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/706] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:30:36 2026] POST /v2.0/ports => generated 954 bytes in 390 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: 345/707] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:37 2026] DELETE /v2.0/subnets/5040d06c-434b-4e03-b0b4-9393f95a0ba0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:37.449 7 INFO neutron.services.segments.plugin [-] Segment dd4e3bd4-d8b7-40f4-abec-26c584fe7483 resource provider aggregate not found 2026-08-11 09:30:37.454 7 INFO neutron.services.segments.plugin [-] Segment dd4e3bd4-d8b7-40f4-abec-26c584fe7483 resource provider aggregate not found 2026-08-11 09:30:37.473 7 INFO neutron.services.segments.plugin [-] Segment dd4e3bd4-d8b7-40f4-abec-26c584fe7483 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd4e3bd4-d8b7-40f4-abec-26c584fe7483 found for delete ", "request_id": "req-9b6d136d-8efa-487e-a0d3-8c6939dd4f40"}]} 2026-08-11 09:30:37.473 7 INFO neutron.services.segments.plugin [-] Segment dd4e3bd4-d8b7-40f4-abec-26c584fe7483 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd4e3bd4-d8b7-40f4-abec-26c584fe7483 found for delete ", "request_id": "req-5c47fed4-6342-4ee1-b329-a47c9e4ba2e5"}]} [pid: 7|app: 0|req: 346/708] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:37 2026] DELETE /v2.0/networks/22a4bea8-cbcb-46e4-bc72-2271f577f7ee => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/709] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:30:37 2026] PUT /v2.0/ports/c812f720-fbe3-4bb6-94a0-b71072521f57 => generated 1235 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/710] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:30:37 2026] POST /v2.0/ports => generated 779 bytes in 250 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-08-11 09:30:37.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e976bcb7-e89a-410e-8247-aec1b1a872ee'] response: {'name': 'network-changed', 'server_uuid': '4c483aa2-9f7a-4936-bba9-3988e9bda967', 'tag': 'c812f720-fbe3-4bb6-94a0-b71072521f57', '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: 364/711] 10.0.0.1 () {34 vars in 735 bytes} [Tue Aug 11 09:30:37 2026] PUT /v2.0/ports/54e5ef34-098a-4fba-99d1-e878a0aa94e5 => generated 752 bytes in 228 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: 348/712] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:37 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/713] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:37 2026] GET /v2.0/ports?device_id=4b6680f6-5d38-41cf-a65c-afff8e589eb4 => 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: 366/714] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:37 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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-08-11 09:30:38.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-8db05540-2e86-4b5c-9dda-030f43543a3b 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] TaaS: Handle Delete Port: 54e5ef34-098a-4fba-99d1-e878a0aa94e5 2026-08-11 09:30:38.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db05540-2e86-4b5c-9dda-030f43543a3b 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Tap Mirror: Handle Delete Port: 54e5ef34-098a-4fba-99d1-e878a0aa94e5 [pid: 7|app: 0|req: 349/715] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:30:37 2026] DELETE /v2.0/ports/54e5ef34-098a-4fba-99d1-e878a0aa94e5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/716] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports => generated 782 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:38.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-331598bc-b58a-4b52-a042-d25bf7a8b046 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 350/717] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports/54e5ef34-098a-4fba-99d1-e878a0aa94e5 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/718] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports => generated 782 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/719] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports?tenant_id=ed747d3f375d485bbd51ce20c4171ac2&device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/720] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/ports/236042a0-3c8c-48f4-a1c8-db616e3746cf => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:38.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8eaed089-8001-44db-8fda-3e980d282869 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 370/721] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:30:38 2026] DELETE /v2.0/ports/7051a5f6-60be-4ef0-9bc5-55f771321f4f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/722] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/networks?tenant_id=ed747d3f375d485bbd51ce20c4171ac2&shared=False => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:38.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5dd16e58-371e-4b7b-9048-23b5e81d2417 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 371/723] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:38 2026] DELETE /v2.0/subnets/5040d06c-434b-4e03-b0b4-9393f95a0ba0 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:38.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da488902-5402-4517-9de5-724daed1807d 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 372/724] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:38 2026] DELETE /v2.0/subnets/db7e9467-b6ca-43b6-9089-766d788cecc7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/725] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:30:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:38.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-35eb2e32-224e-4654-9416-24076a358327 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] TaaS: Handle Delete Port: 236042a0-3c8c-48f4-a1c8-db616e3746cf 2026-08-11 09:30:38.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35eb2e32-224e-4654-9416-24076a358327 4b6715d039c7450cb775f2915ecadbbd 14b46682694d4f0fa9e75eb01d3ed89b - - default default] Tap Mirror: Handle Delete Port: 236042a0-3c8c-48f4-a1c8-db616e3746cf [pid: 8|app: 0|req: 373/726] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:30:38 2026] DELETE /v2.0/ports/236042a0-3c8c-48f4-a1c8-db616e3746cf => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/727] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:38 2026] DELETE /v2.0/networks/def47e41-b083-44c4-b10d-58b996b66bd5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/728] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/729] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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: 374/730] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:39 2026] DELETE /v2.0/security-groups/9b2a873e-a0e0-4159-b687-44c922049397 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:39.226 7 INFO neutron.api.v2.resource [None req-2e1915c8-a6dd-4fe4-acfe-cb56726f728f 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 357/731] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/security-groups/9b2a873e-a0e0-4159-b687-44c922049397 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:39.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7cb7503-9150-43ad-a1d8-ff969409c8fd 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] TaaS: Handle Delete Port: d744c20f-7733-4cb4-9c34-e78bcd4d821f 2026-08-11 09:30:39.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7cb7503-9150-43ad-a1d8-ff969409c8fd 280062fe2d074547b4e6c9f7dcf0dbbf 3feb5b4ef2af42c48f1b3c2e5fb06b0a - - default default] Tap Mirror: Handle Delete Port: d744c20f-7733-4cb4-9c34-e78bcd4d821f [pid: 7|app: 0|req: 358/732] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/security-groups?tenant_id=14b46682694d4f0fa9e75eb01d3ed89b&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:30:39.500 7 INFO neutron.services.segments.plugin [-] Segment 25b3e43f-d1b3-471a-a85f-589de62d2dfd resource provider aggregate not found 2026-08-11 09:30:39.503 7 INFO neutron.services.segments.plugin [-] Segment 25b3e43f-d1b3-471a-a85f-589de62d2dfd resource provider aggregate not found 2026-08-11 09:30:39.520 7 INFO neutron.services.segments.plugin [-] Segment 25b3e43f-d1b3-471a-a85f-589de62d2dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25b3e43f-d1b3-471a-a85f-589de62d2dfd found for delete ", "request_id": "req-b49531c7-27e9-4021-b633-44f1ceefa281"}]} 2026-08-11 09:30:39.522 7 INFO neutron.services.segments.plugin [-] Segment 25b3e43f-d1b3-471a-a85f-589de62d2dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25b3e43f-d1b3-471a-a85f-589de62d2dfd found for delete ", "request_id": "req-103b1dc5-4864-4f51-804e-a1e2615e7422"}]} [pid: 7|app: 0|req: 359/733] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/ports?tenant_id=ed747d3f375d485bbd51ce20c4171ac2&device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/734] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:30:39 2026] DELETE /v2.0/floatingips/59b6a964-39bd-4c8c-a201-59d972815fd7 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/735] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c812f720-fbe3-4bb6-94a0-b71072521f57 => 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: 360/736] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:39 2026] DELETE /v2.0/security-groups/dafe460e-2936-4c9c-b2ad-229c8a9a6843 => 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: 361/737] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/subnets?id=3a8e475e-bc27-49ce-81cd-d333ed3fd739 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/738] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/ports?network_id=204f6b5e-9344-4ffd-98d9-2125808eb4e5&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: 363/739] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5?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: 364/740] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:39 2026] GET /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:40.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8bf1d1e-9d82-45aa-a864-35f131054019 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 1a09d964-8de8-411e-9369-e67b0d6dd633 2026-08-11 09:30:40.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8bf1d1e-9d82-45aa-a864-35f131054019 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 1a09d964-8de8-411e-9369-e67b0d6dd633 [pid: 7|app: 0|req: 365/741] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:40 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/742] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:40 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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: 377/743] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:39 2026] PUT /v2.0/routers/58469b56-01fa-470b-862d-3b78d35d5d49/remove_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:41.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2c85435-5a1a-4c09-93db-48ec9d522cea cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 74d1dd00-72d0-44f5-8288-32af125f7fa5 2026-08-11 09:30:41.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c85435-5a1a-4c09-93db-48ec9d522cea cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 74d1dd00-72d0-44f5-8288-32af125f7fa5 2026-08-11 09:30:41.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2c85435-5a1a-4c09-93db-48ec9d522cea cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 6dbe78cd-3104-4f1e-acba-a4ab5c43942f 2026-08-11 09:30:41.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c85435-5a1a-4c09-93db-48ec9d522cea cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 6dbe78cd-3104-4f1e-acba-a4ab5c43942f [pid: 8|app: 0|req: 378/744] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:41 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/745] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:41 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:41.712 7 INFO neutron.services.segments.plugin [-] Segment 6eeae183-437b-4107-a7ea-3d6f0cc88c3f resource provider aggregate not found 2026-08-11 09:30:41.715 7 INFO neutron.services.segments.plugin [-] Segment 6eeae183-437b-4107-a7ea-3d6f0cc88c3f resource provider aggregate not found 2026-08-11 09:30:41.732 7 INFO neutron.services.segments.plugin [-] Segment 6eeae183-437b-4107-a7ea-3d6f0cc88c3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eeae183-437b-4107-a7ea-3d6f0cc88c3f found for delete ", "request_id": "req-88d53c19-c9d9-41a6-920e-42e56e976abc"}]} 2026-08-11 09:30:41.733 7 INFO neutron.services.segments.plugin [-] Segment 6eeae183-437b-4107-a7ea-3d6f0cc88c3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eeae183-437b-4107-a7ea-3d6f0cc88c3f found for delete ", "request_id": "req-a6cc67a5-251f-4753-b6bd-bdcf190113d4"}]} 2026-08-11 09:30:41.737 7 INFO neutron.db.l3_hamode_db [None req-e2c85435-5a1a-4c09-93db-48ec9d522cea cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 4924a922-5d31-46d4-a1f8-5606ff80fc03 was deleted as no HA routers are present in tenant 3feb5b4ef2af42c48f1b3c2e5fb06b0a. [pid: 7|app: 0|req: 367/746] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:40 2026] DELETE /v2.0/routers/58469b56-01fa-470b-862d-3b78d35d5d49 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/747] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:41 2026] DELETE /v2.0/subnets/f13de370-eae4-4817-92a5-20db90dcb408 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:42.036 8 INFO neutron.db.segments_db [None req-4aee61fd-be2e-4d7c-9b58-884362e70587 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment 6afbbff2-8ff4-49db-9872-866b4e69d409 of type vxlan for network 6b49d88c-6f79-4986-86ca-5ed571a56d56 2026-08-11 09:30:42.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ea4f612-cf9f-4343-8a25-1445d82f78f3 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 1a522001-d879-4fff-98b7-d1af65b01fec 2026-08-11 09:30:42.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ea4f612-cf9f-4343-8a25-1445d82f78f3 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 1a522001-d879-4fff-98b7-d1af65b01fec [pid: 8|app: 0|req: 380/748] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:41 2026] POST /v2.0/networks => generated 610 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:42.190 8 INFO neutron.db.segments_db [None req-63929c88-5553-44ec-98bc-304796dc497c 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 of type vxlan for network 84af0c7a-5c35-4bfb-aae5-2119c04376ca [pid: 8|app: 0|req: 381/749] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:42 2026] POST /v2.0/networks => generated 610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/750] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:41 2026] DELETE /v2.0/networks/3a6b1576-0b93-4bad-b4f5-593205970008 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/751] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:42 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/752] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:30:42 2026] GET /v2.0/security-groups?tenant_id=3feb5b4ef2af42c48f1b3c2e5fb06b0a&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/753] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:42 2026] DELETE /v2.0/security-groups/21a77cd8-6fcb-4663-abec-2b24b464f60f => 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: 372/754] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:42 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 373/755] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:42 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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: 383/756] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:42 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:42.801 7 INFO neutron.db.segments_db [None req-bc72837e-efc1-45c7-b7c1-947abd216ab8 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment d853974a-b32c-4638-b82b-9842e2ffe9c2 of type vxlan for network dc4e9b86-f57e-416d-b241-e66e5cff0805 2026-08-11 09:30:43.038 7 INFO neutron.db.l3_hamode_db [None req-bc72837e-efc1-45c7-b7c1-947abd216ab8 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:43.162 7 INFO neutron.db.l3_hamode_db [None req-bc72837e-efc1-45c7-b7c1-947abd216ab8 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 374/757] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:42 2026] POST /v2.0/routers => generated 506 bytes in 951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:43.752 7 INFO neutron.services.segments.plugin [-] Segment 211dbbe3-0ca3-4c5f-a3da-5c89c27526be resource provider aggregate not found 2026-08-11 09:30:43.756 7 INFO neutron.services.segments.plugin [-] Segment 211dbbe3-0ca3-4c5f-a3da-5c89c27526be resource provider aggregate not found 2026-08-11 09:30:43.776 7 INFO neutron.services.segments.plugin [-] Segment 211dbbe3-0ca3-4c5f-a3da-5c89c27526be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 211dbbe3-0ca3-4c5f-a3da-5c89c27526be found for delete ", "request_id": "req-55b47750-256d-4876-b35b-d3f43d9de2b2"}]} 2026-08-11 09:30:43.777 7 INFO neutron.services.segments.plugin [-] Segment 211dbbe3-0ca3-4c5f-a3da-5c89c27526be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 211dbbe3-0ca3-4c5f-a3da-5c89c27526be found for delete ", "request_id": "req-8cdc4c5e-997a-4acd-b5b4-5c99da49da22"}]} [pid: 7|app: 0|req: 375/758] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:43 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/759] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:43 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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-08-11 09:30:44.652 7 INFO neutron.db.segments_db [None req-4639ba5a-1d88-4768-b10a-0e7727a6e7bb cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment a6199acd-28b7-40c5-8d08-a5fa81d85e3e of type vxlan for network eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0 [pid: 7|app: 0|req: 377/760] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:30:44 2026] POST /v2.0/networks => generated 727 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/761] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:43 2026] PUT /v2.0/routers/70d4c581-cdaa-4444-8888-b2fa536cf606/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/762] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:44 2026] GET /v2.0/ports/3a0a56c9-f90f-4cea-931a-55f3f4f836f2 => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/763] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:44 2026] POST /v2.0/subnets => generated 693 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:44.956 7 INFO neutron.db.segments_db [None req-bdd7c656-8a9c-4892-a045-a03f3ae1b00f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 30d1514d-af18-4f58-ab3e-eae679ce2d81 of type vxlan for network 833f4ca6-e18a-490e-8c29-56e0e8c3a5b2 2026-08-11 09:30:45.162 7 INFO neutron.db.l3_hamode_db [None req-bdd7c656-8a9c-4892-a045-a03f3ae1b00f cbe2295efac748329f8bf1cee02a66b6 b61a018a2b34478eb7fc82c24e1dfafb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 386/764] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:44 2026] PUT /v2.0/routers/70d4c581-cdaa-4444-8888-b2fa536cf606/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/765] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:45 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/766] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:46 2026] GET /v2.0/ports/bd4ae892-033a-4138-863b-7a5eeb4b1538 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:46.078 7 INFO neutron.db.l3_hamode_db [None req-bdd7c656-8a9c-4892-a045-a03f3ae1b00f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 389/767] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:46 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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-08-11 09:30:46.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0e9f027-3455-4967-825c-6b1bfabfd213 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: bd4ae892-033a-4138-863b-7a5eeb4b1538 2026-08-11 09:30:46.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0e9f027-3455-4967-825c-6b1bfabfd213 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: bd4ae892-033a-4138-863b-7a5eeb4b1538 [pid: 7|app: 0|req: 379/768] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:44 2026] POST /v2.0/routers => generated 733 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/769] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:30:46 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1240 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/770] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:46 2026] PUT /v2.0/routers/70d4c581-cdaa-4444-8888-b2fa536cf606/remove_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/771] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:30:47 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/772] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:47 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:47.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce29f3e1-811c-4f7d-b093-6464a5b3d627 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: 3a0a56c9-f90f-4cea-931a-55f3f4f836f2 2026-08-11 09:30:47.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce29f3e1-811c-4f7d-b093-6464a5b3d627 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: 3a0a56c9-f90f-4cea-931a-55f3f4f836f2 [pid: 7|app: 0|req: 381/773] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:47 2026] PUT /v2.0/routers/89dfce8e-422b-449e-ae9d-3a7653209295/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/774] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/775] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:47 2026] PUT /v2.0/routers/70d4c581-cdaa-4444-8888-b2fa536cf606/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/776] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/ports?device_id=70d4c581-cdaa-4444-8888-b2fa536cf606 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:48.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-247eee53-628b-420a-b649-5e4df0ca7e26 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: c0a76151-7b8e-4dcb-92dc-e3ac05095843 2026-08-11 09:30:48.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-247eee53-628b-420a-b649-5e4df0ca7e26 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: c0a76151-7b8e-4dcb-92dc-e3ac05095843 2026-08-11 09:30:48.771 8 INFO neutron.services.segments.plugin [-] Segment d853974a-b32c-4638-b82b-9842e2ffe9c2 resource provider aggregate not found 2026-08-11 09:30:48.776 8 INFO neutron.services.segments.plugin [-] Segment d853974a-b32c-4638-b82b-9842e2ffe9c2 resource provider aggregate not found 2026-08-11 09:30:48.790 8 INFO neutron.services.segments.plugin [-] Segment d853974a-b32c-4638-b82b-9842e2ffe9c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d853974a-b32c-4638-b82b-9842e2ffe9c2 found for delete ", "request_id": "req-bc71852f-175e-497b-95d0-ee58e671b250"}]} 2026-08-11 09:30:48.796 8 INFO neutron.services.segments.plugin [-] Segment d853974a-b32c-4638-b82b-9842e2ffe9c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d853974a-b32c-4638-b82b-9842e2ffe9c2 found for delete ", "request_id": "req-e3566ea1-9ea3-4425-8287-da8701b258f5"}]} 2026-08-11 09:30:48.811 8 INFO neutron.db.l3_hamode_db [None req-247eee53-628b-420a-b649-5e4df0ca7e26 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] HA network dc4e9b86-f57e-416d-b241-e66e5cff0805 was deleted as no HA routers are present in tenant d92f8b0bfdfa491ebd76d8c9f1fbb6fe. [pid: 8|app: 0|req: 394/777] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/routers/70d4c581-cdaa-4444-8888-b2fa536cf606 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/778] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/subnets/4f28def7-5272-4703-b039-5a1901595ada => 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: 385/779] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:30:48 2026] GET /v2.0/networks?id=eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/780] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/quotas/b61a018a2b34478eb7fc82c24e1dfafb => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/781] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:48 2026] DELETE /v2.0/subnets/b6ab02ff-0238-4646-97e8-9046c817b897 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/782] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/ports?tenant_id=b61a018a2b34478eb7fc82c24e1dfafb&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:49.183 7 INFO neutron.services.segments.plugin [-] Segment 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 resource provider aggregate not found 2026-08-11 09:30:49.184 7 INFO neutron.services.segments.plugin [-] Segment 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 resource provider aggregate not found 2026-08-11 09:30:49.207 7 INFO neutron.services.segments.plugin [-] Segment 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 found for delete ", "request_id": "req-dcb15248-d2c1-4391-8f9b-d5bdd13d01f0"}]} 2026-08-11 09:30:49.208 7 INFO neutron.services.segments.plugin [-] Segment 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bb37e6d-d688-4422-ad52-f6bb9f9e2ba2 found for delete ", "request_id": "req-db27b94c-eb4d-4e67-b65e-06a634d15999"}]} [pid: 8|app: 0|req: 397/783] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/networks/eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0?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: 387/784] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/networks/84af0c7a-5c35-4bfb-aae5-2119c04376ca => 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: 398/785] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 399/786] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/networks/eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0?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: 400/787] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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: 388/788] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:49 2026] DELETE /v2.0/networks/6b49d88c-6f79-4986-86ca-5ed571a56d56 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:49.421 8 INFO neutron.db.segments_db [None req-5cfaafef-f88f-4c57-abcc-af7d9e8b04b5 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment 59375029-81df-4f31-ae5f-433e14054d6a of type vxlan for network 33183d05-48be-4e8c-b896-04fa959783a8 [pid: 7|app: 0|req: 389/789] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 390/790] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:49 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 401/791] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:49 2026] POST /v2.0/networks => generated 611 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/792] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:49 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:30:49.867 8 INFO neutron.db.segments_db [None req-e4272834-de42-4d74-a4ea-b2dcdd37a77f 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment 93a4daf5-6830-45ef-bbd8-17db538e22c7 of type vxlan for network 062bbea9-9364-4cdf-94b2-6bb1768074de 2026-08-11 09:30:50.106 8 INFO neutron.db.l3_hamode_db [None req-e4272834-de42-4d74-a4ea-b2dcdd37a77f 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:50.223 8 INFO neutron.db.l3_hamode_db [None req-e4272834-de42-4d74-a4ea-b2dcdd37a77f 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:50.286 7 INFO neutron.db.l3_db [None req-9abc7a8e-2522-4d9e-8764-5b5c4538e4f6 a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] Floating IP 57375317-d22d-42c2-a7ac-8e0afa700834 associated. External IP: 10.96.250.212, port: c812f720-fbe3-4bb6-94a0-b71072521f57. [pid: 7|app: 0|req: 391/793] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:30:49 2026] PUT /v2.0/floatingips/57375317-d22d-42c2-a7ac-8e0afa700834 => generated 855 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/794] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:50 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 393/795] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:50 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:50.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4df62298-e57f-4d27-a9f3-32c8b28a1f3c'] response: {'name': 'network-changed', 'server_uuid': '4c483aa2-9f7a-4936-bba9-3988e9bda967', 'tag': 'c812f720-fbe3-4bb6-94a0-b71072521f57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 394/796] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:50 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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: 403/797] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:49 2026] POST /v2.0/routers => generated 507 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/798] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/799] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:51.237 7 INFO neutron.services.segments.plugin [-] Segment 6afbbff2-8ff4-49db-9872-866b4e69d409 resource provider aggregate not found 2026-08-11 09:30:51.239 7 INFO neutron.services.segments.plugin [-] Segment 6afbbff2-8ff4-49db-9872-866b4e69d409 resource provider aggregate not found 2026-08-11 09:30:51.269 7 INFO neutron.services.segments.plugin [-] Segment 6afbbff2-8ff4-49db-9872-866b4e69d409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6afbbff2-8ff4-49db-9872-866b4e69d409 found for delete ", "request_id": "req-8cb3872a-c19e-408c-acb7-b3cd4f651a51"}]} 2026-08-11 09:30:51.269 7 INFO neutron.services.segments.plugin [-] Segment 6afbbff2-8ff4-49db-9872-866b4e69d409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6afbbff2-8ff4-49db-9872-866b4e69d409 found for delete ", "request_id": "req-393bc9c3-2f4b-4ca3-bcf3-7c9fc9739d06"}]} [pid: 8|app: 0|req: 406/800] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/ports?tenant_id=ed747d3f375d485bbd51ce20c4171ac2&device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/801] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:30:50 2026] POST /v2.0/ports => generated 947 bytes in 487 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: 407/804] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/networks?id=204f6b5e-9344-4ffd-98d9-2125808eb4e5 => generated 776 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/805] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c812f720-fbe3-4bb6-94a0-b71072521f57 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/806] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/subnets?id=3a8e475e-bc27-49ce-81cd-d333ed3fd739 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/807] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/ports?network_id=204f6b5e-9344-4ffd-98d9-2125808eb4e5&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: 411/808] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/809] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/810] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:51 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 414/811] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:52 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 415/812] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:52 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&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: 398/813] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:51 2026] PUT /v2.0/routers/76e33758-ecb1-42e3-9974-6553fbe900e3/add_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/814] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:52 2026] GET /v2.0/ports/d1d268a9-0f8b-44a3-9e4a-aef2299695e1 => generated 1021 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:30:52.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ecdadc8-c3a5-481e-bf0e-b485714ef3aa 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: d1d268a9-0f8b-44a3-9e4a-aef2299695e1 2026-08-11 09:30:52.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ecdadc8-c3a5-481e-bf0e-b485714ef3aa 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: d1d268a9-0f8b-44a3-9e4a-aef2299695e1 [pid: 8|app: 0|req: 417/815] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:52 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 399/816] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:52 2026] PUT /v2.0/routers/76e33758-ecb1-42e3-9974-6553fbe900e3/remove_router_interface => generated 309 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:53.239 8 INFO neutron.api.v2.resource [None req-f88e10dd-0c0f-4ddc-a75a-eb1bf3d81a5b 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/817] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:53 2026] PUT /v2.0/routers/76e33758-ecb1-42e3-9974-6553fbe900e3/remove_router_interface => generated 197 bytes in 191 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 400/818] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:30:53 2026] GET /v2.0/ports?device_id=76e33758-ecb1-42e3-9974-6553fbe900e3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/819] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:53 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/820] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:53 2026] GET /v2.0/security-groups?id=1aeb48bb-7e5d-4d85-888c-2218ad86c6ba&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:53.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-e284caa6-a00c-4e5b-996d-3fd9ec65ec84 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: 61bb10b4-f903-449b-a890-1a7183c8fa3b 2026-08-11 09:30:53.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e284caa6-a00c-4e5b-996d-3fd9ec65ec84 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: 61bb10b4-f903-449b-a890-1a7183c8fa3b [pid: 7|app: 0|req: 403/821] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:30:53 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:53.800 7 INFO neutron_taas.services.taas.taas_plugin [req-149d547a-0d8a-4c6f-b848-b071a2ad704b req-12ab630d-309a-402a-a8d2-8f6a19eb448e a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] TaaS: Handle Delete Port: c812f720-fbe3-4bb6-94a0-b71072521f57 2026-08-11 09:30:53.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-149d547a-0d8a-4c6f-b848-b071a2ad704b req-12ab630d-309a-402a-a8d2-8f6a19eb448e a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] Tap Mirror: Handle Delete Port: c812f720-fbe3-4bb6-94a0-b71072521f57 2026-08-11 09:30:53.820 8 INFO neutron.services.segments.plugin [-] Segment 93a4daf5-6830-45ef-bbd8-17db538e22c7 resource provider aggregate not found 2026-08-11 09:30:53.825 8 INFO neutron.services.segments.plugin [-] Segment 93a4daf5-6830-45ef-bbd8-17db538e22c7 resource provider aggregate not found 2026-08-11 09:30:53.840 8 INFO neutron.db.l3_hamode_db [None req-e284caa6-a00c-4e5b-996d-3fd9ec65ec84 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] HA network 062bbea9-9364-4cdf-94b2-6bb1768074de was deleted as no HA routers are present in tenant d92f8b0bfdfa491ebd76d8c9f1fbb6fe. 2026-08-11 09:30:53.847 8 INFO neutron.services.segments.plugin [-] Segment 93a4daf5-6830-45ef-bbd8-17db538e22c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93a4daf5-6830-45ef-bbd8-17db538e22c7 found for delete ", "request_id": "req-087aa4dd-139d-45d8-ad32-b69ca3f6875a"}]} [pid: 8|app: 0|req: 419/822] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:53 2026] DELETE /v2.0/routers/76e33758-ecb1-42e3-9974-6553fbe900e3 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:53.866 8 INFO neutron.services.segments.plugin [-] Segment 93a4daf5-6830-45ef-bbd8-17db538e22c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93a4daf5-6830-45ef-bbd8-17db538e22c7 found for delete ", "request_id": "req-6aecf15c-d5b8-4bc8-b788-aa3371693212"}]} 2026-08-11 09:30:53.919 7 INFO neutron.db.l3_db [req-149d547a-0d8a-4c6f-b848-b071a2ad704b req-12ab630d-309a-402a-a8d2-8f6a19eb448e a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] Floating IP 57375317-d22d-42c2-a7ac-8e0afa700834 disassociated. External IP: 10.96.250.212, port: c812f720-fbe3-4bb6-94a0-b71072521f57. [pid: 8|app: 0|req: 420/823] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:53 2026] DELETE /v2.0/subnets/4f13a426-5b9b-418f-ae1a-6674d4487c84 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/824] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:53 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/825] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:54 2026] DELETE /v2.0/networks/33183d05-48be-4e8c-b896-04fa959783a8 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/826] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:30:54 2026] GET /v2.0/networks?id=eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0 => generated 678 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:54.198 8 INFO neutron.db.segments_db [None req-6a84ab08-5357-4daa-9435-cb4d3535dcd5 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment beb0f4b7-ae9d-4586-a631-96d47f5537d8 of type vxlan for network 7563595c-0292-48cd-9079-286c443b8c95 [pid: 8|app: 0|req: 424/827] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:30:54 2026] POST /v2.0/networks => generated 610 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/828] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:30:53 2026] DELETE /v2.0/ports/c812f720-fbe3-4bb6-94a0-b71072521f57 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:54.362 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0df0757-f2b9-4625-8562-d391892c9b79'] response: {'server_uuid': '4c483aa2-9f7a-4936-bba9-3988e9bda967', 'name': 'network-vif-deleted', 'tag': 'c812f720-fbe3-4bb6-94a0-b71072521f57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 405/829] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:54 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/830] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:54 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:54.644 7 INFO neutron.db.segments_db [None req-979572ea-81c0-49df-8350-945708cd7ce3 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment eaae0970-cdb6-4ac1-b918-9ad735f00c82 of type vxlan for network 8fb20dea-b984-4ff1-9c18-3128b1e152cc [pid: 8|app: 0|req: 425/831] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:30:54 2026] POST /v2.0/ports => generated 954 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:30:54.962 7 INFO neutron.db.l3_hamode_db [None req-979572ea-81c0-49df-8350-945708cd7ce3 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:55.098 7 INFO neutron.db.l3_hamode_db [None req-979572ea-81c0-49df-8350-945708cd7ce3 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/832] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:30:54 2026] PUT /v2.0/ports/66ee53e4-bd5b-475b-8993-f15245378d7b => generated 1235 bytes in 477 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-08-11 09:30:55.214 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4455919e-f376-4356-9762-684dedb86198'] response: {'name': 'network-changed', 'server_uuid': '9ec73d4b-89ab-4403-bcc7-531fe69a23d5', 'tag': '66ee53e4-bd5b-475b-8993-f15245378d7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 427/833] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 428/834] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&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: 407/835] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:54 2026] POST /v2.0/routers => generated 506 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/836] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/837] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/ports?tenant_id=b61a018a2b34478eb7fc82c24e1dfafb&device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/838] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:30:55 2026] GET /v2.0/networks?tenant_id=b61a018a2b34478eb7fc82c24e1dfafb&shared=False => generated 774 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/839] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:30:55 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) 2026-08-11 09:30:55.877 8 INFO neutron.services.segments.plugin [-] Segment 59375029-81df-4f31-ae5f-433e14054d6a resource provider aggregate not found 2026-08-11 09:30:55.895 8 INFO neutron.services.segments.plugin [-] Segment 59375029-81df-4f31-ae5f-433e14054d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59375029-81df-4f31-ae5f-433e14054d6a found for delete ", "request_id": "req-9fd353c7-46fc-440d-97f9-1c2b9a412451"}]} 2026-08-11 09:30:55.897 8 INFO neutron.services.segments.plugin [-] Segment 59375029-81df-4f31-ae5f-433e14054d6a resource provider aggregate not found 2026-08-11 09:30:55.925 8 INFO neutron.services.segments.plugin [-] Segment 59375029-81df-4f31-ae5f-433e14054d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59375029-81df-4f31-ae5f-433e14054d6a found for delete ", "request_id": "req-a7d990ad-c9f2-4b14-80f7-3a2e71034af3"}]} [pid: 7|app: 0|req: 412/840] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 413/841] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/842] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => 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: 429/843] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:30:55 2026] PUT /v2.0/routers/095d7341-95d8-4948-a60c-b28bd848bc1e/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/844] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/ports/498d2626-d981-4cd5-8119-6fe6ba90f8bb => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/845] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/ports?tenant_id=b61a018a2b34478eb7fc82c24e1dfafb&device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 431/846] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=66ee53e4-bd5b-475b-8993-f15245378d7b => 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: 432/847] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/subnets?id=60b634c3-d9e0-4c32-93f9-00d023ebdecf => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/848] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:30:56 2026] GET /v2.0/ports?network_id=eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0&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: 434/849] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/networks/eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/850] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/networks/eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:57.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-98d333a5-5fd5-4fd4-9e87-4f5f794111ec 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: 498d2626-d981-4cd5-8119-6fe6ba90f8bb 2026-08-11 09:30:57.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d333a5-5fd5-4fd4-9e87-4f5f794111ec 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: 498d2626-d981-4cd5-8119-6fe6ba90f8bb [pid: 8|app: 0|req: 436/851] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/852] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/853] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:56 2026] PUT /v2.0/routers/095d7341-95d8-4948-a60c-b28bd848bc1e/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/854] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/ports?device_id=095d7341-95d8-4948-a60c-b28bd848bc1e => 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: 439/855] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:57 2026] GET /v2.0/ports?device_id=4c483aa2-9f7a-4936-bba9-3988e9bda967 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:30:57.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e8cd5d6-5e43-41e4-b602-6a4d24a07ce2 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: 6b0c4e10-93ed-4a9b-b318-aea26d83b6b0 2026-08-11 09:30:57.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e8cd5d6-5e43-41e4-b602-6a4d24a07ce2 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: 6b0c4e10-93ed-4a9b-b318-aea26d83b6b0 2026-08-11 09:30:58.192 7 INFO neutron.services.segments.plugin [-] Segment eaae0970-cdb6-4ac1-b918-9ad735f00c82 resource provider aggregate not found 2026-08-11 09:30:58.201 7 INFO neutron.services.segments.plugin [-] Segment eaae0970-cdb6-4ac1-b918-9ad735f00c82 resource provider aggregate not found 2026-08-11 09:30:58.223 7 INFO neutron.services.segments.plugin [-] Segment eaae0970-cdb6-4ac1-b918-9ad735f00c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaae0970-cdb6-4ac1-b918-9ad735f00c82 found for delete ", "request_id": "req-bf84dbe8-f47e-4e2d-a423-4bca21a51378"}]} 2026-08-11 09:30:58.224 7 INFO neutron.services.segments.plugin [-] Segment eaae0970-cdb6-4ac1-b918-9ad735f00c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eaae0970-cdb6-4ac1-b918-9ad735f00c82 found for delete ", "request_id": "req-2452d298-fe6f-4839-b096-f982feb1959f"}]} 2026-08-11 09:30:58.250 7 INFO neutron.db.l3_hamode_db [None req-4e8cd5d6-5e43-41e4-b602-6a4d24a07ce2 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] HA network 8fb20dea-b984-4ff1-9c18-3128b1e152cc was deleted as no HA routers are present in tenant d92f8b0bfdfa491ebd76d8c9f1fbb6fe. [pid: 7|app: 0|req: 417/856] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:57 2026] DELETE /v2.0/routers/095d7341-95d8-4948-a60c-b28bd848bc1e => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/857] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:30:58 2026] DELETE /v2.0/subnets/b1c21707-94d5-4671-8bc3-e2a80d590057 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/858] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:30:58 2026] DELETE /v2.0/networks/7563595c-0292-48cd-9079-286c443b8c95 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:30:58.586 8 INFO neutron.db.segments_db [None req-2020b092-6c5c-4b27-9887-ba5ff8c49753 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Added segment 492247b9-ad01-4a2f-b487-612bdb4c69c5 of type vxlan for network 4b887c00-7bb8-40d7-948b-176695f2a9fb [pid: 7|app: 0|req: 419/859] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:30:58 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/860] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:30:58 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&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-08-11 09:30:58.867 8 INFO neutron.db.l3_hamode_db [None req-2020b092-6c5c-4b27-9887-ba5ff8c49753 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 421/861] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:30:58 2026] DELETE /v2.0/security-groups/1aeb48bb-7e5d-4d85-888c-2218ad86c6ba => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:59.044 7 INFO neutron.api.v2.resource [None req-22cdf824-4fe9-44d9-b208-2c2713d575e9 a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 422/862] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:30:59 2026] GET /v2.0/security-groups/1aeb48bb-7e5d-4d85-888c-2218ad86c6ba => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:30:59.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-332d7241-bb53-4e42-b187-169265191f5a a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] TaaS: Handle Delete Port: a45758e5-46f2-49e2-81a8-e612fa3f9ddf 2026-08-11 09:30:59.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-332d7241-bb53-4e42-b187-169265191f5a a6fdd8878035460a828e8477b414f33d ed747d3f375d485bbd51ce20c4171ac2 - - default default] Tap Mirror: Handle Delete Port: a45758e5-46f2-49e2-81a8-e612fa3f9ddf [pid: 7|app: 0|req: 423/863] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:30:59 2026] DELETE /v2.0/floatingips/57375317-d22d-42c2-a7ac-8e0afa700834 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:30:59.591 8 INFO neutron.db.l3_hamode_db [None req-2020b092-6c5c-4b27-9887-ba5ff8c49753 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:30:59.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-61fd8271-0e47-4fc9-baf7-9bf9ad64c4ed cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: f59ea558-2bda-4e21-94a2-b0fa9377830b 2026-08-11 09:30:59.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61fd8271-0e47-4fc9-baf7-9bf9ad64c4ed cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: f59ea558-2bda-4e21-94a2-b0fa9377830b [pid: 7|app: 0|req: 424/864] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:30:59 2026] PUT /v2.0/routers/31e7b0f5-5072-400e-b9ef-2b9e39e98ed4/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:00.254 7 INFO neutron.services.segments.plugin [-] Segment beb0f4b7-ae9d-4586-a631-96d47f5537d8 resource provider aggregate not found 2026-08-11 09:31:00.261 7 INFO neutron.services.segments.plugin [-] Segment beb0f4b7-ae9d-4586-a631-96d47f5537d8 resource provider aggregate not found [pid: 7|app: 0|req: 425/865] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:00.279 7 INFO neutron.services.segments.plugin [-] Segment beb0f4b7-ae9d-4586-a631-96d47f5537d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid beb0f4b7-ae9d-4586-a631-96d47f5537d8 found for delete ", "request_id": "req-93158e29-e972-418b-ac6e-a78f530700bd"}]} 2026-08-11 09:31:00.282 7 INFO neutron.services.segments.plugin [-] Segment beb0f4b7-ae9d-4586-a631-96d47f5537d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid beb0f4b7-ae9d-4586-a631-96d47f5537d8 found for delete ", "request_id": "req-429bab82-2ee0-4847-89de-d5d150cc7df5"}]} 2026-08-11 09:31:00.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cbd8f44-c419-4b51-ac34-a54ac9c0667e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 7a67983e-15a3-45b7-a233-87cb3b00e864 2026-08-11 09:31:00.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbd8f44-c419-4b51-ac34-a54ac9c0667e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 7a67983e-15a3-45b7-a233-87cb3b00e864 [pid: 8|app: 0|req: 441/866] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:30:58 2026] POST /v2.0/routers => generated 688 bytes in 1988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/867] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/868] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/routers/1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => generated 694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/869] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:31:00 2026] GET /v2.0/routers => generated 697 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:00.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cbd8f44-c419-4b51-ac34-a54ac9c0667e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 7c8f3dae-5e04-4d1c-8cca-007d3153ff93 2026-08-11 09:31:00.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbd8f44-c419-4b51-ac34-a54ac9c0667e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 7c8f3dae-5e04-4d1c-8cca-007d3153ff93 [pid: 8|app: 0|req: 445/870] 10.0.0.1 () {34 vars in 739 bytes} [Tue Aug 11 09:31:00 2026] PUT /v2.0/routers/1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => generated 701 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:01.192 7 INFO neutron.db.l3_hamode_db [None req-1cbd8f44-c419-4b51-ac34-a54ac9c0667e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 919cd97f-338c-4bb6-8b39-1054ad62e06f was deleted as no HA routers are present in tenant ed747d3f375d485bbd51ce20c4171ac2. [pid: 7|app: 0|req: 426/871] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:00 2026] DELETE /v2.0/routers/31e7b0f5-5072-400e-b9ef-2b9e39e98ed4 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/872] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/routers/1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => generated 701 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/873] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/ports?device_id=1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => 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: 427/874] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:01 2026] DELETE /v2.0/subnets/3a8e475e-bc27-49ce-81cd-d333ed3fd739 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:01.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a464252-70d5-4641-ac1e-3dadbeb42006 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: 8fd3d111-3ed6-4278-8d26-688832553372 2026-08-11 09:31:01.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a464252-70d5-4641-ac1e-3dadbeb42006 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: 8fd3d111-3ed6-4278-8d26-688832553372 2026-08-11 09:31:01.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-22001066-dae9-4622-b01a-cd001db947d6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: a331a729-4109-44ea-bac1-7cc360a4e9fc 2026-08-11 09:31:01.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22001066-dae9-4622-b01a-cd001db947d6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: a331a729-4109-44ea-bac1-7cc360a4e9fc [pid: 7|app: 0|req: 428/875] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:31:01 2026] DELETE /v2.0/networks/204f6b5e-9344-4ffd-98d9-2125808eb4e5 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:01.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a464252-70d5-4641-ac1e-3dadbeb42006 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] TaaS: Handle Delete Port: b392363b-f4e4-445b-b8be-1d6f33d6786a 2026-08-11 09:31:01.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a464252-70d5-4641-ac1e-3dadbeb42006 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] Tap Mirror: Handle Delete Port: b392363b-f4e4-445b-b8be-1d6f33d6786a [pid: 7|app: 0|req: 429/876] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/877] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/878] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/879] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/security-groups?tenant_id=ed747d3f375d485bbd51ce20c4171ac2&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: 433/880] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:31:01 2026] GET /v2.0/ports/e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 968 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:02.080 8 INFO neutron.services.segments.plugin [-] Segment 492247b9-ad01-4a2f-b487-612bdb4c69c5 resource provider aggregate not found 2026-08-11 09:31:02.098 8 INFO neutron.services.segments.plugin [-] Segment 492247b9-ad01-4a2f-b487-612bdb4c69c5 resource provider aggregate not found 2026-08-11 09:31:02.103 8 INFO neutron.services.segments.plugin [-] Segment 492247b9-ad01-4a2f-b487-612bdb4c69c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492247b9-ad01-4a2f-b487-612bdb4c69c5 found for delete ", "request_id": "req-84ecf906-c342-409e-b145-8a8781f3b7b4"}]} 2026-08-11 09:31:02.115 8 INFO neutron.db.l3_hamode_db [None req-3a464252-70d5-4641-ac1e-3dadbeb42006 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] HA network 4b887c00-7bb8-40d7-948b-176695f2a9fb was deleted as no HA routers are present in tenant d92f8b0bfdfa491ebd76d8c9f1fbb6fe. [pid: 7|app: 0|req: 434/881] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/security-groups/4ff2f060-2ecc-481e-be39-18099f50d8f6 => 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: 448/882] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:01 2026] DELETE /v2.0/routers/1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:02.144 8 INFO neutron.services.segments.plugin [-] Segment 492247b9-ad01-4a2f-b487-612bdb4c69c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492247b9-ad01-4a2f-b487-612bdb4c69c5 found for delete ", "request_id": "req-1d3890f3-e98e-4b74-b967-54d3820e5ecf"}]} [pid: 7|app: 0|req: 435/883] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/ports?device_id=1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:02.182 8 INFO neutron.api.v2.resource [None req-bb996009-f7b6-42eb-b0b2-dfef199c3ccc 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/884] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/routers/1e0404a0-4ef3-4b35-bcbd-ca4d85d17efa => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/885] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/ports?device_id=095d7341-95d8-4948-a60c-b28bd848bc1e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:02.238 8 INFO neutron.api.v2.resource [None req-8d7ee9f5-2e6e-46db-b3ff-16dba4610644 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 450/886] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/routers/095d7341-95d8-4948-a60c-b28bd848bc1e => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:31:02.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93b3352e-92e6-41d4-b196-4f5da5c137be 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 437/887] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/subnets/b1c21707-94d5-4671-8bc3-e2a80d590057 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/888] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/ports?device_id=76e33758-ecb1-42e3-9974-6553fbe900e3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:02.306 7 INFO neutron.services.segments.plugin [-] Segment 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 resource provider aggregate not found 2026-08-11 09:31:02.309 7 INFO neutron.services.segments.plugin [-] Segment 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 resource provider aggregate not found 2026-08-11 09:31:02.328 7 INFO neutron.services.segments.plugin [-] Segment 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 found for delete ", "request_id": "req-32300bd8-7c18-43d2-9c2d-4ea746dbfdcf"}]} 2026-08-11 09:31:02.335 7 INFO neutron.services.segments.plugin [-] Segment 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ba869e-b09f-4e25-98a8-c5d36c1eaa13 found for delete ", "request_id": "req-6c745898-d4e5-4def-bf80-9a3a0067f69c"}]} 2026-08-11 09:31:02.340 7 INFO neutron.api.v2.resource [None req-fa06a9bb-7fb9-4ef6-8f44-372e5b53fc6c 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 438/889] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/routers/76e33758-ecb1-42e3-9974-6553fbe900e3 => generated 135 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:31:02.347 7 INFO neutron.services.segments.plugin [-] Segment 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 resource provider aggregate not found 2026-08-11 09:31:02.363 7 INFO neutron.services.segments.plugin [-] Segment 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 found for delete ", "request_id": "req-2856550c-d750-46b4-9dee-65d6671d8297"}]} 2026-08-11 09:31:02.364 7 INFO neutron.services.segments.plugin [-] Segment 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 resource provider aggregate not found 2026-08-11 09:31:02.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7456efc1-49fa-4aed-b1ad-c045b5b46ec3 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 452/890] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/subnets/4f13a426-5b9b-418f-ae1a-6674d4487c84 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:31:02.389 7 INFO neutron.services.segments.plugin [-] Segment 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76db7c1b-9f9d-4df6-9bcd-a34812c97d89 found for delete ", "request_id": "req-3a829a9e-800b-464f-849f-480fb2178a96"}]} [pid: 7|app: 0|req: 439/891] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/ports?device_id=70d4c581-cdaa-4444-8888-b2fa536cf606 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:02.429 8 INFO neutron.api.v2.resource [None req-0fb0c8f1-b400-421e-9173-cd2eb15897d6 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 453/892] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/routers/70d4c581-cdaa-4444-8888-b2fa536cf606 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:31:02.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06cdbe15-dbc7-4e69-ae2e-eb1e858c08ac 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 440/893] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/subnets/4f28def7-5272-4703-b039-5a1901595ada => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:31:02.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30fd0fce-190e-41ed-9bda-31576ceece9c 0e594bafe1e240fb99ac58a06b224161 d92f8b0bfdfa491ebd76d8c9f1fbb6fe - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 454/894] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:02 2026] DELETE /v2.0/subnets/b6ab02ff-0238-4646-97e8-9046c817b897 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/895] 199.19.213.202 () {34 vars in 1000 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/subnets?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/896] 199.19.213.202 () {34 vars in 1146 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e&device_owner=compute%3Anova&network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/897] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:02 2026] GET /v2.0/security-groups?tenant_id=d92f8b0bfdfa491ebd76d8c9f1fbb6fe&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/898] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/899] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:31:02 2026] PUT /v2.0/ports/e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 1145 bytes in 482 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: 458/900] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:03 2026] DELETE /v2.0/security-groups/948534c5-b64d-4ed2-a0a9-f6c2bf3e26c5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/901] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:03.341 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d7c2770-8e81-4925-9f3a-13bb3663d200'] response: {'name': 'network-changed', 'server_uuid': 'e3e2acad-dbde-4b10-bb46-741c9c5ffc1e', 'tag': 'e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 459/902] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 444/903] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/904] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1417 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/905] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 779 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/906] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/907] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => 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: 462/908] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/subnets?id=3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/909] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/ports?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c&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: 463/910] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/911] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/912] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1148 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/913] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:04.641 8 INFO neutron.db.segments_db [None req-7a98f7ce-98a9-4215-9638-f3cbdc532428 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment e680eed1-388b-470e-8256-8c3d832add5d of type vxlan for network aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542 [pid: 8|app: 0|req: 464/914] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:31:04 2026] POST /v2.0/networks => generated 724 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/915] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 466/916] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/917] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:04 2026] POST /v2.0/subnets => generated 690 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:31:04.972 8 INFO neutron.db.segments_db [None req-ebd70e23-e81f-4f38-8770-6bba9aba488f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 999025d6-f77b-4c84-a7db-bbe1ee8873ab of type vxlan for network b49ca24f-3766-4bc8-91be-383f6883632e 2026-08-11 09:31:05.219 8 INFO neutron.db.l3_hamode_db [None req-ebd70e23-e81f-4f38-8770-6bba9aba488f cbe2295efac748329f8bf1cee02a66b6 563456dfdc834862808f0fce4e00e0f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 452/918] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:31:05 2026] POST /v2.0/subnetpools => generated 548 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/919] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1417 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/920] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/subnetpools/c2aa15dc-a512-4789-9277-0352bb76f180 => generated 548 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/921] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/922] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:31:05 2026] PUT /v2.0/subnetpools/c2aa15dc-a512-4789-9277-0352bb76f180 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/923] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/924] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:31:05 2026] DELETE /v2.0/subnetpools/c2aa15dc-a512-4789-9277-0352bb76f180 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/925] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:05.598 7 INFO neutron.api.v2.resource [None req-fcaec519-9f31-4a03-a635-23a4e6fa563b e8123a79c1c24a96aafd0b5d24ef8346 bac18344c33c4ce2a6ca0ea5806200d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/926] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/subnetpools/c2aa15dc-a512-4789-9277-0352bb76f180 => generated 145 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/927] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/subnets?id=3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:05.629 7 INFO neutron.api.v2.resource [None req-4a2a96bb-7711-4a4e-bd88-2af76016ec29 e8123a79c1c24a96aafd0b5d24ef8346 bac18344c33c4ce2a6ca0ea5806200d8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/928] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:31:05 2026] DELETE /v2.0/subnetpools/c2aa15dc-a512-4789-9277-0352bb76f180 => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/929] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/ports?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c&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: 7|app: 0|req: 464/930] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?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: 465/931] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?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) 2026-08-11 09:31:05.955 8 INFO neutron.db.l3_hamode_db [None req-ebd70e23-e81f-4f38-8770-6bba9aba488f cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/932] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/933] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:06 2026] GET /v2.0/security-groups?id=a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90&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: 468/934] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:06 2026] GET /v2.0/security-groups?tenant_id=bac18344c33c4ce2a6ca0ea5806200d8&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/935] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:31:06 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/936] 199.19.213.202 () {34 vars in 1118 bytes} [Tue Aug 11 09:31:06 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/937] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:06 2026] DELETE /v2.0/security-groups/b75bdbf3-1a6a-4f47-8d7a-3110b13a115e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:06.632 7 INFO neutron_taas.services.taas.taas_plugin [req-5cdfc175-9b35-47d0-a13b-22ddde353c7c req-f58db428-b158-4547-a58b-08da72e87a8a e3fe350c87de4c9da0e805dc67ddc856 b61a018a2b34478eb7fc82c24e1dfafb - - default default] TaaS: Handle Delete Port: 66ee53e4-bd5b-475b-8993-f15245378d7b 2026-08-11 09:31:06.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5cdfc175-9b35-47d0-a13b-22ddde353c7c req-f58db428-b158-4547-a58b-08da72e87a8a e3fe350c87de4c9da0e805dc67ddc856 b61a018a2b34478eb7fc82c24e1dfafb - - default default] Tap Mirror: Handle Delete Port: 66ee53e4-bd5b-475b-8993-f15245378d7b [pid: 7|app: 0|req: 474/940] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:31:06 2026] DELETE /v2.0/ports/66ee53e4-bd5b-475b-8993-f15245378d7b => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:06.814 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c84d4ce-7ffc-4ddb-ab0b-b1241b6dcc93'] response: {'server_uuid': '9ec73d4b-89ab-4403-bcc7-531fe69a23d5', 'name': 'network-vif-deleted', 'tag': '66ee53e4-bd5b-475b-8993-f15245378d7b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 467/941] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:04 2026] POST /v2.0/routers => generated 730 bytes in 1905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/942] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:31:06 2026] PUT /v2.0/ports/e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 968 bytes in 406 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: 476/943] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => 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: 477/944] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/945] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/946] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/947] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/subnets?id=3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/948] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/ports?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/949] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:31:06 2026] PUT /v2.0/routers/d28c269f-a124-4f0d-beaa-36251271b5dc/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/950] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/951] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?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: 470/952] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:08.542 7 INFO neutron.db.segments_db [None req-b0f3cb61-e79d-4297-8f43-df29a3e119e6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 of type vxlan for network c6c32f4a-41fc-46c4-9294-de47516d7673 [pid: 7|app: 0|req: 483/953] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:31:08 2026] POST /v2.0/networks => generated 721 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/954] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:08 2026] POST /v2.0/subnets => generated 687 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:31:08.851 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0661dbff-f953-4d2b-a344-3da70525d76e'] response: {'name': 'network-changed', 'server_uuid': 'e3e2acad-dbde-4b10-bb46-741c9c5ffc1e', 'tag': 'e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 484/955] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:31:08 2026] POST /v2.0/security-groups => generated 1658 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:31:08.889 8 INFO neutron.db.segments_db [None req-a2928ac9-1699-4a4d-94ed-369ba4ca8c25 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc of type vxlan for network fdecfde5-4240-4d55-a3a1-6bc3c5baaf25 [pid: 7|app: 0|req: 485/956] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:31:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/957] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/958] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:31:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/959] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:09.205 8 INFO neutron.db.l3_hamode_db [None req-a2928ac9-1699-4a4d-94ed-369ba4ca8c25 cbe2295efac748329f8bf1cee02a66b6 ec7d481c09814520bb6bbafedca5ed6e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 489/960] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:31:09 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/961] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/ports?tenant_id=e54144cb9804408a89947c0ddd136568&device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/962] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/ports?device_id=9ec73d4b-89ab-4403-bcc7-531fe69a23d5 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/963] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/networks?id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/964] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/965] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/subnets?id=3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/966] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/ports?network_id=f1804c8a-eed3-4ddf-91f6-7ea965d4583c&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/967] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/968] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/969] 10.0.0.181 () {34 vars in 1096 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--19723046&fields=id&tenant_id=563456dfdc834862808f0fce4e00e0f3 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/970] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/networks?id=aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/971] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/quotas/563456dfdc834862808f0fce4e00e0f3 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/972] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => 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: 502/973] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/ports?tenant_id=563456dfdc834862808f0fce4e00e0f3&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/974] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/975] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:10.493 8 INFO neutron.db.l3_hamode_db [None req-a2928ac9-1699-4a4d-94ed-369ba4ca8c25 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 505/976] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/977] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:11.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff3dce97-b087-4869-94a4-942cc23f1d8e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: a9308c9e-18c4-4c1e-b7ca-6d54f109cd14 2026-08-11 09:31:11.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff3dce97-b087-4869-94a4-942cc23f1d8e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: a9308c9e-18c4-4c1e-b7ca-6d54f109cd14 [pid: 8|app: 0|req: 472/978] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:08 2026] POST /v2.0/routers => generated 727 bytes in 2713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/979] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:31:11 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/980] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:11 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/981] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:31:10 2026] PUT /v2.0/routers/89dfce8e-422b-449e-ae9d-3a7653209295/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:12.007 7 INFO neutron_taas.services.taas.taas_plugin [req-de573367-2735-4454-bc66-3cec48304ba6 req-900b6b49-d20a-4d39-bb05-8ee53b3978e0 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] TaaS: Handle Delete Port: e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a 2026-08-11 09:31:12.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de573367-2735-4454-bc66-3cec48304ba6 req-900b6b49-d20a-4d39-bb05-8ee53b3978e0 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] Tap Mirror: Handle Delete Port: e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a 2026-08-11 09:31:12.143 7 INFO neutron.db.l3_db [req-de573367-2735-4454-bc66-3cec48304ba6 req-900b6b49-d20a-4d39-bb05-8ee53b3978e0 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] Floating IP 3623b1e1-a0ad-431b-a64e-a5c5fb0c8066 disassociated. External IP: 10.96.250.207, port: e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a. [pid: 7|app: 0|req: 508/982] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:31:11 2026] DELETE /v2.0/ports/e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/983] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:12 2026] GET /v2.0/security-groups?id=90bf8892-0bf9-4855-ab0e-78acdd7b94c4&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/984] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:12 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:12.613 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e7a84ad-ecdd-42e4-9ee2-efe2d9120639'] response: {'server_uuid': 'e3e2acad-dbde-4b10-bb46-741c9c5ffc1e', 'name': 'network-vif-deleted', 'tag': 'e6cf8531-d0ff-4cb7-822e-e2cae0a13e6a', 'status': 'completed', 'code': 200} 2026-08-11 09:31:12.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-42a41607-112e-4a7a-a9df-76ff99c6c4b0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: e16f66ee-0340-4b24-b90c-fbe8febe50b8 2026-08-11 09:31:12.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42a41607-112e-4a7a-a9df-76ff99c6c4b0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: e16f66ee-0340-4b24-b90c-fbe8febe50b8 [pid: 8|app: 0|req: 475/985] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:31:11 2026] PUT /v2.0/routers/320e191f-c0e6-4902-bf60-3f2da94764d9/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:13.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-42a41607-112e-4a7a-a9df-76ff99c6c4b0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 0a5baccb-a0bd-4634-add4-e46bb1f6fa69 2026-08-11 09:31:13.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42a41607-112e-4a7a-a9df-76ff99c6c4b0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 0a5baccb-a0bd-4634-add4-e46bb1f6fa69 [pid: 8|app: 0|req: 476/986] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:13 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/987] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:13 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:13.840 7 INFO neutron.services.segments.plugin [-] Segment 30d1514d-af18-4f58-ab3e-eae679ce2d81 resource provider aggregate not found 2026-08-11 09:31:13.846 7 INFO neutron.services.segments.plugin [-] Segment 30d1514d-af18-4f58-ab3e-eae679ce2d81 resource provider aggregate not found 2026-08-11 09:31:13.860 7 INFO neutron.services.segments.plugin [-] Segment 30d1514d-af18-4f58-ab3e-eae679ce2d81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30d1514d-af18-4f58-ab3e-eae679ce2d81 found for delete ", "request_id": "req-aba01969-8a73-4345-84ec-ea52da40e02e"}]} 2026-08-11 09:31:13.866 7 INFO neutron.services.segments.plugin [-] Segment 30d1514d-af18-4f58-ab3e-eae679ce2d81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30d1514d-af18-4f58-ab3e-eae679ce2d81 found for delete ", "request_id": "req-f2531ac6-63c6-41ef-992c-0284ec299453"}]} 2026-08-11 09:31:13.873 7 INFO neutron.db.l3_hamode_db [None req-42a41607-112e-4a7a-a9df-76ff99c6c4b0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 833f4ca6-e18a-490e-8c29-56e0e8c3a5b2 was deleted as no HA routers are present in tenant b61a018a2b34478eb7fc82c24e1dfafb. [pid: 7|app: 0|req: 511/988] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:12 2026] DELETE /v2.0/routers/89dfce8e-422b-449e-ae9d-3a7653209295 => generated 0 bytes in 1310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/989] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:13 2026] DELETE /v2.0/subnets/60b634c3-d9e0-4c32-93f9-00d023ebdecf => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:14.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-dddd750f-c1c2-4c29-a4ab-3ae8983a6c44 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: f786a3bf-4558-46d9-8c71-f81d205faedb 2026-08-11 09:31:14.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dddd750f-c1c2-4c29-a4ab-3ae8983a6c44 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: f786a3bf-4558-46d9-8c71-f81d205faedb [pid: 7|app: 0|req: 512/990] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:31:14 2026] DELETE /v2.0/networks/eac17ca4-1b01-4a23-b1e0-df6b9bb0e4e0 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/991] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:14 2026] GET /v2.0/security-groups?tenant_id=b61a018a2b34478eb7fc82c24e1dfafb&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/992] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:14 2026] DELETE /v2.0/security-groups/a4f0ae76-6b74-41ff-bbb8-e0a9bba4cd90 => 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: 480/993] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:14 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => 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: 514/994] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:14 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/995] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:14 2026] GET /v2.0/networks?id=aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542 => generated 675 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/996] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=563456dfdc834862808f0fce4e00e0f3 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/997] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/networks?id=c6c32f4a-41fc-46c4-9294-de47516d7673 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/998] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/quotas/ec7d481c09814520bb6bbafedca5ed6e => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/999] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/ports?tenant_id=ec7d481c09814520bb6bbafedca5ed6e&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1000] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/networks/c6c32f4a-41fc-46c4-9294-de47516d7673?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1001] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/networks/c6c32f4a-41fc-46c4-9294-de47516d7673?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: 482/1002] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:31:15 2026] POST /v2.0/ports => generated 954 bytes in 457 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: 483/1003] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:15.890 7 INFO neutron.services.segments.plugin [-] Segment a6199acd-28b7-40c5-8d08-a5fa81d85e3e resource provider aggregate not found 2026-08-11 09:31:15.898 7 INFO neutron.services.segments.plugin [-] Segment a6199acd-28b7-40c5-8d08-a5fa81d85e3e resource provider aggregate not found [pid: 8|app: 0|req: 484/1004] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/ports?device_id=e3e2acad-dbde-4b10-bb46-741c9c5ffc1e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:15.908 7 INFO neutron.services.segments.plugin [-] Segment a6199acd-28b7-40c5-8d08-a5fa81d85e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6199acd-28b7-40c5-8d08-a5fa81d85e3e found for delete ", "request_id": "req-279de864-6c53-4330-9c72-821cb653c56e"}]} 2026-08-11 09:31:15.924 7 INFO neutron.services.segments.plugin [-] Segment a6199acd-28b7-40c5-8d08-a5fa81d85e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6199acd-28b7-40c5-8d08-a5fa81d85e3e found for delete ", "request_id": "req-30cb4897-4f50-4254-bfe7-53f260376197"}]} [pid: 8|app: 0|req: 485/1005] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1006] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:15 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1007] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:31:15 2026] PUT /v2.0/ports/46ff139b-2bec-45a3-9862-981c9aa82e3d => generated 1235 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:16.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0229d542-97cb-463f-b981-9b2a45d3be0e'] response: {'name': 'network-changed', 'server_uuid': '4a94e6f4-19d7-4daa-bb1c-af2b2151556a', 'tag': '46ff139b-2bec-45a3-9862-981c9aa82e3d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 487/1008] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:16 2026] GET /v2.0/ports?tenant_id=563456dfdc834862808f0fce4e00e0f3&device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 522/1009] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:31:16 2026] GET /v2.0/networks?tenant_id=563456dfdc834862808f0fce4e00e0f3&shared=False => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1010] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:16 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 523/1011] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:31:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1012] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:16 2026] DELETE /v2.0/security-groups/90bf8892-0bf9-4855-ab0e-78acdd7b94c4 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:17.133 8 INFO neutron.api.v2.resource [None req-bf3c242d-c977-4ea8-b6c9-f8fd1fc9c2e4 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/1013] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:31:17 2026] GET /v2.0/security-groups/90bf8892-0bf9-4855-ab0e-78acdd7b94c4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1014] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:17 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1015] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:17 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:17.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3b34db5-1467-46ab-8b69-5b0fafa2ea4f 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] TaaS: Handle Delete Port: 3327d1b0-3121-4d68-b201-93274b285e82 2026-08-11 09:31:17.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3b34db5-1467-46ab-8b69-5b0fafa2ea4f 797c4486363349bda9e1400f497e8492 e54144cb9804408a89947c0ddd136568 - - default default] Tap Mirror: Handle Delete Port: 3327d1b0-3121-4d68-b201-93274b285e82 [pid: 8|app: 0|req: 491/1016] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:31:17 2026] DELETE /v2.0/floatingips/3623b1e1-a0ad-431b-a64e-a5c5fb0c8066 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:17.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1886e6e-479d-4d21-a8e8-a1c3d1b58f3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 9dbf82f5-ddb4-42ea-9abd-cd697d21c688 2026-08-11 09:31:17.884 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1886e6e-479d-4d21-a8e8-a1c3d1b58f3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 9dbf82f5-ddb4-42ea-9abd-cd697d21c688 [pid: 8|app: 0|req: 492/1017] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:17 2026] GET /v2.0/security-groups?tenant_id=25e60bf445a94d73b5dcc2a85c09e5e7&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1018] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:17 2026] GET /v2.0/ports?tenant_id=563456dfdc834862808f0fce4e00e0f3&device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1019] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 495/1020] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:18 2026] DELETE /v2.0/security-groups/460f483c-cae1-414b-bbe3-fb6c707968ba => 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: 496/1021] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=46ff139b-2bec-45a3-9862-981c9aa82e3d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1022] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/subnets?id=7c804164-35bb-4dca-973c-03425f4b736b => 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: 498/1023] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/ports?network_id=aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542&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: 499/1024] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542?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: 500/1025] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542?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: 501/1026] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1027] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:18 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1028] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:31:17 2026] PUT /v2.0/routers/7806d65a-bb3e-4bb4-aa7c-df8e184d4de3/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:18.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca306d62-45f4-4403-b625-98c2cf77e7fe cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 749ed071-1053-45f9-b78c-efbeb96ad4f7 2026-08-11 09:31:18.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca306d62-45f4-4403-b625-98c2cf77e7fe cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 749ed071-1053-45f9-b78c-efbeb96ad4f7 2026-08-11 09:31:18.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca306d62-45f4-4403-b625-98c2cf77e7fe cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 65e0bcb0-aa5f-48fe-b13b-ec761de2e786 2026-08-11 09:31:18.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca306d62-45f4-4403-b625-98c2cf77e7fe cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 65e0bcb0-aa5f-48fe-b13b-ec761de2e786 [pid: 7|app: 0|req: 527/1029] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:19.190 8 INFO neutron.services.segments.plugin [-] Segment 55c1e50a-5ade-4ac1-8e08-550cd8348350 resource provider aggregate not found 2026-08-11 09:31:19.199 8 INFO neutron.services.segments.plugin [-] Segment 55c1e50a-5ade-4ac1-8e08-550cd8348350 resource provider aggregate not found 2026-08-11 09:31:19.211 8 INFO neutron.services.segments.plugin [-] Segment 55c1e50a-5ade-4ac1-8e08-550cd8348350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c1e50a-5ade-4ac1-8e08-550cd8348350 found for delete ", "request_id": "req-a2554890-f9db-4b88-b3b2-214a87090b43"}]} 2026-08-11 09:31:19.220 8 INFO neutron.services.segments.plugin [-] Segment 55c1e50a-5ade-4ac1-8e08-550cd8348350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c1e50a-5ade-4ac1-8e08-550cd8348350 found for delete ", "request_id": "req-dbefd980-6802-4ad9-8ef3-f42cbdf259ed"}]} 2026-08-11 09:31:19.227 8 INFO neutron.db.l3_hamode_db [None req-ca306d62-45f4-4403-b625-98c2cf77e7fe cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 5f8954ca-ea09-4ab0-83e6-49a9544a2cf8 was deleted as no HA routers are present in tenant e54144cb9804408a89947c0ddd136568. [pid: 8|app: 0|req: 503/1030] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:18 2026] DELETE /v2.0/routers/7806d65a-bb3e-4bb4-aa7c-df8e184d4de3 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1031] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/subnets/3eab159c-edb6-4195-98e6-66bb954db4a7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:19.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-516611ca-fabd-4137-b2a5-b072f479c850 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 6c4f7ff0-22c3-4d1d-a853-fcfb1e100d89 2026-08-11 09:31:19.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-516611ca-fabd-4137-b2a5-b072f479c850 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 6c4f7ff0-22c3-4d1d-a853-fcfb1e100d89 [pid: 7|app: 0|req: 529/1032] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1033] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1034] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/networks/f1804c8a-eed3-4ddf-91f6-7ea965d4583c => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1035] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:19 2026] GET /v2.0/security-groups?tenant_id=e54144cb9804408a89947c0ddd136568&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1036] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:19 2026] DELETE /v2.0/security-groups/c58e0128-2ef0-4424-85cc-6c3b6000f7e1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1037] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:20 2026] GET /v2.0/networks?id=c6c32f4a-41fc-46c4-9294-de47516d7673 => generated 672 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1038] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:20 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 506/1039] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:31:20 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: 507/1040] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:20 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1041] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:20 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1042] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:31:20 2026] PUT /v2.0/ports/f3f9df21-caa2-407c-87cc-2ab2a00ff385 => generated 1239 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:20.889 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4ed2ddc-fdb7-4af1-bcca-4c90bda71db1'] response: {'name': 'network-changed', 'server_uuid': '52174884-ee0b-4900-bef1-40c06c429afc', 'tag': 'f3f9df21-caa2-407c-87cc-2ab2a00ff385', 'status': 'completed', 'code': 200} 2026-08-11 09:31:21.241 8 INFO neutron.services.segments.plugin [-] Segment 3938fa8c-3886-4ace-bf3f-9737e305f767 resource provider aggregate not found 2026-08-11 09:31:21.244 8 INFO neutron.services.segments.plugin [-] Segment 3938fa8c-3886-4ace-bf3f-9737e305f767 resource provider aggregate not found 2026-08-11 09:31:21.268 8 INFO neutron.services.segments.plugin [-] Segment 3938fa8c-3886-4ace-bf3f-9737e305f767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3938fa8c-3886-4ace-bf3f-9737e305f767 found for delete ", "request_id": "req-03f83442-f0ad-4ab2-b963-67118135e209"}]} 2026-08-11 09:31:21.269 8 INFO neutron.services.segments.plugin [-] Segment 3938fa8c-3886-4ace-bf3f-9737e305f767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3938fa8c-3886-4ace-bf3f-9737e305f767 found for delete ", "request_id": "req-8f54a969-e3cd-4c4c-bc89-427ca3752fd1"}]} [pid: 8|app: 0|req: 509/1043] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1046] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 41 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: 536/1047] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/ports?tenant_id=ec7d481c09814520bb6bbafedca5ed6e&device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 512/1048] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/networks?tenant_id=ec7d481c09814520bb6bbafedca5ed6e&shared=False => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1049] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1050] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1051] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:22.245 8 INFO neutron.db.segments_db [None req-1427c8e4-27d0-4f56-9b31-bb965ba52b6c cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 54f72e89-358b-4f71-81ab-e1d813738e70 of type vxlan for network ff9de84f-330c-47e3-9202-0cf4c1f045e5 [pid: 8|app: 0|req: 514/1052] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:31:21 2026] POST /v2.0/networks => generated 725 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1053] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/security-groups?tenant_id=20e3644e79a347cc8445a1f9e6dacb0d&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1054] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:22 2026] POST /v2.0/subnets => generated 691 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1055] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1056] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/ports?tenant_id=ec7d481c09814520bb6bbafedca5ed6e&device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1057] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:22 2026] DELETE /v2.0/security-groups/929cfbdc-21ee-454b-b62a-ccae74e27c97 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:22.685 7 INFO neutron.db.segments_db [None req-cafbe599-eafc-4a4a-b052-e86422d4045d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 87742fce-4980-4c42-a1aa-86d2a5bf303d of type vxlan for network bcc429d4-8672-4d5c-877a-3d26da3c3493 [pid: 8|app: 0|req: 517/1058] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1059] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f3f9df21-caa2-407c-87cc-2ab2a00ff385 => 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: 519/1060] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/subnets?id=f09654f1-aa43-42ce-85ac-944a779aae02 => generated 690 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1061] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/ports?network_id=c6c32f4a-41fc-46c4-9294-de47516d7673&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:22.944 7 INFO neutron.db.l3_hamode_db [None req-cafbe599-eafc-4a4a-b052-e86422d4045d cbe2295efac748329f8bf1cee02a66b6 f6fd683e00c34d09846371df378782c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 521/1062] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/security-groups?tenant_id=f062f4b8e64345128c02653563750aee&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: 522/1063] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/networks/c6c32f4a-41fc-46c4-9294-de47516d7673?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: 523/1064] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:23 2026] DELETE /v2.0/security-groups/b6324096-4a1b-4b97-a009-bbaf5d5064b0 => 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: 524/1065] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:23 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => 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: 525/1066] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:23 2026] GET /v2.0/networks/c6c32f4a-41fc-46c4-9294-de47516d7673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1067] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:23 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1068] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:23 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:23.697 8 INFO neutron.db.l3_db [None req-5747f5db-c4d1-4ea3-b73a-54bcba7c0e24 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] Floating IP d476f82d-97ff-4b34-8119-ab3fd54f46bd associated. External IP: 10.96.250.212, port: 46ff139b-2bec-45a3-9862-981c9aa82e3d. 2026-08-11 09:31:23.724 7 INFO neutron.db.l3_hamode_db [None req-cafbe599-eafc-4a4a-b052-e86422d4045d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 528/1069] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:31:23 2026] PUT /v2.0/floatingips/d476f82d-97ff-4b34-8119-ab3fd54f46bd => generated 855 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1070] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:23 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1071] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1072] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&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: 532/1073] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:24.138 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c77408a7-dee0-4a53-995e-f2349d950d1f'] response: {'name': 'network-changed', 'server_uuid': '4a94e6f4-19d7-4daa-bb1c-af2b2151556a', 'tag': '46ff139b-2bec-45a3-9862-981c9aa82e3d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 533/1074] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1075] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1076] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:22 2026] POST /v2.0/routers => generated 731 bytes in 1930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1077] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/ports?tenant_id=563456dfdc834862808f0fce4e00e0f3&device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1078] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/networks?id=aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542 => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1079] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=46ff139b-2bec-45a3-9862-981c9aa82e3d => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1080] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/subnets?id=7c804164-35bb-4dca-973c-03425f4b736b => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1081] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/ports?network_id=aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1082] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542?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: 549/1083] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542?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: 550/1084] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1085] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1086] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1087] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1088] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:31:24 2026] PUT /v2.0/routers/c9f6465f-cdd3-40a8-ac18-f277dbef4fbe/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1089] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 555/1090] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1091] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:31:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1092] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:31:26 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: 8|app: 0|req: 537/1093] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:31:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1094] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1095] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => 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: 540/1096] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/security-groups?id=2850b3c0-767b-4acd-81b3-eb6408fb6235&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:27.027 8 INFO neutron_taas.services.taas.taas_plugin [req-e77798dd-a726-4dca-bd3e-49fd365ee7d6 req-8391a18b-d4f3-42f3-b2ea-de35ef29a23e 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] TaaS: Handle Delete Port: 46ff139b-2bec-45a3-9862-981c9aa82e3d 2026-08-11 09:31:27.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e77798dd-a726-4dca-bd3e-49fd365ee7d6 req-8391a18b-d4f3-42f3-b2ea-de35ef29a23e 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] Tap Mirror: Handle Delete Port: 46ff139b-2bec-45a3-9862-981c9aa82e3d 2026-08-11 09:31:27.245 8 INFO neutron.db.l3_db [req-e77798dd-a726-4dca-bd3e-49fd365ee7d6 req-8391a18b-d4f3-42f3-b2ea-de35ef29a23e 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] Floating IP d476f82d-97ff-4b34-8119-ab3fd54f46bd disassociated. External IP: 10.96.250.212, port: 46ff139b-2bec-45a3-9862-981c9aa82e3d. [pid: 7|app: 0|req: 557/1097] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:31:26 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1098] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 559/1099] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1100] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:31:26 2026] DELETE /v2.0/ports/46ff139b-2bec-45a3-9862-981c9aa82e3d => generated 0 bytes in 768 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:31:27.712 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7c2b182-a415-4d99-b925-c336f933f68c'] response: {'server_uuid': '4a94e6f4-19d7-4daa-bb1c-af2b2151556a', 'name': 'network-vif-deleted', 'tag': '46ff139b-2bec-45a3-9862-981c9aa82e3d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 560/1101] 10.0.0.181 () {34 vars in 1098 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--313952055&fields=id&tenant_id=f6fd683e00c34d09846371df378782c4 => 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: 542/1102] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/networks?id=ff9de84f-330c-47e3-9202-0cf4c1f045e5 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1103] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/quotas/f6fd683e00c34d09846371df378782c4 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1104] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => 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: 543/1105] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:31:27 2026] GET /v2.0/ports?tenant_id=f6fd683e00c34d09846371df378782c4&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1106] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:31:28 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1107] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:31:28 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1108] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:28 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 545/1109] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:28 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 565/1110] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:28 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1111] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => 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: 566/1112] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 547/1113] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/security-groups?tenant_id=d171af74a99c453da6eb9e655ab3fbc5&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1114] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:29 2026] DELETE /v2.0/security-groups/b5f415b9-3ddf-4642-af02-f6f28cf22775 => 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: 548/1115] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1116] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1117] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:29 2026] GET /v2.0/security-groups?tenant_id=0f61e04c46184ecfafcd3e339422e563&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: 550/1118] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:30 2026] DELETE /v2.0/security-groups/4be9b16e-ddff-41c2-a5fd-75c29ae9fddd => 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: 569/1119] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:30 2026] GET /v2.0/ports?device_id=4a94e6f4-19d7-4daa-bb1c-af2b2151556a => 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: 551/1120] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:30 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 570/1121] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:31 2026] DELETE /v2.0/security-groups/2850b3c0-767b-4acd-81b3-eb6408fb6235 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:31.437 7 INFO neutron.api.v2.resource [None req-ce169a25-2b4f-44c8-933b-3d075ffc8f55 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1122] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:31:31 2026] GET /v2.0/security-groups/2850b3c0-767b-4acd-81b3-eb6408fb6235 => 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: 552/1123] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:31 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1124] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:31 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:31.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-20b2d8d0-b476-4fca-85a2-b98193f3e2c5 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] TaaS: Handle Delete Port: 367fda3f-ecac-459a-ac3a-1e6a829c52f2 2026-08-11 09:31:31.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20b2d8d0-b476-4fca-85a2-b98193f3e2c5 12d04a94053b4eee94a525a2dfe9efd0 563456dfdc834862808f0fce4e00e0f3 - - default default] Tap Mirror: Handle Delete Port: 367fda3f-ecac-459a-ac3a-1e6a829c52f2 [pid: 8|app: 0|req: 554/1125] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:31 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 572/1126] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:31:31 2026] DELETE /v2.0/floatingips/d476f82d-97ff-4b34-8119-ab3fd54f46bd => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:32.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0cfff2e-01af-4d78-8806-92af7cd2238e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: c7bccdf8-22b5-4304-9eff-0608ff1d3d5e 2026-08-11 09:31:32.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0cfff2e-01af-4d78-8806-92af7cd2238e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: c7bccdf8-22b5-4304-9eff-0608ff1d3d5e [pid: 7|app: 0|req: 573/1127] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:32 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1128] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:32 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1129] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:31:31 2026] PUT /v2.0/routers/d28c269f-a124-4f0d-beaa-36251271b5dc/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1130] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:32 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 575/1131] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:32 2026] GET /v2.0/security-groups?tenant_id=5f0643661b974996947f15917cee5953&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1132] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:32 2026] GET /v2.0/networks?id=ff9de84f-330c-47e3-9202-0cf4c1f045e5 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:33.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-666420f2-2ffb-444c-9b1e-b73caf7f6dc2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 9158a0a8-180d-42df-8aaa-f7f7721d7c01 2026-08-11 09:31:33.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-666420f2-2ffb-444c-9b1e-b73caf7f6dc2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 9158a0a8-180d-42df-8aaa-f7f7721d7c01 [pid: 7|app: 0|req: 577/1133] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:33 2026] DELETE /v2.0/security-groups/3dc27a45-20b6-4422-9913-0d575b121531 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1134] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:31:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6fd683e00c34d09846371df378782c4 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:33.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-666420f2-2ffb-444c-9b1e-b73caf7f6dc2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 4f7c3ac9-5ba5-4a15-899c-bb4012aa083b 2026-08-11 09:31:33.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-666420f2-2ffb-444c-9b1e-b73caf7f6dc2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 4f7c3ac9-5ba5-4a15-899c-bb4012aa083b [pid: 7|app: 0|req: 579/1135] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:31:33 2026] POST /v2.0/ports => generated 954 bytes in 365 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-08-11 09:31:33.691 8 INFO neutron.services.segments.plugin [-] Segment 999025d6-f77b-4c84-a7db-bbe1ee8873ab resource provider aggregate not found 2026-08-11 09:31:33.697 8 INFO neutron.services.segments.plugin [-] Segment 999025d6-f77b-4c84-a7db-bbe1ee8873ab resource provider aggregate not found 2026-08-11 09:31:33.717 8 INFO neutron.services.segments.plugin [-] Segment 999025d6-f77b-4c84-a7db-bbe1ee8873ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 999025d6-f77b-4c84-a7db-bbe1ee8873ab found for delete ", "request_id": "req-3c028b6f-5c5b-456a-bccb-bc1c96b3035c"}]} 2026-08-11 09:31:33.719 8 INFO neutron.services.segments.plugin [-] Segment 999025d6-f77b-4c84-a7db-bbe1ee8873ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 999025d6-f77b-4c84-a7db-bbe1ee8873ab found for delete ", "request_id": "req-c7d3680d-06b8-4084-aa04-fc42168fa63c"}]} 2026-08-11 09:31:33.722 8 INFO neutron.db.l3_hamode_db [None req-666420f2-2ffb-444c-9b1e-b73caf7f6dc2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network b49ca24f-3766-4bc8-91be-383f6883632e was deleted as no HA routers are present in tenant 563456dfdc834862808f0fce4e00e0f3. [pid: 8|app: 0|req: 557/1136] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:32 2026] DELETE /v2.0/routers/d28c269f-a124-4f0d-beaa-36251271b5dc => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1137] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:33 2026] DELETE /v2.0/subnets/7c804164-35bb-4dca-973c-03425f4b736b => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1138] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:31:33 2026] PUT /v2.0/ports/2132f3af-2a41-44e9-ace6-dd43137095e6 => generated 1235 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 559/1139] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:33 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1140] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:31:33 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 582/1141] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:33 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 583/1142] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/security-groups?id=f13bfa24-9c90-4590-a502-56c4daecc6c4&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:34.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-acc2dfa0-a58a-4ba8-90c0-3a79eb5bdb7e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: f37145b9-77f0-4b48-8310-853ae230ac56 2026-08-11 09:31:34.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acc2dfa0-a58a-4ba8-90c0-3a79eb5bdb7e cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: f37145b9-77f0-4b48-8310-853ae230ac56 2026-08-11 09:31:34.090 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0f64a05-5e13-47b3-adc4-5a5c86d9c1ca'] response: {'name': 'network-changed', 'server_uuid': '55df4c39-92f8-4a77-ad02-1234bd38ee18', 'tag': '2132f3af-2a41-44e9-ace6-dd43137095e6', 'status': 'completed', 'code': 200} 2026-08-11 09:31:34.151 7 INFO neutron_taas.services.taas.taas_plugin [req-e95778d7-b23f-49a6-8337-0a5edf31f813 req-f4bfcaab-102b-4fc2-b748-7b4f43e4bec8 95a272f08a5c43408890a1875046c4d0 ec7d481c09814520bb6bbafedca5ed6e - - default default] TaaS: Handle Delete Port: f3f9df21-caa2-407c-87cc-2ab2a00ff385 2026-08-11 09:31:34.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e95778d7-b23f-49a6-8337-0a5edf31f813 req-f4bfcaab-102b-4fc2-b748-7b4f43e4bec8 95a272f08a5c43408890a1875046c4d0 ec7d481c09814520bb6bbafedca5ed6e - - default default] Tap Mirror: Handle Delete Port: f3f9df21-caa2-407c-87cc-2ab2a00ff385 [pid: 8|app: 0|req: 560/1143] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:31:33 2026] DELETE /v2.0/networks/aa1b0c6f-f3b9-4d3a-b705-8ae5d9997542 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1144] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:31:34 2026] DELETE /v2.0/ports/f3f9df21-caa2-407c-87cc-2ab2a00ff385 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1145] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1146] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/security-groups?tenant_id=563456dfdc834862808f0fce4e00e0f3&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1147] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:34 2026] DELETE /v2.0/security-groups/ff04e2a5-8ed0-486a-88f6-311b05d96e2a => 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: 586/1148] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/ports?tenant_id=f6fd683e00c34d09846371df378782c4&device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1149] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/networks?tenant_id=f6fd683e00c34d09846371df378782c4&shared=False => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1150] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:31:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1151] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 588/1152] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1153] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:35.738 8 INFO neutron.services.segments.plugin [-] Segment e680eed1-388b-470e-8256-8c3d832add5d resource provider aggregate not found 2026-08-11 09:31:35.745 8 INFO neutron.services.segments.plugin [-] Segment e680eed1-388b-470e-8256-8c3d832add5d resource provider aggregate not found 2026-08-11 09:31:35.754 8 INFO neutron.services.segments.plugin [-] Segment e680eed1-388b-470e-8256-8c3d832add5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e680eed1-388b-470e-8256-8c3d832add5d found for delete ", "request_id": "req-15f2033e-8793-4d2e-a8c1-1b80a7721395"}]} 2026-08-11 09:31:35.759 8 INFO neutron.services.segments.plugin [-] Segment e680eed1-388b-470e-8256-8c3d832add5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e680eed1-388b-470e-8256-8c3d832add5d found for delete ", "request_id": "req-95a128c0-a0df-4bca-b64a-5675b6c9d360"}]} [pid: 7|app: 0|req: 589/1154] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/ports?tenant_id=f6fd683e00c34d09846371df378782c4&device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1155] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2132f3af-2a41-44e9-ace6-dd43137095e6 => 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: 590/1156] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/subnets?id=78d0b1f3-8e7c-4844-b10e-9a7f2b5a7b6c => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1157] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/ports?network_id=ff9de84f-330c-47e3-9202-0cf4c1f045e5&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1158] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?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: 568/1159] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:35 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:36.131 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd692faa-dc23-431a-bd28-0e9fcf9f60ba'] response: {'server_uuid': '52174884-ee0b-4900-bef1-40c06c429afc', 'name': 'network-vif-deleted', 'tag': 'f3f9df21-caa2-407c-87cc-2ab2a00ff385', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 592/1160] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:36 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 570/1163] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:36 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1164] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:36 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1165] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:37 2026] GET /v2.0/ports?device_id=52174884-ee0b-4900-bef1-40c06c429afc => 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: 595/1166] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:37 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1167] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:37 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1168] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:38 2026] GET /v2.0/security-groups?tenant_id=ab3ef35f4ac540588d58c63998c698b2&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: 573/1169] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:38 2026] GET /v2.0/security-groups?tenant_id=2f1c1ee2f41641238fd756a96a74cbe0&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1170] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:38 2026] DELETE /v2.0/security-groups/f04e36c4-c31e-4ef1-a822-af9938a26485 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1171] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:38 2026] DELETE /v2.0/security-groups/05effb12-4c45-4d4f-8b7d-4ae6c1160f43 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1172] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:38 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1173] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:38 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1174] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:38 2026] GET /v2.0/security-groups?tenant_id=daea9cfbea104744857823720caac3a9&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1175] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:39 2026] DELETE /v2.0/security-groups/281ef540-f6ed-4bc3-af3a-e8d0faf587a1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:40.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-566b5aed-4c91-43ad-b969-a3d411243951 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 4eaf161a-9557-4964-a0d1-e68a8d2efaa0 2026-08-11 09:31:40.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-566b5aed-4c91-43ad-b969-a3d411243951 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 4eaf161a-9557-4964-a0d1-e68a8d2efaa0 [pid: 8|app: 0|req: 577/1176] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1177] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 600/1178] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:31:39 2026] PUT /v2.0/routers/320e191f-c0e6-4902-bf60-3f2da94764d9/remove_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:41.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-89c903ad-a294-42b3-b7ce-39e81209ca3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 0dee45df-0ed3-4cfb-bccc-614dfc529092 2026-08-11 09:31:41.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89c903ad-a294-42b3-b7ce-39e81209ca3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 0dee45df-0ed3-4cfb-bccc-614dfc529092 [pid: 7|app: 0|req: 601/1179] 10.0.0.1 () {32 vars in 651 bytes} [Tue Aug 11 09:31:40 2026] GET /v2.0/extensions => generated 21537 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1180] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1181] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1182] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1183] 10.0.0.1 () {32 vars in 663 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1184] 10.0.0.1 () {32 vars in 697 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1185] 10.0.0.1 () {32 vars in 695 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1186] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1187] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1188] 10.0.0.1 () {32 vars in 701 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1189] 10.0.0.1 () {32 vars in 691 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1190] 10.0.0.1 () {32 vars in 693 bytes} [Tue Aug 11 09:31:41 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: 7|app: 0|req: 613/1191] 10.0.0.1 () {32 vars in 683 bytes} [Tue Aug 11 09:31:41 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: 614/1192] 10.0.0.1 () {32 vars in 685 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1193] 10.0.0.1 () {32 vars in 659 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1194] 10.0.0.1 () {32 vars in 697 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1195] 10.0.0.1 () {32 vars in 677 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/external-net => 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: 618/1196] 10.0.0.1 () {32 vars in 681 bytes} [Tue Aug 11 09:31:41 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: 619/1197] 10.0.0.1 () {32 vars in 673 bytes} [Tue Aug 11 09:31:41 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: 620/1198] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1199] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 622/1200] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1201] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 624/1202] 10.0.0.1 () {32 vars in 685 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1203] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1204] 10.0.0.1 () {32 vars in 685 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1205] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:41.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-89c903ad-a294-42b3-b7ce-39e81209ca3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: e02050f9-fded-4798-97be-362ff2b5bb91 [pid: 7|app: 0|req: 628/1206] 10.0.0.1 () {32 vars in 697 bytes} [Tue Aug 11 09:31:41 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) 2026-08-11 09:31:41.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89c903ad-a294-42b3-b7ce-39e81209ca3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: e02050f9-fded-4798-97be-362ff2b5bb91 [pid: 7|app: 0|req: 629/1207] 10.0.0.1 () {32 vars in 677 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1208] 10.0.0.1 () {32 vars in 665 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1209] 10.0.0.1 () {32 vars in 675 bytes} [Tue Aug 11 09:31:41 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: 632/1210] 10.0.0.1 () {32 vars in 663 bytes} [Tue Aug 11 09:31:41 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: 633/1211] 10.0.0.1 () {32 vars in 673 bytes} [Tue Aug 11 09:31:41 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: 634/1212] 10.0.0.1 () {32 vars in 711 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1213] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1214] 10.0.0.1 () {32 vars in 689 bytes} [Tue Aug 11 09:31:41 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: 637/1215] 10.0.0.1 () {32 vars in 681 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:41.942 8 INFO neutron.services.segments.plugin [-] Segment 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc resource provider aggregate not found 2026-08-11 09:31:41.948 8 INFO neutron.services.segments.plugin [-] Segment 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc resource provider aggregate not found 2026-08-11 09:31:41.953 7 INFO neutron.db.l3_db [None req-6876816b-443a-4926-905a-6ad1e377e976 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] Floating IP 397ffaab-3650-46de-802a-90b8db319a30 associated. External IP: 10.96.250.204, port: 2132f3af-2a41-44e9-ace6-dd43137095e6. 2026-08-11 09:31:41.963 8 INFO neutron.services.segments.plugin [-] Segment 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc found for delete ", "request_id": "req-53d1cfff-8a28-4256-a7a3-c422655657d6"}]} 2026-08-11 09:31:41.969 8 INFO neutron.services.segments.plugin [-] Segment 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5c91ee-1911-4f0f-89d2-3d9266c23bcc found for delete ", "request_id": "req-85a95e89-46ae-476a-9736-deae8551fa9f"}]} 2026-08-11 09:31:41.970 8 INFO neutron.db.l3_hamode_db [None req-89c903ad-a294-42b3-b7ce-39e81209ca3d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network fdecfde5-4240-4d55-a3a1-6bc3c5baaf25 was deleted as no HA routers are present in tenant ec7d481c09814520bb6bbafedca5ed6e. [pid: 8|app: 0|req: 579/1216] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:40 2026] DELETE /v2.0/routers/320e191f-c0e6-4902-bf60-3f2da94764d9 => generated 0 bytes in 1191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1217] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1218] 10.0.0.1 () {32 vars in 685 bytes} [Tue Aug 11 09:31:41 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1219] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:31:41 2026] DELETE /v2.0/subnets/f09654f1-aa43-42ce-85ac-944a779aae02 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1220] 10.0.0.1 () {32 vars in 703 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1221] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:31:41 2026] PUT /v2.0/floatingips/397ffaab-3650-46de-802a-90b8db319a30 => generated 855 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1222] 10.0.0.1 () {32 vars in 673 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1223] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:42 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: 641/1224] 10.0.0.1 () {32 vars in 673 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:42.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-af8ef13e-ab12-4bbf-93c0-2cfc366edf1d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 2907c17b-d9ca-4c30-aae9-9d759721835f 2026-08-11 09:31:42.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af8ef13e-ab12-4bbf-93c0-2cfc366edf1d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 2907c17b-d9ca-4c30-aae9-9d759721835f [pid: 7|app: 0|req: 642/1225] 10.0.0.1 () {32 vars in 691 bytes} [Tue Aug 11 09:31:42 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: 643/1226] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:42 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: 644/1227] 10.0.0.1 () {32 vars in 707 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:42.333 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9ab5787-799b-4a66-81f0-a85c716353c0'] response: {'name': 'network-changed', 'server_uuid': '55df4c39-92f8-4a77-ad02-1234bd38ee18', 'tag': '2132f3af-2a41-44e9-ace6-dd43137095e6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 645/1228] 10.0.0.1 () {32 vars in 703 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1229] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1230] 10.0.0.1 () {32 vars in 695 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1231] 10.0.0.1 () {32 vars in 709 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1232] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1233] 10.0.0.1 () {32 vars in 685 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1234] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1235] 10.0.0.1 () {32 vars in 673 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1236] 10.0.0.1 () {32 vars in 669 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1237] 10.0.0.1 () {32 vars in 659 bytes} [Tue Aug 11 09:31:42 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: 655/1238] 10.0.0.1 () {32 vars in 697 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1239] 10.0.0.1 () {32 vars in 697 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1240] 10.0.0.1 () {32 vars in 675 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1241] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1242] 10.0.0.1 () {32 vars in 681 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1243] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:31:42 2026] DELETE /v2.0/networks/c6c32f4a-41fc-46c4-9294-de47516d7673 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1244] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:42 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: 8|app: 0|req: 585/1245] 10.0.0.1 () {32 vars in 683 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1246] 10.0.0.1 () {32 vars in 705 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1247] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-pps => 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: 662/1248] 10.0.0.1 () {32 vars in 695 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1249] 10.0.0.1 () {32 vars in 693 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1250] 10.0.0.1 () {32 vars in 683 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1251] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1252] 10.0.0.1 () {32 vars in 703 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1253] 10.0.0.1 () {32 vars in 665 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1254] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1255] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1256] 10.0.0.1 () {32 vars in 689 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1257] 10.0.0.1 () {32 vars in 689 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1258] 10.0.0.1 () {32 vars in 693 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1259] 10.0.0.1 () {32 vars in 683 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1260] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1261] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1262] 10.0.0.1 () {32 vars in 701 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1263] 10.0.0.1 () {32 vars in 711 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1264] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1265] 10.0.0.1 () {32 vars in 713 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1266] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/security-groups?tenant_id=ec7d481c09814520bb6bbafedca5ed6e&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: 673/1267] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1268] 10.0.0.1 () {32 vars in 739 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1269] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1270] 10.0.0.1 () {32 vars in 681 bytes} [Tue Aug 11 09:31:42 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: 677/1271] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1272] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1273] 10.0.0.1 () {32 vars in 677 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1274] 10.0.0.1 () {32 vars in 667 bytes} [Tue Aug 11 09:31:42 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: 595/1275] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:42 2026] DELETE /v2.0/security-groups/f13bfa24-9c90-4590-a502-56c4daecc6c4 => 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: 681/1276] 10.0.0.1 () {32 vars in 695 bytes} [Tue Aug 11 09:31:42 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: 8|app: 0|req: 596/1277] 10.0.0.1 () {32 vars in 703 bytes} [Tue Aug 11 09:31:42 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: 597/1278] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1279] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1280] 10.0.0.1 () {32 vars in 681 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/subnet_onboard => 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: 682/1281] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/ports?tenant_id=f6fd683e00c34d09846371df378782c4&device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1282] 10.0.0.1 () {32 vars in 703 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1283] 10.0.0.1 () {32 vars in 693 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1284] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1285] 10.0.0.1 () {32 vars in 695 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1286] 10.0.0.1 () {32 vars in 677 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1287] 10.0.0.1 () {32 vars in 687 bytes} [Tue Aug 11 09:31:42 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: 688/1288] 10.0.0.1 () {32 vars in 699 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1289] 10.0.0.1 () {32 vars in 663 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1290] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/networks?id=ff9de84f-330c-47e3-9202-0cf4c1f045e5 => generated 772 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1291] 10.0.0.1 () {32 vars in 679 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1292] 10.0.0.1 () {32 vars in 675 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1293] 10.0.0.1 () {32 vars in 691 bytes} [Tue Aug 11 09:31:42 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: 7|app: 0|req: 693/1294] 10.0.0.1 () {32 vars in 675 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1295] 10.0.0.1 () {32 vars in 665 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1296] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:31:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2132f3af-2a41-44e9-ace6-dd43137095e6 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1297] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1298] 10.0.0.1 () {32 vars in 673 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1299] 10.0.0.1 () {32 vars in 685 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1300] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/subnets?id=78d0b1f3-8e7c-4844-b10e-9a7f2b5a7b6c => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1301] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/ports?network_id=ff9de84f-330c-47e3-9202-0cf4c1f045e5&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1302] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?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: 699/1303] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:31:43.999 8 INFO neutron.services.segments.plugin [-] Segment 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 resource provider aggregate not found 2026-08-11 09:31:44.004 8 INFO neutron.services.segments.plugin [-] Segment 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 resource provider aggregate not found 2026-08-11 09:31:44.019 8 INFO neutron.services.segments.plugin [-] Segment 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 found for delete ", "request_id": "req-31822816-5260-44c8-9fa9-3395af64e8e0"}]} 2026-08-11 09:31:44.022 8 INFO neutron.services.segments.plugin [-] Segment 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8afd23ad-3fbb-4f7a-b3dd-b8e11dd556f3 found for delete ", "request_id": "req-34752d51-40a4-4295-9b7c-56672ec267fd"}]} [pid: 8|app: 0|req: 605/1304] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:43 2026] GET /v2.0/security-groups?tenant_id=27dd1a02547b4dfd9c9fb42963d2f302&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1305] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:44 2026] DELETE /v2.0/security-groups/f8168c4a-142e-492a-80b9-5c5693531b97 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:48.220 8 INFO neutron.db.segments_db [None req-0f4bbec0-7b89-4087-b1a2-e3d91be4e769 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Added segment e22b848d-077e-493a-a945-cfcc3f2c2f9a of type vxlan for network d1fafb88-462e-48d1-9c74-1c2adebf905b [pid: 8|app: 0|req: 606/1306] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:31:47 2026] POST /v2.0/networks => generated 631 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1307] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:48 2026] GET /v2.0/security-groups?tenant_id=8a074721d81a4d9796a7efde155b2fc7&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1308] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:48 2026] POST /v2.0/subnets => generated 627 bytes in 880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1309] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:49 2026] DELETE /v2.0/security-groups/16205937-3190-4c64-94cc-f338c528bc79 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:49.426 7 INFO neutron.db.segments_db [None req-5c2d9bbb-ef5e-4c74-b71e-e9490392de94 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Added segment 29637700-0e41-465e-a209-28441ad13f06 of type vxlan for network 83b380b9-937f-489e-9a5a-0685434d8dd8 [pid: 8|app: 0|req: 609/1310] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:49 2026] GET /v2.0/security-groups?tenant_id=5c0319169bf04737bb0b35d82c37b6a4&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1311] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:49 2026] DELETE /v2.0/security-groups/11383af6-7ad4-4caa-a680-d312a80f679d => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:31:50.095 7 INFO neutron.db.l3_hamode_db [None req-5c2d9bbb-ef5e-4c74-b71e-e9490392de94 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:31:51.125 7 INFO neutron.db.l3_hamode_db [None req-5c2d9bbb-ef5e-4c74-b71e-e9490392de94 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 702/1314] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:31:49 2026] POST /v2.0/routers => generated 695 bytes in 3544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1315] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:31:52 2026] PUT /v2.0/routers/23a2770c-5167-404d-a800-f3d244387587/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1316] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:31:54 2026] POST /v2.0/ports => generated 954 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1317] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:31:54 2026] POST /v2.0/ports => generated 958 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 615/1318] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:31:56 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 1240 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:56.474 7 INFO neutron.db.l3_db [None req-caf96bfe-1532-4c3f-9743-98507db059f1 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Floating IP 38983d05-67ce-4a43-a29c-a09d9940d349 associated. External IP: 10.96.250.217, port: 971e773b-f060-4f90-81bc-fd974ca9756d. [pid: 8|app: 0|req: 616/1319] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:31:56 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 704/1320] 10.0.0.1 () {34 vars in 675 bytes} [Tue Aug 11 09:31:55 2026] POST /v2.0/floatingips => generated 842 bytes in 1560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:31:57.124 8 INFO neutron.db.l3_db [None req-29ef4e30-f4dc-429b-a668-a34c8f02b8a8 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Floating IP 38983d05-67ce-4a43-a29c-a09d9940d349 disassociated. External IP: 10.96.250.217, port: 971e773b-f060-4f90-81bc-fd974ca9756d. [pid: 8|app: 0|req: 617/1321] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:31:56 2026] PUT /v2.0/floatingips/38983d05-67ce-4a43-a29c-a09d9940d349 => generated 552 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:57.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b04eec9-b79f-43b3-895c-cc1970f30b0d 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: 901b2162-9830-487e-b476-3368ce918348 2026-08-11 09:31:57.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b04eec9-b79f-43b3-895c-cc1970f30b0d 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: 901b2162-9830-487e-b476-3368ce918348 [pid: 7|app: 0|req: 705/1322] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:57 2026] GET /v2.0/security-groups?tenant_id=28afdfffe2064ccf8e1c8a2436501c52&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1323] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:57 2026] DELETE /v2.0/security-groups/77747477-41e8-4077-8306-8355416cd4d6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1324] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:31:57 2026] DELETE /v2.0/floatingips/38983d05-67ce-4a43-a29c-a09d9940d349 => generated 0 bytes in 521 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1325] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:31:58 2026] GET /v2.0/security-groups?tenant_id=8b9f028527a84c8d9a55f814b28e6edc&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:59.185 7 INFO neutron.db.l3_db [None req-8d97981b-780e-4856-9586-dfc956778b6e 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Floating IP c7b4138a-0e9b-412b-8be8-68c99714a3ea associated. External IP: 10.96.250.216, port: 75b0808d-59ab-4159-8f27-b20cb90d7d8f. [pid: 8|app: 0|req: 620/1326] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:31:58 2026] DELETE /v2.0/security-groups/48a94da8-ea34-4df1-8786-9326fe93e6f1 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1327] 10.0.0.1 () {34 vars in 675 bytes} [Tue Aug 11 09:31:57 2026] POST /v2.0/floatingips => generated 841 bytes in 1631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1328] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:31:59 2026] GET /v2.0/floatingips/c7b4138a-0e9b-412b-8be8-68c99714a3ea => generated 841 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1329] 10.0.0.1 () {32 vars in 653 bytes} [Tue Aug 11 09:31:59 2026] GET /v2.0/floatingips => generated 844 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:00.162 8 INFO neutron.db.l3_db [None req-a8f401e1-e3eb-48b3-8030-41d533e2da14 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Floating IP c7b4138a-0e9b-412b-8be8-68c99714a3ea associated. External IP: 10.96.250.216, port: 75b0808d-59ab-4159-8f27-b20cb90d7d8f. [pid: 8|app: 0|req: 622/1330] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:31:59 2026] PUT /v2.0/floatingips/c7b4138a-0e9b-412b-8be8-68c99714a3ea => generated 842 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:01.091 7 INFO neutron.db.l3_db [None req-fb3bc445-7085-4b69-bcbf-469921b281f0 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Floating IP c7b4138a-0e9b-412b-8be8-68c99714a3ea disassociated. External IP: 10.96.250.216, port: 971e773b-f060-4f90-81bc-fd974ca9756d. [pid: 7|app: 0|req: 709/1331] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:32:00 2026] PUT /v2.0/floatingips/c7b4138a-0e9b-412b-8be8-68c99714a3ea => generated 552 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:01.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa2deb35-8bf7-4a97-a287-49d7c6d221e3 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: 79648397-e092-415c-b0eb-a73033c73273 2026-08-11 09:32:01.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa2deb35-8bf7-4a97-a287-49d7c6d221e3 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: 79648397-e092-415c-b0eb-a73033c73273 [pid: 8|app: 0|req: 623/1332] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:32:01 2026] DELETE /v2.0/floatingips/c7b4138a-0e9b-412b-8be8-68c99714a3ea => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:01.805 7 INFO neutron.api.v2.resource [None req-e979427b-ce4d-4758-94c5-d455b56ea7a7 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1333] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:32:01 2026] DELETE /v2.0/floatingips/c7b4138a-0e9b-412b-8be8-68c99714a3ea => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:01.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-187738a7-2869-41c7-8ffc-7c36fd738de4 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: 971e773b-f060-4f90-81bc-fd974ca9756d 2026-08-11 09:32:01.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-187738a7-2869-41c7-8ffc-7c36fd738de4 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: 971e773b-f060-4f90-81bc-fd974ca9756d [pid: 8|app: 0|req: 624/1334] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:32:01 2026] DELETE /v2.0/ports/971e773b-f060-4f90-81bc-fd974ca9756d => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:02.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ba7bf36-d06f-453c-b64d-74d1c59d3cd9 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: 75b0808d-59ab-4159-8f27-b20cb90d7d8f 2026-08-11 09:32:02.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ba7bf36-d06f-453c-b64d-74d1c59d3cd9 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: 75b0808d-59ab-4159-8f27-b20cb90d7d8f [pid: 7|app: 0|req: 711/1335] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:32:02 2026] DELETE /v2.0/ports/75b0808d-59ab-4159-8f27-b20cb90d7d8f => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1336] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:32:02 2026] GET /v2.0/ports?device_id=23a2770c-5167-404d-a800-f3d244387587 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:02.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-9eb86f74-29d8-4602-934a-6ec24662f994 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: 8b85140c-a4d4-4914-b3c0-ef3c5f14111d 2026-08-11 09:32:02.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eb86f74-29d8-4602-934a-6ec24662f994 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: 8b85140c-a4d4-4914-b3c0-ef3c5f14111d [pid: 7|app: 0|req: 712/1337] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:32:02 2026] PUT /v2.0/routers/23a2770c-5167-404d-a800-f3d244387587/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:03.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb6e2fbd-dd8f-4bb9-85a4-fd61fa68a7eb 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: dc063c3e-fa78-458a-997a-5b7e8cf190ed 2026-08-11 09:32:03.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb6e2fbd-dd8f-4bb9-85a4-fd61fa68a7eb 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: dc063c3e-fa78-458a-997a-5b7e8cf190ed 2026-08-11 09:32:03.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb6e2fbd-dd8f-4bb9-85a4-fd61fa68a7eb 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] TaaS: Handle Delete Port: 5cd8ff86-aaeb-4cc8-b1f4-f370b0b02bdc 2026-08-11 09:32:03.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb6e2fbd-dd8f-4bb9-85a4-fd61fa68a7eb 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] Tap Mirror: Handle Delete Port: 5cd8ff86-aaeb-4cc8-b1f4-f370b0b02bdc 2026-08-11 09:32:04.218 8 INFO neutron.services.segments.plugin [-] Segment 29637700-0e41-465e-a209-28441ad13f06 resource provider aggregate not found 2026-08-11 09:32:04.222 8 INFO neutron.services.segments.plugin [-] Segment 29637700-0e41-465e-a209-28441ad13f06 resource provider aggregate not found 2026-08-11 09:32:04.235 8 INFO neutron.db.l3_hamode_db [None req-eb6e2fbd-dd8f-4bb9-85a4-fd61fa68a7eb 7991790f28ec4a75b828aba95d2befb7 abeb5bd0f007470a8656ba68f0cbe595 - - default default] HA network 83b380b9-937f-489e-9a5a-0685434d8dd8 was deleted as no HA routers are present in tenant abeb5bd0f007470a8656ba68f0cbe595. 2026-08-11 09:32:04.241 8 INFO neutron.services.segments.plugin [-] Segment 29637700-0e41-465e-a209-28441ad13f06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29637700-0e41-465e-a209-28441ad13f06 found for delete ", "request_id": "req-76f3b0e6-c0cd-4614-992e-83620ee76e3c"}]} 2026-08-11 09:32:04.244 8 INFO neutron.services.segments.plugin [-] Segment 29637700-0e41-465e-a209-28441ad13f06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29637700-0e41-465e-a209-28441ad13f06 found for delete ", "request_id": "req-1f528a02-3991-47a6-aefa-25915567c0de"}]} [pid: 8|app: 0|req: 626/1338] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:03 2026] DELETE /v2.0/routers/23a2770c-5167-404d-a800-f3d244387587 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1339] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:04 2026] DELETE /v2.0/subnets/da811c69-1bf5-46b8-b15c-f0a0f743e6df => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1340] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:04 2026] DELETE /v2.0/networks/d1fafb88-462e-48d1-9c74-1c2adebf905b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1341] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:05 2026] GET /v2.0/security-groups?tenant_id=abeb5bd0f007470a8656ba68f0cbe595&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1342] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:05 2026] DELETE /v2.0/security-groups/74557759-5f48-4690-9a0b-b2dbc470ec1d => 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: 715/1343] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:05 2026] GET /v2.0/security-groups?tenant_id=5538fedc22d949b59bd0efd80d1cc54d&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1344] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:05 2026] GET /v2.0/security-groups?tenant_id=81675624b3284b65bcd21bdeaf941fcc&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1345] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:06 2026] DELETE /v2.0/security-groups/be5ec0af-6b6d-46fb-8f76-ef796f6f6d81 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1346] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:06 2026] DELETE /v2.0/security-groups/705a0180-a0dc-47d9-b0b1-f965beca046b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:06.259 8 INFO neutron.services.segments.plugin [-] Segment e22b848d-077e-493a-a945-cfcc3f2c2f9a resource provider aggregate not found 2026-08-11 09:32:06.262 8 INFO neutron.services.segments.plugin [-] Segment e22b848d-077e-493a-a945-cfcc3f2c2f9a resource provider aggregate not found 2026-08-11 09:32:06.278 8 INFO neutron.services.segments.plugin [-] Segment e22b848d-077e-493a-a945-cfcc3f2c2f9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22b848d-077e-493a-a945-cfcc3f2c2f9a found for delete ", "request_id": "req-7f2c13cf-7374-4c62-8be9-4395554f078b"}]} 2026-08-11 09:32:06.279 8 INFO neutron.services.segments.plugin [-] Segment e22b848d-077e-493a-a945-cfcc3f2c2f9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22b848d-077e-493a-a945-cfcc3f2c2f9a found for delete ", "request_id": "req-e9904b0c-e30b-45e8-8462-a942dbd2f43b"}]} [pid: 7|app: 0|req: 717/1349] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:06 2026] GET /v2.0/security-groups?tenant_id=15084404b4d64ebf90270a7e7ea89042&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1350] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:06 2026] DELETE /v2.0/security-groups/271fe4a4-78d2-43c6-a98d-7ca1ca2f348a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:07.496 7 INFO neutron.db.segments_db [None req-719bfe3e-e45d-4f89-a2d8-4bebe9855d0b f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Added segment a952ad64-5d75-44d1-842d-624d69d630f8 of type vxlan for network 536237c8-8e56-4efa-9b5d-6f609c301b44 2026-08-11 09:32:07.554 7 INFO neutron.db.segments_db [None req-719bfe3e-e45d-4f89-a2d8-4bebe9855d0b f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Added segment de82c100-0798-4304-9282-4f674a8bd674 of type vxlan for network 81047d82-4956-4134-a628-0e26447cc838 [pid: 7|app: 0|req: 718/1351] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:07 2026] POST /v2.0/networks => generated 1208 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1352] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:32:07 2026] GET /v2.0/networks => generated 1845 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:07.851 7 INFO neutron.services.segments.plugin [-] Segment a952ad64-5d75-44d1-842d-624d69d630f8 resource provider aggregate not found 2026-08-11 09:32:07.852 7 INFO neutron.services.segments.plugin [-] Segment a952ad64-5d75-44d1-842d-624d69d630f8 resource provider aggregate not found 2026-08-11 09:32:07.871 7 INFO neutron.services.segments.plugin [-] Segment a952ad64-5d75-44d1-842d-624d69d630f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a952ad64-5d75-44d1-842d-624d69d630f8 found for delete ", "request_id": "req-4f90172f-09be-46fc-bd98-a0b7336376c2"}]} [pid: 7|app: 0|req: 719/1353] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:07 2026] DELETE /v2.0/networks/536237c8-8e56-4efa-9b5d-6f609c301b44 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:07.879 7 INFO neutron.services.segments.plugin [-] Segment a952ad64-5d75-44d1-842d-624d69d630f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a952ad64-5d75-44d1-842d-624d69d630f8 found for delete ", "request_id": "req-811d35cf-9c52-4333-9283-db073604507a"}]} [pid: 8|app: 0|req: 635/1354] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:07 2026] DELETE /v2.0/networks/81047d82-4956-4134-a628-0e26447cc838 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1355] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:32:07 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:08.088 8 INFO neutron.db.segments_db [None req-76cabf48-d7ca-4e0e-aacc-88000dfb08be f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Added segment fdd84a87-aa33-464e-8776-df4cfbc3a4d4 of type vxlan for network 30714546-58f1-4a7b-b428-19a5885c1f47 [pid: 8|app: 0|req: 636/1356] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:08 2026] POST /v2.0/networks => generated 635 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:08.223 7 INFO neutron.db.segments_db [None req-6c983173-7852-4f47-b73c-4ea9106113ce f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Added segment 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 of type vxlan for network 7c817d10-a735-4d70-aab0-68f2efef009c 2026-08-11 09:32:08.299 8 INFO neutron.services.segments.plugin [-] Segment de82c100-0798-4304-9282-4f674a8bd674 resource provider aggregate not found 2026-08-11 09:32:08.302 8 INFO neutron.services.segments.plugin [-] Segment de82c100-0798-4304-9282-4f674a8bd674 resource provider aggregate not found 2026-08-11 09:32:08.321 8 INFO neutron.services.segments.plugin [-] Segment de82c100-0798-4304-9282-4f674a8bd674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de82c100-0798-4304-9282-4f674a8bd674 found for delete ", "request_id": "req-bead39db-f199-4aa8-a7e8-50ee43d58531"}]} 2026-08-11 09:32:08.321 8 INFO neutron.services.segments.plugin [-] Segment de82c100-0798-4304-9282-4f674a8bd674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de82c100-0798-4304-9282-4f674a8bd674 found for delete ", "request_id": "req-a9dede01-a5a6-464a-947d-9db995610ded"}]} [pid: 7|app: 0|req: 721/1357] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:08 2026] POST /v2.0/networks => generated 634 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1358] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:32:08 2026] POST /v2.0/ports => generated 1506 bytes in 573 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: 638/1359] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:32:08 2026] GET /v2.0/ports => generated 1506 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:09.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-ada3ff75-dbe5-4763-872e-a452261bac61 f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] TaaS: Handle Delete Port: 6189b93b-3449-4af1-9690-ab5fed4011e3 2026-08-11 09:32:09.083 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada3ff75-dbe5-4763-872e-a452261bac61 f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Tap Mirror: Handle Delete Port: 6189b93b-3449-4af1-9690-ab5fed4011e3 [pid: 8|app: 0|req: 639/1360] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:32:08 2026] DELETE /v2.0/ports/6189b93b-3449-4af1-9690-ab5fed4011e3 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1361] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:08 2026] GET /v2.0/security-groups?tenant_id=d41801708d0c4a159de6495908d13ef9&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:09.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d96e38e-8410-4096-9d98-ee2027b2b662 f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] TaaS: Handle Delete Port: 4c382d20-b3ef-458d-9c60-df45d5f9daf0 2026-08-11 09:32:09.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d96e38e-8410-4096-9d98-ee2027b2b662 f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Tap Mirror: Handle Delete Port: 4c382d20-b3ef-458d-9c60-df45d5f9daf0 [pid: 7|app: 0|req: 723/1362] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:09 2026] DELETE /v2.0/security-groups/e7624bca-9604-494c-9ee5-03359c82bad0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1363] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:32:09 2026] DELETE /v2.0/ports/4c382d20-b3ef-458d-9c60-df45d5f9daf0 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1364] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:32:09 2026] GET /v2.0/ports => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:09.552 8 INFO neutron.db.segments_db [None req-2dff0417-49b2-40a7-b226-1781219fa72a f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Added segment 81f5c89e-7ceb-4306-9988-9a4d82328500 of type vxlan for network 0faea757-b894-4ab6-a70d-688a5c9980c5 [pid: 8|app: 0|req: 641/1365] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:09 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:09.735 7 INFO neutron.db.segments_db [None req-f1d3c91b-04b3-4c2c-9ec8-3ed822e36da7 f205b6a871304a24a512cee2946559e7 4a08d4786e7f4e10ac11aa5b28a79eb2 - - default default] Added segment 137085f4-eb85-49ab-8ccb-baeb8158aaf7 of type vxlan for network 0edae004-702a-4654-843e-923fd851c738 [pid: 7|app: 0|req: 725/1366] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:09 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:10.771 7 INFO neutron.db.segments_db [None req-fcbb1a9f-3489-4440-bfd6-ed9fcc1900b3 f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] Added segment e987e8e2-bb49-457b-ae6e-c8b55e692923 of type vxlan for network 17e5b345-e1b1-4c60-8441-b1076ff9d1b0 [pid: 7|app: 0|req: 726/1367] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:10 2026] POST /v2.0/networks => generated 707 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1368] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:10 2026] POST /v2.0/subnets => generated 1324 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1369] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:32:10 2026] GET /v2.0/subnets => generated 1960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1370] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:10 2026] POST /v2.0/subnets => generated 644 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1371] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:10 2026] DELETE /v2.0/subnets/345ae753-1b1c-4426-ba95-d167d2533a59 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:11.172 8 WARNING neutron.api.v2.base [None req-d87beb76-548a-49d8-b114-3ba93e32cae7 f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - 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-08-11 09:32:11.173 8 INFO neutron.api.v2.resource [None req-d87beb76-548a-49d8-b114-3ba93e32cae7 f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 645/1372] 10.0.0.1 () {34 vars in 679 bytes} [Tue Aug 11 09:32:11 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1373] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:11 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1374] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:11 2026] DELETE /v2.0/subnets/06c726d5-2d55-4e53-8a54-7456877cf483 => 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: 647/1375] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:11 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 648/1376] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:32:11 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:11.420 7 INFO neutron.services.segments.plugin [-] Segment e987e8e2-bb49-457b-ae6e-c8b55e692923 resource provider aggregate not found 2026-08-11 09:32:11.428 7 INFO neutron.services.segments.plugin [-] Segment e987e8e2-bb49-457b-ae6e-c8b55e692923 resource provider aggregate not found [pid: 7|app: 0|req: 729/1377] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:11 2026] DELETE /v2.0/networks/17e5b345-e1b1-4c60-8441-b1076ff9d1b0 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:11.453 7 INFO neutron.services.segments.plugin [-] Segment e987e8e2-bb49-457b-ae6e-c8b55e692923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e987e8e2-bb49-457b-ae6e-c8b55e692923 found for delete ", "request_id": "req-2b3715ae-253c-4600-87f1-9e5528517844"}]} 2026-08-11 09:32:11.454 7 INFO neutron.services.segments.plugin [-] Segment e987e8e2-bb49-457b-ae6e-c8b55e692923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e987e8e2-bb49-457b-ae6e-c8b55e692923 found for delete ", "request_id": "req-2e1c5ef8-6b4a-4562-a07b-90bb0317397c"}]} [pid: 7|app: 0|req: 730/1378] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:11 2026] DELETE /v2.0/networks/0edae004-702a-4654-843e-923fd851c738 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1379] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:11 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:11.647 7 INFO neutron.db.segments_db [None req-bd61156f-b20f-4c5b-bf2e-9f584042f394 f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] Added segment 6256b3ef-e3b8-4864-aefa-5db47877137d of type vxlan for network 45ef3c1e-46e5-4896-a1ec-de551a47118c 2026-08-11 09:32:11.713 8 INFO neutron.db.segments_db [None req-d6f9143b-6481-4285-86e3-0b3528ca7874 cee3ee0bae3a4290b9bf93721be65937 57505e1010d6466da7bc79a9c8f48422 - - default default] Added segment 9c3dbb52-f85b-40eb-b87b-8c2254afc583 of type vxlan for network c83296d1-41ba-4242-9ccd-9c016a65674b [pid: 7|app: 0|req: 732/1380] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:11 2026] POST /v2.0/networks => generated 707 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1381] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:11 2026] POST /v2.0/networks => generated 628 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1382] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:11 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 733/1383] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:11 2026] DELETE /v2.0/networks/0faea757-b894-4ab6-a70d-688a5c9980c5 => 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: 651/1384] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:11 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:12.035 8 WARNING neutron.api.v2.base [None req-bd35724f-d91e-428c-ae3e-ebcc4bdde0ac f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - 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-08-11 09:32:12.035 8 INFO neutron.api.v2.resource [None req-bd35724f-d91e-428c-ae3e-ebcc4bdde0ac f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 652/1385] 10.0.0.1 () {34 vars in 679 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1386] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:11 2026] DELETE /v2.0/networks/7c817d10-a735-4d70-aab0-68f2efef009c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1387] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:12 2026] DELETE /v2.0/networks/30714546-58f1-4a7b-b428-19a5885c1f47 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1388] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:12 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:12.255 8 INFO neutron.services.segments.plugin [-] Segment 6256b3ef-e3b8-4864-aefa-5db47877137d resource provider aggregate not found 2026-08-11 09:32:12.260 8 INFO neutron.services.segments.plugin [-] Segment 6256b3ef-e3b8-4864-aefa-5db47877137d resource provider aggregate not found 2026-08-11 09:32:12.274 8 INFO neutron.services.segments.plugin [-] Segment 6256b3ef-e3b8-4864-aefa-5db47877137d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6256b3ef-e3b8-4864-aefa-5db47877137d found for delete ", "request_id": "req-354a1af1-e7d8-4180-8c0b-27aec34cb8ac"}]} 2026-08-11 09:32:12.286 8 INFO neutron.services.segments.plugin [-] Segment 6256b3ef-e3b8-4864-aefa-5db47877137d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6256b3ef-e3b8-4864-aefa-5db47877137d found for delete ", "request_id": "req-562d5962-8251-4095-9390-ead2fe4b1154"}]} [pid: 7|app: 0|req: 737/1389] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:12 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 653/1390] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:12 2026] DELETE /v2.0/networks/45ef3c1e-46e5-4896-a1ec-de551a47118c => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:12.362 8 INFO neutron.db.segments_db [None req-44f9568e-ce3d-49c8-85af-88dc4ca985cf f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] Added segment dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 of type vxlan for network b64ddf74-11dd-416e-a582-fb8439ba2907 [pid: 8|app: 0|req: 654/1391] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/networks => generated 707 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1392] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/subnets => generated 673 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:12.620 7 INFO neutron.db.segments_db [None req-ec9d4e33-a1c3-4a6c-91ad-d285914a63a9 cee3ee0bae3a4290b9bf93721be65937 57505e1010d6466da7bc79a9c8f48422 - - default default] Added segment c9520f28-1047-4bd6-bc99-f4b3a514a5ee of type vxlan for network fdb92a21-fb58-4f84-8c7b-471085e5ebb7 [pid: 8|app: 0|req: 655/1393] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1394] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/networks => generated 629 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1395] 10.0.0.1 () {34 vars in 741 bytes} [Tue Aug 11 09:32:12 2026] PUT /v2.0/networks/fdb92a21-fb58-4f84-8c7b-471085e5ebb7 => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1396] 10.0.0.1 () {34 vars in 679 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/rbac-policies => generated 324 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1397] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:12 2026] GET /v2.0/security-groups?tenant_id=4a08d4786e7f4e10ac11aa5b28a79eb2&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1398] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:12 2026] DELETE /v2.0/security-groups/4ce571b5-7376-4703-b221-404d84ad96d4 => 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: 657/1399] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:12 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1400] 10.0.0.1 () {34 vars in 739 bytes} [Tue Aug 11 09:32:13 2026] PUT /v2.0/subnets/6aee741d-e091-4872-a41a-708c2b1003bd => generated 656 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1401] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks/b64ddf74-11dd-416e-a582-fb8439ba2907 => generated 654 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:13.478 7 INFO neutron.services.segments.plugin [-] Segment 137085f4-eb85-49ab-8ccb-baeb8158aaf7 resource provider aggregate not found 2026-08-11 09:32:13.483 7 INFO neutron.services.segments.plugin [-] Segment 137085f4-eb85-49ab-8ccb-baeb8158aaf7 resource provider aggregate not found 2026-08-11 09:32:13.507 7 INFO neutron.services.segments.plugin [-] Segment 137085f4-eb85-49ab-8ccb-baeb8158aaf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 137085f4-eb85-49ab-8ccb-baeb8158aaf7 found for delete ", "request_id": "req-8b802a02-b702-4cbf-a708-56ffb7ab141b"}]} 2026-08-11 09:32:13.513 7 INFO neutron.services.segments.plugin [-] Segment 137085f4-eb85-49ab-8ccb-baeb8158aaf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 137085f4-eb85-49ab-8ccb-baeb8158aaf7 found for delete ", "request_id": "req-1c6f40fa-7614-45af-9eb9-585272f1227f"}]} [pid: 8|app: 0|req: 659/1402] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:13.532 7 INFO neutron.services.segments.plugin [-] Segment 81f5c89e-7ceb-4306-9988-9a4d82328500 resource provider aggregate not found 2026-08-11 09:32:13.538 7 INFO neutron.services.segments.plugin [-] Segment 81f5c89e-7ceb-4306-9988-9a4d82328500 resource provider aggregate not found [pid: 8|app: 0|req: 660/1403] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:13.569 7 INFO neutron.services.segments.plugin [-] Segment 81f5c89e-7ceb-4306-9988-9a4d82328500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81f5c89e-7ceb-4306-9988-9a4d82328500 found for delete ", "request_id": "req-7d84716f-4007-4abc-aa89-c62fe58da74e"}]} 2026-08-11 09:32:13.575 7 INFO neutron.services.segments.plugin [-] Segment 81f5c89e-7ceb-4306-9988-9a4d82328500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81f5c89e-7ceb-4306-9988-9a4d82328500 found for delete ", "request_id": "req-d89b7879-e1ec-47a1-b467-6889ea364cff"}]} 2026-08-11 09:32:13.594 7 INFO neutron.services.segments.plugin [-] Segment 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 resource provider aggregate not found 2026-08-11 09:32:13.601 7 INFO neutron.services.segments.plugin [-] Segment 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 resource provider aggregate not found [pid: 7|app: 0|req: 744/1404] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:13 2026] DELETE /v2.0/networks/fdb92a21-fb58-4f84-8c7b-471085e5ebb7 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:13.638 7 INFO neutron.services.segments.plugin [-] Segment 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 found for delete ", "request_id": "req-2354b00f-d3cd-4934-8ba2-1c57081250ba"}]} 2026-08-11 09:32:13.644 7 INFO neutron.services.segments.plugin [-] Segment 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5441b2bf-106e-4fae-92bc-c5d31f8db9b4 found for delete ", "request_id": "req-d85900af-f76c-4d7f-8b86-b29b57632c91"}]} 2026-08-11 09:32:13.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6979ea61-ccb4-4a66-a654-a85abd1d6d98 cee3ee0bae3a4290b9bf93721be65937 57505e1010d6466da7bc79a9c8f48422 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1405] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:13 2026] DELETE /v2.0/networks/fdb92a21-fb58-4f84-8c7b-471085e5ebb7 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:13.659 7 INFO neutron.services.segments.plugin [-] Segment fdd84a87-aa33-464e-8776-df4cfbc3a4d4 resource provider aggregate not found 2026-08-11 09:32:13.673 7 INFO neutron.services.segments.plugin [-] Segment fdd84a87-aa33-464e-8776-df4cfbc3a4d4 resource provider aggregate not found 2026-08-11 09:32:13.686 7 INFO neutron.services.segments.plugin [-] Segment fdd84a87-aa33-464e-8776-df4cfbc3a4d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd84a87-aa33-464e-8776-df4cfbc3a4d4 found for delete ", "request_id": "req-ca7f7b45-398b-407e-b837-b0c1a2d5f81f"}]} 2026-08-11 09:32:13.699 7 INFO neutron.services.segments.plugin [-] Segment fdd84a87-aa33-464e-8776-df4cfbc3a4d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd84a87-aa33-464e-8776-df4cfbc3a4d4 found for delete ", "request_id": "req-429283a9-a069-43ab-8776-7098eefcb0b4"}]} [pid: 7|app: 0|req: 745/1406] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/ports?tenant_id=f6fd683e00c34d09846371df378782c4&device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1407] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1408] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks?id=ff9de84f-330c-47e3-9202-0cf4c1f045e5 => 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: 663/1409] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/subnets?network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1410] 10.0.0.1 () {32 vars in 651 bytes} [Tue Aug 11 09:32:13 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: 747/1411] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2132f3af-2a41-44e9-ace6-dd43137095e6 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1412] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/subnets?id=78d0b1f3-8e7c-4844-b10e-9a7f2b5a7b6c => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1413] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks => generated 1312 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1414] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/ports?network_id=ff9de84f-330c-47e3-9202-0cf4c1f045e5&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-08-11 09:32:13.894 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dc83480-18be-4ab5-a36e-565b80e586bb e2123fe0be614dae87c5b299bba55df9 ea5ed372536c472aa2eb99f477fab9b6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1415] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks/b64ddf74-11dd-416e-a582-fb8439ba2907 => generated 138 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1416] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1417] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?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: 668/1418] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:13 2026] DELETE /v2.0/networks/b64ddf74-11dd-416e-a582-fb8439ba2907 => 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: 669/1419] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:32:14 2026] GET /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:14.146 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8b842bc-838c-4d52-8121-1f9ce8eb0f1c f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1420] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/subnets/2b44b527-5cf2-4aa6-a396-f43228de009f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:14.163 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09894165-82e9-493c-bb87-f1729b4db422 f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1421] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/subnets/6c3012fe-b2e0-4dbf-b37a-e3917bcd4c75 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:14.183 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0d45624-bdd2-4218-89eb-5334b3345910 f8cd1b2aa5c342e7adb5ae29b8149bc5 117d571c92934168a8a2dd82ffdd0556 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1422] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/subnets/8e29a4f6-de99-45f7-b1f4-b7699dfeeca7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:14.306 8 INFO neutron.services.segments.plugin [-] Segment dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 resource provider aggregate not found 2026-08-11 09:32:14.310 8 INFO neutron.services.segments.plugin [-] Segment dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 resource provider aggregate not found 2026-08-11 09:32:14.324 8 INFO neutron.services.segments.plugin [-] Segment dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 found for delete ", "request_id": "req-6c70792d-48fe-4fec-b45e-04596fddc59c"}]} 2026-08-11 09:32:14.326 8 INFO neutron.services.segments.plugin [-] Segment dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5d50a7-6cac-40b9-9f11-fcaa5865dce9 found for delete ", "request_id": "req-015662c5-7872-450c-8a2b-3b052a41456c"}]} [pid: 7|app: 0|req: 751/1423] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:32:13 2026] GET /v2.0/networks/c83296d1-41ba-4242-9ccd-9c016a65674b => generated 672 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1424] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:14 2026] GET /v2.0/subnets/75d9d7f9-614f-45ba-9139-9ee0dea5daa2 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:14.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83a9b1ca-40fb-415c-8c6f-327949255dad cee3ee0bae3a4290b9bf93721be65937 57505e1010d6466da7bc79a9c8f48422 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1425] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/subnets/6aee741d-e091-4872-a41a-708c2b1003bd => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:14.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05c4784a-daf6-4d3f-8420-38fca6f00960 cee3ee0bae3a4290b9bf93721be65937 57505e1010d6466da7bc79a9c8f48422 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1426] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/networks/fdb92a21-fb58-4f84-8c7b-471085e5ebb7 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1427] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/subnets/75d9d7f9-614f-45ba-9139-9ee0dea5daa2 => 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: 754/1428] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:14 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 675/1429] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:14 2026] DELETE /v2.0/networks/c83296d1-41ba-4242-9ccd-9c016a65674b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1430] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:14 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 756/1431] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:14 2026] GET /v2.0/security-groups?tenant_id=bae0877afaeb4f12982246bfe172d313&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:15.182 8 INFO neutron.db.segments_db [None req-caccd1e6-6edf-4d0a-98a4-99fd2fad483b 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Added segment baddcd6f-e574-462f-8550-060c3875eaba of type vxlan for network 8019cef1-b635-4676-8fa2-d699cf1a1ccd 2026-08-11 09:32:15.226 8 INFO neutron.db.segments_db [None req-caccd1e6-6edf-4d0a-98a4-99fd2fad483b 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Added segment 4eb439fa-8651-4626-a2ba-8f0445aaef05 of type vxlan for network 7c300cb0-a245-42fa-80b0-9067385be132 [pid: 7|app: 0|req: 757/1432] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/security-groups?tenant_id=57505e1010d6466da7bc79a9c8f48422&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1433] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:15 2026] DELETE /v2.0/security-groups/fbecd76d-8080-4024-b7ca-74d50eb94a11 => 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: 676/1434] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:14 2026] POST /v2.0/networks => generated 1207 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1435] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/networks => generated 1844 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1436] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:15 2026] DELETE /v2.0/security-groups/c1363ae2-ed1e-4ede-9c54-2e29f62296e4 => 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: 678/1437] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:15 2026] DELETE /v2.0/networks/8019cef1-b635-4676-8fa2-d699cf1a1ccd => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1438] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/security-groups?tenant_id=ea5ed372536c472aa2eb99f477fab9b6&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1439] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:15 2026] DELETE /v2.0/security-groups/3f745c1a-212e-4bb5-9353-63784c02840b => 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: 679/1440] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:15 2026] DELETE /v2.0/networks/7c300cb0-a245-42fa-80b0-9067385be132 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:15.709 7 INFO neutron.services.segments.plugin [-] Segment c9520f28-1047-4bd6-bc99-f4b3a514a5ee resource provider aggregate not found 2026-08-11 09:32:15.717 7 INFO neutron.services.segments.plugin [-] Segment c9520f28-1047-4bd6-bc99-f4b3a514a5ee resource provider aggregate not found 2026-08-11 09:32:15.724 7 INFO neutron.services.segments.plugin [-] Segment c9520f28-1047-4bd6-bc99-f4b3a514a5ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9520f28-1047-4bd6-bc99-f4b3a514a5ee found for delete ", "request_id": "req-338645f5-d42f-40de-a050-9216d4038c46"}]} 2026-08-11 09:32:15.738 7 INFO neutron.services.segments.plugin [-] Segment c9520f28-1047-4bd6-bc99-f4b3a514a5ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9520f28-1047-4bd6-bc99-f4b3a514a5ee found for delete ", "request_id": "req-c3206e95-fdab-44bc-b8fa-72fa9af3c5bc"}]} [pid: 7|app: 0|req: 762/1441] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/networks => generated 651 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1442] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 681/1443] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:15.841 7 INFO neutron.db.segments_db [None req-380ad44a-21a8-4e46-9b6e-388279bd3ac5 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Added segment f69289b5-af67-4536-88dd-406cce380b07 of type vxlan for network 7238eb88-bcd6-4b34-8da1-4f78f8f23edb [pid: 8|app: 0|req: 682/1444] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:15 2026] GET /v2.0/security-groups?tenant_id=117d571c92934168a8a2dd82ffdd0556&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1445] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:15 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1446] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:15 2026] DELETE /v2.0/security-groups/0007a38f-7a16-45a0-824c-473961c76199 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:15.994 7 INFO neutron.db.segments_db [None req-5e959089-2c8b-4a25-b168-bee09a6ec778 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Added segment ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 of type vxlan for network 8c763b9a-fcb2-4ba1-9f1d-68806a1252ca [pid: 7|app: 0|req: 764/1447] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:15 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:16.355 8 INFO neutron.services.segments.plugin [-] Segment 9c3dbb52-f85b-40eb-b87b-8c2254afc583 resource provider aggregate not found 2026-08-11 09:32:16.365 8 INFO neutron.services.segments.plugin [-] Segment 9c3dbb52-f85b-40eb-b87b-8c2254afc583 resource provider aggregate not found 2026-08-11 09:32:16.373 8 INFO neutron.services.segments.plugin [-] Segment 9c3dbb52-f85b-40eb-b87b-8c2254afc583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3dbb52-f85b-40eb-b87b-8c2254afc583 found for delete ", "request_id": "req-f15d2014-1ba0-4b6b-9fce-b42aa93c8b33"}]} 2026-08-11 09:32:16.387 8 INFO neutron.services.segments.plugin [-] Segment baddcd6f-e574-462f-8550-060c3875eaba resource provider aggregate not found 2026-08-11 09:32:16.394 8 INFO neutron.services.segments.plugin [-] Segment 9c3dbb52-f85b-40eb-b87b-8c2254afc583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c3dbb52-f85b-40eb-b87b-8c2254afc583 found for delete ", "request_id": "req-08ef8463-a4e0-482d-8cbf-a2b46c2bb515"}]} 2026-08-11 09:32:16.413 8 INFO neutron.services.segments.plugin [-] Segment baddcd6f-e574-462f-8550-060c3875eaba resource provider aggregate not found 2026-08-11 09:32:16.418 8 INFO neutron.services.segments.plugin [-] Segment baddcd6f-e574-462f-8550-060c3875eaba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baddcd6f-e574-462f-8550-060c3875eaba found for delete ", "request_id": "req-e2a8bf79-faa6-41e6-8b18-d51245ccf19d"}]} 2026-08-11 09:32:16.432 8 INFO neutron.services.segments.plugin [-] Segment baddcd6f-e574-462f-8550-060c3875eaba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baddcd6f-e574-462f-8550-060c3875eaba found for delete ", "request_id": "req-90f8e289-4146-452f-92eb-209ef596a297"}]} 2026-08-11 09:32:16.439 8 INFO neutron.services.segments.plugin [-] Segment 4eb439fa-8651-4626-a2ba-8f0445aaef05 resource provider aggregate not found 2026-08-11 09:32:16.449 8 INFO neutron.services.segments.plugin [-] Segment 4eb439fa-8651-4626-a2ba-8f0445aaef05 resource provider aggregate not found 2026-08-11 09:32:16.461 8 INFO neutron.services.segments.plugin [-] Segment 4eb439fa-8651-4626-a2ba-8f0445aaef05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb439fa-8651-4626-a2ba-8f0445aaef05 found for delete ", "request_id": "req-e6d7768b-db80-4f45-a488-844d413efe79"}]} 2026-08-11 09:32:16.462 8 INFO neutron.services.segments.plugin [-] Segment 4eb439fa-8651-4626-a2ba-8f0445aaef05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb439fa-8651-4626-a2ba-8f0445aaef05 found for delete ", "request_id": "req-b1504002-6fe1-45e6-87a0-a314c9aec0ac"}]} [pid: 8|app: 0|req: 684/1448] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:32:16 2026] POST /v2.0/ports => generated 1506 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1449] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:32:16 2026] GET /v2.0/ports => generated 1506 bytes in 98 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-08-11 09:32:16.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-efbc17e6-c13e-4e40-a664-d5f6d6461f52 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] TaaS: Handle Delete Port: d303448a-4020-4368-9544-f4f0a045cc06 2026-08-11 09:32:16.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efbc17e6-c13e-4e40-a664-d5f6d6461f52 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Tap Mirror: Handle Delete Port: d303448a-4020-4368-9544-f4f0a045cc06 [pid: 7|app: 0|req: 766/1450] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:16 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1451] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:32:16 2026] DELETE /v2.0/ports/d303448a-4020-4368-9544-f4f0a045cc06 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1452] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:17 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:17.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-43214f5a-6105-4e44-8374-2ef06ab353bb 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] TaaS: Handle Delete Port: 6792d0af-cae5-42bf-828d-8a50e51e6bef 2026-08-11 09:32:17.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43214f5a-6105-4e44-8374-2ef06ab353bb 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Tap Mirror: Handle Delete Port: 6792d0af-cae5-42bf-828d-8a50e51e6bef [pid: 8|app: 0|req: 686/1453] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:32:17 2026] DELETE /v2.0/ports/6792d0af-cae5-42bf-828d-8a50e51e6bef => 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: 768/1454] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:32:17 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:17.305 8 INFO neutron.db.segments_db [None req-65cfd7d6-7466-440c-8e7c-fce32bc2d240 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Added segment b19457e3-8212-4d54-8d0c-fbb2f53d1a93 of type vxlan for network 2a0493ab-5166-4c04-b637-e3e86c70c2fc [pid: 8|app: 0|req: 687/1455] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:17 2026] POST /v2.0/networks => generated 630 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:17.520 8 INFO neutron.db.segments_db [None req-989b008d-d8de-42e6-addd-285bc9563f47 1f1714c599d248dbbab3a4f53ce05547 b8832524321d492da0dc3a7535060469 - - default default] Added segment a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 of type vxlan for network e766ab73-4a80-44f6-816a-2b8f0c4f6c3b [pid: 8|app: 0|req: 688/1456] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:17 2026] POST /v2.0/networks => generated 631 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:17.658 7 INFO neutron.db.segments_db [None req-ec526fe3-400c-4587-ad1d-09b4790eee85 8f4565ba1bda4fc584deab01f49eb9a3 c046ee83df184139915ae6a5ceccee6b - - default default] Added segment 82df4535-2357-465a-b79b-e163344d9aa3 of type vxlan for network 53c281c7-8c08-4aed-be39-352afa6a761c [pid: 7|app: 0|req: 769/1457] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:17 2026] POST /v2.0/networks => generated 624 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1458] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:17 2026] POST /v2.0/subnets => generated 641 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1459] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:17 2026] POST /v2.0/subnets => generated 1273 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:32:18.080 7 INFO neutron.db.segments_db [None req-5cc1e483-3d47-453d-98bb-f94afa4294c0 8f4565ba1bda4fc584deab01f49eb9a3 c046ee83df184139915ae6a5ceccee6b - - default default] Added segment dcd7964d-cb30-4253-9109-ee0d78f3825d of type vxlan for network 2ddab585-dba7-44a1-a2b4-7f0c52be4ce9 [pid: 8|app: 0|req: 690/1460] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:32:18 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1461] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:18 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1462] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:18 2026] POST /v2.0/networks => generated 624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1463] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:18 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 692/1464] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/subnets/037fbd4e-f4ac-4086-9122-933a9144c2b5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1465] 10.0.0.1 () {34 vars in 741 bytes} [Tue Aug 11 09:32:18 2026] PUT /v2.0/networks/2ddab585-dba7-44a1-a2b4-7f0c52be4ce9 => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1466] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/subnets/6f3bb76c-6d93-4911-853e-8407f67d0372 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1467] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:32:18 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1468] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:18 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:18.593 8 INFO neutron.services.segments.plugin [-] Segment a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 resource provider aggregate not found 2026-08-11 09:32:18.597 8 INFO neutron.services.segments.plugin [-] Segment a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 resource provider aggregate not found 2026-08-11 09:32:18.611 8 INFO neutron.services.segments.plugin [-] Segment a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 found for delete ", "request_id": "req-53a4fd46-db8f-4a9c-a93e-c814cf3b82fa"}]} 2026-08-11 09:32:18.618 8 INFO neutron.services.segments.plugin [-] Segment a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8e3b227-1df4-45c8-99d1-4d6b4ad4a437 found for delete ", "request_id": "req-6a82995a-94cb-481b-9719-53c9624a1031"}]} [pid: 8|app: 0|req: 695/1469] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/networks/e766ab73-4a80-44f6-816a-2b8f0c4f6c3b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1470] 10.0.0.1 () {34 vars in 739 bytes} [Tue Aug 11 09:32:18 2026] PUT /v2.0/subnets/af414e13-6213-4c06-82f1-0bdbcdfafed9 => generated 636 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1471] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/networks/2a0493ab-5166-4c04-b637-e3e86c70c2fc => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:18.864 7 INFO neutron.services.segments.plugin [-] Segment dcd7964d-cb30-4253-9109-ee0d78f3825d resource provider aggregate not found 2026-08-11 09:32:18.874 7 INFO neutron.services.segments.plugin [-] Segment dcd7964d-cb30-4253-9109-ee0d78f3825d resource provider aggregate not found 2026-08-11 09:32:18.891 7 INFO neutron.services.segments.plugin [-] Segment dcd7964d-cb30-4253-9109-ee0d78f3825d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd7964d-cb30-4253-9109-ee0d78f3825d found for delete ", "request_id": "req-b597c3fa-743c-4fb3-b255-012607b531ae"}]} 2026-08-11 09:32:18.896 7 INFO neutron.services.segments.plugin [-] Segment dcd7964d-cb30-4253-9109-ee0d78f3825d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd7964d-cb30-4253-9109-ee0d78f3825d found for delete ", "request_id": "req-62d9e09a-223a-4d83-aeb1-a915750d66fb"}]} [pid: 7|app: 0|req: 776/1472] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/networks/2ddab585-dba7-44a1-a2b4-7f0c52be4ce9 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1473] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/networks/8c763b9a-fcb2-4ba1-9f1d-68806a1252ca => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:18.924 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6058df2a-62d8-44f4-89d6-5fb00f903f18 8f4565ba1bda4fc584deab01f49eb9a3 c046ee83df184139915ae6a5ceccee6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1474] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/networks/2ddab585-dba7-44a1-a2b4-7f0c52be4ce9 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1475] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:32:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1476] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:32:18 2026] GET /v2.0/subnets?network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1477] 10.0.0.1 () {32 vars in 651 bytes} [Tue Aug 11 09:32:19 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: 698/1478] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:18 2026] DELETE /v2.0/networks/7238eb88-bcd6-4b34-8da1-4f78f8f23edb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1479] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/networks => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1480] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/subnets => generated 1280 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1481] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/networks/53c281c7-8c08-4aed-be39-352afa6a761c => generated 668 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1482] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/subnets/75b7052b-40dc-48af-ae3a-5e6e59bfddca => generated 641 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:19.220 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e520e28-5af6-492f-8b6f-6fe94560705a 8f4565ba1bda4fc584deab01f49eb9a3 c046ee83df184139915ae6a5ceccee6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1483] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:19 2026] DELETE /v2.0/subnets/af414e13-6213-4c06-82f1-0bdbcdfafed9 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:19.247 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6987fd9-c36a-4bce-9d97-b77a88eee516 8f4565ba1bda4fc584deab01f49eb9a3 c046ee83df184139915ae6a5ceccee6b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 701/1484] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:19 2026] DELETE /v2.0/networks/2ddab585-dba7-44a1-a2b4-7f0c52be4ce9 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1485] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1486] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:19 2026] DELETE /v2.0/subnets/75b7052b-40dc-48af-ae3a-5e6e59bfddca => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1487] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1488] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:19 2026] DELETE /v2.0/networks/53c281c7-8c08-4aed-be39-352afa6a761c => 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: 704/1489] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/security-groups?tenant_id=b8832524321d492da0dc3a7535060469&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1490] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:19 2026] DELETE /v2.0/security-groups/568bcdf5-02b5-46f7-88c7-905bd129b4cb => 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: 705/1491] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:19 2026] GET /v2.0/security-groups?tenant_id=c046ee83df184139915ae6a5ceccee6b&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1492] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:20 2026] DELETE /v2.0/security-groups/7c81d6bd-6ad8-4e6d-89da-d39d6be84ce2 => 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: 706/1493] 10.0.0.1 () {34 vars in 676 bytes} [Tue Aug 11 09:32:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1494] 10.0.0.1 () {34 vars in 676 bytes} [Tue Aug 11 09:32:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1495] 10.0.0.1 () {34 vars in 676 bytes} [Tue Aug 11 09:32:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1496] 10.0.0.1 () {34 vars in 676 bytes} [Tue Aug 11 09:32:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1497] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:20 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1498] 10.0.0.1 () {34 vars in 676 bytes} [Tue Aug 11 09:32:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1499] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:20 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 791/1500] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:20 2026] PUT /v2.0/policies/72b1b385-d2e0-4dd7-80e3-b29273d0cce1/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:20.650 8 INFO neutron.services.segments.plugin [-] Segment b19457e3-8212-4d54-8d0c-fbb2f53d1a93 resource provider aggregate not found 2026-08-11 09:32:20.651 8 INFO neutron.services.segments.plugin [-] Segment b19457e3-8212-4d54-8d0c-fbb2f53d1a93 resource provider aggregate not found [pid: 8|app: 0|req: 710/1501] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:20 2026] PUT /v2.0/policies/988eff3d-7a2e-43f5-9804-1dfbcf74cd88/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:20.675 8 INFO neutron.services.segments.plugin [-] Segment b19457e3-8212-4d54-8d0c-fbb2f53d1a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19457e3-8212-4d54-8d0c-fbb2f53d1a93 found for delete ", "request_id": "req-173a2804-2a36-4095-b084-ef32ecf83541"}]} 2026-08-11 09:32:20.680 8 INFO neutron.services.segments.plugin [-] Segment b19457e3-8212-4d54-8d0c-fbb2f53d1a93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b19457e3-8212-4d54-8d0c-fbb2f53d1a93 found for delete ", "request_id": "req-ac246c13-350d-457d-8211-541ddc2b90b3"}]} 2026-08-11 09:32:20.696 8 INFO neutron.services.segments.plugin [-] Segment ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 resource provider aggregate not found 2026-08-11 09:32:20.698 8 INFO neutron.services.segments.plugin [-] Segment ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 resource provider aggregate not found 2026-08-11 09:32:20.720 8 INFO neutron.services.segments.plugin [-] Segment ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 found for delete ", "request_id": "req-1764bd1c-0f79-4c6a-9847-53692c6ac41e"}]} 2026-08-11 09:32:20.723 8 INFO neutron.services.segments.plugin [-] Segment ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba7ab53d-fd2f-41b3-9f56-e3e630d3ccf6 found for delete ", "request_id": "req-fe714e4c-5e1f-48fb-8694-038afda6bda6"}]} [pid: 7|app: 0|req: 792/1502] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:20 2026] PUT /v2.0/policies/332810ec-564b-4651-9fe4-a1747bd7005b/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:20.745 8 INFO neutron.services.segments.plugin [-] Segment f69289b5-af67-4536-88dd-406cce380b07 resource provider aggregate not found 2026-08-11 09:32:20.746 8 INFO neutron.services.segments.plugin [-] Segment f69289b5-af67-4536-88dd-406cce380b07 resource provider aggregate not found 2026-08-11 09:32:20.762 8 INFO neutron.services.segments.plugin [-] Segment f69289b5-af67-4536-88dd-406cce380b07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f69289b5-af67-4536-88dd-406cce380b07 found for delete ", "request_id": "req-405dad72-325c-45df-aa63-072e9e9bb0a6"}]} 2026-08-11 09:32:20.770 8 INFO neutron.services.segments.plugin [-] Segment f69289b5-af67-4536-88dd-406cce380b07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f69289b5-af67-4536-88dd-406cce380b07 found for delete ", "request_id": "req-506014bf-5949-4a35-a578-32b875403273"}]} [pid: 8|app: 0|req: 711/1503] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:20 2026] PUT /v2.0/policies/e4c1df9a-0b36-416b-8ee9-3d47d015360f/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:20.905 7 INFO neutron.services.segments.plugin [-] Segment 82df4535-2357-465a-b79b-e163344d9aa3 resource provider aggregate not found 2026-08-11 09:32:20.922 7 INFO neutron.services.segments.plugin [-] Segment 82df4535-2357-465a-b79b-e163344d9aa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82df4535-2357-465a-b79b-e163344d9aa3 found for delete ", "request_id": "req-88f76639-4bed-4a1e-8c52-0b01999c1b6a"}]} 2026-08-11 09:32:20.929 7 INFO neutron.services.segments.plugin [-] Segment 82df4535-2357-465a-b79b-e163344d9aa3 resource provider aggregate not found 2026-08-11 09:32:20.953 7 INFO neutron.services.segments.plugin [-] Segment 82df4535-2357-465a-b79b-e163344d9aa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82df4535-2357-465a-b79b-e163344d9aa3 found for delete ", "request_id": "req-d8d425f0-968e-4979-9d45-905c1f1e63da"}]} [pid: 7|app: 0|req: 793/1506] 10.0.0.1 () {32 vars in 672 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1507] 10.0.0.1 () {32 vars in 686 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1508] 10.0.0.1 () {32 vars in 682 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1509] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1510] 10.0.0.1 () {32 vars in 694 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1511] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1512] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1513] 10.0.0.1 () {32 vars in 694 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1514] 10.0.0.1 () {32 vars in 690 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1515] 10.0.0.1 () {32 vars in 702 bytes} [Tue Aug 11 09:32:21 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1516] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/qos/policies/72b1b385-d2e0-4dd7-80e3-b29273d0cce1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1517] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/qos/policies/988eff3d-7a2e-43f5-9804-1dfbcf74cd88 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1518] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/qos/policies/332810ec-564b-4651-9fe4-a1747bd7005b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1519] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/qos/policies/e4c1df9a-0b36-416b-8ee9-3d47d015360f => 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: 722/1520] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/qos/policies/b880a81e-7bf2-4fee-a314-afad0aaad26b => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1521] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:32:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1522] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:32:22 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1523] 10.0.0.1 () {34 vars in 756 bytes} [Tue Aug 11 09:32:22 2026] PUT /v2.0/security-groups/a366c273-6bdb-4f07-b165-2e773d2ab9f9 => generated 1663 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1524] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:32:22 2026] GET /v2.0/security-groups/a366c273-6bdb-4f07-b165-2e773d2ab9f9 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1525] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/security-groups/a366c273-6bdb-4f07-b165-2e773d2ab9f9 => 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: 725/1526] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:32:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:22.757 7 INFO neutron.api.v2.resource [None req-c29bca56-1745-4782-a7e3-4baa5b7a8489 a2b192b11731488d85d7064488f6f167 d3c111f10b954e3a9a6e29ac7b801350 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1527] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:22 2026] DELETE /v2.0/security-groups/a366c273-6bdb-4f07-b165-2e773d2ab9f9 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1528] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:22 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1529] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:22 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1530] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:32:22 2026] POST /v2.0/security-groups => generated 1625 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1531] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1532] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules/8cd40c8c-e347-48ca-9a4b-6685ed88a4cc => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1533] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1534] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:32:23 2026] DELETE /v2.0/security-group-rules/8cd40c8c-e347-48ca-9a4b-6685ed88a4cc => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1535] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1536] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1537] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules/f8c94642-213c-4145-9194-2224767d0a44 => 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: 731/1538] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1539] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-groups?tenant_id=04f9eed03cf1408d87920cb68737deef&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1540] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:32:23 2026] DELETE /v2.0/security-group-rules/f8c94642-213c-4145-9194-2224767d0a44 => 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: 732/1541] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:23 2026] DELETE /v2.0/security-groups/eaf2e343-35a5-410d-838f-f6fbf988915e => 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: 810/1542] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1543] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1544] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules/1fc5677e-08a5-4c89-be40-2d069afafd27 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1545] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1546] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-groups?tenant_id=feb02bd73a394df094bb913548c7ead9&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: 736/1547] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:32:23 2026] DELETE /v2.0/security-group-rules/1fc5677e-08a5-4c89-be40-2d069afafd27 => 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: 812/1548] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:23 2026] DELETE /v2.0/security-groups/3e02774c-4ac1-4849-9613-90efcfa69afc => 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: 737/1549] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:32:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1550] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:24 2026] DELETE /v2.0/security-groups/e593a069-b77f-48c1-8a97-72781b824640 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1551] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:32:24 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: 8|app: 0|req: 739/1552] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:32:24 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: 814/1553] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:24 2026] GET /v2.0/security-groups?tenant_id=a0657e7d3eb94d3d9c8f9ac2480c4081&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1554] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:24 2026] DELETE /v2.0/security-groups/c8a36476-4869-43ad-a6f4-35395829e245 => 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: 741/1555] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:24 2026] GET /v2.0/security-groups?tenant_id=d3c111f10b954e3a9a6e29ac7b801350&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1556] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:24 2026] GET /v2.0/security-groups?tenant_id=58006c69de164b89a68982a6dea1936a&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1557] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:24 2026] DELETE /v2.0/security-groups/a8255061-4220-4c4a-b3f5-302c6f8de337 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1558] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:24 2026] DELETE /v2.0/security-groups/74555091-2bc8-44dd-82af-2fd1fca19185 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1559] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:25 2026] GET /v2.0/security-groups?tenant_id=184a33a55650448e9f912b325894a67c&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1560] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:25 2026] DELETE /v2.0/security-groups/205e38a0-6b50-413d-817e-3ff86f86e902 => 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: 744/1561] 10.0.0.1 () {32 vars in 621 bytes} [Tue Aug 11 09:32:26 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: 818/1562] 10.0.0.1 () {32 vars in 631 bytes} [Tue Aug 11 09:32:26 2026] GET /v2.0/ => generated 632 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1563] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:27 2026] GET /v2.0/security-groups?tenant_id=60a52f8b38c743baa6a6785f40513687&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1564] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:27 2026] DELETE /v2.0/security-groups/edddac63-71e8-4c5c-96ea-c135934e686a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:28.878 7 INFO neutron.db.segments_db [None req-a5061b0c-6ab5-415e-b544-2f7b878cf8cc 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Added segment fee67b94-f365-41f8-aebe-ea40858fab39 of type vxlan for network 970df7b9-c9ef-4369-862b-138cf6a60a05 [pid: 8|app: 0|req: 746/1565] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:28 2026] GET /v2.0/security-groups?tenant_id=b3e9c6064eaa4b3c8bfb864eff609753&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1566] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:28 2026] DELETE /v2.0/security-groups/3b5cc593-b7d6-4133-a7e6-00626a70eedc => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:29.088 7 INFO neutron.db.l3_hamode_db [None req-a5061b0c-6ab5-415e-b544-2f7b878cf8cc 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:32:29.181 7 INFO neutron.db.l3_hamode_db [None req-a5061b0c-6ab5-415e-b544-2f7b878cf8cc 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 820/1567] 10.0.0.1 () {34 vars in 666 bytes} [Tue Aug 11 09:32:28 2026] POST /v2.0/routers => generated 474 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:29.823 8 INFO neutron.db.l3_hamode_db [None req-15729b6c-4166-4a01-a6d6-983cd28acc2b 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:32:29.940 8 INFO neutron.db.l3_hamode_db [None req-15729b6c-4166-4a01-a6d6-983cd28acc2b 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 748/1568] 10.0.0.1 () {34 vars in 666 bytes} [Tue Aug 11 09:32:29 2026] POST /v2.0/routers => generated 474 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:30.595 7 INFO neutron.db.l3_hamode_db [None req-acfb4980-3eb7-4b58-a456-0072bfcf0500 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:32:30.708 7 INFO neutron.db.l3_hamode_db [None req-acfb4980-3eb7-4b58-a456-0072bfcf0500 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 821/1569] 10.0.0.1 () {34 vars in 666 bytes} [Tue Aug 11 09:32:30 2026] POST /v2.0/routers => generated 474 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1570] 10.0.0.243 () {32 vars in 800 bytes} [Tue Aug 11 09:32:31 2026] GET /v2.0/extensions => generated 21537 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-11 09:32:31.429 7 INFO neutron.db.l3_hamode_db [None req-d14bd058-a4f7-4c20-8047-aef649b642a6 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 749/1571] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:31 2026] GET /v2.0/security-groups?tenant_id=a4046e58772f4bd0b56f3e0ce6c1be86&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1572] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:31 2026] DELETE /v2.0/security-groups/30e29490-a42b-450b-8b9a-2fff8865349b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:31.563 7 INFO neutron.db.l3_hamode_db [None req-d14bd058-a4f7-4c20-8047-aef649b642a6 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 751/1573] 10.0.0.243 () {30 vars in 724 bytes} [Tue Aug 11 09:32:31 2026] GET /v2.0/quotas/756bba042e074746b00592dc586ed974/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1574] 10.0.0.1 () {34 vars in 666 bytes} [Tue Aug 11 09:32:31 2026] POST /v2.0/routers => generated 474 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:32.184 8 INFO neutron.db.l3_hamode_db [None req-950856b5-68ad-4efa-86cf-2ceafd8831fd 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:32:32.358 8 INFO neutron.db.l3_hamode_db [None req-950856b5-68ad-4efa-86cf-2ceafd8831fd 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 824/1575] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:32:32 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1576] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:32:32 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 752/1577] 10.0.0.1 () {34 vars in 666 bytes} [Tue Aug 11 09:32:32 2026] POST /v2.0/routers => generated 474 bytes in 860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1578] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:32 2026] PUT /v2.0/routers/ba1045a8-fe3b-4a95-a3c7-72f1d7bafeb7/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1579] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:33 2026] PUT /v2.0/routers/3ef4f0c1-20b4-429c-a816-8a4676fca8ac/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1580] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:33 2026] PUT /v2.0/routers/55144b8c-5a8f-48d5-8a43-23a114f42bc4/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1581] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:33 2026] PUT /v2.0/routers/1c58402f-b219-49b4-9403-0e1d73f39343/tags => generated 19 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1582] 10.0.0.1 () {32 vars in 662 bytes} [Tue Aug 11 09:32:33 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1583] 10.0.0.1 () {32 vars in 676 bytes} [Tue Aug 11 09:32:33 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1584] 10.0.0.1 () {32 vars in 672 bytes} [Tue Aug 11 09:32:33 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1585] 10.0.0.1 () {32 vars in 684 bytes} [Tue Aug 11 09:32:33 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1586] 10.0.0.1 () {32 vars in 670 bytes} [Tue Aug 11 09:32:33 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1587] 10.0.0.1 () {32 vars in 684 bytes} [Tue Aug 11 09:32:33 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: 831/1588] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:32:34 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1589] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:32:34 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1590] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:34 2026] GET /v2.0/routers/ba1045a8-fe3b-4a95-a3c7-72f1d7bafeb7 => generated 485 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1591] 10.0.0.243 () {32 vars in 800 bytes} [Tue Aug 11 09:32:34 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1592] 10.0.0.1 () {34 vars in 740 bytes} [Tue Aug 11 09:32:34 2026] PUT /v2.0/routers/ba1045a8-fe3b-4a95-a3c7-72f1d7bafeb7 => generated 485 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1593] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:32:34 2026] GET /v2.0/ports?device_id=ba1045a8-fe3b-4a95-a3c7-72f1d7bafeb7 => 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: 835/1594] 10.0.0.243 () {30 vars in 724 bytes} [Tue Aug 11 09:32:34 2026] GET /v2.0/quotas/756bba042e074746b00592dc586ed974/details => generated 847 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:35.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-5aea0c37-a4e0-4331-840d-e96488ce27f1 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] TaaS: Handle Delete Port: 48ffff20-c832-4dbf-98c2-927bb17a8a6c 2026-08-11 09:32:35.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5aea0c37-a4e0-4331-840d-e96488ce27f1 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Tap Mirror: Handle Delete Port: 48ffff20-c832-4dbf-98c2-927bb17a8a6c [pid: 8|app: 0|req: 760/1595] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:34 2026] DELETE /v2.0/routers/ba1045a8-fe3b-4a95-a3c7-72f1d7bafeb7 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1596] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:35 2026] GET /v2.0/routers/3ef4f0c1-20b4-429c-a816-8a4676fca8ac => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1597] 10.0.0.1 () {34 vars in 740 bytes} [Tue Aug 11 09:32:35 2026] PUT /v2.0/routers/3ef4f0c1-20b4-429c-a816-8a4676fca8ac => generated 493 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1598] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:32:36 2026] GET /v2.0/ports?device_id=3ef4f0c1-20b4-429c-a816-8a4676fca8ac => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:36.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-99189f81-5458-4df8-b2f3-9aede60e106f 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] TaaS: Handle Delete Port: c76af4d9-5d96-4c9a-918e-2d6483349579 2026-08-11 09:32:36.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99189f81-5458-4df8-b2f3-9aede60e106f 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Tap Mirror: Handle Delete Port: c76af4d9-5d96-4c9a-918e-2d6483349579 [pid: 8|app: 0|req: 762/1601] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:36 2026] DELETE /v2.0/routers/3ef4f0c1-20b4-429c-a816-8a4676fca8ac => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1602] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:36 2026] GET /v2.0/routers/55144b8c-5a8f-48d5-8a43-23a114f42bc4 => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1603] 10.0.0.1 () {34 vars in 740 bytes} [Tue Aug 11 09:32:36 2026] PUT /v2.0/routers/55144b8c-5a8f-48d5-8a43-23a114f42bc4 => generated 502 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1604] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:32:37 2026] GET /v2.0/ports?device_id=55144b8c-5a8f-48d5-8a43-23a114f42bc4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:37.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-fea8c348-203c-43b3-a97e-e69c53d03f92 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] TaaS: Handle Delete Port: c770042c-f8c2-4dec-b17c-5726cca7a669 2026-08-11 09:32:37.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fea8c348-203c-43b3-a97e-e69c53d03f92 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Tap Mirror: Handle Delete Port: c770042c-f8c2-4dec-b17c-5726cca7a669 [pid: 8|app: 0|req: 764/1605] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:37 2026] DELETE /v2.0/routers/55144b8c-5a8f-48d5-8a43-23a114f42bc4 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1606] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:37 2026] GET /v2.0/routers/1c58402f-b219-49b4-9403-0e1d73f39343 => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1607] 10.0.0.1 () {34 vars in 740 bytes} [Tue Aug 11 09:32:37 2026] PUT /v2.0/routers/1c58402f-b219-49b4-9403-0e1d73f39343 => generated 487 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1608] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:32:38 2026] GET /v2.0/ports?device_id=1c58402f-b219-49b4-9403-0e1d73f39343 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:38.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-169f8573-0c69-41e1-b23a-46dfc7b216b2 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] TaaS: Handle Delete Port: 5fc89d1d-5065-4f7b-a564-781d8aca1573 2026-08-11 09:32:38.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-169f8573-0c69-41e1-b23a-46dfc7b216b2 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Tap Mirror: Handle Delete Port: 5fc89d1d-5065-4f7b-a564-781d8aca1573 [pid: 8|app: 0|req: 766/1609] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:38 2026] DELETE /v2.0/routers/1c58402f-b219-49b4-9403-0e1d73f39343 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1610] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:32:38 2026] GET /v2.0/routers/986cdf92-8a14-498e-9ab5-8c5bc8ef66c6 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1611] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:38 2026] GET /v2.0/security-groups?tenant_id=756bba042e074746b00592dc586ed974&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1612] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:38 2026] DELETE /v2.0/security-groups/5ce48cd8-28de-4050-89f7-3b0725d325fe => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1613] 10.0.0.1 () {34 vars in 740 bytes} [Tue Aug 11 09:32:38 2026] PUT /v2.0/routers/986cdf92-8a14-498e-9ab5-8c5bc8ef66c6 => generated 480 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1614] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:32:39 2026] GET /v2.0/ports?device_id=986cdf92-8a14-498e-9ab5-8c5bc8ef66c6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:39.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d5418f2-a896-4acb-93ef-b2d17b1486f0 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] TaaS: Handle Delete Port: c933339e-954d-407a-9cdf-01d9cf454009 2026-08-11 09:32:39.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d5418f2-a896-4acb-93ef-b2d17b1486f0 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] Tap Mirror: Handle Delete Port: c933339e-954d-407a-9cdf-01d9cf454009 2026-08-11 09:32:39.705 8 INFO neutron.services.segments.plugin [-] Segment fee67b94-f365-41f8-aebe-ea40858fab39 resource provider aggregate not found 2026-08-11 09:32:39.713 8 INFO neutron.services.segments.plugin [-] Segment fee67b94-f365-41f8-aebe-ea40858fab39 resource provider aggregate not found 2026-08-11 09:32:39.726 8 INFO neutron.services.segments.plugin [-] Segment fee67b94-f365-41f8-aebe-ea40858fab39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fee67b94-f365-41f8-aebe-ea40858fab39 found for delete ", "request_id": "req-8a753312-908b-42d9-8a08-d887189fbc3e"}]} 2026-08-11 09:32:39.735 8 INFO neutron.services.segments.plugin [-] Segment fee67b94-f365-41f8-aebe-ea40858fab39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fee67b94-f365-41f8-aebe-ea40858fab39 found for delete ", "request_id": "req-16472908-fb6a-4238-8074-39a0f8c5a3b0"}]} 2026-08-11 09:32:39.747 8 INFO neutron.db.l3_hamode_db [None req-0d5418f2-a896-4acb-93ef-b2d17b1486f0 18250c09119d42bb96af06de40cf81f9 d84924b6fa6249afbb500bb49cf838de - - default default] HA network 970df7b9-c9ef-4369-862b-138cf6a60a05 was deleted as no HA routers are present in tenant d84924b6fa6249afbb500bb49cf838de. [pid: 8|app: 0|req: 769/1615] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:39 2026] DELETE /v2.0/routers/986cdf92-8a14-498e-9ab5-8c5bc8ef66c6 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1616] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:40 2026] GET /v2.0/security-groups?tenant_id=1c1e1aabe0dc4061bcce0c12d7251e1a&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1617] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:41 2026] DELETE /v2.0/security-groups/99614b9c-b929-4c45-906a-f323de9f005b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1618] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:41 2026] GET /v2.0/security-groups?tenant_id=d84924b6fa6249afbb500bb49cf838de&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: 771/1619] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:41 2026] DELETE /v2.0/security-groups/32d0199e-4186-42b0-99bb-56d71363e461 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1620] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:41 2026] GET /v2.0/security-groups?tenant_id=4ff6fd1809b84bef9907a885dcdef4a7&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1621] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:41 2026] DELETE /v2.0/security-groups/23a865d3-bf55-415a-8dce-24a333702dcc => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:43.669 7 INFO neutron.db.segments_db [None req-11cf5d4c-4fc1-4963-b1dd-188a14137f41 0a5477fcc966409cac0415547ccfa791 3da83d41e1c847b2a19cae88dbecae01 - - default default] Added segment d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f of type vxlan for network dd119633-6d92-4dcd-b351-b0264126bf89 [pid: 7|app: 0|req: 850/1622] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:43 2026] POST /v2.0/networks => generated 612 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:43.820 8 INFO neutron.db.segments_db [None req-c39a23af-011b-47c1-b0a7-4212c5c82502 0a5477fcc966409cac0415547ccfa791 3da83d41e1c847b2a19cae88dbecae01 - - default default] Added segment 52c8e1ed-fc25-41e5-8bd1-38534340b781 of type vxlan for network 103d611e-7a2f-40ab-ac99-dbe2c3dc2263 [pid: 8|app: 0|req: 773/1623] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:43 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) 2026-08-11 09:32:43.960 7 INFO neutron.db.segments_db [None req-3a3c9f85-a752-4f1d-ab56-59c291cc68e5 0a5477fcc966409cac0415547ccfa791 3da83d41e1c847b2a19cae88dbecae01 - - default default] Added segment dcda5834-5ac9-4a24-bf3e-ce593eb74038 of type vxlan for network ebc20711-92cd-4258-b4a5-ec84b49b5bd8 [pid: 7|app: 0|req: 851/1624] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:43 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:44.107 8 INFO neutron.db.segments_db [None req-686aa31f-64ec-4826-8a1e-0e874914b66b 0a5477fcc966409cac0415547ccfa791 3da83d41e1c847b2a19cae88dbecae01 - - default default] Added segment 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba of type vxlan for network 39f5b2df-1c20-48d4-abc8-c0875a3129e7 [pid: 8|app: 0|req: 774/1625] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:44 2026] POST /v2.0/networks => generated 612 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:44.243 7 INFO neutron.db.segments_db [None req-5326feea-0756-4e14-95ee-d7b4ad27a67f 0a5477fcc966409cac0415547ccfa791 3da83d41e1c847b2a19cae88dbecae01 - - default default] Added segment 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 of type vxlan for network 906e158a-6628-45de-93cd-af02e52dbdaf [pid: 7|app: 0|req: 852/1626] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:44 2026] POST /v2.0/networks => generated 612 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1627] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:44 2026] PUT /v2.0/networks/dd119633-6d92-4dcd-b351-b0264126bf89/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1628] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:44 2026] PUT /v2.0/networks/103d611e-7a2f-40ab-ac99-dbe2c3dc2263/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1629] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:44 2026] PUT /v2.0/networks/ebc20711-92cd-4258-b4a5-ec84b49b5bd8/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1630] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1631] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:32:44 2026] PUT /v2.0/networks/39f5b2df-1c20-48d4-abc8-c0875a3129e7/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1632] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/security-groups?tenant_id=86294a896e0f4585a7e87895cfbb05da&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1633] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 854/1634] 10.0.0.1 () {32 vars in 664 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1635] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:44 2026] DELETE /v2.0/security-groups/fa326c14-8c81-486e-8300-aa9a610e2154 => 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: 855/1636] 10.0.0.1 () {32 vars in 678 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1637] 10.0.0.1 () {32 vars in 674 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1638] 10.0.0.1 () {32 vars in 686 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1639] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 784/1640] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1641] 10.0.0.1 () {32 vars in 672 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1642] 10.0.0.1 () {32 vars in 686 bytes} [Tue Aug 11 09:32:44 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1643] 10.0.0.1 () {32 vars in 682 bytes} [Tue Aug 11 09:32:45 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1644] 10.0.0.1 () {32 vars in 694 bytes} [Tue Aug 11 09:32:45 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:45.229 7 INFO neutron.services.segments.plugin [-] Segment d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f resource provider aggregate not found 2026-08-11 09:32:45.230 7 INFO neutron.services.segments.plugin [-] Segment d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f resource provider aggregate not found 2026-08-11 09:32:45.249 7 INFO neutron.services.segments.plugin [-] Segment d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f found for delete ", "request_id": "req-0b609bdf-24b4-43f3-b17f-21d32f01dc8c"}]} [pid: 7|app: 0|req: 859/1645] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:45 2026] DELETE /v2.0/networks/dd119633-6d92-4dcd-b351-b0264126bf89 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:45.256 7 INFO neutron.services.segments.plugin [-] Segment d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d497ba3f-3f06-4e4d-bb21-0c624b3d9b9f found for delete ", "request_id": "req-a9595cbc-074b-4dc2-af83-fea1fce01b00"}]} 2026-08-11 09:32:45.363 8 INFO neutron.services.segments.plugin [-] Segment 52c8e1ed-fc25-41e5-8bd1-38534340b781 resource provider aggregate not found 2026-08-11 09:32:45.372 8 INFO neutron.services.segments.plugin [-] Segment 52c8e1ed-fc25-41e5-8bd1-38534340b781 resource provider aggregate not found 2026-08-11 09:32:45.384 8 INFO neutron.services.segments.plugin [-] Segment 52c8e1ed-fc25-41e5-8bd1-38534340b781 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c8e1ed-fc25-41e5-8bd1-38534340b781 found for delete ", "request_id": "req-da75db9c-d7d0-49c1-b3bc-cb4c6a554849"}]} 2026-08-11 09:32:45.395 8 INFO neutron.services.segments.plugin [-] Segment 52c8e1ed-fc25-41e5-8bd1-38534340b781 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c8e1ed-fc25-41e5-8bd1-38534340b781 found for delete ", "request_id": "req-c64a238f-d482-4386-98af-ce7d8356ae24"}]} [pid: 8|app: 0|req: 787/1646] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:45 2026] DELETE /v2.0/networks/103d611e-7a2f-40ab-ac99-dbe2c3dc2263 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1647] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:45 2026] DELETE /v2.0/networks/ebc20711-92cd-4258-b4a5-ec84b49b5bd8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1648] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:45 2026] DELETE /v2.0/networks/39f5b2df-1c20-48d4-abc8-c0875a3129e7 => 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: 861/1649] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:45 2026] DELETE /v2.0/networks/906e158a-6628-45de-93cd-af02e52dbdaf => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1650] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:45 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 862/1651] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:46 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:46.571 8 INFO neutron.db.segments_db [None req-eaf0daba-dd21-4f83-85bc-a14cf40b8c6b e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] Added segment 1278db96-2bac-4606-8d91-18b71ef95e9c of type vxlan for network 5cf0bfdd-6365-4b84-b722-d0aef3c57f14 [pid: 8|app: 0|req: 790/1652] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:46 2026] POST /v2.0/networks => generated 613 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:46.719 7 INFO neutron.db.segments_db [None req-422cd0b9-2a42-4cab-ae72-cf6f3e3e87f2 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 177b8817-2ef2-43f8-a85a-477427b31ab5 of type vxlan for network ce9a018a-5463-46ea-b469-d1bf7f07af68 [pid: 7|app: 0|req: 863/1653] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:32:46 2026] POST /v2.0/networks => generated 722 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1654] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:46 2026] GET /v2.0/security-groups?tenant_id=30c0f0ba2cb6425288ff7cc1ce3484b3&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1655] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:46 2026] POST /v2.0/subnets => generated 688 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1656] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:46 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:47.054 7 INFO neutron.db.segments_db [None req-d70b7b26-576b-4aad-b813-84f2e01760e4 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac of type vxlan for network 42eadf28-c238-41eb-a948-31562ed49c06 [pid: 8|app: 0|req: 793/1657] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:46 2026] DELETE /v2.0/security-groups/1ea5437d-482f-4d00-a0e5-c45b6d266739 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:47.149 8 INFO neutron.db.segments_db [None req-982c6638-0f04-4c85-a4cc-1e53cd66fed6 e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] Added segment c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e of type vxlan for network 1e51720c-962e-4d3c-961f-8e45e9d63fb6 [pid: 8|app: 0|req: 794/1658] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:47 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1659] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:47 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:47.276 7 INFO neutron.services.segments.plugin [-] Segment dcda5834-5ac9-4a24-bf3e-ce593eb74038 resource provider aggregate not found 2026-08-11 09:32:47.280 7 INFO neutron.services.segments.plugin [-] Segment dcda5834-5ac9-4a24-bf3e-ce593eb74038 resource provider aggregate not found 2026-08-11 09:32:47.287 7 INFO neutron.db.l3_hamode_db [None req-d70b7b26-576b-4aad-b813-84f2e01760e4 cbe2295efac748329f8bf1cee02a66b6 cb17fef7683a4cc0b20d28902894ad64 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:32:47.297 7 INFO neutron.services.segments.plugin [-] Segment dcda5834-5ac9-4a24-bf3e-ce593eb74038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcda5834-5ac9-4a24-bf3e-ce593eb74038 found for delete ", "request_id": "req-10a4d04a-9d44-4946-a22e-383311d4c192"}]} 2026-08-11 09:32:47.299 7 INFO neutron.services.segments.plugin [-] Segment dcda5834-5ac9-4a24-bf3e-ce593eb74038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcda5834-5ac9-4a24-bf3e-ce593eb74038 found for delete ", "request_id": "req-b6ad1bb6-9aee-4f4d-a192-80591a2c21ce"}]} [pid: 8|app: 0|req: 796/1660] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:47 2026] GET /v2.0/security-groups?tenant_id=3da83d41e1c847b2a19cae88dbecae01&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:47.316 7 INFO neutron.services.segments.plugin [-] Segment 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 resource provider aggregate not found 2026-08-11 09:32:47.320 7 INFO neutron.services.segments.plugin [-] Segment 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 resource provider aggregate not found 2026-08-11 09:32:47.345 7 INFO neutron.services.segments.plugin [-] Segment 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 found for delete ", "request_id": "req-b81403eb-510e-4d20-9b43-6c3bb706a5ba"}]} 2026-08-11 09:32:47.346 7 INFO neutron.services.segments.plugin [-] Segment 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee82dae-32bf-4ccf-b5a3-1a2056f99f79 found for delete ", "request_id": "req-26ee7baa-906e-4c61-ad6f-2804334c8b2f"}]} 2026-08-11 09:32:47.404 8 INFO neutron.services.segments.plugin [-] Segment 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba resource provider aggregate not found 2026-08-11 09:32:47.419 8 INFO neutron.services.segments.plugin [-] Segment 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba found for delete ", "request_id": "req-303162ad-e6f1-41b5-a415-dffe8a0102b5"}]} 2026-08-11 09:32:47.420 8 INFO neutron.services.segments.plugin [-] Segment 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba resource provider aggregate not found 2026-08-11 09:32:47.443 8 INFO neutron.services.segments.plugin [-] Segment 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f90e7d4-70d9-4611-9f4d-bbe17449b5ba found for delete ", "request_id": "req-22464f08-8249-4b19-9f9e-b5aa3ca80daf"}]} [pid: 8|app: 0|req: 797/1661] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:47 2026] POST /v2.0/subnets => generated 629 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1662] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:32:47 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 799/1663] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:32:47 2026] GET /v2.0/security-groups?id=d6131069-c619-4f75-bf1c-44ec4284a4c0&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: 800/1664] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:47 2026] DELETE /v2.0/security-groups/62969804-945d-4da0-ac6a-c4a011815652 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:47.802 8 INFO neutron.db.segments_db [None req-7aeb724c-62c2-484c-8c7d-5a35f33d659d e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] Added segment ec928c01-7550-4ee2-9512-0ebe1b189f65 of type vxlan for network 8dee3ef0-4386-4c41-b242-3ba278092e59 [pid: 8|app: 0|req: 801/1665] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:47 2026] POST /v2.0/networks => generated 613 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:48.035 7 INFO neutron.db.l3_hamode_db [None req-d70b7b26-576b-4aad-b813-84f2e01760e4 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:32:48.051 8 INFO neutron_taas.services.taas.taas_plugin [req-2f3f53fe-77bd-4e60-9f61-c8389b6082ad req-9b11b9b3-a135-4e9b-87fa-aada948b8f31 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] TaaS: Handle Delete Port: 2132f3af-2a41-44e9-ace6-dd43137095e6 2026-08-11 09:32:48.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2f3f53fe-77bd-4e60-9f61-c8389b6082ad req-9b11b9b3-a135-4e9b-87fa-aada948b8f31 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] Tap Mirror: Handle Delete Port: 2132f3af-2a41-44e9-ace6-dd43137095e6 2026-08-11 09:32:48.179 8 INFO neutron.db.l3_db [req-2f3f53fe-77bd-4e60-9f61-c8389b6082ad req-9b11b9b3-a135-4e9b-87fa-aada948b8f31 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] Floating IP 397ffaab-3650-46de-802a-90b8db319a30 disassociated. External IP: 10.96.250.204, port: 2132f3af-2a41-44e9-ace6-dd43137095e6. [pid: 8|app: 0|req: 802/1666] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:32:47 2026] DELETE /v2.0/ports/2132f3af-2a41-44e9-ace6-dd43137095e6 => generated 0 bytes in 660 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:48.616 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c0a7547-aedc-4368-aa57-6b81291d7cae'] response: {'server_uuid': '55df4c39-92f8-4a77-ad02-1234bd38ee18', 'name': 'network-vif-deleted', 'tag': '2132f3af-2a41-44e9-ace6-dd43137095e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 803/1667] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:48 2026] GET /v2.0/security-groups?tenant_id=71be2a3275e646a8a6bb84712fd9efde&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: 865/1668] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:47 2026] POST /v2.0/routers => generated 728 bytes in 1826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1669] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:48 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 804/1670] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:48 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1671] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:48 2026] DELETE /v2.0/security-groups/33e6bbcb-12ee-4c54-97fc-e5277d808033 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:49.010 7 INFO neutron.db.segments_db [None req-18430feb-cdd0-478b-baa0-493b8bf86846 e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] Added segment fca29a1a-a619-4c80-b708-e6d9c64f81ed of type vxlan for network 6824cba2-af9c-476d-9ddd-0de9f03a35e7 [pid: 7|app: 0|req: 868/1672] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:48 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1673] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:49 2026] POST /v2.0/subnets => generated 629 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:49.456 7 INFO neutron.db.segments_db [None req-1bafeed8-7e70-47ec-80a7-d757bf641f4d e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] Added segment d833fc01-29a7-4358-988c-b4fb3b0dda38 of type vxlan for network 9fc4f5c2-7677-4850-88d3-475dd2168981 [pid: 7|app: 0|req: 870/1674] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:32:49 2026] POST /v2.0/networks => generated 611 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1675] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:49 2026] POST /v2.0/subnets => generated 629 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1676] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:49 2026] PUT /v2.0/subnets/551fdcbd-b3a7-4ad8-a98e-12241e66c0a0/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1677] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:49 2026] PUT /v2.0/subnets/438d4db6-3ebf-46d0-b091-e89c7be59d53/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1678] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:49 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 875/1679] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:49 2026] PUT /v2.0/subnets/94405d20-ad76-4f77-a3aa-d817f26d3489/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1680] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:32:50 2026] PUT /v2.0/subnets/6818ecb6-fe5d-41a7-9234-1a89ed2a35e6/tags => generated 19 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1681] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:32:48 2026] PUT /v2.0/routers/2584c6a8-c7b1-46ce-b6c1-5c1b3e9cc201/add_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1682] 10.0.0.1 () {32 vars in 662 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1683] 10.0.0.1 () {32 vars in 676 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1684] 10.0.0.1 () {32 vars in 672 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1685] 10.0.0.1 () {32 vars in 684 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1686] 10.0.0.1 () {32 vars in 670 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1687] 10.0.0.1 () {32 vars in 684 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1688] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1689] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:32:50 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1690] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:50 2026] DELETE /v2.0/subnets/551fdcbd-b3a7-4ad8-a98e-12241e66c0a0 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1691] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:50 2026] DELETE /v2.0/subnets/438d4db6-3ebf-46d0-b091-e89c7be59d53 => 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: 811/1692] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:51 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 882/1693] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:50 2026] DELETE /v2.0/subnets/94405d20-ad76-4f77-a3aa-d817f26d3489 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1696] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:51 2026] DELETE /v2.0/subnets/6818ecb6-fe5d-41a7-9234-1a89ed2a35e6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1697] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:51 2026] DELETE /v2.0/subnets/c3c16f50-0203-497b-bfd4-9631539cbd17 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:51.671 8 INFO neutron.db.segments_db [None req-f81c1f35-6a52-4c60-b217-947c2d1ca713 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 839bdea0-5b35-4515-996a-a77a45d99835 of type vxlan for network 1b804f18-c0bb-444e-9760-c1c66850fdfe 2026-08-11 09:32:51.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-b95de853-db93-421f-86c9-edccd76db917 e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] TaaS: Handle Delete Port: 094cc66b-e09a-41d1-abc9-04dc561407b5 2026-08-11 09:32:51.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b95de853-db93-421f-86c9-edccd76db917 e3c4cda3bf4640338e5baf99baac55ea 548ccf8b3d054fd58af2ca26d3b8ac51 - - default default] Tap Mirror: Handle Delete Port: 094cc66b-e09a-41d1-abc9-04dc561407b5 [pid: 8|app: 0|req: 813/1698] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:32:51 2026] POST /v2.0/networks => generated 721 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:51.880 7 INFO neutron.services.segments.plugin [-] Segment 1278db96-2bac-4606-8d91-18b71ef95e9c resource provider aggregate not found 2026-08-11 09:32:51.881 7 INFO neutron.services.segments.plugin [-] Segment 1278db96-2bac-4606-8d91-18b71ef95e9c resource provider aggregate not found [pid: 8|app: 0|req: 814/1699] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:51 2026] POST /v2.0/subnets => generated 687 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:51.908 7 INFO neutron.services.segments.plugin [-] Segment 1278db96-2bac-4606-8d91-18b71ef95e9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1278db96-2bac-4606-8d91-18b71ef95e9c found for delete ", "request_id": "req-662565e0-4eb6-4adb-a8f9-2398387f2295"}]} 2026-08-11 09:32:51.914 7 INFO neutron.services.segments.plugin [-] Segment 1278db96-2bac-4606-8d91-18b71ef95e9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1278db96-2bac-4606-8d91-18b71ef95e9c found for delete ", "request_id": "req-e072cfd7-fa2e-4f96-8428-3dcf6df946b1"}]} [pid: 7|app: 0|req: 886/1700] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:51 2026] DELETE /v2.0/networks/5cf0bfdd-6365-4b84-b722-d0aef3c57f14 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:51.953 8 INFO neutron.db.segments_db [None req-0d8c5d25-f00f-4554-ba35-afe33f5195a0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Added segment 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b of type vxlan for network 410d6206-fb70-4b80-a45f-9b618efd9a87 [pid: 7|app: 0|req: 887/1701] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:51 2026] DELETE /v2.0/networks/1e51720c-962e-4d3c-961f-8e45e9d63fb6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:52.201 8 INFO neutron.db.l3_hamode_db [None req-0d8c5d25-f00f-4554-ba35-afe33f5195a0 cbe2295efac748329f8bf1cee02a66b6 efcc9faaf8a144b69ffc04bf98ed7901 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 888/1702] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:52 2026] DELETE /v2.0/networks/8dee3ef0-4386-4c41-b242-3ba278092e59 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1703] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:52 2026] GET /v2.0/ports?device_id=55df4c39-92f8-4a77-ad02-1234bd38ee18 => 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: 890/1704] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:52 2026] DELETE /v2.0/networks/6824cba2-af9c-476d-9ddd-0de9f03a35e7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1705] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:52 2026] DELETE /v2.0/networks/9fc4f5c2-7677-4850-88d3-475dd2168981 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:52.964 8 INFO neutron.db.l3_hamode_db [None req-0d8c5d25-f00f-4554-ba35-afe33f5195a0 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1706] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:32:52 2026] POST /v2.0/floatingips => generated 552 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1707] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:32:53 2026] PUT /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1708] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:53 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1709] 10.0.0.1 () {34 vars in 768 bytes} [Tue Aug 11 09:32:53 2026] PUT /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1710] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:53 2026] DELETE /v2.0/security-groups/d6131069-c619-4f75-bf1c-44ec4284a4c0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1711] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:53 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1712] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:53 2026] GET /v2.0/security-groups?tenant_id=5feb58f1dd174f81a9cde6695e0eb69f&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:53.897 7 INFO neutron.api.v2.resource [None req-19f60b8e-6e68-47fa-a76f-1e63e0360f59 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1713] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:32:53 2026] GET /v2.0/security-groups/d6131069-c619-4f75-bf1c-44ec4284a4c0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:32:53.943 7 INFO neutron.services.segments.plugin [-] Segment c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e resource provider aggregate not found 2026-08-11 09:32:53.947 7 INFO neutron.services.segments.plugin [-] Segment c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e resource provider aggregate not found 2026-08-11 09:32:53.965 7 INFO neutron.services.segments.plugin [-] Segment c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e found for delete ", "request_id": "req-3a16348b-eec3-45e5-b677-ed7bc3a6bd8b"}]} 2026-08-11 09:32:53.971 7 INFO neutron.services.segments.plugin [-] Segment c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9df7734-f5b3-4bf2-bb90-fe823ceb4a1e found for delete ", "request_id": "req-30dc9e67-3f48-4eb3-83ef-733f59d5d88c"}]} [pid: 7|app: 0|req: 900/1714] 10.0.0.1 () {34 vars in 764 bytes} [Tue Aug 11 09:32:53 2026] PUT /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-11 09:32:53.985 7 INFO neutron.services.segments.plugin [-] Segment ec928c01-7550-4ee2-9512-0ebe1b189f65 resource provider aggregate not found 2026-08-11 09:32:53.992 7 INFO neutron.services.segments.plugin [-] Segment ec928c01-7550-4ee2-9512-0ebe1b189f65 resource provider aggregate not found 2026-08-11 09:32:54.003 7 INFO neutron.services.segments.plugin [-] Segment ec928c01-7550-4ee2-9512-0ebe1b189f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec928c01-7550-4ee2-9512-0ebe1b189f65 found for delete ", "request_id": "req-b50b072c-c260-4d17-b8f2-dc9870dc7466"}]} 2026-08-11 09:32:54.017 7 INFO neutron.services.segments.plugin [-] Segment ec928c01-7550-4ee2-9512-0ebe1b189f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec928c01-7550-4ee2-9512-0ebe1b189f65 found for delete ", "request_id": "req-aaac96c6-1148-42bc-b077-0ca9f33fd6ea"}]} 2026-08-11 09:32:54.022 7 INFO neutron.services.segments.plugin [-] Segment fca29a1a-a619-4c80-b708-e6d9c64f81ed resource provider aggregate not found [pid: 8|app: 0|req: 815/1715] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:32:51 2026] POST /v2.0/routers => generated 727 bytes in 2111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:54.045 7 INFO neutron.services.segments.plugin [-] Segment fca29a1a-a619-4c80-b708-e6d9c64f81ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca29a1a-a619-4c80-b708-e6d9c64f81ed found for delete ", "request_id": "req-7b48bbfc-f52f-4087-874b-0e8a36020c80"}]} 2026-08-11 09:32:54.046 7 INFO neutron.services.segments.plugin [-] Segment fca29a1a-a619-4c80-b708-e6d9c64f81ed resource provider aggregate not found 2026-08-11 09:32:54.067 7 INFO neutron.services.segments.plugin [-] Segment fca29a1a-a619-4c80-b708-e6d9c64f81ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca29a1a-a619-4c80-b708-e6d9c64f81ed found for delete ", "request_id": "req-18c07499-0c6d-4a1c-accd-c81f40dd2a1c"}]} 2026-08-11 09:32:54.076 7 INFO neutron.services.segments.plugin [-] Segment d833fc01-29a7-4358-988c-b4fb3b0dda38 resource provider aggregate not found 2026-08-11 09:32:54.100 7 INFO neutron.services.segments.plugin [-] Segment d833fc01-29a7-4358-988c-b4fb3b0dda38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d833fc01-29a7-4358-988c-b4fb3b0dda38 found for delete ", "request_id": "req-913055f0-1bd0-4420-a04b-05e91e111192"}]} 2026-08-11 09:32:54.101 7 INFO neutron.services.segments.plugin [-] Segment d833fc01-29a7-4358-988c-b4fb3b0dda38 resource provider aggregate not found 2026-08-11 09:32:54.117 7 INFO neutron.services.segments.plugin [-] Segment d833fc01-29a7-4358-988c-b4fb3b0dda38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d833fc01-29a7-4358-988c-b4fb3b0dda38 found for delete ", "request_id": "req-e87def70-65a5-45d9-a898-1e5395a11614"}]} [pid: 7|app: 0|req: 901/1716] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:53 2026] DELETE /v2.0/security-groups/073bbb28-66d8-47d0-9f1a-00b4618e18e3 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:54.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1f7168f-0861-411e-af31-8688608b04e0 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] TaaS: Handle Delete Port: e2b7610e-25e3-4cc0-83e4-f3fadfe05e2f 2026-08-11 09:32:54.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1f7168f-0861-411e-af31-8688608b04e0 dd2acde35e6b4ad8a19cef7e6c301ac2 f6fd683e00c34d09846371df378782c4 - - default default] Tap Mirror: Handle Delete Port: e2b7610e-25e3-4cc0-83e4-f3fadfe05e2f [pid: 7|app: 0|req: 902/1717] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:54 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1718] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:32:54 2026] DELETE /v2.0/floatingips/397ffaab-3650-46de-802a-90b8db319a30 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1719] 10.0.0.1 () {34 vars in 786 bytes} [Tue Aug 11 09:32:54 2026] PUT /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/black.or.white => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1720] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:54 2026] GET /v2.0/security-groups?tenant_id=548ccf8b3d054fd58af2ca26d3b8ac51&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:32:54.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-30360b20-a8e3-4be4-b802-8f0df8f25fef cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 6b77f964-ee21-481c-b8e4-be6c5e2f5e3e 2026-08-11 09:32:54.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30360b20-a8e3-4be4-b802-8f0df8f25fef cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 6b77f964-ee21-481c-b8e4-be6c5e2f5e3e [pid: 8|app: 0|req: 819/1721] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:32:54 2026] PUT /v2.0/routers/c9f6465f-cdd3-40a8-ac18-f277dbef4fbe/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1722] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:55 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1723] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:55 2026] DELETE /v2.0/security-groups/2a251395-e499-4e0c-9725-6cc443ebb2e7 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:55.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e5422e5-c7ca-449d-a9b4-320013e8af92 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 82c0b849-f955-4b15-b9aa-8ad44c57d6b7 2026-08-11 09:32:55.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e5422e5-c7ca-449d-a9b4-320013e8af92 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 82c0b849-f955-4b15-b9aa-8ad44c57d6b7 [pid: 7|app: 0|req: 903/1724] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:32:54 2026] PUT /v2.0/routers/833bdabb-a734-4177-873e-3e9243a0ee9b/add_router_interface => generated 309 bytes in 1801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1725] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:32:55 2026] PUT /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:56.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e5422e5-c7ca-449d-a9b4-320013e8af92 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 638f527e-4e88-4006-9422-635160d371bb 2026-08-11 09:32:56.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e5422e5-c7ca-449d-a9b4-320013e8af92 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 638f527e-4e88-4006-9422-635160d371bb [pid: 7|app: 0|req: 905/1726] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:56 2026] GET /v2.0/security-groups?tenant_id=c8bb4e1bd83542ea9a9d177afcb31a31&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1727] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:56 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1728] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/security-groups/3149e2f5-7849-4d64-98d0-91d154af2f3e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1729] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:32:56 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:56.364 7 INFO neutron.api.v2.resource [None req-2c51bb6f-bea3-4f45-9b9f-f87a1f3b8cbb 70d2ef9222744303b3e601bd29a695f7 ed8cb82f67a6440ba4e530dcb48780db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1730] 10.0.0.1 () {32 vars in 749 bytes} [Tue Aug 11 09:32:56 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1731] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:56.448 8 INFO neutron.services.segments.plugin [-] Segment 87742fce-4980-4c42-a1aa-86d2a5bf303d resource provider aggregate not found 2026-08-11 09:32:56.453 8 INFO neutron.services.segments.plugin [-] Segment 87742fce-4980-4c42-a1aa-86d2a5bf303d resource provider aggregate not found 2026-08-11 09:32:56.467 8 INFO neutron.services.segments.plugin [-] Segment 87742fce-4980-4c42-a1aa-86d2a5bf303d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87742fce-4980-4c42-a1aa-86d2a5bf303d found for delete ", "request_id": "req-4bf9741f-3191-4f06-a203-a56bf8eee233"}]} 2026-08-11 09:32:56.469 8 INFO neutron.services.segments.plugin [-] Segment 87742fce-4980-4c42-a1aa-86d2a5bf303d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87742fce-4980-4c42-a1aa-86d2a5bf303d found for delete ", "request_id": "req-742fbfb7-c332-489b-8ebb-45b551509e03"}]} [pid: 7|app: 0|req: 911/1732] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:56 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:32:56.488 8 INFO neutron.db.l3_hamode_db [None req-1e5422e5-c7ca-449d-a9b4-320013e8af92 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network bcc429d4-8672-4d5c-877a-3d26da3c3493 was deleted as no HA routers are present in tenant f6fd683e00c34d09846371df378782c4. [pid: 8|app: 0|req: 822/1733] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:55 2026] DELETE /v2.0/routers/c9f6465f-cdd3-40a8-ac18-f277dbef4fbe => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:56.544 7 INFO neutron.api.v2.resource [None req-d8b7519f-4b23-4a0b-aa59-c1591ea33a59 70d2ef9222744303b3e601bd29a695f7 ed8cb82f67a6440ba4e530dcb48780db - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1734] 10.0.0.1 () {32 vars in 752 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1735] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1736] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:32:56 2026] GET /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1737] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/subnets/78d0b1f3-8e7c-4844-b10e-9a7f2b5a7b6c => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:32:56.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc930f69-a122-48a4-bb50-92dc6f472e6a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 36996deb-41cd-4489-85b8-4d65e99be449 2026-08-11 09:32:56.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc930f69-a122-48a4-bb50-92dc6f472e6a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 36996deb-41cd-4489-85b8-4d65e99be449 2026-08-11 09:32:56.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-4865b4c8-60a6-4e55-a6f7-4add237406f3 70d2ef9222744303b3e601bd29a695f7 ed8cb82f67a6440ba4e530dcb48780db - - default default] TaaS: Handle Delete Port: dec70e97-d396-43f8-af78-3a52732fe901 2026-08-11 09:32:56.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4865b4c8-60a6-4e55-a6f7-4add237406f3 70d2ef9222744303b3e601bd29a695f7 ed8cb82f67a6440ba4e530dcb48780db - - default default] Tap Mirror: Handle Delete Port: dec70e97-d396-43f8-af78-3a52732fe901 [pid: 7|app: 0|req: 915/1738] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/floatingips/d2c5e87e-1061-4596-ab24-3cb0bf0227dd => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1739] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:32:56 2026] DELETE /v2.0/networks/ff9de84f-330c-47e3-9202-0cf4c1f045e5 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1740] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:32:56 2026] POST /v2.0/security-groups => generated 1675 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1741] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:57 2026] GET /v2.0/security-groups?tenant_id=f6fd683e00c34d09846371df378782c4&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1742] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:57 2026] DELETE /v2.0/security-groups/5f516fa7-5b0b-496f-9496-5467b2638b07 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1743] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:57 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: 827/1744] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1745] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1746] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:57.696 7 INFO neutron.db.securitygroups_db [None req-f4a25f22-4ad8-4b26-a51b-3ead8a76c70b 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] Project cb17fef7683a4cc0b20d28902894ad64 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: 919/1747] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:32:57.890 7 INFO neutron.db.securitygroups_db [None req-03d66f09-b12a-4be3-9fe2-0e57d8847269 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] Project cb17fef7683a4cc0b20d28902894ad64 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: 920/1748] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1749] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:57 2026] GET /v2.0/security-groups?tenant_id=ed8cb82f67a6440ba4e530dcb48780db&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1750] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:58 2026] DELETE /v2.0/security-groups/8023b444-4e32-460a-a26f-b676821cf214 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:32:58.493 8 INFO neutron.services.segments.plugin [-] Segment 54f72e89-358b-4f71-81ab-e1d813738e70 resource provider aggregate not found 2026-08-11 09:32:58.495 8 INFO neutron.services.segments.plugin [-] Segment 54f72e89-358b-4f71-81ab-e1d813738e70 resource provider aggregate not found 2026-08-11 09:32:58.515 8 INFO neutron.services.segments.plugin [-] Segment 54f72e89-358b-4f71-81ab-e1d813738e70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f72e89-358b-4f71-81ab-e1d813738e70 found for delete ", "request_id": "req-a3cce283-dce4-43a8-a0d6-9be1bfba5a3b"}]} 2026-08-11 09:32:58.524 8 INFO neutron.services.segments.plugin [-] Segment 54f72e89-358b-4f71-81ab-e1d813738e70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54f72e89-358b-4f71-81ab-e1d813738e70 found for delete ", "request_id": "req-219d8b8d-5631-4365-8aa3-79282edcb9be"}]} [pid: 7|app: 0|req: 922/1751] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:32:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1752] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:32:58 2026] GET /v2.0/security-groups?tenant_id=a0c692b7fbcb4551a23c18e67f51d045&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1753] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1754] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:32:58 2026] DELETE /v2.0/security-groups/9544f5af-c35b-4f45-9ff6-f96291592e20 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1755] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:32:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1756] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:32:58 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1757] 10.0.0.181 () {34 vars in 1100 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1076283159&fields=id&tenant_id=cb17fef7683a4cc0b20d28902894ad64 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1758] 10.0.0.181 () {34 vars in 1100 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2019065519&fields=id&tenant_id=cb17fef7683a4cc0b20d28902894ad64 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1759] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/networks?id=ce9a018a-5463-46ea-b469-d1bf7f07af68 => generated 673 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1760] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/quotas/cb17fef7683a4cc0b20d28902894ad64 => 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: 927/1761] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/ports?tenant_id=cb17fef7683a4cc0b20d28902894ad64&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1762] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1763] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68?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: 836/1764] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:32:59 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 929/1765] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:33:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1766] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 931/1767] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:33:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1768] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:33:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1769] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:33:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1770] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/security-groups?tenant_id=efb13e4968e943ea97c7997da94262d7&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1771] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:33:01 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1772] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:33:01 2026] PUT /v2.0/subnetpools/f76847ac-1749-4650-b39c-22e35891017d/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1773] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/security-groups/f40c4c43-0fce-4e16-827a-aaa3893ae581 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1774] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:33:01 2026] PUT /v2.0/subnetpools/cfa639da-fe08-4ad2-9e00-04f30c6901ad/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: 839/1775] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:33:01 2026] PUT /v2.0/subnetpools/1edd2417-bfd8-48d8-af68-07b13c56a349/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1776] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:33:01 2026] PUT /v2.0/subnetpools/e7b29762-5d35-450b-a774-1d63cc89b223/tags => 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: 840/1777] 10.0.0.1 () {32 vars in 670 bytes} [Tue Aug 11 09:33:01 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: 841/1778] 10.0.0.1 () {32 vars in 684 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1779] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1780] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1781] 10.0.0.1 () {32 vars in 678 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1782] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/security-groups?tenant_id=06af2026ded94b7884bdf5d99d59d9d2&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1783] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1784] 10.0.0.1 () {32 vars in 688 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1785] 10.0.0.1 () {32 vars in 700 bytes} [Tue Aug 11 09:33:01 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1786] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/security-groups/4a2bfdef-48b8-4332-8ce1-d0f0512fd323 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1787] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/subnetpools/f76847ac-1749-4650-b39c-22e35891017d => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1788] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/subnetpools/cfa639da-fe08-4ad2-9e00-04f30c6901ad => 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: 942/1789] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/subnetpools/1edd2417-bfd8-48d8-af68-07b13c56a349 => 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: 848/1790] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/subnetpools/e7b29762-5d35-450b-a774-1d63cc89b223 => 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: 943/1791] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:01 2026] DELETE /v2.0/subnetpools/b04856a4-a973-4f9c-9eb3-f5604ebebb5b => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1792] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:02 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:02.630 7 INFO neutron.db.segments_db [None req-d89fe99a-22d6-4f3f-a237-72736ecc875c 395bbaa504e74e83b0c9c9446c662982 a7666bdd667b41d3b95a86ce0c09944d - - default default] Added segment 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 of type vxlan for network 99214d75-a07d-4a19-b80b-7819c97aa88c [pid: 7|app: 0|req: 944/1793] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:02 2026] POST /v2.0/networks => generated 613 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1794] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:33:02 2026] POST /v2.0/ports => generated 743 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1795] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:02 2026] GET /v2.0/security-groups?tenant_id=f73eff1c89ba4f2897feeb5e60f473f4&name=default => generated 2925 bytes in 293 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: 851/1796] 10.0.0.1 () {34 vars in 745 bytes} [Tue Aug 11 09:33:03 2026] PUT /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 946/1797] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:03 2026] DELETE /v2.0/security-groups/05467126-47ec-4286-a269-5ff368cfa0bf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1798] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1799] 10.0.0.1 () {34 vars in 756 bytes} [Tue Aug 11 09:33:03 2026] PUT /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 853/1800] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 948/1801] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 949/1802] 10.0.0.1 () {34 vars in 752 bytes} [Tue Aug 11 09:33:03 2026] PUT /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/red => generated 4 bytes in 78 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: 950/1803] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 34 bytes in 44 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: 951/1804] 10.0.0.1 () {34 vars in 774 bytes} [Tue Aug 11 09:33:03 2026] PUT /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/black.or.white => generated 4 bytes in 87 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: 952/1805] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 52 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: 953/1806] 10.0.0.1 () {34 vars in 745 bytes} [Tue Aug 11 09:33:03 2026] PUT /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 37 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: 7|app: 0|req: 954/1807] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 955/1808] 10.0.0.1 () {32 vars in 733 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/red => generated 0 bytes in 45 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-08-11 09:33:03.888 7 INFO neutron.api.v2.resource [None req-fb53bd50-0829-4821-a2c1-6edc7db514b2 395bbaa504e74e83b0c9c9446c662982 a7666bdd667b41d3b95a86ce0c09944d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/1809] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/green => generated 99 bytes in 46 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: 854/1810] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/security-groups?tenant_id=11cf298045144b5caeb4dcb1b2dcea75&name=default => generated 2925 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1811] 10.0.0.1 () {32 vars in 736 bytes} [Tue Aug 11 09:33:03 2026] DELETE /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 855/1812] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:03 2026] DELETE /v2.0/security-groups/b407691b-d94f-48bf-b029-d2aec90aab2a => 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: 958/1813] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:03 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:04.076 8 INFO neutron.api.v2.resource [None req-6fedd15c-4290-4bbb-93aa-a677f30b0ea8 395bbaa504e74e83b0c9c9446c662982 a7666bdd667b41d3b95a86ce0c09944d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1814] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:33:04 2026] DELETE /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 959/1815] 10.0.0.1 () {32 vars in 728 bytes} [Tue Aug 11 09:33:04 2026] DELETE /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 960/1816] 10.0.0.1 () {32 vars in 725 bytes} [Tue Aug 11 09:33:04 2026] GET /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 857/1817] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:04 2026] GET /v2.0/security-groups?tenant_id=3692eb3681dd465583e85a5de107c1d5&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1818] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:04 2026] DELETE /v2.0/security-groups/2d8f36c3-8373-4486-8a8d-9ce8994c9716 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:04.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-c960f82b-3a0d-4272-a268-1fe69a891782 395bbaa504e74e83b0c9c9446c662982 a7666bdd667b41d3b95a86ce0c09944d - - default default] TaaS: Handle Delete Port: 2efb930f-ba9f-42e7-a86e-8d4851c57761 2026-08-11 09:33:04.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c960f82b-3a0d-4272-a268-1fe69a891782 395bbaa504e74e83b0c9c9446c662982 a7666bdd667b41d3b95a86ce0c09944d - - default default] Tap Mirror: Handle Delete Port: 2efb930f-ba9f-42e7-a86e-8d4851c57761 [pid: 8|app: 0|req: 859/1819] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:33:04 2026] GET /v2.0/networks?id=ce9a018a-5463-46ea-b469-d1bf7f07af68 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1820] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:33:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb17fef7683a4cc0b20d28902894ad64 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1821] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:04 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 961/1822] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:04 2026] DELETE /v2.0/ports/2efb930f-ba9f-42e7-a86e-8d4851c57761 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1823] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:04 2026] GET /v2.0/security-groups?tenant_id=8eb815e861184cfb8fcd3f0578f1597f&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:04.847 8 INFO neutron.services.segments.plugin [-] Segment 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 resource provider aggregate not found 2026-08-11 09:33:04.858 8 INFO neutron.services.segments.plugin [-] Segment 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 resource provider aggregate not found [pid: 7|app: 0|req: 962/1824] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:33:04 2026] POST /v2.0/ports => generated 993 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:33:04.883 8 INFO neutron.services.segments.plugin [-] Segment 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 found for delete ", "request_id": "req-5616fe7f-84c9-44cb-b9e8-e2668f570543"}]} 2026-08-11 09:33:04.885 8 INFO neutron.services.segments.plugin [-] Segment 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d5595a-0d38-41d5-bc3e-6a3a3692ee77 found for delete ", "request_id": "req-f27bfc07-d4b0-41d0-95f3-c4fe3b1215e0"}]} [pid: 8|app: 0|req: 863/1825] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:04 2026] DELETE /v2.0/networks/99214d75-a07d-4a19-b80b-7819c97aa88c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1826] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:04 2026] DELETE /v2.0/security-groups/e5a4e691-86ce-491e-8c8f-4684baaac9c2 => 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: 864/1827] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:33:04 2026] PUT /v2.0/ports/3dc57c54-32d5-4b81-9c1f-a9cbf592826e => generated 1274 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:05.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5203467-2524-417c-8f80-f33b5189b8ed'] response: {'name': 'network-changed', 'server_uuid': '6a9ad528-928f-4363-b290-8d6616de844e', 'tag': '3dc57c54-32d5-4b81-9c1f-a9cbf592826e', '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: 865/1828] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:05 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1008 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1829] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:05 2026] GET /v2.0/security-groups?tenant_id=a7666bdd667b41d3b95a86ce0c09944d&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: 866/1830] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:05 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1831] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:05 2026] DELETE /v2.0/security-groups/05a7416f-af4a-4cb7-b7f1-aec948ce2713 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1832] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:05 2026] GET /v2.0/security-groups?tenant_id=bff698eb871b454ab5f31eb3e2c13ab4&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: 966/1833] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:33:05 2026] GET /v2.0/ports?tenant_id=cb17fef7683a4cc0b20d28902894ad64&device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1834] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:33:05 2026] GET /v2.0/networks?tenant_id=cb17fef7683a4cc0b20d28902894ad64&shared=False => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1835] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:05 2026] DELETE /v2.0/security-groups/b8005bf6-ae3f-42e9-a734-e64fb9a094e0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1836] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:33:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1839] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:06 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1840] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:06 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1841] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/ports?tenant_id=cb17fef7683a4cc0b20d28902894ad64&device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1842] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3dc57c54-32d5-4b81-9c1f-a9cbf592826e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:07.192 7 INFO neutron.db.segments_db [None req-213a86ea-4a2e-43a8-b6f3-82157995fd8f 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Added segment 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 of type vxlan for network 92b12519-ec77-4009-b43b-1069d1b3de1e [pid: 8|app: 0|req: 873/1843] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/subnets?id=bf00f2b1-9345-4d56-b4b5-24c62c72601b => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1844] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/ports?network_id=ce9a018a-5463-46ea-b469-d1bf7f07af68&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1845] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:06 2026] POST /v2.0/networks => generated 625 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1846] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68?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: 876/1847] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68?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: 972/1848] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:33:07 2026] POST /v2.0/ports => generated 773 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:07.638 8 INFO neutron.db.segments_db [None req-2f3f0a80-25a2-486d-8fe8-eaab9efadb27 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Added segment d585a746-58cf-4078-a370-ff5e5f68e744 of type vxlan for network 7ba69552-5bdf-45e1-82b7-8067a1fe1a02 [pid: 8|app: 0|req: 877/1849] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:07 2026] POST /v2.0/networks => generated 613 bytes in 119 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: 973/1850] 10.0.0.1 () {34 vars in 676 bytes} [Tue Aug 11 09:33:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1851] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:07 2026] POST /v2.0/subnets => generated 626 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1852] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1853] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:33:07 2026] PUT /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1854] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1855] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:07 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1856] 10.0.0.1 () {34 vars in 762 bytes} [Tue Aug 11 09:33:08 2026] PUT /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1857] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/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: 884/1858] 10.0.0.1 () {34 vars in 758 bytes} [Tue Aug 11 09:33:08 2026] PUT /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1859] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1860] 10.0.0.1 () {34 vars in 780 bytes} [Tue Aug 11 09:33:08 2026] PUT /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/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: 975/1861] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:33:07 2026] POST /v2.0/ports => generated 953 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1862] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 52 bytes in 32 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: 976/1863] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:33:08 2026] PUT /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1864] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:08.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3625ab6-495e-4e49-8313-a1f29c881770 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] TaaS: Handle Delete Port: 1c40279b-d72e-4f18-8e93-4262cf70d552 2026-08-11 09:33:08.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3625ab6-495e-4e49-8313-a1f29c881770 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Tap Mirror: Handle Delete Port: 1c40279b-d72e-4f18-8e93-4262cf70d552 [pid: 7|app: 0|req: 978/1865] 10.0.0.1 () {32 vars in 739 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:08.467 7 INFO neutron.api.v2.resource [None req-fd789f5c-b2ae-4b03-babc-e0c6adb06c7a dc84fa027b524199962cba5164fc8b89 df513beb970340a09846b4f44865886e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/1866] 10.0.0.1 () {32 vars in 743 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1867] 10.0.0.1 () {32 vars in 742 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1868] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1869] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/ports/1c40279b-d72e-4f18-8e93-4262cf70d552 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:08.586 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cea88636-cf1e-4677-bedc-623c5f0657a5 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 889/1870] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/ports/1c40279b-d72e-4f18-8e93-4262cf70d552 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:08.594 7 INFO neutron.api.v2.resource [None req-5a96b9b5-2f76-47e6-86af-1bab0b717abc dc84fa027b524199962cba5164fc8b89 df513beb970340a09846b4f44865886e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/1871] 10.0.0.1 () {32 vars in 746 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:33:08.611 8 INFO neutron.pecan_wsgi.hooks.translation [None req-811510ae-8056-4084-9d03-50f604309f71 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1872] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/ports/1c40279b-d72e-4f18-8e93-4262cf70d552 => 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: 983/1873] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1874] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:08 2026] GET /v2.0/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1875] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/subnets/216e96d7-cbb7-49c5-b08d-d1e422dd4e21 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1876] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/qos/policies/b53fffda-c5da-40f9-871f-43cb62dc13a0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:08.861 8 INFO neutron.services.segments.plugin [-] Segment d585a746-58cf-4078-a370-ff5e5f68e744 resource provider aggregate not found 2026-08-11 09:33:08.869 8 INFO neutron.services.segments.plugin [-] Segment d585a746-58cf-4078-a370-ff5e5f68e744 resource provider aggregate not found 2026-08-11 09:33:08.876 8 INFO neutron.services.segments.plugin [-] Segment d585a746-58cf-4078-a370-ff5e5f68e744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d585a746-58cf-4078-a370-ff5e5f68e744 found for delete ", "request_id": "req-ff48ea1e-79eb-45c4-9e65-9985f3d32864"}]} 2026-08-11 09:33:08.889 8 INFO neutron.services.segments.plugin [-] Segment d585a746-58cf-4078-a370-ff5e5f68e744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d585a746-58cf-4078-a370-ff5e5f68e744 found for delete ", "request_id": "req-802da2ce-50c7-4c3d-aa4e-944153ab7e78"}]} [pid: 8|app: 0|req: 892/1877] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:08 2026] DELETE /v2.0/networks/7ba69552-5bdf-45e1-82b7-8067a1fe1a02 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:08.952 7 INFO neutron.db.segments_db [None req-0844acfa-85fb-404c-9b12-2d82cb18b1d0 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Added segment bd7695d3-019f-466b-9650-0d303028d9ef of type vxlan for network 6e18588c-9837-4b02-a333-3cdf28876105 [pid: 7|app: 0|req: 986/1878] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:08 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1879] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:09 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 988/1880] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:09 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1881] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:09 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1882] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:33:09 2026] POST /v2.0/ports => generated 912 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:09.720 8 INFO neutron.db.segments_db [None req-d2e40ca1-3d71-41fb-bfb2-e5887ea35c77 d866fdc7df394d5b9d8c9aee5df9c7ac d0e39dc094024b52976c4b2d9be38fd7 - - default default] Added segment 4dd4687e-3e8c-4199-bf1c-6cca208d1983 of type vxlan for network 08c73f9b-6a12-4a99-9f14-b0cf6622babd [pid: 8|app: 0|req: 894/1883] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:09 2026] POST /v2.0/networks => generated 613 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1884] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:09 2026] GET /v2.0/security-groups?tenant_id=6ef29aa2ab924fc69b4d26b71c0d178a&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:09.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ad005d7-2118-4912-9ce9-e3a7621c2cfa 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] TaaS: Handle Delete Port: bf41b98b-e5c3-4290-898c-8c607ead8632 2026-08-11 09:33:09.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ad005d7-2118-4912-9ce9-e3a7621c2cfa 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Tap Mirror: Handle Delete Port: bf41b98b-e5c3-4290-898c-8c607ead8632 [pid: 8|app: 0|req: 895/1885] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:09 2026] DELETE /v2.0/ports/bf41b98b-e5c3-4290-898c-8c607ead8632 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1886] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:33:09 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:33:10.162 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e719cc4-5ba4-4d12-ba13-b4aa08f3248c 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 992/1887] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/ports/bf41b98b-e5c3-4290-898c-8c607ead8632 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1888] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:10 2026] DELETE /v2.0/security-groups/eb77825c-244c-4f58-8409-39fccce943a5 => 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: 897/1889] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:10 2026] DELETE /v2.0/subnets/1af0df33-9130-4037-ac61-ac47fc4b9ab7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1890] 10.0.0.1 () {34 vars in 664 bytes} [Tue Aug 11 09:33:10 2026] POST /v2.0/trunks => generated 407 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1891] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1892] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/security-groups?tenant_id=df513beb970340a09846b4f44865886e&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1893] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:10 2026] DELETE /v2.0/networks/6e18588c-9837-4b02-a333-3cdf28876105 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1894] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:33:10 2026] PUT /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1895] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1896] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1897] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:10 2026] DELETE /v2.0/security-groups/8d3c0a0c-e151-43fb-beb0-ad5a57fefb7f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1898] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1899] 199.19.213.202 () {34 vars in 1124 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1900] 10.0.0.1 () {34 vars in 758 bytes} [Tue Aug 11 09:33:10 2026] PUT /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1901] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/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: 1001/1902] 10.0.0.1 () {34 vars in 754 bytes} [Tue Aug 11 09:33:10 2026] PUT /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1903] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:10.898 8 INFO neutron.services.segments.plugin [-] Segment bd7695d3-019f-466b-9650-0d303028d9ef resource provider aggregate not found 2026-08-11 09:33:10.907 8 INFO neutron.services.segments.plugin [-] Segment bd7695d3-019f-466b-9650-0d303028d9ef resource provider aggregate not found 2026-08-11 09:33:10.915 8 INFO neutron.services.segments.plugin [-] Segment bd7695d3-019f-466b-9650-0d303028d9ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7695d3-019f-466b-9650-0d303028d9ef found for delete ", "request_id": "req-1c988cc9-5e62-443a-8d81-1223a3bbb8be"}]} 2026-08-11 09:33:10.932 8 INFO neutron.services.segments.plugin [-] Segment bd7695d3-019f-466b-9650-0d303028d9ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7695d3-019f-466b-9650-0d303028d9ef found for delete ", "request_id": "req-fc87c999-4ab9-4df5-bb7c-33a517ab6d54"}]} [pid: 7|app: 0|req: 1003/1904] 10.0.0.1 () {34 vars in 776 bytes} [Tue Aug 11 09:33:10 2026] PUT /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1905] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:33:10 2026] POST /v2.0/ports => generated 774 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1004/1906] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:10 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1907] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:33:11 2026] PUT /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1908] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1909] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:11.144 7 INFO neutron.api.v2.resource [None req-c33cb835-8342-4909-8765-c87d9bc7f0f0 d866fdc7df394d5b9d8c9aee5df9c7ac d0e39dc094024b52976c4b2d9be38fd7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/1910] 10.0.0.1 () {32 vars in 739 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1911] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1912] 10.0.0.1 () {34 vars in 735 bytes} [Tue Aug 11 09:33:10 2026] PUT /v2.0/ports/b7622033-5ea1-4e17-80f7-67be1b3687a2 => generated 752 bytes in 224 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: 1010/1913] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:11.242 7 INFO neutron.api.v2.resource [None req-997b01b7-7b63-4209-848c-daa1ac1ed021 d866fdc7df394d5b9d8c9aee5df9c7ac d0e39dc094024b52976c4b2d9be38fd7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1011/1914] 10.0.0.1 () {32 vars in 742 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1915] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:11.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-eabb36fb-5328-4dbc-9452-e4c7c68a1893 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] TaaS: Handle Delete Port: b7622033-5ea1-4e17-80f7-67be1b3687a2 2026-08-11 09:33:11.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eabb36fb-5328-4dbc-9452-e4c7c68a1893 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Tap Mirror: Handle Delete Port: b7622033-5ea1-4e17-80f7-67be1b3687a2 [pid: 7|app: 0|req: 1013/1916] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1917] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1918] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/ports/b7622033-5ea1-4e17-80f7-67be1b3687a2 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1919] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/ports/16285c40-8499-4721-8ffc-e818cd32d02c => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1920] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/ports => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:11.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1fca884e-c7b7-4095-96f4-83e617be175e 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 906/1921] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/ports/b7622033-5ea1-4e17-80f7-67be1b3687a2 => 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: 1016/1922] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/trunks/f8d0dd25-e29c-46ae-9541-7e5bcdd0823f => 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: 907/1923] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/ports => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1924] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/ports/133ed5ea-fd10-4159-ae0f-302fe1c9549f => generated 773 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:11.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab90e7bb-d0cb-440c-9854-159801ad19ad 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1925] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/ports/bf41b98b-e5c3-4290-898c-8c607ead8632 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:11.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-54b076d7-24be-4c70-a5c2-051c2876b62d d866fdc7df394d5b9d8c9aee5df9c7ac d0e39dc094024b52976c4b2d9be38fd7 - - default default] TaaS: Handle Delete Port: 16285c40-8499-4721-8ffc-e818cd32d02c 2026-08-11 09:33:11.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54b076d7-24be-4c70-a5c2-051c2876b62d d866fdc7df394d5b9d8c9aee5df9c7ac d0e39dc094024b52976c4b2d9be38fd7 - - default default] Tap Mirror: Handle Delete Port: 16285c40-8499-4721-8ffc-e818cd32d02c 2026-08-11 09:33:11.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee338b8c-000b-495d-b20d-5741be176c74 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1926] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/subnets/1af0df33-9130-4037-ac61-ac47fc4b9ab7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:11.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ead268b-f16e-47eb-9554-abac2929d4c9 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1927] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/subnets/216e96d7-cbb7-49c5-b08d-d1e422dd4e21 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1928] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/ports/16285c40-8499-4721-8ffc-e818cd32d02c => 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: 912/1929] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:11.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-90ded38d-9bb9-4652-8513-6f18a57720c6 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] TaaS: Handle Delete Port: 133ed5ea-fd10-4159-ae0f-302fe1c9549f 2026-08-11 09:33:11.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ded38d-9bb9-4652-8513-6f18a57720c6 4b355704409f4c97a589f729d1c2232f df479e057b324cbfb99daf13072a7d6c - - default default] Tap Mirror: Handle Delete Port: 133ed5ea-fd10-4159-ae0f-302fe1c9549f [pid: 7|app: 0|req: 1018/1930] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/ports/133ed5ea-fd10-4159-ae0f-302fe1c9549f => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1931] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/networks/08c73f9b-6a12-4a99-9f14-b0cf6622babd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1932] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:11 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1933] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:11 2026] DELETE /v2.0/networks/92b12519-ec77-4009-b43b-1069d1b3de1e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1934] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:12 2026] GET /v2.0/security-groups?tenant_id=df479e057b324cbfb99daf13072a7d6c&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1935] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:12 2026] GET /v2.0/security-groups?tenant_id=d0e39dc094024b52976c4b2d9be38fd7&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1936] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:12 2026] DELETE /v2.0/security-groups/a5924ede-1fdf-4791-938b-aacada3ca263 => 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: 1021/1937] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:12 2026] DELETE /v2.0/security-groups/246efda5-6f84-4842-8034-1777835c9e5c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:12.930 8 INFO neutron.services.segments.plugin [-] Segment 4dd4687e-3e8c-4199-bf1c-6cca208d1983 resource provider aggregate not found 2026-08-11 09:33:12.946 8 INFO neutron.services.segments.plugin [-] Segment 4dd4687e-3e8c-4199-bf1c-6cca208d1983 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd4687e-3e8c-4199-bf1c-6cca208d1983 found for delete ", "request_id": "req-fb290d73-e177-481c-887a-dca7619e96ff"}]} 2026-08-11 09:33:12.951 8 INFO neutron.services.segments.plugin [-] Segment 4dd4687e-3e8c-4199-bf1c-6cca208d1983 resource provider aggregate not found 2026-08-11 09:33:12.963 8 INFO neutron.services.segments.plugin [-] Segment 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 resource provider aggregate not found 2026-08-11 09:33:12.972 8 INFO neutron.services.segments.plugin [-] Segment 4dd4687e-3e8c-4199-bf1c-6cca208d1983 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd4687e-3e8c-4199-bf1c-6cca208d1983 found for delete ", "request_id": "req-7fe8394f-3161-402a-938c-c232c463a6a0"}]} 2026-08-11 09:33:12.982 8 INFO neutron.services.segments.plugin [-] Segment 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 found for delete ", "request_id": "req-b7c2b495-7221-498d-b9a1-bcf183bca615"}]} 2026-08-11 09:33:12.996 8 INFO neutron.services.segments.plugin [-] Segment 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 resource provider aggregate not found 2026-08-11 09:33:13.017 8 INFO neutron.services.segments.plugin [-] Segment 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dea7907-46ce-4e0c-950d-f4d8ffd129c8 found for delete ", "request_id": "req-89b0f676-e33a-4aec-8c88-5ca8fff8bc58"}]} [pid: 8|app: 0|req: 917/1938] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:13 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1939] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:13 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1940] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:13 2026] GET /v2.0/security-groups?tenant_id=7445d0ca1ad1485e8f32acd0dbf551a3&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1941] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:13 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1942] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:13 2026] DELETE /v2.0/security-groups/d1cb5b30-1cf2-440b-b428-6760a5ee0211 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:13.621 8 INFO neutron.db.l3_db [None req-463b5bf5-6ef7-4fb4-becb-036c8bd83f2b 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] Floating IP 8003006a-4685-446e-9fa5-6202251ad4ba associated. External IP: 10.96.250.216, port: 3dc57c54-32d5-4b81-9c1f-a9cbf592826e. [pid: 8|app: 0|req: 920/1943] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:33:13 2026] PUT /v2.0/floatingips/8003006a-4685-446e-9fa5-6202251ad4ba => generated 855 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:13.980 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d933d348-89fe-4fb4-844a-233ee30ea1d1'] response: {'name': 'network-changed', 'server_uuid': '6a9ad528-928f-4363-b290-8d6616de844e', 'tag': '3dc57c54-32d5-4b81-9c1f-a9cbf592826e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 921/1944] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/ports?tenant_id=cb17fef7683a4cc0b20d28902894ad64&device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 922/1945] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/networks?id=ce9a018a-5463-46ea-b469-d1bf7f07af68 => generated 769 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1946] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3dc57c54-32d5-4b81-9c1f-a9cbf592826e => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1947] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/subnets?id=bf00f2b1-9345-4d56-b4b5-24c62c72601b => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1948] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/ports?network_id=ce9a018a-5463-46ea-b469-d1bf7f07af68&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: 926/1949] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68?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: 927/1950] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68?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: 1024/1951] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:33:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1952] 10.0.0.1 () {34 vars in 765 bytes} [Tue Aug 11 09:33:14 2026] PUT /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1953] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:14 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1954] 10.0.0.1 () {34 vars in 776 bytes} [Tue Aug 11 09:33:14 2026] PUT /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/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: 931/1955] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/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: 932/1956] 10.0.0.1 () {34 vars in 772 bytes} [Tue Aug 11 09:33:15 2026] PUT /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1957] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1958] 10.0.0.1 () {34 vars in 794 bytes} [Tue Aug 11 09:33:15 2026] PUT /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-11 09:33:15.234 7 INFO neutron.db.segments_db [None req-10d427f1-f0d2-4f1b-aa2c-8aedba4e03ab 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment 3b36b1e8-495d-4114-be51-52e2f01dc668 of type vxlan for network 3304205b-8578-43d2-be2b-e7db3382ee79 [pid: 8|app: 0|req: 935/1959] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1960] 10.0.0.1 () {34 vars in 765 bytes} [Tue Aug 11 09:33:15 2026] PUT /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1961] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:14 2026] POST /v2.0/networks => generated 615 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1962] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1963] 10.0.0.1 () {32 vars in 753 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:15.404 7 INFO neutron.db.segments_db [None req-52d9b09e-451d-465e-8071-fd58ae2fd002 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment e5967fa1-bea8-45e8-a237-a9c18f8a079b of type vxlan for network d5391134-ea59-4b7c-b442-08c2a07584d2 2026-08-11 09:33:15.441 8 INFO neutron.api.v2.resource [None req-01efc132-170e-40b4-8f56-7cfb3d1682da 7532e6e2d0be460e89b2c5312c139a8c b6258dadd8304cf2b59b36766fefee5b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 939/1964] 10.0.0.1 () {32 vars in 757 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/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: 940/1965] 10.0.0.1 () {32 vars in 756 bytes} [Tue Aug 11 09:33:15 2026] DELETE /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1966] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:15 2026] POST /v2.0/networks => generated 614 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1967] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:15.611 8 INFO neutron.api.v2.resource [None req-c8c98903-d333-4ecb-b77e-728ec9bd4cea 7532e6e2d0be460e89b2c5312c139a8c b6258dadd8304cf2b59b36766fefee5b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 942/1968] 10.0.0.1 () {32 vars in 760 bytes} [Tue Aug 11 09:33:15 2026] DELETE /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1969] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:33:15 2026] DELETE /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1970] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:15 2026] GET /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2/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: 1027/1971] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:15 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1972] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:15 2026] DELETE /v2.0/security-groups/74bda1b1-76fb-4982-8afe-9dba087b39e2 => 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: 1028/1973] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:15 2026] POST /v2.0/subnets => generated 655 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:16.074 8 INFO neutron.db.segments_db [None req-0e5ddd1c-bbd5-4dba-a77f-9c8578e8eb51 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment 021f5c88-7ced-4c24-824e-b05a32c6f4e3 of type vxlan for network 8a8113d1-0213-499d-9e0c-5bcc7781661f 2026-08-11 09:33:16.393 8 INFO neutron.db.l3_hamode_db [None req-0e5ddd1c-bbd5-4dba-a77f-9c8578e8eb51 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:33:16.511 8 INFO neutron.db.l3_hamode_db [None req-0e5ddd1c-bbd5-4dba-a77f-9c8578e8eb51 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1029/1974] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:16 2026] GET /v2.0/security-groups?tenant_id=b6258dadd8304cf2b59b36766fefee5b&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1975] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:16 2026] DELETE /v2.0/security-groups/7983edd8-63df-429f-8e65-bde860e92fa3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1976] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:16 2026] GET /v2.0/security-groups?tenant_id=7944650afff94469a62f0a28194b2c0f&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: 946/1977] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:16 2026] POST /v2.0/routers => generated 510 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1978] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:17 2026] DELETE /v2.0/security-groups/736cc35a-564e-4115-8898-0be900ab880b => 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: 1032/1979] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:17 2026] GET /v2.0/security-groups?tenant_id=584da28baa024ab1983d4b1831413d10&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1980] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:17 2026] DELETE /v2.0/security-groups/9bc3ae4f-ff4a-45f1-8125-4e26ea44d36f => 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: 1034/1981] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:17 2026] GET /v2.0/security-groups?tenant_id=188ee4c507984aa6863f5a55514cab48&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1982] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:17 2026] DELETE /v2.0/security-groups/6130a184-eb95-4a66-891c-b78c20318edb => 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: 948/1983] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:33:17 2026] PUT /v2.0/routers/007f2d66-2154-48b2-b95c-47f1f520fc51/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1984] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:18 2026] GET /v2.0/ports/9adc461a-8915-469a-9cd3-0e5b4588455c => generated 959 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1985] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:33:18 2026] PUT /v2.0/routers/007f2d66-2154-48b2-b95c-47f1f520fc51/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1986] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:19 2026] GET /v2.0/ports/4bc44b26-c24e-454e-afcd-2d8757422c9b => generated 967 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:19.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c2b41e4-af2f-4733-b10c-ec3114230902 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 4bc44b26-c24e-454e-afcd-2d8757422c9b 2026-08-11 09:33:19.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c2b41e4-af2f-4733-b10c-ec3114230902 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 4bc44b26-c24e-454e-afcd-2d8757422c9b [pid: 8|app: 0|req: 950/1987] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:19 2026] PUT /v2.0/routers/007f2d66-2154-48b2-b95c-47f1f520fc51/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:20.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-488146e0-0cb0-4be8-9c6a-0ca73732543d 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 9adc461a-8915-469a-9cd3-0e5b4588455c [pid: 8|app: 0|req: 951/1988] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:33:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:20.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-488146e0-0cb0-4be8-9c6a-0ca73732543d 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 9adc461a-8915-469a-9cd3-0e5b4588455c [pid: 8|app: 0|req: 952/1989] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:33:20 2026] PUT /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1990] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:20 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1991] 10.0.0.1 () {34 vars in 768 bytes} [Tue Aug 11 09:33:20 2026] PUT /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1992] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:20 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/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: 956/1993] 10.0.0.1 () {34 vars in 764 bytes} [Tue Aug 11 09:33:20 2026] PUT /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1994] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:20 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/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: 958/1995] 10.0.0.1 () {34 vars in 786 bytes} [Tue Aug 11 09:33:20 2026] PUT /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1996] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1997] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:20 2026] PUT /v2.0/routers/007f2d66-2154-48b2-b95c-47f1f520fc51/remove_router_interface => generated 309 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1998] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/ports?device_id=007f2d66-2154-48b2-b95c-47f1f520fc51 => 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: 960/1999] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:33:21 2026] PUT /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2000] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2001] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:21.213 8 INFO neutron.api.v2.resource [None req-ea710386-b6e2-4cc6-910c-e3b4d82cd891 05a7b636c31f4626b3c640334d58cf0b c4f3893ba9a34fa3a56bc689d7eb9d4b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/2002] 10.0.0.1 () {32 vars in 749 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2003] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:21.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca100a0-ee13-4f4c-b0ae-fad0f34760ba 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 9db0d7db-113e-471b-b0c4-e679d883790d 2026-08-11 09:33:21.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca100a0-ee13-4f4c-b0ae-fad0f34760ba 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 9db0d7db-113e-471b-b0c4-e679d883790d [pid: 8|app: 0|req: 965/2004] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:21.380 8 INFO neutron.api.v2.resource [None req-f1f4a92e-ba31-4d92-a879-dbad986cfab4 05a7b636c31f4626b3c640334d58cf0b c4f3893ba9a34fa3a56bc689d7eb9d4b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 966/2005] 10.0.0.1 () {32 vars in 752 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2008] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2009] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:21 2026] GET /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2010] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/subnetpools/81629cd1-4e06-43aa-8ae6-6fa42e6e75fd => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:21.651 7 INFO neutron.services.segments.plugin [-] Segment 021f5c88-7ced-4c24-824e-b05a32c6f4e3 resource provider aggregate not found 2026-08-11 09:33:21.657 7 INFO neutron.services.segments.plugin [-] Segment 021f5c88-7ced-4c24-824e-b05a32c6f4e3 resource provider aggregate not found 2026-08-11 09:33:21.675 7 INFO neutron.services.segments.plugin [-] Segment 021f5c88-7ced-4c24-824e-b05a32c6f4e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 021f5c88-7ced-4c24-824e-b05a32c6f4e3 found for delete ", "request_id": "req-831fb61b-6db0-4a02-8452-2c99baa8f7a1"}]} 2026-08-11 09:33:21.678 7 INFO neutron.services.segments.plugin [-] Segment 021f5c88-7ced-4c24-824e-b05a32c6f4e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 021f5c88-7ced-4c24-824e-b05a32c6f4e3 found for delete ", "request_id": "req-959afb86-f44f-439e-88c0-4eae26919c39"}]} 2026-08-11 09:33:21.679 7 INFO neutron.db.l3_hamode_db [None req-2ca100a0-ee13-4f4c-b0ae-fad0f34760ba 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] HA network 8a8113d1-0213-499d-9e0c-5bcc7781661f was deleted as no HA routers are present in tenant 1e26ce8435904715967ee1d98ae0f674. [pid: 7|app: 0|req: 1040/2011] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/routers/007f2d66-2154-48b2-b95c-47f1f520fc51 => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2012] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/subnets/a22b873d-8e8b-4858-afa6-e1bfcd2ce967 => 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: 1041/2013] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/subnets/6a94d630-9d96-4082-8883-7b78c594cba1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:22.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-15e3ab33-5f9c-4046-bf4e-63a80a83839a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: ca9f7f28-37f9-4e9a-be54-c6036d634ee1 2026-08-11 09:33:22.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15e3ab33-5f9c-4046-bf4e-63a80a83839a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: ca9f7f28-37f9-4e9a-be54-c6036d634ee1 2026-08-11 09:33:22.254 8 INFO neutron.services.segments.plugin [-] Segment e5967fa1-bea8-45e8-a237-a9c18f8a079b resource provider aggregate not found 2026-08-11 09:33:22.263 8 INFO neutron.services.segments.plugin [-] Segment e5967fa1-bea8-45e8-a237-a9c18f8a079b resource provider aggregate not found 2026-08-11 09:33:22.274 8 INFO neutron.services.segments.plugin [-] Segment e5967fa1-bea8-45e8-a237-a9c18f8a079b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5967fa1-bea8-45e8-a237-a9c18f8a079b found for delete ", "request_id": "req-05c13030-148a-47fe-932d-8258e19da91d"}]} 2026-08-11 09:33:22.282 8 INFO neutron.services.segments.plugin [-] Segment e5967fa1-bea8-45e8-a237-a9c18f8a079b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5967fa1-bea8-45e8-a237-a9c18f8a079b found for delete ", "request_id": "req-052c78b7-9c1a-4cd0-a4ad-826d2710726c"}]} [pid: 8|app: 0|req: 973/2014] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:21 2026] DELETE /v2.0/networks/d5391134-ea59-4b7c-b442-08c2a07584d2 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2015] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:22 2026] GET /v2.0/security-groups?tenant_id=4f08dea34ddb4da8b4d629ef103cc7a2&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:22.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-f003db38-48b3-450d-9b25-ed91ca6bb759 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 60d2049e-6ee2-4d3f-b168-04aa6171dc6d 2026-08-11 09:33:22.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f003db38-48b3-450d-9b25-ed91ca6bb759 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 60d2049e-6ee2-4d3f-b168-04aa6171dc6d [pid: 7|app: 0|req: 1043/2016] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:22 2026] DELETE /v2.0/security-groups/d4d0532b-b737-43d9-acf0-6cdb6483fb94 => 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: 974/2017] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:22 2026] DELETE /v2.0/networks/3304205b-8578-43d2-be2b-e7db3382ee79 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:22.691 8 INFO neutron.db.segments_db [None req-22957f7f-35ea-4c26-b98b-22838e5181b4 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment 1538cb41-b12e-4f2e-9705-4349a247c780 of type vxlan for network 4ed864f6-bcfc-40ba-8912-3afae25f8bf5 [pid: 7|app: 0|req: 1044/2018] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:22 2026] GET /v2.0/security-groups?tenant_id=c4f3893ba9a34fa3a56bc689d7eb9d4b&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: 975/2019] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:22 2026] POST /v2.0/networks => generated 614 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2020] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:22 2026] DELETE /v2.0/security-groups/5f307ca3-14dc-41ac-bc2b-4db17fc7465b => 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: 976/2021] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:22 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:23.079 7 INFO neutron.db.segments_db [None req-cf6907da-33d6-4e4d-8b57-879bf3e0246a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment 668f5ec0-f883-443d-86b3-d16db0dc20f4 of type vxlan for network 5f3bdda1-2488-4d79-9d31-c52c6da82d96 2026-08-11 09:33:23.442 7 INFO neutron.db.l3_hamode_db [None req-cf6907da-33d6-4e4d-8b57-879bf3e0246a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:33:23.579 7 INFO neutron.db.l3_hamode_db [None req-cf6907da-33d6-4e4d-8b57-879bf3e0246a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1046/2022] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:23 2026] POST /v2.0/routers => generated 510 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:24.298 8 INFO neutron.services.segments.plugin [-] Segment 3b36b1e8-495d-4114-be51-52e2f01dc668 resource provider aggregate not found 2026-08-11 09:33:24.306 8 INFO neutron.services.segments.plugin [-] Segment 3b36b1e8-495d-4114-be51-52e2f01dc668 resource provider aggregate not found 2026-08-11 09:33:24.325 8 INFO neutron.services.segments.plugin [-] Segment 3b36b1e8-495d-4114-be51-52e2f01dc668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b36b1e8-495d-4114-be51-52e2f01dc668 found for delete ", "request_id": "req-79b40642-b610-4f2d-80c7-f9415a47afa0"}]} 2026-08-11 09:33:24.333 8 INFO neutron.services.segments.plugin [-] Segment 3b36b1e8-495d-4114-be51-52e2f01dc668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b36b1e8-495d-4114-be51-52e2f01dc668 found for delete ", "request_id": "req-0b6d81a0-ac88-4377-9cb6-14608403cde6"}]} [pid: 8|app: 0|req: 977/2023] 10.0.0.1 () {34 vars in 663 bytes} [Tue Aug 11 09:33:24 2026] POST /v2.0/ports => generated 959 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2024] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:33:24 2026] PUT /v2.0/routers/004f4822-3bbc-4f3d-a081-9defe28d25b2/add_router_interface => generated 309 bytes in 1031 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: 978/2025] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:25 2026] GET /v2.0/ports/9647c230-1871-4221-86fd-ac7315366e10 => generated 1033 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:33:25.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a5ee8f1-73f3-4b07-9484-6efb43211a99 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 9647c230-1871-4221-86fd-ac7315366e10 2026-08-11 09:33:25.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a5ee8f1-73f3-4b07-9484-6efb43211a99 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 9647c230-1871-4221-86fd-ac7315366e10 2026-08-11 09:33:26.202 8 INFO neutron.db.segments_db [None req-1a2377c3-d2ab-4090-9152-fe8f12f48f67 dbb4350616e04c82943df8a7cf1c32e6 6c472275a3c34bbea7b959a31fca4a3b - - default default] Added segment 793a550a-8079-4b56-90a1-8aaef96ffb9d of type vxlan for network 0bea820b-72a3-42c4-9595-4783761dc99b [pid: 8|app: 0|req: 979/2026] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:25 2026] POST /v2.0/networks => generated 613 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2027] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:25 2026] PUT /v2.0/routers/004f4822-3bbc-4f3d-a081-9defe28d25b2/remove_router_interface => generated 309 bytes in 740 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-08-11 09:33:26.458 7 INFO neutron.api.v2.resource [None req-78176dd2-f8a9-4681-9950-ce816e79b45a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/2028] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:26 2026] PUT /v2.0/routers/004f4822-3bbc-4f3d-a081-9defe28d25b2/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2029] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:26 2026] GET /v2.0/ports?device_id=004f4822-3bbc-4f3d-a081-9defe28d25b2 => 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: 980/2030] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:26 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2031] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:33:26 2026] PUT /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2032] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:26 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:26.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-e263082f-0f0e-4988-bb30-b0af5eabc39a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: a8bd52d7-7e1f-41a4-ae6b-db01e6d5cfbc 2026-08-11 09:33:26.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e263082f-0f0e-4988-bb30-b0af5eabc39a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: a8bd52d7-7e1f-41a4-ae6b-db01e6d5cfbc [pid: 8|app: 0|req: 983/2033] 10.0.0.1 () {34 vars in 760 bytes} [Tue Aug 11 09:33:26 2026] PUT /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2034] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:26 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2035] 10.0.0.1 () {34 vars in 756 bytes} [Tue Aug 11 09:33:26 2026] PUT /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2036] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:26 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/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: 987/2037] 10.0.0.1 () {34 vars in 778 bytes} [Tue Aug 11 09:33:26 2026] PUT /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2038] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:26 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:26.958 7 INFO neutron.services.segments.plugin [-] Segment 668f5ec0-f883-443d-86b3-d16db0dc20f4 resource provider aggregate not found 2026-08-11 09:33:26.967 7 INFO neutron.services.segments.plugin [-] Segment 668f5ec0-f883-443d-86b3-d16db0dc20f4 resource provider aggregate not found 2026-08-11 09:33:26.980 7 INFO neutron.services.segments.plugin [-] Segment 668f5ec0-f883-443d-86b3-d16db0dc20f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 668f5ec0-f883-443d-86b3-d16db0dc20f4 found for delete ", "request_id": "req-72ef3742-eb5c-4672-b3c2-41759cc20d1b"}]} 2026-08-11 09:33:26.984 7 INFO neutron.services.segments.plugin [-] Segment 668f5ec0-f883-443d-86b3-d16db0dc20f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 668f5ec0-f883-443d-86b3-d16db0dc20f4 found for delete ", "request_id": "req-f384e7d6-7980-48f0-9d3b-a333f700468a"}]} 2026-08-11 09:33:26.989 7 INFO neutron.db.l3_hamode_db [None req-e263082f-0f0e-4988-bb30-b0af5eabc39a 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] HA network 5f3bdda1-2488-4d79-9d31-c52c6da82d96 was deleted as no HA routers are present in tenant 1e26ce8435904715967ee1d98ae0f674. [pid: 7|app: 0|req: 1051/2039] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:26 2026] DELETE /v2.0/routers/004f4822-3bbc-4f3d-a081-9defe28d25b2 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2040] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:33:26 2026] PUT /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2041] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:27 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2042] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:33:27 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2043] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/subnets/56276cc0-3661-4176-87de-a3f1bc486301 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:27.124 8 INFO neutron.api.v2.resource [None req-93df1fe8-d1cb-43fe-bc39-e257e0641c42 dbb4350616e04c82943df8a7cf1c32e6 6c472275a3c34bbea7b959a31fca4a3b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 992/2044] 10.0.0.1 () {32 vars in 741 bytes} [Tue Aug 11 09:33:27 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2045] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/red => 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: 994/2046] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:27 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:27.252 8 INFO neutron.api.v2.resource [None req-89fc8466-0da2-4b1f-94ba-a9464d9d70cc dbb4350616e04c82943df8a7cf1c32e6 6c472275a3c34bbea7b959a31fca4a3b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 995/2047] 10.0.0.1 () {32 vars in 744 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2048] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/networks/4ed864f6-bcfc-40ba-8912-3afae25f8bf5 => 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: 996/2049] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:27.326 7 INFO neutron.db.segments_db [None req-501077ef-4942-44ae-bf00-2528345ed42b 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment c9a08153-57c5-47bb-86fc-67c9ab47e48a of type vxlan for network d98ba047-cb55-4fa4-82bf-2a558bea0a9b [pid: 8|app: 0|req: 997/2050] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:33:27 2026] GET /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2051] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:27 2026] POST /v2.0/networks => generated 615 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2052] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/subnets/5f8e0529-ac23-4f82-8dc4-69464f60270b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:27.609 8 INFO neutron.services.segments.plugin [-] Segment 793a550a-8079-4b56-90a1-8aaef96ffb9d resource provider aggregate not found 2026-08-11 09:33:27.618 8 INFO neutron.services.segments.plugin [-] Segment 793a550a-8079-4b56-90a1-8aaef96ffb9d resource provider aggregate not found 2026-08-11 09:33:27.627 8 INFO neutron.services.segments.plugin [-] Segment 793a550a-8079-4b56-90a1-8aaef96ffb9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 793a550a-8079-4b56-90a1-8aaef96ffb9d found for delete ", "request_id": "req-fee496e1-a026-47ab-a0b8-183a26067ff5"}]} 2026-08-11 09:33:27.634 8 INFO neutron.services.segments.plugin [-] Segment 793a550a-8079-4b56-90a1-8aaef96ffb9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 793a550a-8079-4b56-90a1-8aaef96ffb9d found for delete ", "request_id": "req-84f3d576-eb8d-4a4b-a3f6-f08578b93638"}]} [pid: 8|app: 0|req: 999/2053] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:27 2026] DELETE /v2.0/networks/0bea820b-72a3-42c4-9595-4783761dc99b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2054] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:27 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:27.750 8 INFO neutron.db.segments_db [None req-eb063224-cf74-4690-83d8-c968254845a5 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment acd0b70b-2301-4e76-bc67-3f6075aa8bd5 of type vxlan for network 2d843bbc-e1c9-4294-80f1-e6ac782d916c 2026-08-11 09:33:28.003 8 INFO neutron.db.l3_hamode_db [None req-eb063224-cf74-4690-83d8-c968254845a5 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:33:28.125 8 INFO neutron.db.l3_hamode_db [None req-eb063224-cf74-4690-83d8-c968254845a5 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1056/2055] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:28 2026] GET /v2.0/security-groups?tenant_id=6a007dbf797941cda35287b170aa0377&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2056] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:28 2026] DELETE /v2.0/security-groups/5d7ceefa-e443-414d-8ff2-2539d2e643e9 => 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: 1000/2057] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:27 2026] POST /v2.0/routers => generated 510 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2058] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:28 2026] GET /v2.0/security-groups?tenant_id=6c472275a3c34bbea7b959a31fca4a3b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2059] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:28 2026] DELETE /v2.0/security-groups/c91edfeb-2112-4e59-9c70-4c78050cb34a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:29.005 7 INFO neutron.services.segments.plugin [-] Segment 1538cb41-b12e-4f2e-9705-4349a247c780 resource provider aggregate not found 2026-08-11 09:33:29.009 7 INFO neutron.services.segments.plugin [-] Segment 1538cb41-b12e-4f2e-9705-4349a247c780 resource provider aggregate not found 2026-08-11 09:33:29.033 7 INFO neutron.services.segments.plugin [-] Segment 1538cb41-b12e-4f2e-9705-4349a247c780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1538cb41-b12e-4f2e-9705-4349a247c780 found for delete ", "request_id": "req-c075f220-f11e-4c65-9d7e-86ec249c3197"}]} 2026-08-11 09:33:29.036 7 INFO neutron.services.segments.plugin [-] Segment 1538cb41-b12e-4f2e-9705-4349a247c780 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1538cb41-b12e-4f2e-9705-4349a247c780 found for delete ", "request_id": "req-70a09c0e-0538-43d3-a4a4-beeaaa18906b"}]} [pid: 7|app: 0|req: 1058/2060] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:33:28 2026] PUT /v2.0/routers/ce778226-f458-4655-b89d-b75e7ea9b276/add_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2061] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:33:29 2026] GET /v2.0/ports/8480a912-6e62-4425-999a-0680a913f7aa => generated 959 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:30.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-c97c4ff0-85b3-43a1-af5d-285df6a40d42 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 8480a912-6e62-4425-999a-0680a913f7aa 2026-08-11 09:33:30.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c97c4ff0-85b3-43a1-af5d-285df6a40d42 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 8480a912-6e62-4425-999a-0680a913f7aa [pid: 7|app: 0|req: 1059/2062] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:29 2026] PUT /v2.0/routers/ce778226-f458-4655-b89d-b75e7ea9b276/remove_router_interface => generated 309 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2063] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:30 2026] GET /v2.0/ports?device_id=ce778226-f458-4655-b89d-b75e7ea9b276 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:30.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b71928e-a896-4ca9-8426-063efc8f2587 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: ea8f7933-1743-4190-8445-7e75064be1e6 2026-08-11 09:33:30.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b71928e-a896-4ca9-8426-063efc8f2587 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: ea8f7933-1743-4190-8445-7e75064be1e6 2026-08-11 09:33:31.217 7 INFO neutron.services.segments.plugin [-] Segment acd0b70b-2301-4e76-bc67-3f6075aa8bd5 resource provider aggregate not found 2026-08-11 09:33:31.224 7 INFO neutron.services.segments.plugin [-] Segment acd0b70b-2301-4e76-bc67-3f6075aa8bd5 resource provider aggregate not found 2026-08-11 09:33:31.238 7 INFO neutron.db.l3_hamode_db [None req-0b71928e-a896-4ca9-8426-063efc8f2587 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] HA network 2d843bbc-e1c9-4294-80f1-e6ac782d916c was deleted as no HA routers are present in tenant 1e26ce8435904715967ee1d98ae0f674. 2026-08-11 09:33:31.244 7 INFO neutron.services.segments.plugin [-] Segment acd0b70b-2301-4e76-bc67-3f6075aa8bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd0b70b-2301-4e76-bc67-3f6075aa8bd5 found for delete ", "request_id": "req-b447e8cd-f20e-42cc-9230-5ffd29165be5"}]} [pid: 7|app: 0|req: 1060/2064] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:30 2026] DELETE /v2.0/routers/ce778226-f458-4655-b89d-b75e7ea9b276 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:31.250 7 INFO neutron.services.segments.plugin [-] Segment acd0b70b-2301-4e76-bc67-3f6075aa8bd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd0b70b-2301-4e76-bc67-3f6075aa8bd5 found for delete ", "request_id": "req-50faa04e-12c6-4754-9548-95fbf01a9c0a"}]} [pid: 8|app: 0|req: 1005/2065] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:31 2026] DELETE /v2.0/subnets/8d38e262-d527-48d7-b08e-508c64f6b6cb => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:31.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b2e0a0b-ab44-447f-a7fa-d01356f93d1c 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 87d98256-ff7f-481e-ad11-996253e0c44e 2026-08-11 09:33:31.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b2e0a0b-ab44-447f-a7fa-d01356f93d1c 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 87d98256-ff7f-481e-ad11-996253e0c44e [pid: 7|app: 0|req: 1061/2066] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:31 2026] DELETE /v2.0/networks/d98ba047-cb55-4fa4-82bf-2a558bea0a9b => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:31.810 8 INFO neutron.db.segments_db [None req-f3a1ef4b-2a87-4590-bd74-a7562189b923 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Added segment 5305b0a0-82f1-4658-a64b-6960a75e5b56 of type vxlan for network 12e4e0a4-2d1a-4357-8d36-2f5838bcde79 2026-08-11 09:33:32.035 8 INFO neutron.db.l3_hamode_db [None req-f3a1ef4b-2a87-4590-bd74-a7562189b923 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:33:32.480 7 INFO neutron.db.segments_db [None req-95c0314a-b2a1-4209-a0a1-212edf01223a 839c348467a34e08bea976c4fa5a9d7b 9ce81cb4a701431caee01d0b91b303b1 - - default default] Added segment 3f465353-37da-428d-90f3-c23d639d3fbd of type vxlan for network fa33b9f4-4261-4fb7-9388-7d6ed48bf48a [pid: 7|app: 0|req: 1062/2067] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:32 2026] POST /v2.0/networks => generated 612 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:32.617 7 INFO neutron.db.segments_db [None req-e7ae9b04-f891-4ee8-9faf-34826cd1c552 839c348467a34e08bea976c4fa5a9d7b 9ce81cb4a701431caee01d0b91b303b1 - - default default] Added segment 54251857-cb21-436c-a34d-7da53b29f96f of type vxlan for network 115e9cfa-f899-47b9-8de1-324bce78bc9e [pid: 7|app: 0|req: 1063/2068] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:33:32 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2069] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:33:32 2026] PUT /v2.0/networks/fa33b9f4-4261-4fb7-9388-7d6ed48bf48a/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: 1065/2070] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:32 2026] GET /v2.0/networks/fa33b9f4-4261-4fb7-9388-7d6ed48bf48a/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: 1066/2071] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:33:32 2026] PUT /v2.0/networks/115e9cfa-f899-47b9-8de1-324bce78bc9e/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:32.914 8 INFO neutron.db.l3_hamode_db [None req-f3a1ef4b-2a87-4590-bd74-a7562189b923 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1067/2072] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:32 2026] GET /v2.0/networks/115e9cfa-f899-47b9-8de1-324bce78bc9e/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2073] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:33:32 2026] PUT /v2.0/networks/115e9cfa-f899-47b9-8de1-324bce78bc9e/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2074] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:32 2026] GET /v2.0/networks/115e9cfa-f899-47b9-8de1-324bce78bc9e/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2075] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:33:33 2026] GET /v2.0/networks/fa33b9f4-4261-4fb7-9388-7d6ed48bf48a/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2076] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:33 2026] DELETE /v2.0/networks/fa33b9f4-4261-4fb7-9388-7d6ed48bf48a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:33.262 7 INFO neutron.services.segments.plugin [-] Segment c9a08153-57c5-47bb-86fc-67c9ab47e48a resource provider aggregate not found 2026-08-11 09:33:33.266 7 INFO neutron.services.segments.plugin [-] Segment c9a08153-57c5-47bb-86fc-67c9ab47e48a resource provider aggregate not found 2026-08-11 09:33:33.285 7 INFO neutron.services.segments.plugin [-] Segment c9a08153-57c5-47bb-86fc-67c9ab47e48a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a08153-57c5-47bb-86fc-67c9ab47e48a found for delete ", "request_id": "req-b0df1d0d-869f-4897-a200-641fe0b61617"}]} 2026-08-11 09:33:33.295 7 INFO neutron.services.segments.plugin [-] Segment c9a08153-57c5-47bb-86fc-67c9ab47e48a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9a08153-57c5-47bb-86fc-67c9ab47e48a found for delete ", "request_id": "req-4c1583ad-020d-4a27-804d-c7758dfbf517"}]} 2026-08-11 09:33:33.314 7 INFO neutron.services.segments.plugin [-] Segment 3f465353-37da-428d-90f3-c23d639d3fbd resource provider aggregate not found 2026-08-11 09:33:33.320 7 INFO neutron.services.segments.plugin [-] Segment 3f465353-37da-428d-90f3-c23d639d3fbd resource provider aggregate not found 2026-08-11 09:33:33.336 7 INFO neutron.services.segments.plugin [-] Segment 3f465353-37da-428d-90f3-c23d639d3fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f465353-37da-428d-90f3-c23d639d3fbd found for delete ", "request_id": "req-b05855c7-e20d-4931-a3fe-200ea9517367"}]} 2026-08-11 09:33:33.338 7 INFO neutron.services.segments.plugin [-] Segment 3f465353-37da-428d-90f3-c23d639d3fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f465353-37da-428d-90f3-c23d639d3fbd found for delete ", "request_id": "req-e7834d44-d5c8-448e-a212-1ded4c755bb4"}]} [pid: 7|app: 0|req: 1072/2077] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:33 2026] DELETE /v2.0/networks/115e9cfa-f899-47b9-8de1-324bce78bc9e => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2078] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:31 2026] POST /v2.0/routers => generated 692 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2079] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:33:33 2026] GET /v2.0/routers/f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => generated 698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2080] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:33:33 2026] GET /v2.0/routers => generated 701 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2081] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:34 2026] GET /v2.0/security-groups?tenant_id=9ce81cb4a701431caee01d0b91b303b1&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2082] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:34 2026] DELETE /v2.0/security-groups/b2702cfc-50ab-4a64-aaec-33283126c8a7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2083] 10.0.0.1 () {34 vars in 739 bytes} [Tue Aug 11 09:33:33 2026] PUT /v2.0/routers/f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => generated 705 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2084] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:33:34 2026] GET /v2.0/routers/f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2085] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:34 2026] GET /v2.0/ports?device_id=f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => 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: 1010/2086] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:34 2026] GET /v2.0/security-groups?tenant_id=de3e62c88db24838a261b47c7cd80d32&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2087] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:34 2026] DELETE /v2.0/security-groups/5f0c3679-9a1a-4f41-82b2-9d40c774b6b3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:34.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac89213f-5950-4d56-a5c1-2742d2200103 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: d552ceed-4eb2-4020-8ce6-4a5fbdbfd8a0 2026-08-11 09:33:34.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac89213f-5950-4d56-a5c1-2742d2200103 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: d552ceed-4eb2-4020-8ce6-4a5fbdbfd8a0 2026-08-11 09:33:34.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac89213f-5950-4d56-a5c1-2742d2200103 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] TaaS: Handle Delete Port: 4054ee17-5236-4004-b3c1-15e21c4bdae5 2026-08-11 09:33:34.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac89213f-5950-4d56-a5c1-2742d2200103 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] Tap Mirror: Handle Delete Port: 4054ee17-5236-4004-b3c1-15e21c4bdae5 2026-08-11 09:33:35.328 7 INFO neutron.db.l3_hamode_db [None req-ac89213f-5950-4d56-a5c1-2742d2200103 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] HA network 12e4e0a4-2d1a-4357-8d36-2f5838bcde79 was deleted as no HA routers are present in tenant 1e26ce8435904715967ee1d98ae0f674. [pid: 7|app: 0|req: 1077/2088] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:34 2026] DELETE /v2.0/routers/f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:35.357 7 INFO neutron.services.segments.plugin [-] Segment 54251857-cb21-436c-a34d-7da53b29f96f resource provider aggregate not found 2026-08-11 09:33:35.360 7 INFO neutron.services.segments.plugin [-] Segment 54251857-cb21-436c-a34d-7da53b29f96f resource provider aggregate not found [pid: 8|app: 0|req: 1012/2089] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:35 2026] GET /v2.0/ports?device_id=f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:35.388 7 INFO neutron.services.segments.plugin [-] Segment 54251857-cb21-436c-a34d-7da53b29f96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54251857-cb21-436c-a34d-7da53b29f96f found for delete ", "request_id": "req-d73a3f2a-fb2d-4140-8447-0e968346bb7f"}]} 2026-08-11 09:33:35.395 7 INFO neutron.services.segments.plugin [-] Segment 54251857-cb21-436c-a34d-7da53b29f96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54251857-cb21-436c-a34d-7da53b29f96f found for delete ", "request_id": "req-c9ce960c-602f-4bab-8ad2-178791182777"}]} 2026-08-11 09:33:35.412 7 INFO neutron.services.segments.plugin [-] Segment 5305b0a0-82f1-4658-a64b-6960a75e5b56 resource provider aggregate not found 2026-08-11 09:33:35.416 7 INFO neutron.api.v2.resource [None req-10850757-e7c6-4805-ba37-7d4e3d4cb693 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2090] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/routers/f7c7a35e-0893-41b2-8cd2-d54ae2ca276c => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:35.426 7 INFO neutron.services.segments.plugin [-] Segment 5305b0a0-82f1-4658-a64b-6960a75e5b56 resource provider aggregate not found 2026-08-11 09:33:35.435 7 INFO neutron.services.segments.plugin [-] Segment 5305b0a0-82f1-4658-a64b-6960a75e5b56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5305b0a0-82f1-4658-a64b-6960a75e5b56 found for delete ", "request_id": "req-7a0b45ab-9bf4-411c-99ea-6eb8cbf790c7"}]} [pid: 8|app: 0|req: 1013/2091] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:35 2026] GET /v2.0/ports?device_id=ce778226-f458-4655-b89d-b75e7ea9b276 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:35.453 7 INFO neutron.services.segments.plugin [-] Segment 5305b0a0-82f1-4658-a64b-6960a75e5b56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5305b0a0-82f1-4658-a64b-6960a75e5b56 found for delete ", "request_id": "req-a730f8d1-3d76-4215-8cf9-073cea66cc2e"}]} 2026-08-11 09:33:35.473 7 INFO neutron.api.v2.resource [None req-378b9155-30f2-4388-b6d3-0c296f8eae58 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1079/2092] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/routers/ce778226-f458-4655-b89d-b75e7ea9b276 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:35.497 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a5aea51-7fed-4df8-af70-98e3186d2b1f 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/2093] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/subnets/8d38e262-d527-48d7-b08e-508c64f6b6cb => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2094] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:35 2026] GET /v2.0/ports?device_id=004f4822-3bbc-4f3d-a081-9defe28d25b2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:35.545 8 INFO neutron.api.v2.resource [None req-68143624-5d7c-4dfe-94b5-7ea6b74cc85d 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/2095] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/routers/004f4822-3bbc-4f3d-a081-9defe28d25b2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:35.567 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28e7ef94-7159-42a3-ad08-c04b02d8cdc2 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1081/2096] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/subnets/56276cc0-3661-4176-87de-a3f1bc486301 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2097] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:35 2026] GET /v2.0/ports?device_id=007f2d66-2154-48b2-b95c-47f1f520fc51 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:33:35.618 7 INFO neutron.api.v2.resource [None req-95f62fb4-54f5-4853-829f-cdc1e5979d4e 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/2098] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/routers/007f2d66-2154-48b2-b95c-47f1f520fc51 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:35.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3aa35ad2-9b25-46f3-8665-e97f0e9c2441 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/2099] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/subnets/a22b873d-8e8b-4858-afa6-e1bfcd2ce967 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:33:35.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a175f3e-8831-45ce-927b-b70165fe9804 76b8a498c2724f6b941a6539775ed9aa 1e26ce8435904715967ee1d98ae0f674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2100] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:35 2026] DELETE /v2.0/subnets/6a94d630-9d96-4082-8883-7b78c594cba1 => 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: 1018/2101] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:36 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2102] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:36 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2103] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:36 2026] GET /v2.0/security-groups?tenant_id=1e26ce8435904715967ee1d98ae0f674&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2106] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:33:36 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1279 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2107] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:36 2026] DELETE /v2.0/security-groups/70899e13-1b2e-40ee-a096-4e7fa52949ba => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2108] 10.0.0.1 () {32 vars in 856 bytes} [Tue Aug 11 09:33:36 2026] GET /v2.0/floatingips?floating_network_id=af5fe340-310e-466c-83c3-074f319452b8&port_id=3dc57c54-32d5-4b81-9c1f-a9cbf592826e => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2109] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:33:37 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2110] 10.0.0.89 () {34 vars in 1119 bytes} [Tue Aug 11 09:33:37 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2111] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:33:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2112] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:33:38 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2113] 10.0.0.1 () {34 vars in 756 bytes} [Tue Aug 11 09:33:38 2026] PUT /v2.0/security-groups/89ffa12b-fcde-480a-adc5-020132d21653 => generated 1663 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2114] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:33:38 2026] GET /v2.0/security-groups/89ffa12b-fcde-480a-adc5-020132d21653 => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2115] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:38 2026] DELETE /v2.0/security-groups/89ffa12b-fcde-480a-adc5-020132d21653 => 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: 1025/2116] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:33:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:38.905 7 INFO neutron.api.v2.resource [None req-9448ccf8-b0e9-4262-87c1-15b1719e79d8 952c2edea42f45aea47f86b687922b8e cc795ae7e2bf422f9117539650c36225 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1092/2117] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:38 2026] DELETE /v2.0/security-groups/89ffa12b-fcde-480a-adc5-020132d21653 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2118] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:33:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2119] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:33:39 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: 8|app: 0|req: 1027/2120] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules/1fa1af66-ef33-4991-8cc1-93179df11439 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2121] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2122] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:33:39 2026] DELETE /v2.0/security-group-rules/1fa1af66-ef33-4991-8cc1-93179df11439 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2123] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2124] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:33:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2125] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules/d1248ebc-8e3d-4ff9-8b3e-85536f380cad => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2126] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:33:39 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: 1097/2127] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:33:39 2026] DELETE /v2.0/security-group-rules/d1248ebc-8e3d-4ff9-8b3e-85536f380cad => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2128] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:39.799 7 INFO neutron.db.securitygroups_db [None req-84912078-2f13-4a39-9e49-bf70b23bff0a 952c2edea42f45aea47f86b687922b8e cc795ae7e2bf422f9117539650c36225 - - default default] Project cc795ae7e2bf422f9117539650c36225 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: 1098/2129] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:33:39 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: 8|app: 0|req: 1032/2130] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 1099/2131] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules/997adbe9-44d5-4a30-8bd0-a95c09dd4b10 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2132] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2133] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:39 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2134] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:33:39 2026] DELETE /v2.0/security-group-rules/997adbe9-44d5-4a30-8bd0-a95c09dd4b10 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2135] 10.0.0.1 () {32 vars in 671 bytes} [Tue Aug 11 09:33:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2136] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:40 2026] DELETE /v2.0/security-groups/b69414c6-6be9-4107-81f5-4667820c7ee3 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2137] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:33:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2138] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:33:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2139] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:40 2026] GET /v2.0/security-groups?tenant_id=cc795ae7e2bf422f9117539650c36225&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: 1037/2140] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:41 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2141] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:41 2026] DELETE /v2.0/security-groups/3190b132-4753-402a-b093-d7b9a1b06a9e => 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: 1038/2142] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:41 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2143] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:42 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1008 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2144] 10.0.0.181 () {34 vars in 1120 bytes} [Tue Aug 11 09:33:42 2026] GET /v2.0/security-groups?id=9bf38812-f751-4aa6-8160-13f09aef4b9e&id=3cf67ef3-c41e-45b9-b6b9-700e23c5be93&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2145] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:33:42 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => generated 1008 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:42.533 8 INFO neutron_taas.services.taas.taas_plugin [req-3a0412f3-aeac-4af5-904a-422951f328b3 req-bc38cb8a-4350-405e-bd74-c1418fc51152 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] TaaS: Handle Delete Port: 3dc57c54-32d5-4b81-9c1f-a9cbf592826e 2026-08-11 09:33:42.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3a0412f3-aeac-4af5-904a-422951f328b3 req-bc38cb8a-4350-405e-bd74-c1418fc51152 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] Tap Mirror: Handle Delete Port: 3dc57c54-32d5-4b81-9c1f-a9cbf592826e 2026-08-11 09:33:42.638 8 INFO neutron.db.l3_db [req-3a0412f3-aeac-4af5-904a-422951f328b3 req-bc38cb8a-4350-405e-bd74-c1418fc51152 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] Floating IP 8003006a-4685-446e-9fa5-6202251ad4ba disassociated. External IP: 10.96.250.216, port: 3dc57c54-32d5-4b81-9c1f-a9cbf592826e. [pid: 8|app: 0|req: 1040/2146] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:33:42 2026] DELETE /v2.0/ports/3dc57c54-32d5-4b81-9c1f-a9cbf592826e => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:43.031 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b4309f0-081a-4b20-964e-a63e2ec5fb79'] response: {'server_uuid': '6a9ad528-928f-4363-b290-8d6616de844e', 'name': 'network-vif-deleted', 'tag': '3dc57c54-32d5-4b81-9c1f-a9cbf592826e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1107/2147] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:43 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 1041/2148] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:44 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 1108/2149] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:33:45 2026] GET /v2.0/ports?device_id=6a9ad528-928f-4363-b290-8d6616de844e => 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: 1042/2150] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:46 2026] GET /v2.0/security-groups?tenant_id=08bb8e46ad144b46a556578b23743cef&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2151] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:46 2026] DELETE /v2.0/security-groups/eb78962f-a9c7-4d15-83b7-b8b33d4f7c21 => 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: 1043/2152] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:46 2026] DELETE /v2.0/security-groups/9bf38812-f751-4aa6-8160-13f09aef4b9e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:46.906 8 INFO neutron.api.v2.resource [None req-31c34ce3-f24c-45bb-8d49-75b05e4d6d46 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2153] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:33:46 2026] GET /v2.0/security-groups/9bf38812-f751-4aa6-8160-13f09aef4b9e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2154] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:46 2026] GET /v2.0/security-groups?tenant_id=2d4c25e3383c4903aa04e77d48affde6&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:33:47.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-94d21dc5-6271-4adc-8365-e078c3c4e644 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] TaaS: Handle Delete Port: 9f50b739-f104-4ecc-9af0-9f77c58952a1 2026-08-11 09:33:47.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94d21dc5-6271-4adc-8365-e078c3c4e644 6381d79bf3864a52a5e59a131416a082 cb17fef7683a4cc0b20d28902894ad64 - - default default] Tap Mirror: Handle Delete Port: 9f50b739-f104-4ecc-9af0-9f77c58952a1 [pid: 7|app: 0|req: 1111/2155] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:46 2026] DELETE /v2.0/security-groups/20eff6d4-b2b9-483a-b854-c4180b184899 => 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: 1045/2156] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:33:46 2026] DELETE /v2.0/floatingips/8003006a-4685-446e-9fa5-6202251ad4ba => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2157] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:47 2026] DELETE /v2.0/security-groups/3cf67ef3-c41e-45b9-b6b9-700e23c5be93 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:47.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-b367b0bf-0f7a-41a1-9169-fc78921d4cbc cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 8055c55a-b6e2-423d-9554-4fce346b04d7 2026-08-11 09:33:47.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b367b0bf-0f7a-41a1-9169-fc78921d4cbc cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 8055c55a-b6e2-423d-9554-4fce346b04d7 [pid: 8|app: 0|req: 1046/2158] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:47 2026] PUT /v2.0/routers/2584c6a8-c7b1-46ce-b6c1-5c1b3e9cc201/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:48.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-dddf602b-1b73-444e-8470-875020fd6618 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: e45f97af-d540-452c-bb25-c0e948da5bea 2026-08-11 09:33:48.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dddf602b-1b73-444e-8470-875020fd6618 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: e45f97af-d540-452c-bb25-c0e948da5bea 2026-08-11 09:33:48.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-dddf602b-1b73-444e-8470-875020fd6618 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 1bc31212-0350-42e2-a7ee-7533d6248663 2026-08-11 09:33:48.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dddf602b-1b73-444e-8470-875020fd6618 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 1bc31212-0350-42e2-a7ee-7533d6248663 2026-08-11 09:33:49.390 7 INFO neutron.services.segments.plugin [-] Segment 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac resource provider aggregate not found 2026-08-11 09:33:49.393 7 INFO neutron.services.segments.plugin [-] Segment 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac resource provider aggregate not found 2026-08-11 09:33:49.425 7 INFO neutron.services.segments.plugin [-] Segment 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac found for delete ", "request_id": "req-86a54da4-29ec-421f-a95f-7f0d6171c187"}]} 2026-08-11 09:33:49.429 7 INFO neutron.services.segments.plugin [-] Segment 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fea26e1-2f55-48b4-beac-1e46d0b8a3ac found for delete ", "request_id": "req-3e0eabaf-37ba-45c8-baeb-570f5eaf12ef"}]} 2026-08-11 09:33:49.440 7 INFO neutron.db.l3_hamode_db [None req-dddf602b-1b73-444e-8470-875020fd6618 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 42eadf28-c238-41eb-a948-31562ed49c06 was deleted as no HA routers are present in tenant cb17fef7683a4cc0b20d28902894ad64. [pid: 7|app: 0|req: 1113/2159] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:48 2026] DELETE /v2.0/routers/2584c6a8-c7b1-46ce-b6c1-5c1b3e9cc201 => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2160] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:49 2026] DELETE /v2.0/subnets/bf00f2b1-9345-4d56-b4b5-24c62c72601b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:49.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-264c683e-1a4e-4fbd-9f32-92a91c28012a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 3a74308f-4cfd-480a-aca8-e0236357755d 2026-08-11 09:33:49.716 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-264c683e-1a4e-4fbd-9f32-92a91c28012a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 3a74308f-4cfd-480a-aca8-e0236357755d [pid: 7|app: 0|req: 1114/2161] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:49 2026] DELETE /v2.0/networks/ce9a018a-5463-46ea-b469-d1bf7f07af68 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:50.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d2b45d2-e1ae-4d3d-8eaa-5bcfda441d93 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 2ff5195f-ba7f-4260-ab5c-f894325ae552 2026-08-11 09:33:50.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d2b45d2-e1ae-4d3d-8eaa-5bcfda441d93 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 2ff5195f-ba7f-4260-ab5c-f894325ae552 [pid: 8|app: 0|req: 1048/2162] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:33:49 2026] PUT /v2.0/routers/833bdabb-a734-4177-873e-3e9243a0ee9b/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:33:51.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-b987152a-82b8-4dec-8e18-397ed6102cba cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 13589469-ddb8-4aae-96e6-0b917b9b31cd 2026-08-11 09:33:51.241 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b987152a-82b8-4dec-8e18-397ed6102cba cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 13589469-ddb8-4aae-96e6-0b917b9b31cd [pid: 7|app: 0|req: 1115/2163] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:50 2026] GET /v2.0/security-groups?tenant_id=90e3ade6bd524edeb3c62a2918b48429&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2164] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:51 2026] DELETE /v2.0/security-groups/668ed262-4ab4-498c-9bf3-85e905535b75 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:51.443 7 INFO neutron.services.segments.plugin [-] Segment 177b8817-2ef2-43f8-a85a-477427b31ab5 resource provider aggregate not found 2026-08-11 09:33:51.450 7 INFO neutron.services.segments.plugin [-] Segment 177b8817-2ef2-43f8-a85a-477427b31ab5 resource provider aggregate not found 2026-08-11 09:33:51.459 7 INFO neutron.services.segments.plugin [-] Segment 177b8817-2ef2-43f8-a85a-477427b31ab5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177b8817-2ef2-43f8-a85a-477427b31ab5 found for delete ", "request_id": "req-d1f2a61b-a415-418c-a21d-f21379bcbc59"}]} 2026-08-11 09:33:51.472 7 INFO neutron.services.segments.plugin [-] Segment 177b8817-2ef2-43f8-a85a-477427b31ab5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 177b8817-2ef2-43f8-a85a-477427b31ab5 found for delete ", "request_id": "req-0b35917d-b332-41fa-8486-edf93b73f7c3"}]} 2026-08-11 09:33:51.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-b987152a-82b8-4dec-8e18-397ed6102cba cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: e0c4ae50-77f0-44f4-9d3f-606c992b34b1 2026-08-11 09:33:51.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b987152a-82b8-4dec-8e18-397ed6102cba cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: e0c4ae50-77f0-44f4-9d3f-606c992b34b1 2026-08-11 09:33:51.945 8 INFO neutron.services.segments.plugin [-] Segment 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b resource provider aggregate not found 2026-08-11 09:33:51.950 8 INFO neutron.services.segments.plugin [-] Segment 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b resource provider aggregate not found 2026-08-11 09:33:51.963 8 INFO neutron.services.segments.plugin [-] Segment 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b found for delete ", "request_id": "req-f9ba92ae-969f-405a-b5a5-399b82d8d565"}]} 2026-08-11 09:33:51.966 8 INFO neutron.services.segments.plugin [-] Segment 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04ab11a1-b06a-4fb3-b9fc-5f2b8ee7073b found for delete ", "request_id": "req-55af149e-fd73-4994-be38-a698d2e734e7"}]} 2026-08-11 09:33:51.969 8 INFO neutron.db.l3_hamode_db [None req-b987152a-82b8-4dec-8e18-397ed6102cba cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] HA network 410d6206-fb70-4b80-a45f-9b618efd9a87 was deleted as no HA routers are present in tenant efcc9faaf8a144b69ffc04bf98ed7901. [pid: 8|app: 0|req: 1049/2167] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:50 2026] DELETE /v2.0/routers/833bdabb-a734-4177-873e-3e9243a0ee9b => generated 0 bytes in 993 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2168] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:33:51 2026] DELETE /v2.0/subnets/0f7044fe-ecea-46dd-b929-9720084880a2 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:33:52.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-16b16683-34b5-49b3-9299-f7c5899f8ef1 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 07cf97d2-ffa1-48fc-9da0-0008b0211764 2026-08-11 09:33:52.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16b16683-34b5-49b3-9299-f7c5899f8ef1 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 07cf97d2-ffa1-48fc-9da0-0008b0211764 [pid: 8|app: 0|req: 1050/2169] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:33:52 2026] DELETE /v2.0/networks/1b804f18-c0bb-444e-9760-c1c66850fdfe => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2170] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:52 2026] GET /v2.0/security-groups?tenant_id=cb17fef7683a4cc0b20d28902894ad64&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2171] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:52 2026] DELETE /v2.0/security-groups/853f51a5-b7f9-4cb8-9254-d925c31c1860 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2172] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:53 2026] GET /v2.0/security-groups?tenant_id=efcc9faaf8a144b69ffc04bf98ed7901&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2173] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:53 2026] DELETE /v2.0/security-groups/79ac6b5c-b05e-4753-a294-ad4a62a08348 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:53.993 8 INFO neutron.services.segments.plugin [-] Segment 839bdea0-5b35-4515-996a-a77a45d99835 resource provider aggregate not found 2026-08-11 09:33:54.007 8 INFO neutron.services.segments.plugin [-] Segment 839bdea0-5b35-4515-996a-a77a45d99835 resource provider aggregate not found 2026-08-11 09:33:54.016 8 INFO neutron.services.segments.plugin [-] Segment 839bdea0-5b35-4515-996a-a77a45d99835 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 839bdea0-5b35-4515-996a-a77a45d99835 found for delete ", "request_id": "req-0abad990-4609-450a-990f-4341078cdf52"}]} 2026-08-11 09:33:54.030 8 INFO neutron.services.segments.plugin [-] Segment 839bdea0-5b35-4515-996a-a77a45d99835 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 839bdea0-5b35-4515-996a-a77a45d99835 found for delete ", "request_id": "req-70a6f2c3-0f81-46b1-a618-43b0bbda5014"}]} [pid: 7|app: 0|req: 1122/2174] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:33:55 2026] GET /v2.0/security-groups?tenant_id=b6ce9db6d5464955b1c06c0bb79954a5&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2175] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:33:55 2026] DELETE /v2.0/security-groups/6b25f859-296c-457e-b0e9-f3b7df62c472 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:33:58.915 7 INFO neutron.db.segments_db [None req-3f159ad4-02e9-4628-b44b-640c4558cde9 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Added segment 8789b937-9d6c-42a9-91f3-65c9eebb1d3f of type vxlan for network c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 [pid: 7|app: 0|req: 1123/2176] 10.0.0.1 () {34 vars in 669 bytes} [Tue Aug 11 09:33:58 2026] POST /v2.0/networks => generated 613 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:33:59.113 8 INFO neutron.db.segments_db [None req-e9e11818-6a9a-4e54-b539-e1fc01a5062f 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Added segment 1937de4c-0483-4f7a-980d-69178ca6fba0 of type vxlan for network e9957ae4-2f98-4df4-8292-e63624d6d8ec 2026-08-11 09:33:59.374 8 INFO neutron.db.l3_hamode_db [None req-e9e11818-6a9a-4e54-b539-e1fc01a5062f 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:34:00.110 8 INFO neutron.db.l3_hamode_db [None req-e9e11818-6a9a-4e54-b539-e1fc01a5062f 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1054/2177] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:33:59 2026] POST /v2.0/routers => generated 694 bytes in 2001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2178] 10.0.0.1 () {32 vars in 774 bytes} [Tue Aug 11 09:34:01 2026] GET /v2.0/subnets?project_id=fcb2962fa04e4bdcb8546b790b468683&cidr=10.100.0.0%2F28 => generated 14 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2179] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:34:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2180] 10.0.0.1 () {32 vars in 782 bytes} [Tue Aug 11 09:34:01 2026] GET /v2.0/subnets?network_id=af5fe340-310e-466c-83c3-074f319452b8&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2181] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:01 2026] POST /v2.0/subnets => generated 656 bytes in 922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:02.713 8 INFO neutron.db.segments_db [None req-76ff0c57-1da6-401e-8386-ea1e160132c8 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Added segment 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 of type vxlan for network e34a449d-e1df-455c-a1fa-25e16719d0ff [pid: 8|app: 0|req: 1057/2182] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:34:02 2026] POST /v2.0/networks => generated 620 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2183] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:02 2026] POST /v2.0/subnets => generated 658 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2184] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:34:03 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2185] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:03 2026] POST /v2.0/subnets => generated 732 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:03.499 8 INFO neutron.db.segments_db [None req-7c7b6743-6f0e-425b-92c4-5f327d16893b 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Added segment 96a1da88-4b40-4b20-b612-b9ef1e958926 of type vxlan for network d8db176c-242f-4457-83de-ac4ff8303223 [pid: 8|app: 0|req: 1061/2186] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:34:03 2026] POST /v2.0/networks => generated 618 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2187] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:03 2026] POST /v2.0/subnets => generated 655 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2188] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:34:02 2026] PUT /v2.0/routers/81fba72f-9cf1-4e12-b8fd-8aa3412f894c/add_router_interface => generated 309 bytes in 1739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2189] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:03 2026] POST /v2.0/subnets => generated 726 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2190] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:34:04 2026] GET /v2.0/networks => generated 5180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:04.158 8 INFO neutron.db.segments_db [None req-8ada72fb-536b-4e1c-9688-196338e1e23d 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Added segment 4d884bbf-c88a-4d08-8ff5-47e0644411a1 of type vxlan for network 774ad46c-9e2d-4588-af28-e62220209c31 [pid: 7|app: 0|req: 1128/2191] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:34:04 2026] GET /v2.0/subnets => generated 5397 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2192] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/networks => generated 618 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2193] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:34:04 2026] GET /v2.0/routers => generated 737 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2194] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/subnets => generated 656 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2195] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/security-groups => generated 1677 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2196] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2197] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/subnets => generated 730 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:04.784 8 INFO neutron.db.segments_db [None req-75beb7fa-bd32-4787-a95f-92a73c1e5828 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Added segment 24e24ff3-a3ea-4700-855d-75f7249bad7f of type vxlan for network 9119d481-8e13-459d-9dbc-72287f6b1eec [pid: 7|app: 0|req: 1132/2198] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2199] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:04 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) 2026-08-11 09:34:05.030 8 INFO neutron.db.l3_hamode_db [None req-75beb7fa-bd32-4787-a95f-92a73c1e5828 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1134/2200] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:05.092 7 INFO neutron.db.securitygroups_db [None req-948d5fdc-363b-46f0-bf91-4c6fde3ea31d 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Project fcb2962fa04e4bdcb8546b790b468683 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: 1135/2201] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:05.217 7 INFO neutron.db.securitygroups_db [None req-b9abd19b-8039-4a07-9f8f-90981afdf9a0 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Project fcb2962fa04e4bdcb8546b790b468683 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: 1136/2202] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:05 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2203] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:34:05 2026] GET /v2.0/networks => generated 1297 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:05.777 8 INFO neutron.db.l3_hamode_db [None req-75beb7fa-bd32-4787-a95f-92a73c1e5828 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1138/2204] 10.0.0.181 () {34 vars in 1100 bytes} [Tue Aug 11 09:34:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2034449828&fields=id&tenant_id=fcb2962fa04e4bdcb8546b790b468683 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2205] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:34:05 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2206] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:34:05 2026] GET /v2.0/quotas/fcb2962fa04e4bdcb8546b790b468683 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2207] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:34:05 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2208] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:34:06 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1143/2209] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:34:06 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1144/2210] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:06 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => 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: 1067/2213] 10.0.0.1 () {34 vars in 667 bytes} [Tue Aug 11 09:34:04 2026] POST /v2.0/routers => generated 685 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2214] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:07 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2215] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:34:06 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2216] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:08 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => 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: 1149/2217] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:09 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => 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: 1069/2218] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:34:08 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/add_router_interface => generated 309 bytes in 1521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2219] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:10 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 660 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2220] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:34:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fcb2962fa04e4bdcb8546b790b468683 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2221] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:34:10 2026] POST /v2.0/ports => generated 954 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1073/2222] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:11 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 957 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2223] 10.0.0.1 () {34 vars in 781 bytes} [Tue Aug 11 09:34:09 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/add_router_interface => generated 309 bytes in 1602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2224] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:11 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 7|app: 0|req: 1152/2225] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:34:11 2026] POST /v2.0/security-groups => generated 1630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2226] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:34:11 2026] PUT /v2.0/ports/5f17b374-f669-480c-9c03-247d53127c89 => generated 1235 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:11.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3d576a7-8ab1-45a8-bde4-9173bf843fd8'] response: {'name': 'network-changed', 'server_uuid': '135ef25e-2078-451b-835c-d62bf4dcec94', 'tag': '5f17b374-f669-480c-9c03-247d53127c89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1153/2227] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 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: 1075/2228] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2229] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2230] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:11 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: 8|app: 0|req: 1077/2231] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:12 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2232] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2233] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:34:12 2026] GET /v2.0/networks?tenant_id=fcb2962fa04e4bdcb8546b790b468683&shared=False => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2234] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:34:12 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: 1156/2235] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:12 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: 8|app: 0|req: 1080/2236] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2237] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:12 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2238] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:12 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1081/2239] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2240] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:12 2026] POST /v2.0/security-group-rules => generated 599 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2241] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2242] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:12 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: 8|app: 0|req: 1083/2243] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2244] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5f17b374-f669-480c-9c03-247d53127c89 => 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: 1084/2245] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/subnets?id=b907de21-59b7-4c15-98d7-d4e84729fbd6 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2246] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/ports?network_id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91&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: 1163/2247] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2248] 10.0.0.181 () {34 vars in 1096 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2104021014&fields=id&tenant_id=63293126e97648abb88ceec8dc2b7205 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2249] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2250] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2251] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/quotas/63293126e97648abb88ceec8dc2b7205 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2252] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2253] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1087/2254] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&fields=id => generated 241 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2255] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1088/2256] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2257] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:13 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => 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: 1089/2258] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:14 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2259] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:14 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2260] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:15 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2261] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:15 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1091/2262] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:17 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2263] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:17 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1092/2264] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2265] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=63293126e97648abb88ceec8dc2b7205 => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2266] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2267] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1175/2268] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2269] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1177/2270] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:34:18 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2271] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:34:18 2026] POST /v2.0/ports => generated 1179 bytes in 530 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: 1095/2272] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:34:18 2026] PUT /v2.0/ports/d14c28f8-6710-4724-a26a-a660256da8f2 => generated 1460 bytes in 441 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: 1096/2273] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:19 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1194 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:19.362 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29d27ed1-4f60-40ba-a975-773ac2bf963e'] response: {'name': 'network-changed', 'server_uuid': 'bc271503-3bfb-4a93-a301-3c244fbc3b2c', 'tag': 'd14c28f8-6710-4724-a26a-a660256da8f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1097/2274] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:19 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:34:19.471 7 INFO neutron.db.l3_db [None req-c5759de9-ec5b-420c-9e56-8e4677325e3e 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Floating IP 179c2154-a9c5-45fd-a189-57ad165f9dcf associated. External IP: 10.96.250.210, port: 5f17b374-f669-480c-9c03-247d53127c89. [pid: 7|app: 0|req: 1178/2275] 10.0.0.1 () {34 vars in 675 bytes} [Tue Aug 11 09:34:18 2026] POST /v2.0/floatingips => generated 855 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:19.837 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3980ed49-42cb-42f7-946d-acb4ee6de788'] response: {'name': 'network-changed', 'server_uuid': '135ef25e-2078-451b-835c-d62bf4dcec94', 'tag': '5f17b374-f669-480c-9c03-247d53127c89', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1098/2276] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:19 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2277] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:19 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2278] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:34:19 2026] GET /v2.0/networks?tenant_id=63293126e97648abb88ceec8dc2b7205&shared=False => generated 2374 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2279] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:34:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2280] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2281] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2282] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5f17b374-f669-480c-9c03-247d53127c89 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2283] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/subnets?id=b907de21-59b7-4c15-98d7-d4e84729fbd6 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2284] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/ports?network_id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91&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: 1183/2285] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1103/2286] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2287] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:20 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2288] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2289] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.15&port_id=d14c28f8-6710-4724-a26a-a660256da8f2 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2290] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A222&port_id=d14c28f8-6710-4724-a26a-a660256da8f2 => 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: 1186/2291] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/subnets?id=eedc6500-9c97-4636-9ccb-5fa6a6365879&id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 1410 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2292] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2295] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2296] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1188/2297] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1110/2298] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:21 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 857 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2299] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:24 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1194 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2300] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:24 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2301] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:29 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2302] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:29 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2303] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:34:29 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2304] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:34:29 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1192/2305] 10.0.0.1 () {32 vars in 816 bytes} [Tue Aug 11 09:34:29 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&mac_address=fa%3A16%3A3e%3A17%3Ad8%3Aec => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:30.734 8 INFO neutron.db.l3_db [None req-176fe382-206c-4467-b08f-681bf85cdd9b 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Floating IP 44868048-cb7e-41ae-97be-949cd4f4f49a associated. External IP: 10.96.250.214, port: d14c28f8-6710-4724-a26a-a660256da8f2. [pid: 8|app: 0|req: 1114/2306] 10.0.0.1 () {34 vars in 675 bytes} [Tue Aug 11 09:34:29 2026] POST /v2.0/floatingips => generated 854 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:31.109 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-790f91d1-08e5-4800-876b-4770d58bfac2'] response: {'name': 'network-changed', 'server_uuid': 'bc271503-3bfb-4a93-a301-3c244fbc3b2c', 'tag': 'd14c28f8-6710-4724-a26a-a660256da8f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1193/2307] 10.0.0.181 () {34 vars in 1096 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2104021014&fields=id&tenant_id=63293126e97648abb88ceec8dc2b7205 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2308] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2309] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/quotas/63293126e97648abb88ceec8dc2b7205 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2310] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&fields=id => generated 333 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2311] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2312] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1196/2313] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2314] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => 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: 1118/2315] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2316] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.15&port_id=d14c28f8-6710-4724-a26a-a660256da8f2 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2317] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A222&port_id=d14c28f8-6710-4724-a26a-a660256da8f2 => 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: 1199/2318] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/subnets?id=eedc6500-9c97-4636-9ccb-5fa6a6365879&id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2319] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2320] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2321] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1201/2322] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:31 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1122/2323] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:35 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2324] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:34:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=63293126e97648abb88ceec8dc2b7205 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2327] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:34:36 2026] POST /v2.0/ports => generated 1183 bytes in 451 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: 1124/2328] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:36 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1198 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2329] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:36 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2330] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:34:36 2026] PUT /v2.0/ports/8dc4416d-5407-4465-81e5-e8f00b045937 => generated 1464 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:37.041 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1e8c4af-da62-4ace-a6c5-a8f97d6669ca'] response: {'name': 'network-changed', 'server_uuid': '8b44a45f-8d65-4445-8772-bad4e189f204', 'tag': '8dc4416d-5407-4465-81e5-e8f00b045937', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1126/2331] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:37 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1206/2332] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:34:37 2026] GET /v2.0/networks?tenant_id=63293126e97648abb88ceec8dc2b7205&shared=False => generated 2374 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2333] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:34:37 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: 7|app: 0|req: 1207/2334] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1465 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2335] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2336] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2337] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.227&port_id=8dc4416d-5407-4465-81e5-e8f00b045937 => 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: 1209/2338] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A7d&port_id=8dc4416d-5407-4465-81e5-e8f00b045937 => 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: 1130/2339] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/subnets?id=3d00fada-d63a-4117-aa7b-27e5e1043e8b&id=4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2340] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2341] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2342] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1132/2343] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:38 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1212/2344] 10.0.0.1 () {32 vars in 824 bytes} [Tue Aug 11 09:34:39 2026] GET /v2.0/ports?project_id=fcb2962fa04e4bdcb8546b790b468683&network_id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 3691 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2345] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:34:40 2026] GET /v2.0/subnets?network_id=af5fe340-310e-466c-83c3-074f319452b8 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:34:40.417 7 INFO neutron.db.l3_db [None req-d4582671-54ab-40d8-b8ca-849d5ec10de3 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Floating IP 179c2154-a9c5-45fd-a189-57ad165f9dcf disassociated. External IP: 10.96.250.210, port: 5f17b374-f669-480c-9c03-247d53127c89. [pid: 7|app: 0|req: 1213/2346] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:34:40 2026] PUT /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 554 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2347] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:40 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:34:40.917 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-998fea6e-44ec-4d8b-8c2a-d2ca5ae67978'] response: {'name': 'network-changed', 'server_uuid': '135ef25e-2078-451b-835c-d62bf4dcec94', 'tag': '5f17b374-f669-480c-9c03-247d53127c89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1214/2348] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2349] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2350] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5f17b374-f669-480c-9c03-247d53127c89 => 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: 1136/2351] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/subnets?id=b907de21-59b7-4c15-98d7-d4e84729fbd6 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2352] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/ports?network_id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2353] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1217/2354] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1138/2355] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2356] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:41 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2357] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:42 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2358] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:42 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2359] 10.0.0.1 () {34 vars in 683 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-groups => generated 1675 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2360] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2361] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2362] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2363] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:44.777 7 INFO neutron.db.securitygroups_db [None req-fd395e84-099e-4493-9f70-860ed664db63 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Project fcb2962fa04e4bdcb8546b790b468683 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: 1222/2364] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:44.914 8 INFO neutron.db.securitygroups_db [None req-f81a2ccb-673d-44b4-8aa1-db01f7005fc9 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Project fcb2962fa04e4bdcb8546b790b468683 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: 1143/2365] 10.0.0.1 () {34 vars in 693 bytes} [Tue Aug 11 09:34:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2366] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/networks => generated 1297 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2367] 10.0.0.181 () {34 vars in 1098 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-762934259&fields=id&tenant_id=fcb2962fa04e4bdcb8546b790b468683 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2368] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2369] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/quotas/fcb2962fa04e4bdcb8546b790b468683 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2370] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&fields=id => generated 149 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2371] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1226/2372] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1147/2373] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1227/2374] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:47 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1148/2375] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:47 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => 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: 1228/2376] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:47 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2377] 10.0.0.1 () {32 vars in 816 bytes} [Tue Aug 11 09:34:47 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&mac_address=fa%3A16%3A3e%3Aaa%3A0b%3A08 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:48.081 7 INFO neutron.db.l3_db [None req-db9f1796-fde3-4211-b9c6-a9c0447d0562 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Floating IP c227e478-6c5f-493d-96a2-c93dea639147 associated. External IP: 10.96.250.204, port: 8dc4416d-5407-4465-81e5-e8f00b045937. [pid: 8|app: 0|req: 1150/2378] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:48 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1229/2379] 10.0.0.1 () {34 vars in 675 bytes} [Tue Aug 11 09:34:47 2026] POST /v2.0/floatingips => generated 855 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:48.462 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a61f64ca-d5bd-4f53-acfa-521b3365f636'] response: {'name': 'network-changed', 'server_uuid': '8b44a45f-8d65-4445-8772-bad4e189f204', 'tag': '8dc4416d-5407-4465-81e5-e8f00b045937', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1151/2380] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:48 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2381] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2382] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.227&port_id=8dc4416d-5407-4465-81e5-e8f00b045937 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2383] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A7d&port_id=8dc4416d-5407-4465-81e5-e8f00b045937 => 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: 1153/2384] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/subnets?id=3d00fada-d63a-4117-aa7b-27e5e1043e8b&id=4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2385] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&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: 1154/2386] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&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: 1233/2387] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1155/2388] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2389] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1156/2390] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:34:50 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2391] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:34:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fcb2962fa04e4bdcb8546b790b468683 => generated 273 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2392] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:50 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1157/2393] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:34:50 2026] POST /v2.0/ports => generated 954 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2394] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:34:50 2026] PUT /v2.0/ports/089af83a-051f-4564-bfc0-48b9da40caee => generated 1235 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:51.146 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37d2f36f-9b6b-48d7-b9bc-30fb232661c4'] response: {'name': 'network-changed', 'server_uuid': '22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846', 'tag': '089af83a-051f-4564-bfc0-48b9da40caee', '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: 1159/2397] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:51 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 969 bytes in 42 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: 1239/2398] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:51 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2399] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:51 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2400] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:34:51 2026] GET /v2.0/networks?tenant_id=fcb2962fa04e4bdcb8546b790b468683&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2401] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:34:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2402] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2403] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2404] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2405] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=089af83a-051f-4564-bfc0-48b9da40caee => 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: 1243/2406] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/subnets?id=b907de21-59b7-4c15-98d7-d4e84729fbd6 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2407] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/ports?network_id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2408] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:34:52 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2409] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?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: 1245/2410] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1166/2411] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2412] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:54 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2413] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&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: 1247/2414] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2415] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2416] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:56 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2417] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:56 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&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: 1249/2418] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:57 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2419] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:57 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2420] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2421] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2422] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1172/2423] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&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: 1252/2424] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:59.124 8 INFO neutron.db.l3_db [None req-bb006842-ef5f-4b59-83d8-247da287729d 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Floating IP 179c2154-a9c5-45fd-a189-57ad165f9dcf associated. External IP: 10.96.250.210, port: 089af83a-051f-4564-bfc0-48b9da40caee. [pid: 8|app: 0|req: 1173/2425] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:34:58 2026] PUT /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 855 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:34:59.526 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d19996c9-ea8b-47ec-9dfe-aec650f28c55'] response: {'name': 'network-changed', 'server_uuid': '22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846', 'tag': '089af83a-051f-4564-bfc0-48b9da40caee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1253/2426] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2427] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/ports?tenant_id=fcb2962fa04e4bdcb8546b790b468683&device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2428] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/networks?id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 756 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2429] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=089af83a-051f-4564-bfc0-48b9da40caee => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2430] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/subnets?id=b907de21-59b7-4c15-98d7-d4e84729fbd6 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2431] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/ports?network_id=c361c5a0-eea3-493f-bfd6-4ec2e93c6e91&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2432] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2433] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2434] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 855 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2435] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:35:01 2026] GET /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 857 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2438] 10.0.0.89 () {34 vars in 989 bytes} [Tue Aug 11 09:35:10 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2439] 10.0.0.89 () {34 vars in 1039 bytes} [Tue Aug 11 09:35:10 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&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: 1260/2440] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:35:10 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2441] 10.0.0.64 () {30 vars in 689 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2442] 10.0.0.64 () {30 vars in 691 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2443] 10.0.0.64 () {30 vars in 667 bytes} [Tue Aug 11 09:35:12 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: 1262/2444] 10.0.0.64 () {30 vars in 703 bytes} [Tue Aug 11 09:35:12 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: 1183/2445] 10.0.0.64 () {28 vars in 438 bytes} [Tue Aug 11 09:35:12 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: 1263/2446] 10.0.0.64 () {30 vars in 727 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 658 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2447] 10.0.0.64 () {30 vars in 689 bytes} [Tue Aug 11 09:35:12 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: 1264/2448] 10.0.0.64 () {30 vars in 691 bytes} [Tue Aug 11 09:35: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: 8|app: 0|req: 1185/2449] 10.0.0.64 () {30 vars in 667 bytes} [Tue Aug 11 09:35: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: 1265/2450] 10.0.0.64 () {30 vars in 703 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2451] 10.0.0.64 () {30 vars in 727 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2452] 10.0.0.64 () {30 vars in 689 bytes} [Tue Aug 11 09:35:12 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: 1187/2453] 10.0.0.64 () {30 vars in 691 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2454] 10.0.0.64 () {30 vars in 667 bytes} [Tue Aug 11 09:35:12 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: 1188/2455] 10.0.0.64 () {30 vars in 703 bytes} [Tue Aug 11 09:35:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2456] 10.0.0.64 () {30 vars in 729 bytes} [Tue Aug 11 09:35:13 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2457] 10.0.0.64 () {30 vars in 681 bytes} [Tue Aug 11 09:35:13 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2458] 10.0.0.64 () {34 vars in 703 bytes} [Tue Aug 11 09:35:13 2026] POST /v2.0/ports => generated 1128 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2459] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 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: 1270/2460] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2461] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2462] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:35:16 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: 1192/2463] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2464] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:35:16 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: 1193/2465] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2466] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2467] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:16.487 7 INFO neutron.api.v2.resource [None req-40eddd4a-06ee-43dc-8e0f-74b9bcd5a3d6 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2468] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/security-groups/lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2469] 199.19.213.202 () {30 vars in 785 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/security-groups?name=lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2470] 199.19.213.202 () {34 vars in 736 bytes} [Tue Aug 11 09:35:16 2026] POST /v2.0/security-groups => generated 1638 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2471] 199.19.213.202 () {30 vars in 815 bytes} [Tue Aug 11 09:35:16 2026] GET /v2.0/security-group-rules?security_group_id=33f26c1f-9bac-4444-9c04-7b6ef7307c36 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2472] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:35:16 2026] PUT /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2473] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1277/2474] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:35:17 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: 1198/2475] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:35:17 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: 1278/2476] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:35:17 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: 1199/2477] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2478] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:19 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2479] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:20 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2480] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2481] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2484] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:35:22 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2485] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:22 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2486] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:22 2026] GET /v2.0/security-groups?id=4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:22.545 8 INFO neutron_taas.services.taas.taas_plugin [req-ac9d296b-ab52-42be-9706-d181a27a78b0 req-4b65f722-a4f8-4d06-91f0-0cd8bc16d72e 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] TaaS: Handle Delete Port: 089af83a-051f-4564-bfc0-48b9da40caee 2026-08-11 09:35:22.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ac9d296b-ab52-42be-9706-d181a27a78b0 req-4b65f722-a4f8-4d06-91f0-0cd8bc16d72e 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Tap Mirror: Handle Delete Port: 089af83a-051f-4564-bfc0-48b9da40caee 2026-08-11 09:35:22.672 8 INFO neutron.db.l3_db [req-ac9d296b-ab52-42be-9706-d181a27a78b0 req-4b65f722-a4f8-4d06-91f0-0cd8bc16d72e 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Floating IP 179c2154-a9c5-45fd-a189-57ad165f9dcf disassociated. External IP: 10.96.250.210, port: 089af83a-051f-4564-bfc0-48b9da40caee. [pid: 8|app: 0|req: 1204/2487] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:35:22 2026] DELETE /v2.0/ports/089af83a-051f-4564-bfc0-48b9da40caee => generated 0 bytes in 658 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:23.126 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d11c6a27-7d71-4b59-935e-74f6e7e784a0'] response: {'server_uuid': '22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846', 'name': 'network-vif-deleted', 'tag': '089af83a-051f-4564-bfc0-48b9da40caee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1284/2488] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1205/2489] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1285/2490] 10.0.0.181 () {34 vars in 1016 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/security-groups?id=1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2491] 10.0.0.181 () {34 vars in 982 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/networks?id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2492] 10.0.0.181 () {34 vars in 965 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/quotas/a463e4225dd94d9eb97ebe887b7e166f => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2493] 10.0.0.181 () {34 vars in 1002 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2494] 10.0.0.181 () {34 vars in 1008 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2495] 10.0.0.181 () {34 vars in 1108 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2496] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1209/2497] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1289/2498] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/ports?device_id=22ab2bc0-d1d7-4826-a90a-9f0dc6f1d846 => 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: 1210/2499] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:26 2026] DELETE /v2.0/security-groups/4c2c9b96-79a1-4fd0-bfac-d6a0c422cb7f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:27.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-d853258e-2a8a-4b6f-b86b-548e566d8643 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] TaaS: Handle Delete Port: 401b68a6-e0e4-4645-b285-c6fabb7cd329 2026-08-11 09:35:27.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d853258e-2a8a-4b6f-b86b-548e566d8643 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Tap Mirror: Handle Delete Port: 401b68a6-e0e4-4645-b285-c6fabb7cd329 [pid: 7|app: 0|req: 1290/2500] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:35:26 2026] DELETE /v2.0/floatingips/179c2154-a9c5-45fd-a189-57ad165f9dcf => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2501] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2502] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1212/2503] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1292/2504] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1213/2505] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2506] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/security-groups?id=951fe0c2-aeaa-4872-86dd-c62de3ff4918&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: 1214/2507] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:35:29 2026] GET /v2.0/networks?id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2508] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:35:29 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2509] 199.19.213.202 () {34 vars in 1050 bytes} [Tue Aug 11 09:35:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a463e4225dd94d9eb97ebe887b7e166f => generated 343 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:30.000 8 INFO neutron_taas.services.taas.taas_plugin [req-eff393b8-a1fc-49a6-94e6-02a1e2ade35a req-9b4ee3e7-903a-4006-af87-57477dab9f1a 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] TaaS: Handle Delete Port: 5f17b374-f669-480c-9c03-247d53127c89 2026-08-11 09:35:30.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eff393b8-a1fc-49a6-94e6-02a1e2ade35a req-9b4ee3e7-903a-4006-af87-57477dab9f1a 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Tap Mirror: Handle Delete Port: 5f17b374-f669-480c-9c03-247d53127c89 [pid: 8|app: 0|req: 1216/2510] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:35:29 2026] DELETE /v2.0/ports/5f17b374-f669-480c-9c03-247d53127c89 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2511] 199.19.213.202 () {38 vars in 955 bytes} [Tue Aug 11 09:35:29 2026] POST /v2.0/ports => generated 1078 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2512] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:30 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => generated 12 bytes in 23 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-08-11 09:35:30.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7622712-9fa0-4e13-9bd4-f606f4353405'] response: {'server_uuid': '135ef25e-2078-451b-835c-d62bf4dcec94', 'name': 'network-vif-deleted', 'tag': '5f17b374-f669-480c-9c03-247d53127c89', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1296/2513] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:30 2026] PUT /v2.0/ports/aec5993b-a235-457a-86b7-a539a9e23f9f => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:30.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd9dd2ca-dfb6-488d-be34-0fad1fb14a42'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'aec5993b-a235-457a-86b7-a539a9e23f9f', '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: 1297/2514] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => 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: 1218/2515] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2516] 199.19.213.202 () {34 vars in 1018 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/networks?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2517] 199.19.213.202 () {34 vars in 930 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2518] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1220/2519] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/security-groups?id=1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9&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: 7|app: 0|req: 1300/2520] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2521] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/ports?device_id=135ef25e-2078-451b-835c-d62bf4dcec94 => 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: 1301/2522] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2523] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => 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: 1302/2524] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2525] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2526] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1224/2527] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1304/2528] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:33 2026] DELETE /v2.0/security-groups/951fe0c2-aeaa-4872-86dd-c62de3ff4918 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:33.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-6534be55-e25f-4f40-ad57-b6f498c7a1e2 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] TaaS: Handle Delete Port: 43038e35-7282-4320-98af-f38d0cc5a18c 2026-08-11 09:35:33.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6534be55-e25f-4f40-ad57-b6f498c7a1e2 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Tap Mirror: Handle Delete Port: 43038e35-7282-4320-98af-f38d0cc5a18c [pid: 7|app: 0|req: 1305/2529] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2530] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/security-groups?id=1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9&fields=id&fields=name => generated 96 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2531] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:35:33 2026] PUT /v2.0/routers/81fba72f-9cf1-4e12-b8fd-8aa3412f894c/remove_router_interface => generated 309 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2532] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2533] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/subnets/b907de21-59b7-4c15-98d7-d4e84729fbd6 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:35.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a97b20a-e259-40d8-ac69-f785ce75962b 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] TaaS: Handle Delete Port: 1d906688-5182-4d34-8a25-b47ae775b8a5 2026-08-11 09:35:35.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a97b20a-e259-40d8-ac69-f785ce75962b 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Tap Mirror: Handle Delete Port: 1d906688-5182-4d34-8a25-b47ae775b8a5 2026-08-11 09:35:35.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a97b20a-e259-40d8-ac69-f785ce75962b 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] TaaS: Handle Delete Port: b4d7fbd9-6ee1-4660-aa75-32a8ca24a724 2026-08-11 09:35:35.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a97b20a-e259-40d8-ac69-f785ce75962b 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] Tap Mirror: Handle Delete Port: b4d7fbd9-6ee1-4660-aa75-32a8ca24a724 2026-08-11 09:35:35.703 8 INFO neutron.db.l3_hamode_db [None req-4a97b20a-e259-40d8-ac69-f785ce75962b 7d6f4b0849a54620ace1333ed261a216 fcb2962fa04e4bdcb8546b790b468683 - - default default] HA network e9957ae4-2f98-4df4-8292-e63624d6d8ec was deleted as no HA routers are present in tenant fcb2962fa04e4bdcb8546b790b468683. [pid: 8|app: 0|req: 1227/2534] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/routers/81fba72f-9cf1-4e12-b8fd-8aa3412f894c => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:35.747 8 INFO neutron.services.segments.plugin [-] Segment 1937de4c-0483-4f7a-980d-69178ca6fba0 resource provider aggregate not found 2026-08-11 09:35:35.753 8 INFO neutron.services.segments.plugin [-] Segment 1937de4c-0483-4f7a-980d-69178ca6fba0 resource provider aggregate not found 2026-08-11 09:35:35.769 8 INFO neutron.services.segments.plugin [-] Segment 1937de4c-0483-4f7a-980d-69178ca6fba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1937de4c-0483-4f7a-980d-69178ca6fba0 found for delete ", "request_id": "req-7647c82c-a9c7-4936-ba06-6639ee675b64"}]} 2026-08-11 09:35:35.771 8 INFO neutron.services.segments.plugin [-] Segment 1937de4c-0483-4f7a-980d-69178ca6fba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1937de4c-0483-4f7a-980d-69178ca6fba0 found for delete ", "request_id": "req-88d78145-53fe-4038-8c69-8139dc80014a"}]} 2026-08-11 09:35:35.887 7 INFO neutron.services.segments.plugin [-] Segment 8789b937-9d6c-42a9-91f3-65c9eebb1d3f resource provider aggregate not found 2026-08-11 09:35:35.893 7 INFO neutron.services.segments.plugin [-] Segment 8789b937-9d6c-42a9-91f3-65c9eebb1d3f resource provider aggregate not found [pid: 7|app: 0|req: 1308/2535] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:35:35 2026] DELETE /v2.0/networks/c361c5a0-eea3-493f-bfd6-4ec2e93c6e91 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:35.912 7 INFO neutron.services.segments.plugin [-] Segment 8789b937-9d6c-42a9-91f3-65c9eebb1d3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8789b937-9d6c-42a9-91f3-65c9eebb1d3f found for delete ", "request_id": "req-ffcab7fa-3e64-4b41-b4bb-e9c934052acd"}]} 2026-08-11 09:35:35.914 7 INFO neutron.services.segments.plugin [-] Segment 8789b937-9d6c-42a9-91f3-65c9eebb1d3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8789b937-9d6c-42a9-91f3-65c9eebb1d3f found for delete ", "request_id": "req-8f5e4f5b-b9b8-4feb-b9df-b97da962e5da"}]} [pid: 7|app: 0|req: 1310/2538] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/security-groups?tenant_id=fcb2962fa04e4bdcb8546b790b468683&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2539] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2540] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:36 2026] DELETE /v2.0/security-groups/7e1d1ec2-78fd-411e-94a0-7a1bff4940a5 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2541] 199.19.213.202 () {34 vars in 1044 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/security-groups?id=1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2542] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/security-groups?tenant_id=6524d1c72d654c06a4a40ec4c41348fc&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2543] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:36 2026] DELETE /v2.0/security-groups/6c8b54d4-8cfb-4daf-af06-7401628bed8e => 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: 1231/2544] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2545] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/security-groups?id=1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2546] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2547] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:40 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2548] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:40 2026] GET /v2.0/security-groups?id=1b8bb9a7-4159-4e2d-b7c0-4908270e7ff9&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2549] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:35:40 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1234/2550] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:35:41 2026] POST /v2.0/floatingips => generated 552 bytes in 856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2551] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:35:42 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2552] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:35:42 2026] POST /v2.0/floatingips => generated 552 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2553] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:35:43 2026] POST /v2.0/floatingips => generated 552 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2554] 10.0.0.1 () {34 vars in 674 bytes} [Tue Aug 11 09:35:44 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2555] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:35:44 2026] PUT /v2.0/floatingips/bfd0abd7-21e4-434f-bed4-b62c7d6a5b82/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2556] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:35:44 2026] PUT /v2.0/floatingips/a55c92c3-d2c0-493d-b6de-b72f2095852a/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2557] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:35:44 2026] PUT /v2.0/floatingips/2ddbcf42-ee3f-41dd-bb20-f72c6fe3436c/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2558] 10.0.0.1 () {34 vars in 757 bytes} [Tue Aug 11 09:35:44 2026] PUT /v2.0/floatingips/e240f7ef-dc80-4f38-8646-59ad4ace065e/tags => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2559] 10.0.0.1 () {32 vars in 670 bytes} [Tue Aug 11 09:35:44 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2560] 10.0.0.1 () {32 vars in 684 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2561] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2562] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2563] 10.0.0.1 () {32 vars in 678 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2564] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2565] 10.0.0.1 () {32 vars in 688 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2566] 10.0.0.1 () {32 vars in 700 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:45.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-42659694-ee7a-4a80-8b8e-9ae08eea4c2a ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] TaaS: Handle Delete Port: f7051820-a76a-4863-a8a1-b803baf5f6b0 2026-08-11 09:35:45.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42659694-ee7a-4a80-8b8e-9ae08eea4c2a ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] Tap Mirror: Handle Delete Port: f7051820-a76a-4863-a8a1-b803baf5f6b0 [pid: 7|app: 0|req: 1325/2567] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:35:45 2026] DELETE /v2.0/floatingips/bfd0abd7-21e4-434f-bed4-b62c7d6a5b82 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:45.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a514d58-baee-425f-81a6-311b930adee5 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] TaaS: Handle Delete Port: d626a754-2b94-4481-a75e-3a88e15a8217 2026-08-11 09:35:45.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a514d58-baee-425f-81a6-311b930adee5 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] Tap Mirror: Handle Delete Port: d626a754-2b94-4481-a75e-3a88e15a8217 [pid: 8|app: 0|req: 1243/2568] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:35:45 2026] DELETE /v2.0/floatingips/a55c92c3-d2c0-493d-b6de-b72f2095852a => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:46.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f53585a-02f2-4d48-a3ce-440ceed315a1 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] TaaS: Handle Delete Port: 7418091e-1df9-482b-bcbd-28bbd3602497 2026-08-11 09:35:46.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f53585a-02f2-4d48-a3ce-440ceed315a1 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] Tap Mirror: Handle Delete Port: 7418091e-1df9-482b-bcbd-28bbd3602497 [pid: 7|app: 0|req: 1326/2569] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/floatingips/2ddbcf42-ee3f-41dd-bb20-f72c6fe3436c => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:46.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-190ff5aa-5d36-4326-9af4-a57745f6ca76 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] TaaS: Handle Delete Port: 55966744-7170-469b-86ec-613786b9860d 2026-08-11 09:35:46.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-190ff5aa-5d36-4326-9af4-a57745f6ca76 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] Tap Mirror: Handle Delete Port: 55966744-7170-469b-86ec-613786b9860d [pid: 8|app: 0|req: 1244/2570] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/floatingips/e240f7ef-dc80-4f38-8646-59ad4ace065e => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:46.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-20d400e0-a017-4b13-b0c3-2baf93762d90 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] TaaS: Handle Delete Port: 147df093-7284-4a58-a9b6-596c1eb85f18 2026-08-11 09:35:46.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20d400e0-a017-4b13-b0c3-2baf93762d90 ab3cff2fe1a84f48b1e544d0558a7c86 cc552ee95a0c407aa16ed34d24287e50 - - default default] Tap Mirror: Handle Delete Port: 147df093-7284-4a58-a9b6-596c1eb85f18 [pid: 7|app: 0|req: 1327/2571] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/floatingips/e9ff0ab7-ad3a-4ee8-b57f-bd9fa279aa22 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2572] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:35:47 2026] GET /v2.0/security-groups?tenant_id=db6dee9f45e844359d285ed6aa107ce2&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2573] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:48 2026] DELETE /v2.0/security-groups/3b115d35-ca27-429e-bd37-e3a795391eb6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2574] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:35:48 2026] GET /v2.0/security-groups?tenant_id=cc552ee95a0c407aa16ed34d24287e50&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2575] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:48 2026] DELETE /v2.0/security-groups/ca244eea-c109-4421-8e75-846b86e1ee5c => 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: 1247/2576] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:35:48 2026] GET /v2.0/security-groups?tenant_id=76421edb9bbd45d1900fae7de5b7139c&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2577] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:35:49 2026] DELETE /v2.0/security-groups/a0a768e1-73f8-4cc4-b88c-54cbc54bcece => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:53.962 8 INFO neutron.db.segments_db [None req-3d98ef07-28f5-4181-ae47-6ec3c6b32054 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Added segment bdc15bb2-a2af-403d-b36c-a2bceb099a9a of type vxlan for network 3af49b97-1647-45a8-8bb0-085b1bec7129 [pid: 8|app: 0|req: 1249/2580] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:35:53 2026] POST /v2.0/networks => generated 612 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2581] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:35:54 2026] POST /v2.0/ports => generated 743 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:54.465 8 INFO neutron.db.segments_db [None req-ef5a46d4-0257-4aff-ac37-ca7e3cd36a34 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Added segment d694dd97-dee1-4e52-83a6-8693905d13f0 of type vxlan for network d917a626-58fe-49b8-8153-b7cd0b2ce45a [pid: 8|app: 0|req: 1250/2582] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:35:54 2026] POST /v2.0/networks => generated 612 bytes in 178 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: 1333/2583] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:35:54 2026] POST /v2.0/ports => generated 743 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:55.072 8 INFO neutron.db.segments_db [None req-246bb74b-22f2-4128-9cfb-157c892db6c7 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Added segment c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 of type vxlan for network 73439218-7978-41e3-81e0-955966eeef82 [pid: 8|app: 0|req: 1251/2584] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:35:54 2026] POST /v2.0/networks => generated 613 bytes in 206 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: 1334/2585] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:35:55 2026] POST /v2.0/ports => generated 743 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:55.636 8 INFO neutron.db.segments_db [None req-9759eeab-0720-440e-81df-fc65371c36c2 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Added segment bbbb725f-52ea-40e0-bc41-86a37cc90f04 of type vxlan for network 6a22430f-f7f9-41dc-809f-06aaab4ccd1a [pid: 8|app: 0|req: 1252/2586] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:35:55 2026] POST /v2.0/networks => generated 613 bytes in 145 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: 1335/2587] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:35:55 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:56.090 8 INFO neutron.db.segments_db [None req-aacef809-b40d-4cc9-8b97-b35774d2de0f eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Added segment fe5270d5-dcdd-42f2-803d-ab81359e2c6f of type vxlan for network eb856278-c3a0-4f22-ae40-2f4bc88ffa50 [pid: 8|app: 0|req: 1253/2588] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:35:56 2026] POST /v2.0/networks => generated 609 bytes in 149 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: 1336/2589] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:35:56 2026] POST /v2.0/ports => generated 743 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2590] 10.0.0.1 () {34 vars in 745 bytes} [Tue Aug 11 09:35:56 2026] PUT /v2.0/ports/ec448740-cf63-4b1b-9ef0-2fa3c12640cb/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1337/2591] 10.0.0.1 () {34 vars in 745 bytes} [Tue Aug 11 09:35:56 2026] PUT /v2.0/ports/9ef890a7-dd97-49e4-ad6d-70f2c0ce764c/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1255/2592] 10.0.0.1 () {34 vars in 745 bytes} [Tue Aug 11 09:35:56 2026] PUT /v2.0/ports/60584263-a564-4cad-8e6d-97524756d45f/tags => generated 34 bytes in 101 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: 1338/2593] 10.0.0.1 () {34 vars in 745 bytes} [Tue Aug 11 09:35:56 2026] PUT /v2.0/ports/b29d3bf9-4fa1-4ecf-ba41-3c9569623080/tags => generated 19 bytes in 82 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: 1256/2594] 10.0.0.1 () {32 vars in 658 bytes} [Tue Aug 11 09:35:56 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 170 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: 1339/2595] 10.0.0.1 () {32 vars in 672 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2596] 10.0.0.1 () {32 vars in 668 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2597] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2598] 10.0.0.1 () {32 vars in 666 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2599] 10.0.0.1 () {32 vars in 680 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2600] 10.0.0.1 () {32 vars in 676 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2601] 10.0.0.1 () {32 vars in 688 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:57.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-aeb98cbe-8c44-4d24-92ee-2010abdda20a eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] TaaS: Handle Delete Port: ec448740-cf63-4b1b-9ef0-2fa3c12640cb 2026-08-11 09:35:57.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeb98cbe-8c44-4d24-92ee-2010abdda20a eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Tap Mirror: Handle Delete Port: ec448740-cf63-4b1b-9ef0-2fa3c12640cb [pid: 8|app: 0|req: 1260/2602] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:35:57 2026] DELETE /v2.0/ports/ec448740-cf63-4b1b-9ef0-2fa3c12640cb => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:57.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-59eed45e-3955-4d3e-9f7d-3e83ead33e2c eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] TaaS: Handle Delete Port: 9ef890a7-dd97-49e4-ad6d-70f2c0ce764c 2026-08-11 09:35:57.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59eed45e-3955-4d3e-9f7d-3e83ead33e2c eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Tap Mirror: Handle Delete Port: 9ef890a7-dd97-49e4-ad6d-70f2c0ce764c [pid: 7|app: 0|req: 1343/2603] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:35:57 2026] DELETE /v2.0/ports/9ef890a7-dd97-49e4-ad6d-70f2c0ce764c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:58.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d79039e-f9b9-4d0f-8e2c-0c373aba40a4 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] TaaS: Handle Delete Port: 60584263-a564-4cad-8e6d-97524756d45f 2026-08-11 09:35:58.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d79039e-f9b9-4d0f-8e2c-0c373aba40a4 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Tap Mirror: Handle Delete Port: 60584263-a564-4cad-8e6d-97524756d45f [pid: 8|app: 0|req: 1261/2604] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:35:58 2026] DELETE /v2.0/ports/60584263-a564-4cad-8e6d-97524756d45f => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:58.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-88def112-b86f-4d65-9f33-65c25d7b07e2 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] TaaS: Handle Delete Port: b29d3bf9-4fa1-4ecf-ba41-3c9569623080 2026-08-11 09:35:58.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88def112-b86f-4d65-9f33-65c25d7b07e2 eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Tap Mirror: Handle Delete Port: b29d3bf9-4fa1-4ecf-ba41-3c9569623080 [pid: 7|app: 0|req: 1344/2605] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:35:58 2026] DELETE /v2.0/ports/b29d3bf9-4fa1-4ecf-ba41-3c9569623080 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:58.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-f79093fa-1fc6-4e40-bedd-b050a2b195ed eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] TaaS: Handle Delete Port: fe4e5c4b-2379-4f1d-b5ed-0a6070447abd 2026-08-11 09:35:58.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f79093fa-1fc6-4e40-bedd-b050a2b195ed eaad0c5b4a824b0f9dcaf1898673133a 153f3fd5c1864c468de81851194ad6ce - - default default] Tap Mirror: Handle Delete Port: fe4e5c4b-2379-4f1d-b5ed-0a6070447abd [pid: 8|app: 0|req: 1262/2606] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:35:58 2026] DELETE /v2.0/ports/fe4e5c4b-2379-4f1d-b5ed-0a6070447abd => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:58.797 7 INFO neutron.services.segments.plugin [-] Segment bdc15bb2-a2af-403d-b36c-a2bceb099a9a resource provider aggregate not found 2026-08-11 09:35:58.804 7 INFO neutron.services.segments.plugin [-] Segment bdc15bb2-a2af-403d-b36c-a2bceb099a9a resource provider aggregate not found 2026-08-11 09:35:58.824 7 INFO neutron.services.segments.plugin [-] Segment bdc15bb2-a2af-403d-b36c-a2bceb099a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdc15bb2-a2af-403d-b36c-a2bceb099a9a found for delete ", "request_id": "req-308d85d5-984d-458c-b32f-9ae344e9767c"}]} 2026-08-11 09:35:58.824 7 INFO neutron.services.segments.plugin [-] Segment bdc15bb2-a2af-403d-b36c-a2bceb099a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdc15bb2-a2af-403d-b36c-a2bceb099a9a found for delete ", "request_id": "req-e3c2047d-5827-4f2e-9b12-57120effa485"}]} [pid: 7|app: 0|req: 1345/2607] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:35:58 2026] DELETE /v2.0/networks/3af49b97-1647-45a8-8bb0-085b1bec7129 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:58.948 8 INFO neutron.services.segments.plugin [-] Segment d694dd97-dee1-4e52-83a6-8693905d13f0 resource provider aggregate not found 2026-08-11 09:35:58.956 8 INFO neutron.services.segments.plugin [-] Segment d694dd97-dee1-4e52-83a6-8693905d13f0 resource provider aggregate not found 2026-08-11 09:35:58.972 8 INFO neutron.services.segments.plugin [-] Segment d694dd97-dee1-4e52-83a6-8693905d13f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d694dd97-dee1-4e52-83a6-8693905d13f0 found for delete ", "request_id": "req-cc988c41-4638-400e-9be3-33fc336d0dfa"}]} [pid: 8|app: 0|req: 1263/2608] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:35:58 2026] DELETE /v2.0/networks/d917a626-58fe-49b8-8153-b7cd0b2ce45a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:58.979 8 INFO neutron.services.segments.plugin [-] Segment d694dd97-dee1-4e52-83a6-8693905d13f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d694dd97-dee1-4e52-83a6-8693905d13f0 found for delete ", "request_id": "req-072a2215-a573-4f5e-b3d3-00fbe315c9a7"}]} [pid: 7|app: 0|req: 1346/2609] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:35:58 2026] DELETE /v2.0/networks/73439218-7978-41e3-81e0-955966eeef82 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2610] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:35:59 2026] DELETE /v2.0/networks/6a22430f-f7f9-41dc-809f-06aaab4ccd1a => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2611] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:35:59 2026] DELETE /v2.0/networks/eb856278-c3a0-4f22-ae40-2f4bc88ffa50 => 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: 1265/2612] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:00 2026] GET /v2.0/security-groups?tenant_id=37a29187aee64ef18ccb89648c147341&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2613] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:00 2026] DELETE /v2.0/security-groups/89097fec-7794-41b2-8828-d25ff6ab38be => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:00.842 7 INFO neutron.services.segments.plugin [-] Segment c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 resource provider aggregate not found 2026-08-11 09:36:00.848 7 INFO neutron.services.segments.plugin [-] Segment c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 resource provider aggregate not found 2026-08-11 09:36:00.861 7 INFO neutron.services.segments.plugin [-] Segment c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 found for delete ", "request_id": "req-c8347a37-bdc2-4659-9776-499fac8d0515"}]} 2026-08-11 09:36:00.865 7 INFO neutron.services.segments.plugin [-] Segment c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9180ec6-fd8a-4cb9-acff-f93e853e7dd0 found for delete ", "request_id": "req-7b13d1cb-2ce8-4ad1-ae1a-62cc8d65cff0"}]} 2026-08-11 09:36:00.880 7 INFO neutron.services.segments.plugin [-] Segment fe5270d5-dcdd-42f2-803d-ab81359e2c6f resource provider aggregate not found 2026-08-11 09:36:00.889 7 INFO neutron.services.segments.plugin [-] Segment fe5270d5-dcdd-42f2-803d-ab81359e2c6f resource provider aggregate not found 2026-08-11 09:36:00.896 7 INFO neutron.services.segments.plugin [-] Segment fe5270d5-dcdd-42f2-803d-ab81359e2c6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5270d5-dcdd-42f2-803d-ab81359e2c6f found for delete ", "request_id": "req-5e588d2a-e519-4ae3-b618-17b99c2e1030"}]} 2026-08-11 09:36:00.907 7 INFO neutron.services.segments.plugin [-] Segment fe5270d5-dcdd-42f2-803d-ab81359e2c6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5270d5-dcdd-42f2-803d-ab81359e2c6f found for delete ", "request_id": "req-2ccb5162-aa28-4e6e-b0e4-2a7cc4d6c5c4"}]} [pid: 8|app: 0|req: 1266/2614] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:00 2026] GET /v2.0/security-groups?tenant_id=153f3fd5c1864c468de81851194ad6ce&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:00.995 8 INFO neutron.services.segments.plugin [-] Segment bbbb725f-52ea-40e0-bc41-86a37cc90f04 resource provider aggregate not found 2026-08-11 09:36:00.999 8 INFO neutron.services.segments.plugin [-] Segment bbbb725f-52ea-40e0-bc41-86a37cc90f04 resource provider aggregate not found 2026-08-11 09:36:01.015 8 INFO neutron.services.segments.plugin [-] Segment bbbb725f-52ea-40e0-bc41-86a37cc90f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbbb725f-52ea-40e0-bc41-86a37cc90f04 found for delete ", "request_id": "req-5269968f-eea1-485e-8d4d-732f7a4f0e77"}]} 2026-08-11 09:36:01.016 8 INFO neutron.services.segments.plugin [-] Segment bbbb725f-52ea-40e0-bc41-86a37cc90f04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbbb725f-52ea-40e0-bc41-86a37cc90f04 found for delete ", "request_id": "req-af4dfbfb-8989-482b-8f12-afd015559c05"}]} [pid: 7|app: 0|req: 1349/2615] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:00 2026] DELETE /v2.0/security-groups/5260e07b-42cb-480e-b1b0-9734b8faebdd => 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: 1267/2616] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:01 2026] GET /v2.0/security-groups?tenant_id=76cd8027ac4a48ef9ed01155ac144f6b&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2617] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:01 2026] DELETE /v2.0/security-groups/a2b32ef8-5ec4-4493-acd3-7d78665f0222 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2618] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:36:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2619] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:36:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2620] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:36:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2623] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:36:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2624] 10.0.0.1 () {34 vars in 682 bytes} [Tue Aug 11 09:36:06 2026] POST /v2.0/security-groups => generated 1603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2625] 10.0.0.1 () {34 vars in 765 bytes} [Tue Aug 11 09:36:06 2026] PUT /v2.0/security-groups/39c141e3-9ce9-41b4-846d-563ec179f0b4/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2626] 10.0.0.1 () {34 vars in 765 bytes} [Tue Aug 11 09:36:06 2026] PUT /v2.0/security-groups/f2963a27-3a25-4b71-bf5f-84e9a80877e2/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2627] 10.0.0.1 () {34 vars in 765 bytes} [Tue Aug 11 09:36:06 2026] PUT /v2.0/security-groups/b5864d6b-9e8f-4952-8ab5-50547c07cfea/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2628] 10.0.0.1 () {34 vars in 765 bytes} [Tue Aug 11 09:36:06 2026] PUT /v2.0/security-groups/abad5785-64a5-4556-9905-50078814dce6/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2629] 10.0.0.1 () {32 vars in 678 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2630] 10.0.0.1 () {32 vars in 692 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2631] 10.0.0.1 () {32 vars in 688 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2632] 10.0.0.1 () {32 vars in 700 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2633] 10.0.0.1 () {32 vars in 686 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2634] 10.0.0.1 () {32 vars in 700 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2635] 10.0.0.1 () {32 vars in 696 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2636] 10.0.0.1 () {32 vars in 708 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2637] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/security-groups/39c141e3-9ce9-41b4-846d-563ec179f0b4 => 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: 1279/2638] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/security-groups/f2963a27-3a25-4b71-bf5f-84e9a80877e2 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2639] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:08 2026] DELETE /v2.0/security-groups/b5864d6b-9e8f-4952-8ab5-50547c07cfea => 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: 1280/2640] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:08 2026] DELETE /v2.0/security-groups/abad5785-64a5-4556-9905-50078814dce6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2641] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:08 2026] DELETE /v2.0/security-groups/006c51ec-b896-4938-8533-b69a543b9392 => 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: 1281/2642] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:09 2026] GET /v2.0/security-groups?tenant_id=de55e517a4a744588f0c030262770948&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2643] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:09 2026] DELETE /v2.0/security-groups/e1083775-80f1-4329-b621-03da16de393d => 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: 1282/2644] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:10 2026] GET /v2.0/security-groups?tenant_id=5eda2854304e429e9e29535593fa549b&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: 1363/2645] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:10 2026] DELETE /v2.0/security-groups/9bc95f28-7489-45bf-ab62-9da6a9f69a3e => 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: 1283/2646] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:10 2026] GET /v2.0/security-groups?tenant_id=ec961a5f68fe4a2abe561565f49421b4&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2647] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:10 2026] DELETE /v2.0/security-groups/0ef097e8-dda2-4b84-80e6-8c16971ea4e1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:15.115 8 INFO neutron.db.segments_db [None req-a51cb89c-8c15-422c-9213-75b60dc36900 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Added segment 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a of type vxlan for network 65d0fcb6-0880-46f7-a8fd-ef03069a92bc [pid: 8|app: 0|req: 1284/2648] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:36:14 2026] POST /v2.0/networks => generated 613 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2649] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:36:15 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2650] 10.0.0.1 () {34 vars in 664 bytes} [Tue Aug 11 09:36:15 2026] POST /v2.0/trunks => generated 407 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:36:15.824 7 INFO neutron.db.segments_db [None req-3fa100c8-cf1d-40de-ad15-e6c8a4aa4247 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Added segment e87b5aa8-9111-43d8-a2e0-2dd696acc21f of type vxlan for network 72b2e5a3-89e6-47c7-b812-8ee9f30aaddc [pid: 7|app: 0|req: 1366/2651] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:36:15 2026] POST /v2.0/networks => generated 612 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2652] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:36:16 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: 1368/2653] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2654] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:36:16 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: 1370/2655] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:36:16 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: 1371/2656] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2657] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:36:15 2026] POST /v2.0/ports => generated 743 bytes in 311 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: 1372/2658] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => 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: 1287/2659] 10.0.0.1 () {34 vars in 664 bytes} [Tue Aug 11 09:36:16 2026] POST /v2.0/trunks => generated 407 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:16.501 8 INFO neutron.db.segments_db [None req-243b5190-62f5-4a9b-82a8-2d958afeb14d d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Added segment a6140901-84b2-4015-b262-87db36f80129 of type vxlan for network 8b1ee2b9-691a-482e-b4ea-241a8434d88c [pid: 8|app: 0|req: 1288/2660] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:36:16 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2661] 199.19.213.202 () {34 vars in 717 bytes} [Tue Aug 11 09:36:16 2026] POST /v2.0/ports => generated 1055 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2662] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2663] 10.0.0.181 () {34 vars in 907 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2664] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:36:16 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2665] 10.0.0.1 () {34 vars in 664 bytes} [Tue Aug 11 09:36:16 2026] POST /v2.0/trunks => generated 407 bytes in 173 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-08-11 09:36:17.109 8 INFO neutron.db.segments_db [None req-e2436dfe-51fa-4810-9e09-0ecc66edd238 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Added segment ac8ea1ef-40ec-4b86-82e5-bcab7f2941df of type vxlan for network fba15528-ea6a-43b0-9485-6004a44d9be4 [pid: 8|app: 0|req: 1290/2666] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:36:17 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2667] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:36:17 2026] POST /v2.0/ports => generated 743 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2668] 10.0.0.1 () {34 vars in 664 bytes} [Tue Aug 11 09:36:17 2026] POST /v2.0/trunks => generated 407 bytes in 146 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-08-11 09:36:17.839 7 INFO neutron.db.segments_db [None req-c8e12d98-c6fa-4a6f-a7b7-23c46bc9b7ce d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Added segment 1a78a50b-d9ed-468b-9605-7ec919ce83da of type vxlan for network f11471cd-f24b-4a66-8208-eacd8697fbb5 [pid: 8|app: 0|req: 1292/2669] 199.19.213.202 () {34 vars in 1262 bytes} [Tue Aug 11 09:36:17 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2670] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:17 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1378/2671] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:36:17 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2672] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:17 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1379/2673] 10.0.0.1 () {34 vars in 662 bytes} [Tue Aug 11 09:36:17 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) [pid: 8|app: 0|req: 1295/2674] 10.0.0.1 () {34 vars in 664 bytes} [Tue Aug 11 09:36:18 2026] POST /v2.0/trunks => generated 407 bytes in 194 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: 1380/2675] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:36:18 2026] PUT /v2.0/trunks/ed80fb53-395a-4236-981e-9b2d396d6476/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2676] 199.19.213.202 () {34 vars in 975 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2677] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:36:18 2026] PUT /v2.0/trunks/0a4c7168-88f7-4450-ac11-2c4e41a7da8c/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: 1297/2678] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:36:18 2026] PUT /v2.0/trunks/7c6c4d4e-832a-404c-a27e-28bed29b0b15/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2679] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/networks?id=e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2680] 10.0.0.1 () {34 vars in 747 bytes} [Tue Aug 11 09:36:18 2026] PUT /v2.0/trunks/17cca9fc-42f9-4479-95af-bf65ca4328d9/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2681] 10.0.0.1 () {32 vars in 660 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2682] 10.0.0.1 () {32 vars in 674 bytes} [Tue Aug 11 09:36:18 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: 8|app: 0|req: 1301/2683] 10.0.0.1 () {32 vars in 670 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2684] 10.0.0.1 () {32 vars in 682 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2685] 10.0.0.1 () {32 vars in 668 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2686] 10.0.0.1 () {32 vars in 682 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2687] 10.0.0.1 () {32 vars in 678 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2688] 10.0.0.1 () {32 vars in 690 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2689] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks/ed80fb53-395a-4236-981e-9b2d396d6476 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2690] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/ports/6fc33809-2ded-4dcc-82a9-29f1af48a8ec => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2691] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:36:18 2026] DELETE /v2.0/trunks/ed80fb53-395a-4236-981e-9b2d396d6476 => 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: 1310/2692] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/trunks/0a4c7168-88f7-4450-ac11-2c4e41a7da8c => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2693] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:36:18 2026] PUT /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1245 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2694] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports/7ce0a6b2-8da2-4182-b94f-2a3b33bac4bf => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:19.094 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2737ebe4-a4a1-4f14-86c1-fd63978120ba'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'aeceba2d-561f-4a53-b3ac-dba1b399cc0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1384/2695] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/trunks/0a4c7168-88f7-4450-ac11-2c4e41a7da8c => 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: 1312/2696] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/trunks/7c6c4d4e-832a-404c-a27e-28bed29b0b15 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2697] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports/0643f4b1-32c1-4fc1-9f5f-e650e7e55314 => 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: 1313/2698] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/trunks/7c6c4d4e-832a-404c-a27e-28bed29b0b15 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2699] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/trunks/17cca9fc-42f9-4479-95af-bf65ca4328d9 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2700] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports/6cd5d0ea-ed3d-47b0-8c01-c1c73a923c5a => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2701] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/trunks/17cca9fc-42f9-4479-95af-bf65ca4328d9 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2702] 10.0.0.1 () {32 vars in 717 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/trunks/07bd2569-ee4c-4c63-9d0a-3b37734fcf0a => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2703] 10.0.0.1 () {32 vars in 715 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports/d199dcad-ece3-449b-88d7-aebcd4b097d9 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2704] 10.0.0.1 () {32 vars in 720 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/trunks/07bd2569-ee4c-4c63-9d0a-3b37734fcf0a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2705] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2481 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2706] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/networks?id=e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 802 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2707] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:19.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-090af443-2545-4850-8d27-ba5015fb0d35 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] TaaS: Handle Delete Port: 6fc33809-2ded-4dcc-82a9-29f1af48a8ec 2026-08-11 09:36:19.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-090af443-2545-4850-8d27-ba5015fb0d35 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Tap Mirror: Handle Delete Port: 6fc33809-2ded-4dcc-82a9-29f1af48a8ec [pid: 7|app: 0|req: 1392/2708] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2709] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2710] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/ports/6fc33809-2ded-4dcc-82a9-29f1af48a8ec => 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: 1394/2711] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1395/2712] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:19.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-24f70846-f343-4913-8c59-88f20d1e5280 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] TaaS: Handle Delete Port: 7ce0a6b2-8da2-4182-b94f-2a3b33bac4bf 2026-08-11 09:36:19.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24f70846-f343-4913-8c59-88f20d1e5280 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Tap Mirror: Handle Delete Port: 7ce0a6b2-8da2-4182-b94f-2a3b33bac4bf [pid: 8|app: 0|req: 1318/2713] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/ports/7ce0a6b2-8da2-4182-b94f-2a3b33bac4bf => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:20.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-78da5e38-6166-4b61-b02e-a18e52e61328 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] TaaS: Handle Delete Port: 0643f4b1-32c1-4fc1-9f5f-e650e7e55314 2026-08-11 09:36:20.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78da5e38-6166-4b61-b02e-a18e52e61328 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Tap Mirror: Handle Delete Port: 0643f4b1-32c1-4fc1-9f5f-e650e7e55314 [pid: 7|app: 0|req: 1396/2714] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:36:19 2026] DELETE /v2.0/ports/0643f4b1-32c1-4fc1-9f5f-e650e7e55314 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:20.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c061b60-3295-44c6-9207-f9221d6140e6 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] TaaS: Handle Delete Port: 6cd5d0ea-ed3d-47b0-8c01-c1c73a923c5a 2026-08-11 09:36:20.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c061b60-3295-44c6-9207-f9221d6140e6 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Tap Mirror: Handle Delete Port: 6cd5d0ea-ed3d-47b0-8c01-c1c73a923c5a [pid: 8|app: 0|req: 1319/2715] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/ports/6cd5d0ea-ed3d-47b0-8c01-c1c73a923c5a => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:20.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-12334b70-3685-4b3d-afde-de2bad154e01 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] TaaS: Handle Delete Port: d199dcad-ece3-449b-88d7-aebcd4b097d9 2026-08-11 09:36:20.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12334b70-3685-4b3d-afde-de2bad154e01 d10ef39af1574972a58926ebfb4676f8 2e995056985449da8b75067a645cca1f - - default default] Tap Mirror: Handle Delete Port: d199dcad-ece3-449b-88d7-aebcd4b097d9 [pid: 7|app: 0|req: 1397/2716] 10.0.0.1 () {32 vars in 718 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/ports/d199dcad-ece3-449b-88d7-aebcd4b097d9 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:20.749 8 INFO neutron.services.segments.plugin [-] Segment 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a resource provider aggregate not found 2026-08-11 09:36:20.752 8 INFO neutron.services.segments.plugin [-] Segment 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a resource provider aggregate not found 2026-08-11 09:36:20.783 8 INFO neutron.services.segments.plugin [-] Segment 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a found for delete ", "request_id": "req-8d4cc86b-0d48-439d-9c07-5b1a6e7dedae"}]} 2026-08-11 09:36:20.787 8 INFO neutron.services.segments.plugin [-] Segment 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5b33d7-36c5-4dd6-bb6c-68f3a87f746a found for delete ", "request_id": "req-730c5bd5-f154-4cb1-9a69-9e26831af192"}]} [pid: 8|app: 0|req: 1320/2717] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/networks/65d0fcb6-0880-46f7-a8fd-ef03069a92bc => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:20.921 7 INFO neutron.services.segments.plugin [-] Segment e87b5aa8-9111-43d8-a2e0-2dd696acc21f resource provider aggregate not found 2026-08-11 09:36:20.924 7 INFO neutron.services.segments.plugin [-] Segment e87b5aa8-9111-43d8-a2e0-2dd696acc21f resource provider aggregate not found 2026-08-11 09:36:20.941 7 INFO neutron.services.segments.plugin [-] Segment e87b5aa8-9111-43d8-a2e0-2dd696acc21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87b5aa8-9111-43d8-a2e0-2dd696acc21f found for delete ", "request_id": "req-cdcebc6d-1819-4ca0-9bde-b59d4b2d5e92"}]} 2026-08-11 09:36:20.941 7 INFO neutron.services.segments.plugin [-] Segment e87b5aa8-9111-43d8-a2e0-2dd696acc21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87b5aa8-9111-43d8-a2e0-2dd696acc21f found for delete ", "request_id": "req-3e3ac40e-b562-40e4-8d52-b707a44a38e1"}]} [pid: 7|app: 0|req: 1398/2718] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/networks/72b2e5a3-89e6-47c7-b812-8ee9f30aaddc => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2719] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:20 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2481 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2720] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:36:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => 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: 1323/2721] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:20 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2722] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2723] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/networks/8b1ee2b9-691a-482e-b4ea-241a8434d88c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2724] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2725] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1327/2726] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => 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: 1400/2727] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:36:21 2026] DELETE /v2.0/networks/fba15528-ea6a-43b0-9485-6004a44d9be4 => 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: 1328/2728] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2729] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2730] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2733] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:36:21 2026] DELETE /v2.0/networks/f11471cd-f24b-4a66-8208-eacd8697fbb5 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2734] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1402/2735] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:22 2026] GET /v2.0/security-groups?tenant_id=bf36e9f29339476baf8269e589ae1dda&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2736] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:22 2026] DELETE /v2.0/security-groups/63e69d8c-7a49-400a-a02d-67450365ddfb => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2737] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:22 2026] GET /v2.0/security-groups?tenant_id=c5592a3fd9594ec39ff2813850121328&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:22.958 7 INFO neutron.services.segments.plugin [-] Segment a6140901-84b2-4015-b262-87db36f80129 resource provider aggregate not found 2026-08-11 09:36:22.963 7 INFO neutron.services.segments.plugin [-] Segment a6140901-84b2-4015-b262-87db36f80129 resource provider aggregate not found 2026-08-11 09:36:22.977 7 INFO neutron.services.segments.plugin [-] Segment a6140901-84b2-4015-b262-87db36f80129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6140901-84b2-4015-b262-87db36f80129 found for delete ", "request_id": "req-9972b5ee-a266-42a7-aaed-b4edfb132453"}]} 2026-08-11 09:36:22.983 7 INFO neutron.services.segments.plugin [-] Segment a6140901-84b2-4015-b262-87db36f80129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6140901-84b2-4015-b262-87db36f80129 found for delete ", "request_id": "req-00ae10ca-bda4-4448-bdc1-b17fddd87661"}]} 2026-08-11 09:36:22.992 7 INFO neutron.services.segments.plugin [-] Segment ac8ea1ef-40ec-4b86-82e5-bcab7f2941df resource provider aggregate not found 2026-08-11 09:36:23.002 7 INFO neutron.services.segments.plugin [-] Segment ac8ea1ef-40ec-4b86-82e5-bcab7f2941df resource provider aggregate not found [pid: 8|app: 0|req: 1335/2738] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:22 2026] DELETE /v2.0/security-groups/ac4f616f-d9ab-43d6-8a25-5dcd6c2ce692 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:23.013 7 INFO neutron.services.segments.plugin [-] Segment ac8ea1ef-40ec-4b86-82e5-bcab7f2941df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac8ea1ef-40ec-4b86-82e5-bcab7f2941df found for delete ", "request_id": "req-2230ed36-fb4e-4bb6-abae-544b65af858c"}]} 2026-08-11 09:36:23.019 7 INFO neutron.services.segments.plugin [-] Segment ac8ea1ef-40ec-4b86-82e5-bcab7f2941df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac8ea1ef-40ec-4b86-82e5-bcab7f2941df found for delete ", "request_id": "req-39727ee4-5206-4348-8603-c87f8ec45181"}]} 2026-08-11 09:36:23.031 7 INFO neutron.services.segments.plugin [-] Segment 1a78a50b-d9ed-468b-9605-7ec919ce83da resource provider aggregate not found 2026-08-11 09:36:23.036 7 INFO neutron.services.segments.plugin [-] Segment 1a78a50b-d9ed-468b-9605-7ec919ce83da resource provider aggregate not found 2026-08-11 09:36:23.051 7 INFO neutron.services.segments.plugin [-] Segment 1a78a50b-d9ed-468b-9605-7ec919ce83da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a78a50b-d9ed-468b-9605-7ec919ce83da found for delete ", "request_id": "req-2595575a-2e9f-4b5e-be36-d6bf349f3243"}]} 2026-08-11 09:36:23.054 7 INFO neutron.services.segments.plugin [-] Segment 1a78a50b-d9ed-468b-9605-7ec919ce83da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a78a50b-d9ed-468b-9605-7ec919ce83da found for delete ", "request_id": "req-096b17e3-78ba-4046-97c8-313110799e1e"}]} [pid: 7|app: 0|req: 1404/2739] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:23 2026] GET /v2.0/security-groups?tenant_id=2e995056985449da8b75067a645cca1f&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2740] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:23 2026] DELETE /v2.0/security-groups/969b90f2-cd77-4282-afb8-02d24d956f63 => 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: 1405/2741] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:36:25 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2742] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:36:25 2026] PUT /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1271 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:25.686 7 INFO neutron.api.v2.resource [None req-9b597f60-90f3-49df-96d5-39e4f04d420a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1406/2743] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:36:25 2026] GET /v2.0/security-groups/lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:25.710 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-490b79cd-1380-48f2-96d9-fb91ab5a778f'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'aeceba2d-561f-4a53-b3ac-dba1b399cc0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1338/2744] 199.19.213.202 () {30 vars in 785 bytes} [Tue Aug 11 09:36:25 2026] GET /v2.0/security-groups?name=lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2745] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:36:25 2026] PUT /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1309 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:26.006 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-207fdcec-7de4-48e8-b7e9-b63dd03ecc65'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'aeceba2d-561f-4a53-b3ac-dba1b399cc0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1339/2746] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:36:26 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: 1408/2747] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2748] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2749] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:36:26 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: 1410/2750] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2751] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2752] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2753] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/networks?id=e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 802 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2754] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => 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: 1412/2755] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1345 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2756] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2757] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2758] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2759] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2760] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1415/2761] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2762] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1417/2763] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:26.815 8 INFO neutron.db.segments_db [None req-3433a2f3-2e2c-413b-af17-2f18662e2c9f 4d556896ac9346008729501f292a4b5f c8d889a1b31b453b960ebda094d47b8f - - default default] Added segment 630f6701-8e27-4361-b019-c6e721e0a51f of type vxlan for network a798f642-803f-43b7-a62b-194e4e496afd [pid: 8|app: 0|req: 1347/2764] 10.0.0.1 () {34 vars in 668 bytes} [Tue Aug 11 09:36:26 2026] POST /v2.0/networks => generated 612 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2765] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:36:26 2026] PUT /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/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: 1348/2766] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2767] 10.0.0.1 () {34 vars in 762 bytes} [Tue Aug 11 09:36:27 2026] PUT /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2768] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2769] 10.0.0.1 () {34 vars in 758 bytes} [Tue Aug 11 09:36:27 2026] PUT /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2770] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2771] 10.0.0.1 () {34 vars in 780 bytes} [Tue Aug 11 09:36:27 2026] PUT /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2772] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 52 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2773] 10.0.0.1 () {34 vars in 751 bytes} [Tue Aug 11 09:36:27 2026] PUT /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2774] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2775] 10.0.0.1 () {32 vars in 739 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2776] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:27.665 7 INFO neutron.api.v2.resource [None req-5c546a4e-9c32-4a1b-883d-ca6a00f294ea 4d556896ac9346008729501f292a4b5f c8d889a1b31b453b960ebda094d47b8f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1424/2777] 10.0.0.1 () {32 vars in 743 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2778] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks?id=e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2779] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2780] 10.0.0.1 () {32 vars in 742 bytes} [Tue Aug 11 09:36:27 2026] DELETE /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2781] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2782] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2783] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:27.846 8 INFO neutron.api.v2.resource [None req-e0aca524-428e-4d38-a4a9-655f8aae188f 4d556896ac9346008729501f292a4b5f c8d889a1b31b453b960ebda094d47b8f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1358/2784] 10.0.0.1 () {32 vars in 746 bytes} [Tue Aug 11 09:36:27 2026] DELETE /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/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: 1427/2785] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2786] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2787] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:36:27 2026] DELETE /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2788] 10.0.0.1 () {32 vars in 731 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:28.078 8 INFO neutron.services.segments.plugin [-] Segment 630f6701-8e27-4361-b019-c6e721e0a51f resource provider aggregate not found 2026-08-11 09:36:28.089 8 INFO neutron.services.segments.plugin [-] Segment 630f6701-8e27-4361-b019-c6e721e0a51f resource provider aggregate not found 2026-08-11 09:36:28.103 8 INFO neutron.services.segments.plugin [-] Segment 630f6701-8e27-4361-b019-c6e721e0a51f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630f6701-8e27-4361-b019-c6e721e0a51f found for delete ", "request_id": "req-63c0430e-6075-4164-9824-1bd03bf6ca53"}]} 2026-08-11 09:36:28.110 8 INFO neutron.services.segments.plugin [-] Segment 630f6701-8e27-4361-b019-c6e721e0a51f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630f6701-8e27-4361-b019-c6e721e0a51f found for delete ", "request_id": "req-f4946d00-7ddd-4bbe-a006-1651e67b4dde"}]} [pid: 8|app: 0|req: 1360/2789] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:36:27 2026] DELETE /v2.0/networks/a798f642-803f-43b7-a62b-194e4e496afd => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2790] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:28 2026] GET /v2.0/security-groups?tenant_id=abf9bde2b0484f899cf1094fb63a0691&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2791] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:29 2026] DELETE /v2.0/security-groups/bd1c12c2-566f-441e-bae8-7ca5c4d2e11d => 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: 1431/2792] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:29 2026] GET /v2.0/security-groups?tenant_id=c8d889a1b31b453b960ebda094d47b8f&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2793] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:29 2026] DELETE /v2.0/security-groups/64d4a3f0-da0b-445b-8162-ee83a9bd2c64 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:32.699 7 INFO neutron.db.segments_db [None req-c1eebc15-d84d-4858-ba11-5460c3827e9e 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] Added segment 81404645-a98b-47ab-92f8-d1361f49cac3 of type vxlan for network 46eb33a9-3a60-408e-b855-147203e3b4d1 2026-08-11 09:36:32.927 7 INFO neutron.db.l3_hamode_db [None req-c1eebc15-d84d-4858-ba11-5460c3827e9e 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:36:33.038 7 INFO neutron.db.l3_hamode_db [None req-c1eebc15-d84d-4858-ba11-5460c3827e9e 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1432/2794] 10.0.0.1 () {34 vars in 666 bytes} [Tue Aug 11 09:36:32 2026] POST /v2.0/routers => generated 474 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2795] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:36:33 2026] PUT /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2796] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:33 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2797] 10.0.0.1 () {34 vars in 760 bytes} [Tue Aug 11 09:36:33 2026] PUT /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags/green => generated 4 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2798] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2799] 10.0.0.1 () {34 vars in 756 bytes} [Tue Aug 11 09:36:34 2026] PUT /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags/red => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2800] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2801] 10.0.0.1 () {34 vars in 778 bytes} [Tue Aug 11 09:36:34 2026] PUT /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags/black.or.white => generated 4 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2802] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 52 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:34.755 7 INFO neutron.db.l3_db [None req-c02e2e51-fd74-4ff2-9b26-dadf6ed5d07a 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Floating IP 5aa79067-fcf5-4626-ace3-ab1b94e4d920 associated. External IP: 10.96.250.207, port: 2d528831-8d75-41c3-8110-2875c28e87b8. [pid: 8|app: 0|req: 1370/2803] 10.0.0.1 () {34 vars in 749 bytes} [Tue Aug 11 09:36:34 2026] PUT /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 37 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2804] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2805] 10.0.0.1 () {32 vars in 737 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags/red => 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: 1434/2806] 10.0.0.1 () {34 vars in 675 bytes} [Tue Aug 11 09:36:33 2026] POST /v2.0/floatingips => generated 898 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:35.059 8 INFO neutron.api.v2.resource [None req-ab0f8316-8d18-445c-a6fe-807c74cf5d92 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1373/2807] 10.0.0.1 () {32 vars in 741 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2808] 10.0.0.1 () {32 vars in 740 bytes} [Tue Aug 11 09:36:35 2026] DELETE /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/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: 1374/2809] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:35 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 30 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:35.439 7 INFO neutron.api.v2.resource [None req-82135868-2f5a-465c-b37a-56765a69c9d3 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1436/2810] 10.0.0.1 () {32 vars in 744 bytes} [Tue Aug 11 09:36:35 2026] DELETE /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags/green => generated 99 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2811] 10.0.0.1 () {32 vars in 732 bytes} [Tue Aug 11 09:36:35 2026] DELETE /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2812] 10.0.0.1 () {32 vars in 729 bytes} [Tue Aug 11 09:36:35 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b/tags => generated 12 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2813] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:36:35 2026] GET /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b => generated 480 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2816] 10.0.0.1 () {34 vars in 740 bytes} [Tue Aug 11 09:36:35 2026] PUT /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b => generated 480 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2817] 10.0.0.1 () {32 vars in 734 bytes} [Tue Aug 11 09:36:36 2026] GET /v2.0/ports?device_id=3d0f503b-88e7-425a-b2d2-4e92f6c2136b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:36.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-57216987-381a-477f-8932-e5195bb7b967 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] TaaS: Handle Delete Port: 4a1cda15-0d33-4757-8477-8a759102c346 2026-08-11 09:36:36.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57216987-381a-477f-8932-e5195bb7b967 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] Tap Mirror: Handle Delete Port: 4a1cda15-0d33-4757-8477-8a759102c346 2026-08-11 09:36:36.985 7 INFO neutron.services.segments.plugin [-] Segment 81404645-a98b-47ab-92f8-d1361f49cac3 resource provider aggregate not found 2026-08-11 09:36:36.991 7 INFO neutron.services.segments.plugin [-] Segment 81404645-a98b-47ab-92f8-d1361f49cac3 resource provider aggregate not found 2026-08-11 09:36:37.026 7 INFO neutron.db.l3_hamode_db [None req-57216987-381a-477f-8932-e5195bb7b967 27a3bf063dd04be2911d5c98a2b6fe32 e28877bab1954408880f41f18b279260 - - default default] HA network 46eb33a9-3a60-408e-b855-147203e3b4d1 was deleted as no HA routers are present in tenant e28877bab1954408880f41f18b279260. 2026-08-11 09:36:37.031 7 INFO neutron.services.segments.plugin [-] Segment 81404645-a98b-47ab-92f8-d1361f49cac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81404645-a98b-47ab-92f8-d1361f49cac3 found for delete ", "request_id": "req-3616b8d1-2b98-42af-86cd-786bb41c7bca"}]} 2026-08-11 09:36:37.035 7 INFO neutron.services.segments.plugin [-] Segment 81404645-a98b-47ab-92f8-d1361f49cac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81404645-a98b-47ab-92f8-d1361f49cac3 found for delete ", "request_id": "req-86ee9795-61b2-40fb-9cf4-47cc1a3bbea9"}]} [pid: 7|app: 0|req: 1439/2818] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:36:36 2026] DELETE /v2.0/routers/3d0f503b-88e7-425a-b2d2-4e92f6c2136b => generated 0 bytes in 582 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2819] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/security-groups?tenant_id=1e8453b2e98d42c09f48adc94af6b1d0&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2820] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2821] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2822] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:36:37 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: 1384/2823] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:38.016 8 INFO neutron.api.v2.resource [None req-a678a468-8c09-4608-8b1e-4b27bd19171a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1385/2824] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/security-groups/lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2825] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:37 2026] DELETE /v2.0/security-groups/bea2fc1a-df38-4d0a-9c5b-478586e6659b => 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: 1386/2826] 199.19.213.202 () {30 vars in 785 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/security-groups?name=lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2827] 199.19.213.202 () {30 vars in 815 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/security-group-rules?security_group_id=33f26c1f-9bac-4444-9c04-7b6ef7307c36 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2828] 199.19.213.202 () {34 vars in 747 bytes} [Tue Aug 11 09:36:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2829] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/security-groups?tenant_id=e28877bab1954408880f41f18b279260&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2830] 199.19.213.202 () {34 vars in 747 bytes} [Tue Aug 11 09:36:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2831] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:36:38 2026] DELETE /v2.0/security-groups/615daf1e-3363-4b24-b60d-62ccdb57bb62 => 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: 1389/2832] 10.0.0.64 () {30 vars in 689 bytes} [Tue Aug 11 09:36:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2833] 10.0.0.64 () {30 vars in 691 bytes} [Tue Aug 11 09:36:47 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: 1390/2834] 10.0.0.64 () {30 vars in 667 bytes} [Tue Aug 11 09:36:47 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: 1445/2835] 10.0.0.64 () {30 vars in 703 bytes} [Tue Aug 11 09:36:47 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: 1391/2836] 10.0.0.64 () {28 vars in 438 bytes} [Tue Aug 11 09:36:47 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: 1446/2837] 10.0.0.64 () {30 vars in 727 bytes} [Tue Aug 11 09:36:47 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2838] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2839] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:36:49 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: 1393/2840] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2841] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:36:49 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: 1394/2842] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:36:50 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => 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: 1449/2843] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:36:50 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2844] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:36:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2845] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:36:50 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: 1396/2846] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:36:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2847] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:36:50 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: 1397/2848] 199.19.213.202 () {34 vars in 717 bytes} [Tue Aug 11 09:36:50 2026] POST /v2.0/ports => generated 1324 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2849] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:36:51 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1324 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, ' [pid: 8|app: 0|req: 1399/2852] 199.19.213.202 () {34 vars in 1262 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2853] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1400/2854] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2855] 199.19.213.202 () {34 vars in 975 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2856] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2857] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:36:53 2026] PUT /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1514 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:53.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3e04190-b853-47e9-9cd6-9596618a1a43'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'efd4117b-e734-4250-ae41-e4401af54af2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1402/2858] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4087 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1457/2859] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => 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: 1403/2860] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1458/2861] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1404/2862] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/subnets?id=eedc6500-9c97-4636-9ccb-5fa6a6365879&id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2863] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2864] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2865] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2866] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1461/2867] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4087 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2868] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => 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: 1462/2869] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => 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: 1408/2870] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2871] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1409/2872] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2873] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => 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: 1410/2874] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2875] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2876] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2877] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1412/2878] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1467/2879] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1413/2880] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/subnets?id=eedc6500-9c97-4636-9ccb-5fa6a6365879&id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2881] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2882] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2883] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1415/2884] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1470/2885] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1514 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2886] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2887] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2888] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/subnets/eedc6500-9c97-4636-9ccb-5fa6a6365879 => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2889] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2890] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:00 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: 1473/2891] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:00 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: 1419/2892] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:00 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: 1474/2893] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2894] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2895] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2896] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2897] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => 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: 1422/2898] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2899] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2902] 10.0.0.64 () {30 vars in 689 bytes} [Tue Aug 11 09:37:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2903] 10.0.0.64 () {30 vars in 691 bytes} [Tue Aug 11 09:37:08 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: 1425/2904] 10.0.0.64 () {30 vars in 667 bytes} [Tue Aug 11 09:37:08 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: 1480/2905] 10.0.0.64 () {30 vars in 703 bytes} [Tue Aug 11 09:37:08 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: 1426/2906] 10.0.0.64 () {28 vars in 438 bytes} [Tue Aug 11 09:37:08 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2907] 10.0.0.64 () {30 vars in 727 bytes} [Tue Aug 11 09:37:08 2026] GET /v2.0/subnets/3d00fada-d63a-4117-aa7b-27e5e1043e8b => 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: 1427/2908] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2909] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2910] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:09 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: 1483/2911] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2912] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:09 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2913] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:09 2026] GET /v2.0/subnets/3d00fada-d63a-4117-aa7b-27e5e1043e8b => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2914] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:09 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4089 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2915] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2916] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:10 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: 1486/2917] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:10 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: 1432/2918] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2919] 199.19.213.202 () {34 vars in 717 bytes} [Tue Aug 11 09:37:10 2026] POST /v2.0/ports => generated 1328 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2920] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:37:10 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1328 bytes in 30 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: 1488/2921] 10.0.0.181 () {34 vars in 907 bytes} [Tue Aug 11 09:37:10 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2922] 199.19.213.202 () {34 vars in 1262 bytes} [Tue Aug 11 09:37:11 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2923] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:11 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2924] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:11 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1490/2925] 199.19.213.202 () {34 vars in 975 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1328 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2926] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2927] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:37:12 2026] PUT /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1518 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:12.952 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc73c477-59c4-42cd-a8c6-75258b4a2927'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'b8fa5ab2-cb5f-4abd-a98a-5fc67f530419', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2928] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 5599 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1492/2929] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2930] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.83&port_id=b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => 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: 1493/2931] 199.19.213.202 () {34 vars in 1106 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A366&port_id=b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => 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: 1439/2932] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/subnets?id=3d00fada-d63a-4117-aa7b-27e5e1043e8b&id=4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2933] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2934] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2935] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1441/2936] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1496/2937] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:14 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 5599 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2938] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:37:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => 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: 1497/2939] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:14 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2940] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2941] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1444/2942] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1499/2943] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2944] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2945] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2946] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1501/2947] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1447/2948] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1502/2949] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fb&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1448/2950] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/subnets?id=eedc6500-9c97-4636-9ccb-5fa6a6365879&id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2951] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2952] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2953] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1450/2954] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1505/2955] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.83&port_id=b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => 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: 1451/2956] 199.19.213.202 () {34 vars in 1106 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A366&port_id=b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => 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: 1506/2957] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/subnets?id=3d00fada-d63a-4117-aa7b-27e5e1043e8b&id=4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2958] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2959] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&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: 1453/2960] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2961] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1454/2962] 10.0.0.181 () {34 vars in 971 bytes} [Tue Aug 11 09:37:19 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2963] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:19 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2964] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:19 2026] GET /v2.0/subnets/3d00fada-d63a-4117-aa7b-27e5e1043e8b => 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: 1510/2965] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:19 2026] GET /v2.0/subnets/4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2966] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:19 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2967] 199.19.213.202 () {34 vars in 790 bytes} [Tue Aug 11 09:37:19 2026] PUT /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1251 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:20.495 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9aee88bd-3c9b-4933-926f-aefecd588d73'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'efd4117b-e734-4250-ae41-e4401af54af2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1457/2968] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223 => generated 797 bytes in 60 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: 1512/2969] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2970] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2971] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37: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: 1459/2972] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:20 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: 1514/2973] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37: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) [pid: 8|app: 0|req: 1460/2974] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2975] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2976] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2977] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2978] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2979] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2980] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 5372 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2981] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2982] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2983] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1465/2984] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/subnets?id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2985] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2986] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2989] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2990] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2991] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2992] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2993] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2994] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2995] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 5372 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2996] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:33 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: 1526/2997] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2998] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:33 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: 1527/2999] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3000] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:33 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3001] 199.19.213.202 () {34 vars in 790 bytes} [Tue Aug 11 09:37:33 2026] PUT /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1311 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:34.061 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2ad0be6-02b3-4511-a2af-ee7a1530a184'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'b8fa5ab2-cb5f-4abd-a98a-5fc67f530419', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/3002] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1529/3003] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/subnets/4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3004] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3005] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:37:34 2026] PUT /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1080 bytes in 408 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: 1476/3006] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4968 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3007] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31 => generated 797 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3008] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3009] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1532/3010] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4968 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3011] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3012] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4968 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3013] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:35 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4968 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:36.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b9ef7cc-6e84-4a02-bd6c-c11f939cd1fb'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'b8fa5ab2-cb5f-4abd-a98a-5fc67f530419', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1535/3016] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4968 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3017] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3018] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1483/3019] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1537/3020] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 4968 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3021] 199.19.213.202 () {34 vars in 975 bytes} [Tue Aug 11 09:37:37 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3022] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:37:37 2026] GET /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3023] 199.19.213.202 () {34 vars in 1016 bytes} [Tue Aug 11 09:37:37 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?fields=dns_domain => generated 29 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3024] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:37:37 2026] PUT /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => generated 917 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3025] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:37:38.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-248fbfdf-6731-4d25-a3b7-ad8ff92870a8 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 2026-08-11 09:37:38.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-248fbfdf-6731-4d25-a3b7-ad8ff92870a8 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 [pid: 7|app: 0|req: 1540/3026] 199.19.213.202 () {32 vars in 759 bytes} [Tue Aug 11 09:37:38 2026] DELETE /v2.0/ports/b8fa5ab2-cb5f-4abd-a98a-5fc67f530419 => 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: 1487/3027] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3028] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3029] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:38 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: 1542/3030] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:38 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: 1489/3031] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3032] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3033] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3034] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3035] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3036] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3037] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3038] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3039] 199.19.213.202 () {34 vars in 1226 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks?id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&id=e34a449d-e1df-455c-a1fa-25e16719d0ff&id=d8db176c-242f-4457-83de-ac4ff8303223&id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 3095 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3040] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3041] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3042] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&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/3043] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3044] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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/3045] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => 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: 1550/3046] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3047] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3048] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1498/3049] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3050] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.31&port_id=efd4117b-e734-4250-ae41-e4401af54af2 => 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: 1499/3051] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3052] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3053] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1554/3054] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1501/3055] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:43 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: 1555/3056] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:43 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: 1502/3057] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:43 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: 1556/3058] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:43 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: 1503/3059] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3060] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3061] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:44 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: 1558/3062] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:44 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: 1505/3063] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3064] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1287 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3065] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:37:44 2026] PUT /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:44.609 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-201be22f-f607-43cf-a802-eea8b03374f1'] response: {'name': 'network-changed', 'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'tag': 'efd4117b-e734-4250-ae41-e4401af54af2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1560/3066] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223 => generated 797 bytes in 52 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: 1507/3067] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3689 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3068] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3689 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3069] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3689 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3070] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3071] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1563/3072] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1510/3073] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3689 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3074] 199.19.213.202 () {34 vars in 975 bytes} [Tue Aug 11 09:37:46 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3075] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:37:46 2026] GET /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3076] 199.19.213.202 () {34 vars in 1016 bytes} [Tue Aug 11 09:37:46 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3077] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:46 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 3689 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3078] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:37:46 2026] PUT /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 917 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3079] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:37:47 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 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-08-11 09:37:48.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b800420-0ed2-42c0-990f-451697ca6760 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: efd4117b-e734-4250-ae41-e4401af54af2 2026-08-11 09:37:48.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b800420-0ed2-42c0-990f-451697ca6760 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: efd4117b-e734-4250-ae41-e4401af54af2 [pid: 7|app: 0|req: 1567/3080] 199.19.213.202 () {32 vars in 759 bytes} [Tue Aug 11 09:37:47 2026] DELETE /v2.0/ports/efd4117b-e734-4250-ae41-e4401af54af2 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3081] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3082] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3083] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:37:48 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: 1569/3084] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3085] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3086] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3087] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3088] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3089] 199.19.213.202 () {30 vars in 743 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 799 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3090] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3091] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3092] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3093] 199.19.213.202 () {34 vars in 1146 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks?id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&id=e34a449d-e1df-455c-a1fa-25e16719d0ff&id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 2309 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3094] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => 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: 1521/3095] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3096] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3097] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1576/3098] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3099] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.78&port_id=aeceba2d-561f-4a53-b3ac-dba1b399cc0a => 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: 1577/3100] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/subnets?id=bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3101] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/ports?network_id=e34a449d-e1df-455c-a1fa-25e16719d0ff&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3102] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?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: 1525/3103] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3106] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:38:00 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: 1527/3107] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3108] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3109] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:01.070 7 INFO neutron.api.v2.resource [None req-baa4f735-2b11-4102-9e20-75b43167df48 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3110] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/security-groups/lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => 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: 1529/3111] 199.19.213.202 () {30 vars in 785 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/security-groups?name=lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3112] 199.19.213.202 () {30 vars in 815 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/security-group-rules?security_group_id=33f26c1f-9bac-4444-9c04-7b6ef7307c36 => generated 2334 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3113] 199.19.213.202 () {32 vars in 789 bytes} [Tue Aug 11 09:38:01 2026] DELETE /v2.0/security-group-rules/0fcb9d94-4160-4384-9d57-a8624f4f2eb4 => 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: 1584/3114] 199.19.213.202 () {32 vars in 789 bytes} [Tue Aug 11 09:38:01 2026] DELETE /v2.0/security-group-rules/2cb6936f-25d4-4c41-b1a8-6466a58c84f0 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:04.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd1ac4c9-cb63-468f-8e98-0552938a236d 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: 3f27851b-f234-4653-b22c-24f95a8746bc 2026-08-11 09:38:04.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd1ac4c9-cb63-468f-8e98-0552938a236d 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: 3f27851b-f234-4653-b22c-24f95a8746bc 2026-08-11 09:38:04.255 8 INFO neutron.db.l3_db [None req-dd1ac4c9-cb63-468f-8e98-0552938a236d 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Floating IP 5aa79067-fcf5-4626-ace3-ab1b94e4d920 disassociated (deleted). External IP: 10.96.250.207, port: 2d528831-8d75-41c3-8110-2875c28e87b8. [pid: 8|app: 0|req: 1531/3115] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:38:03 2026] DELETE /v2.0/floatingips/5aa79067-fcf5-4626-ace3-ab1b94e4d920 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:04.690 7 INFO neutron.api.v2.resource [None req-a40a3d9b-49ce-4995-8f3c-967f39fd5497 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3116] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/floatingips/5aa79067-fcf5-4626-ace3-ab1b94e4d920 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3117] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3118] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:38:05 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: 1533/3119] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3120] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:05.377 8 INFO neutron.api.v2.resource [None req-c9191609-a33a-471d-a3b7-889f85731504 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3121] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/security-groups/lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 149 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3122] 199.19.213.202 () {30 vars in 785 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/security-groups?name=lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3123] 199.19.213.202 () {30 vars in 815 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/security-group-rules?security_group_id=33f26c1f-9bac-4444-9c04-7b6ef7307c36 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3124] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3125] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3126] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3127] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3128] 199.19.213.202 () {30 vars in 741 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3129] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3130] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3131] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3134] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:38:06 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3135] 199.19.213.202 () {34 vars in 975 bytes} [Tue Aug 11 09:38:07 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3136] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:38:07 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3137] 199.19.213.202 () {34 vars in 1016 bytes} [Tue Aug 11 09:38:07 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3138] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:38:07 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 2581 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3139] 199.19.213.202 () {38 vars in 1028 bytes} [Tue Aug 11 09:38:07 2026] PUT /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1146 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3140] 199.19.213.202 () {30 vars in 769 bytes} [Tue Aug 11 09:38:08 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1244 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: 7|app: 0|req: 1597/3141] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:38:09 2026] PUT /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1086 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3142] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 1086 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:38:09.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-64d80873-dfb5-4cab-99be-155d8e45f747 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: aeceba2d-561f-4a53-b3ac-dba1b399cc0a 2026-08-11 09:38:09.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64d80873-dfb5-4cab-99be-155d8e45f747 cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: aeceba2d-561f-4a53-b3ac-dba1b399cc0a [pid: 7|app: 0|req: 1598/3143] 199.19.213.202 () {32 vars in 759 bytes} [Tue Aug 11 09:38:09 2026] DELETE /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3144] 199.19.213.202 () {30 vars in 703 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3145] 199.19.213.202 () {30 vars in 705 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3146] 199.19.213.202 () {30 vars in 681 bytes} [Tue Aug 11 09:38:09 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: 1600/3147] 199.19.213.202 () {30 vars in 717 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:09.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0df08d1-1ed9-47d3-b22c-91848263ee1a cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3148] 199.19.213.202 () {32 vars in 759 bytes} [Tue Aug 11 09:38:09 2026] DELETE /v2.0/ports/aeceba2d-561f-4a53-b3ac-dba1b399cc0a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3149] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3150] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports?tenant_id=a463e4225dd94d9eb97ebe887b7e166f&device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:09.836 7 INFO neutron.api.v2.resource [None req-3b5da1b4-25ba-4f2b-bccf-b5e2c770f55b cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3151] 199.19.213.202 () {30 vars in 763 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/security-groups/lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3152] 199.19.213.202 () {30 vars in 785 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/security-groups?name=lb-bc405c50-8ba5-4c52-a79a-fb8cbfb4cf20 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3153] 199.19.213.202 () {34 vars in 1066 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/networks?id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&id=e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 1523 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3154] 199.19.213.202 () {34 vars in 1060 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.80&port_id=aec5993b-a235-457a-86b7-a539a9e23f9f => 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: 1604/3155] 199.19.213.202 () {30 vars in 737 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3156] 199.19.213.202 () {34 vars in 984 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/subnets?id=ecee9192-14a4-40ff-a595-89ceae7fcfa4 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3157] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports?network_id=0a0ab8ed-2c80-446f-a71f-f9b6489f992a&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: 1554/3158] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3159] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:38:10 2026] GET /v2.0/networks/0a0ab8ed-2c80-446f-a71f-f9b6489f992a?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: 1605/3160] 199.19.213.202 () {34 vars in 789 bytes} [Tue Aug 11 09:38:09 2026] PUT /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 1090 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3161] 199.19.213.202 () {32 vars in 779 bytes} [Tue Aug 11 09:38:10 2026] DELETE /v2.0/security-groups/33f26c1f-9bac-4444-9c04-7b6ef7307c36 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:10.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f00627f-acd3-4f01-970d-7f318b026e4d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: 2d528831-8d75-41c3-8110-2875c28e87b8 2026-08-11 09:38:10.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f00627f-acd3-4f01-970d-7f318b026e4d cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: 2d528831-8d75-41c3-8110-2875c28e87b8 [pid: 7|app: 0|req: 1606/3162] 199.19.213.202 () {32 vars in 759 bytes} [Tue Aug 11 09:38:10 2026] DELETE /v2.0/ports/2d528831-8d75-41c3-8110-2875c28e87b8 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3163] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:38:13 2026] GET /v2.0/ports?device_id=dd4b8230-421e-4d84-baf6-19ccd52d4efa => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:13.660 7 INFO neutron_taas.services.taas.taas_plugin [req-a5dd6e0d-ae85-4d5a-9779-60d8ac936896 req-7ca08d5d-6990-4560-baf9-6868b6368c9b cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] TaaS: Handle Delete Port: aec5993b-a235-457a-86b7-a539a9e23f9f 2026-08-11 09:38:13.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a5dd6e0d-ae85-4d5a-9779-60d8ac936896 req-7ca08d5d-6990-4560-baf9-6868b6368c9b cbe2295efac748329f8bf1cee02a66b6 a463e4225dd94d9eb97ebe887b7e166f - - default default] Tap Mirror: Handle Delete Port: aec5993b-a235-457a-86b7-a539a9e23f9f [pid: 7|app: 0|req: 1607/3164] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:38:13 2026] DELETE /v2.0/ports/aec5993b-a235-457a-86b7-a539a9e23f9f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:13.838 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-606cc701-5a20-4c74-855f-2f4527fd0dba'] response: {'server_uuid': 'dd4b8230-421e-4d84-baf6-19ccd52d4efa', 'name': 'network-vif-deleted', 'tag': 'aec5993b-a235-457a-86b7-a539a9e23f9f', 'status': 'completed', 'code': 200} 2026-08-11 09:38:15.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-19d7e894-23c8-4ac2-a716-ca356c52edcd 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: 0fefab65-2e69-4501-9410-5398287778dc 2026-08-11 09:38:15.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19d7e894-23c8-4ac2-a716-ca356c52edcd 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: 0fefab65-2e69-4501-9410-5398287778dc 2026-08-11 09:38:15.205 8 INFO neutron.db.l3_db [None req-19d7e894-23c8-4ac2-a716-ca356c52edcd 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Floating IP c227e478-6c5f-493d-96a2-c93dea639147 disassociated (deleted). External IP: 10.96.250.204, port: 8dc4416d-5407-4465-81e5-e8f00b045937. [pid: 8|app: 0|req: 1558/3165] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:38:14 2026] DELETE /v2.0/floatingips/c227e478-6c5f-493d-96a2-c93dea639147 => generated 0 bytes in 683 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:15.615 7 INFO neutron.api.v2.resource [None req-5e586d7d-2c33-43c4-934a-e669157b4895 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3166] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:38:15 2026] GET /v2.0/floatingips/c227e478-6c5f-493d-96a2-c93dea639147 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:15.634 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a771018-0cea-4ec0-9392-baf820b3c803'] response: {'name': 'network-changed', 'server_uuid': '8b44a45f-8d65-4445-8772-bad4e189f204', 'tag': '8dc4416d-5407-4465-81e5-e8f00b045937', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/3167] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:38:15 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3168] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:15 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3169] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3170] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/networks?id=774ad46c-9e2d-4588-af28-e62220209c31 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3171] 199.19.213.202 () {34 vars in 1058 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.227&port_id=8dc4416d-5407-4465-81e5-e8f00b045937 => 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: 1611/3172] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A7d&port_id=8dc4416d-5407-4465-81e5-e8f00b045937 => 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: 1562/3173] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/subnets?id=3d00fada-d63a-4117-aa7b-27e5e1043e8b&id=4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 1415 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3174] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3175] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?network_id=774ad46c-9e2d-4588-af28-e62220209c31&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: 1613/3176] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1564/3177] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31?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: 1614/3178] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:18.433 8 INFO neutron_taas.services.taas.taas_plugin [req-c96dac10-8461-448d-88f1-ae277aa7e584 req-823854b3-3be9-4741-8cf3-10f833bdbba0 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: 8dc4416d-5407-4465-81e5-e8f00b045937 2026-08-11 09:38:18.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c96dac10-8461-448d-88f1-ae277aa7e584 req-823854b3-3be9-4741-8cf3-10f833bdbba0 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: 8dc4416d-5407-4465-81e5-e8f00b045937 [pid: 8|app: 0|req: 1565/3179] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:38:18 2026] DELETE /v2.0/ports/8dc4416d-5407-4465-81e5-e8f00b045937 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:18.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ce21f9a-51bf-44ad-936e-b16da435a170'] response: {'server_uuid': '8b44a45f-8d65-4445-8772-bad4e189f204', 'name': 'network-vif-deleted', 'tag': '8dc4416d-5407-4465-81e5-e8f00b045937', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1615/3180] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:38:20 2026] GET /v2.0/ports?device_id=8b44a45f-8d65-4445-8772-bad4e189f204 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:26.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-0900d0cf-160b-4bc9-9e5f-a24c03510d49 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: b8d80c05-833c-41d2-be18-f5a3e46d02df 2026-08-11 09:38:26.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0900d0cf-160b-4bc9-9e5f-a24c03510d49 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: b8d80c05-833c-41d2-be18-f5a3e46d02df 2026-08-11 09:38:26.669 7 INFO neutron.db.l3_db [None req-0900d0cf-160b-4bc9-9e5f-a24c03510d49 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Floating IP 44868048-cb7e-41ae-97be-949cd4f4f49a disassociated (deleted). External IP: 10.96.250.214, port: d14c28f8-6710-4724-a26a-a660256da8f2. [pid: 7|app: 0|req: 1617/3183] 10.0.0.1 () {32 vars in 730 bytes} [Tue Aug 11 09:38:26 2026] DELETE /v2.0/floatingips/44868048-cb7e-41ae-97be-949cd4f4f49a => generated 0 bytes in 746 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:27.028 8 INFO neutron.api.v2.resource [None req-6ca31855-d1f6-47e2-b9fc-e0eaf3f89596 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3184] 10.0.0.1 () {32 vars in 727 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/floatingips/44868048-cb7e-41ae-97be-949cd4f4f49a => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:27.045 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-925dc69b-0c3c-49b9-b83d-768cac629fcf'] response: {'name': 'network-changed', 'server_uuid': 'bc271503-3bfb-4a93-a301-3c244fbc3b2c', 'tag': 'd14c28f8-6710-4724-a26a-a660256da8f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1618/3185] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3186] 10.0.0.181 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/security-groups?id=ca544970-624b-4302-8da3-a55317b2a956&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3187] 199.19.213.202 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/ports?tenant_id=63293126e97648abb88ceec8dc2b7205&device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1465 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3188] 199.19.213.202 () {34 vars in 986 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/networks?id=d8db176c-242f-4457-83de-ac4ff8303223 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3189] 199.19.213.202 () {34 vars in 1056 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.15&port_id=d14c28f8-6710-4724-a26a-a660256da8f2 => 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: 1570/3190] 199.19.213.202 () {34 vars in 1104 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A222&port_id=d14c28f8-6710-4724-a26a-a660256da8f2 => 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: 1621/3191] 199.19.213.202 () {34 vars in 1064 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/subnets?id=eedc6500-9c97-4636-9ccb-5fa6a6365879&id=c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 1410 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3192] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3193] 199.19.213.202 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/ports?network_id=d8db176c-242f-4457-83de-ac4ff8303223&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3194] 199.19.213.202 () {34 vars in 1012 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1623/3195] 199.19.213.202 () {34 vars in 1112 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223?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: 1573/3196] 199.19.213.202 () {34 vars in 994 bytes} [Tue Aug 11 09:38:29 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:29.799 7 INFO neutron_taas.services.taas.taas_plugin [req-2dea2565-89ba-4bdf-879c-cac0bdc39654 req-4a138a14-b66f-4130-8f88-0de0ca54b5ea 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: d14c28f8-6710-4724-a26a-a660256da8f2 2026-08-11 09:38:29.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2dea2565-89ba-4bdf-879c-cac0bdc39654 req-4a138a14-b66f-4130-8f88-0de0ca54b5ea 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: d14c28f8-6710-4724-a26a-a660256da8f2 [pid: 7|app: 0|req: 1624/3197] 199.19.213.202 () {36 vars in 997 bytes} [Tue Aug 11 09:38:29 2026] DELETE /v2.0/ports/d14c28f8-6710-4724-a26a-a660256da8f2 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:30.020 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-52d6246f-3ea7-456a-91cc-d87d64970c77'] response: {'server_uuid': 'bc271503-3bfb-4a93-a301-3c244fbc3b2c', 'name': 'network-vif-deleted', 'tag': 'd14c28f8-6710-4724-a26a-a660256da8f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1574/3198] 10.0.0.181 () {34 vars in 990 bytes} [Tue Aug 11 09:38:32 2026] GET /v2.0/ports?device_id=bc271503-3bfb-4a93-a301-3c244fbc3b2c => 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: 1626/3201] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/security-group-rules/acd95bbf-fdad-4997-a4fb-8df3981d0a73 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:37.580 8 INFO neutron.api.v2.resource [None req-2fcb429b-710e-47e0-83cd-0f6f245c0ebf 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3202] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/security-group-rules/acd95bbf-fdad-4997-a4fb-8df3981d0a73 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3203] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/security-group-rules/7acb453c-ea53-4ab6-aa5f-2ede862862e8 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:37.675 8 INFO neutron.api.v2.resource [None req-3684a07d-b050-47f8-be94-94b3898ce418 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3204] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/security-group-rules/7acb453c-ea53-4ab6-aa5f-2ede862862e8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3205] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/security-group-rules/f09aa860-3c39-4f1e-8d0b-7f0cf10eaa23 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:37.774 8 INFO neutron.api.v2.resource [None req-7e792b49-87b1-48c5-b506-d8591b75760d 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3206] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/security-group-rules/f09aa860-3c39-4f1e-8d0b-7f0cf10eaa23 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3207] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/security-group-rules/d3500ae1-95ff-411f-a5fc-49ef117f7f45 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:37.864 8 INFO neutron.api.v2.resource [None req-58916d3c-7c0f-46d1-a2ac-999159891072 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3208] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/security-group-rules/d3500ae1-95ff-411f-a5fc-49ef117f7f45 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3209] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/security-group-rules/3121266b-0eca-4dd6-8e29-9081f8e2b461 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:37.953 8 INFO neutron.api.v2.resource [None req-a07df8a3-9fa1-4a9b-8541-77af31fcd8f9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3210] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/security-group-rules/3121266b-0eca-4dd6-8e29-9081f8e2b461 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3211] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/security-group-rules/9986deee-5625-4c47-b300-4cf00b632fce => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.037 8 INFO neutron.api.v2.resource [None req-8374586b-5247-401a-a7dd-bcf3ef30eb40 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3212] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-group-rules/9986deee-5625-4c47-b300-4cf00b632fce => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3213] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-group-rules/94a95339-01f2-4573-8ce8-cb824840a44c => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.112 8 INFO neutron.api.v2.resource [None req-5a59a5ee-dfca-4777-8918-f17254ada49e 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3214] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-group-rules/94a95339-01f2-4573-8ce8-cb824840a44c => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3215] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-group-rules/6e769048-3cca-4555-9898-8f2c44586203 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.201 8 INFO neutron.api.v2.resource [None req-2197c9c5-8e1a-4ba7-95b1-2c8091ea1549 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3216] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-group-rules/6e769048-3cca-4555-9898-8f2c44586203 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3217] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-group-rules/439ed597-1e1a-4c23-8fee-bb48d93859ee => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.285 8 INFO neutron.api.v2.resource [None req-05f11b78-ad8f-46cc-a15c-c9e52bee90d3 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3218] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-group-rules/439ed597-1e1a-4c23-8fee-bb48d93859ee => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3219] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-group-rules/82945911-675b-4fbe-a8f3-63a9bfad6f58 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.405 8 INFO neutron.api.v2.resource [None req-cb3406bd-0e87-4d48-9a0b-74e790bfc539 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3220] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-group-rules/82945911-675b-4fbe-a8f3-63a9bfad6f58 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3221] 10.0.0.1 () {32 vars in 748 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-group-rules/eb913f8b-e642-4ff1-8ed4-d7012c394d08 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.493 8 INFO neutron.api.v2.resource [None req-914f6a55-1a61-473d-85ef-856f60ec7e15 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3222] 10.0.0.1 () {32 vars in 745 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-group-rules/eb913f8b-e642-4ff1-8ed4-d7012c394d08 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3223] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-groups/ca544970-624b-4302-8da3-a55317b2a956 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:38.594 8 INFO neutron.api.v2.resource [None req-4a04d332-9045-491f-ba25-b88b9c9b3a6c 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3224] 10.0.0.1 () {32 vars in 735 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups/ca544970-624b-4302-8da3-a55317b2a956 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:38.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce6623f5-5687-4029-8232-48aa88702878 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: e9394982-169d-4964-8e60-847f31de5479 2026-08-11 09:38:38.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce6623f5-5687-4029-8232-48aa88702878 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: e9394982-169d-4964-8e60-847f31de5479 [pid: 7|app: 0|req: 1638/3225] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:38:38 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:39.779 8 INFO neutron.api.v2.resource [None req-eb2b45e8-a924-466e-afc7-1ab4267a81b3 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3226] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:38:39 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:40.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-960bea50-894e-4c6e-9815-bf159295aaa6 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: 337abb50-1a94-479c-b4f5-7d4e38671be0 2026-08-11 09:38:40.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960bea50-894e-4c6e-9815-bf159295aaa6 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: 337abb50-1a94-479c-b4f5-7d4e38671be0 [pid: 7|app: 0|req: 1639/3227] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:38:39 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/remove_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:41.114 8 INFO neutron.api.v2.resource [None req-285dc969-97e1-4700-888d-b2600ea45c8b 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3228] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:38:40 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/remove_router_interface => generated 198 bytes in 194 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:41.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-432942b6-3424-434a-8d96-e5a8f837866a 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: 50c4e90a-a89f-4023-90c9-7afce3e89a59 2026-08-11 09:38:41.561 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-432942b6-3424-434a-8d96-e5a8f837866a 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: 50c4e90a-a89f-4023-90c9-7afce3e89a59 [pid: 7|app: 0|req: 1640/3229] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:38:41 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:42.247 8 INFO neutron.api.v2.resource [None req-b7717336-7673-477a-a2b5-33a8b3173ee3 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3230] 10.0.0.1 () {34 vars in 787 bytes} [Tue Aug 11 09:38:42 2026] PUT /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:42.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-6947768e-3382-402d-b925-3ce9c1c466b9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: e6d97a4b-ef0b-4a7b-95e8-bce2d5e0b3c3 2026-08-11 09:38:42.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6947768e-3382-402d-b925-3ce9c1c466b9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: e6d97a4b-ef0b-4a7b-95e8-bce2d5e0b3c3 2026-08-11 09:38:42.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-6947768e-3382-402d-b925-3ce9c1c466b9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: a8795f0c-ce1c-44ec-95a7-b16ddbd4c138 2026-08-11 09:38:42.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6947768e-3382-402d-b925-3ce9c1c466b9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: a8795f0c-ce1c-44ec-95a7-b16ddbd4c138 2026-08-11 09:38:43.084 7 INFO neutron.services.segments.plugin [-] Segment 24e24ff3-a3ea-4700-855d-75f7249bad7f resource provider aggregate not found 2026-08-11 09:38:43.092 7 INFO neutron.services.segments.plugin [-] Segment 24e24ff3-a3ea-4700-855d-75f7249bad7f resource provider aggregate not found 2026-08-11 09:38:43.102 7 INFO neutron.services.segments.plugin [-] Segment 24e24ff3-a3ea-4700-855d-75f7249bad7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e24ff3-a3ea-4700-855d-75f7249bad7f found for delete ", "request_id": "req-3b2e5002-7589-4e03-a0c0-5b3bf47db605"}]} 2026-08-11 09:38:43.112 7 INFO neutron.services.segments.plugin [-] Segment 24e24ff3-a3ea-4700-855d-75f7249bad7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e24ff3-a3ea-4700-855d-75f7249bad7f found for delete ", "request_id": "req-34a89f7e-7988-4d73-837f-4b2c6c17ac22"}]} 2026-08-11 09:38:43.117 7 INFO neutron.db.l3_hamode_db [None req-6947768e-3382-402d-b925-3ce9c1c466b9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] HA network 9119d481-8e13-459d-9dbc-72287f6b1eec was deleted as no HA routers are present in tenant 63293126e97648abb88ceec8dc2b7205. [pid: 7|app: 0|req: 1641/3231] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:42 2026] DELETE /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:43.148 8 INFO neutron.api.v2.resource [None req-dcbbb80c-6bc4-4b92-9e35-de4932cb12bc 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3232] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:43 2026] GET /v2.0/routers/0b9b1c6c-2239-4bd8-9cf8-9ec6b428f789 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3233] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:43 2026] DELETE /v2.0/subnets/4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:43.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bfa7dc0-0481-4c28-b040-c0797db4a675 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3234] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:43 2026] GET /v2.0/subnets/4f1bd5ec-8fea-4695-8228-f461de856bd1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3235] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:43 2026] DELETE /v2.0/subnets/3d00fada-d63a-4117-aa7b-27e5e1043e8b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:43.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06c974f6-28e3-4f24-a807-2b92e82e2626 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3236] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:43 2026] GET /v2.0/subnets/3d00fada-d63a-4117-aa7b-27e5e1043e8b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:43.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a49c4c1-138e-4e2a-87ee-6b8f82b269f6 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: db27e34e-128a-4a65-995a-a04bc9914f8a 2026-08-11 09:38:43.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a49c4c1-138e-4e2a-87ee-6b8f82b269f6 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: db27e34e-128a-4a65-995a-a04bc9914f8a [pid: 7|app: 0|req: 1644/3237] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:38:43 2026] DELETE /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:43.822 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d72d1fb-1a5e-4bd0-8035-ca57d4e46b4b 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3238] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:38:43 2026] GET /v2.0/networks/774ad46c-9e2d-4588-af28-e62220209c31 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3239] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:43 2026] DELETE /v2.0/subnets/eedc6500-9c97-4636-9ccb-5fa6a6365879 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:44.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1405c2f4-690c-445c-9c12-cac2eb1f50b9 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3240] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:43 2026] GET /v2.0/subnets/eedc6500-9c97-4636-9ccb-5fa6a6365879 => 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: 1646/3241] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:44 2026] DELETE /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:44.171 8 INFO neutron.pecan_wsgi.hooks.translation [None req-766d92bb-d5f1-46bb-bb6d-c016e5e10dae 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3242] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/subnets/c0d6e6cc-7f56-47fd-b32c-110e157a562c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:44.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a4c3e51-7d0e-4923-bac7-44257ec1ffc4 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: 0ef6ff19-35a6-480d-b491-7827ec0a3ddf 2026-08-11 09:38:44.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a4c3e51-7d0e-4923-bac7-44257ec1ffc4 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: 0ef6ff19-35a6-480d-b491-7827ec0a3ddf [pid: 7|app: 0|req: 1647/3243] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:38:44 2026] DELETE /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:44.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c442b4c-abd2-4023-a38b-f40404feec32 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3244] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/networks/d8db176c-242f-4457-83de-ac4ff8303223 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3245] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:44 2026] DELETE /v2.0/subnets/8723df19-1c56-493d-bc38-1eaff8c700d2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:44.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ae65e42-b756-45cb-82fd-8b64563a727c 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3246] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/subnets/8723df19-1c56-493d-bc38-1eaff8c700d2 => 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: 1649/3247] 10.0.0.1 () {32 vars in 722 bytes} [Tue Aug 11 09:38:44 2026] DELETE /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:44.854 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b8d39db-4f20-455e-b25a-6a48a4d94108 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3248] 10.0.0.1 () {32 vars in 719 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/subnets/bb65ca23-8549-442d-b9c6-5b6d47d1e546 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:44.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f70430e-844e-48ae-be3b-981f849bfecd 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] TaaS: Handle Delete Port: bf6dc9d5-a8c0-407c-8da7-f332260e6f3a 2026-08-11 09:38:44.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f70430e-844e-48ae-be3b-981f849bfecd 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] Tap Mirror: Handle Delete Port: bf6dc9d5-a8c0-407c-8da7-f332260e6f3a 2026-08-11 09:38:45.130 7 INFO neutron.services.segments.plugin [-] Segment 4d884bbf-c88a-4d08-8ff5-47e0644411a1 resource provider aggregate not found 2026-08-11 09:38:45.136 7 INFO neutron.services.segments.plugin [-] Segment 4d884bbf-c88a-4d08-8ff5-47e0644411a1 resource provider aggregate not found [pid: 7|app: 0|req: 1650/3249] 10.0.0.1 () {32 vars in 724 bytes} [Tue Aug 11 09:38:44 2026] DELETE /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:45.159 7 INFO neutron.services.segments.plugin [-] Segment 4d884bbf-c88a-4d08-8ff5-47e0644411a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d884bbf-c88a-4d08-8ff5-47e0644411a1 found for delete ", "request_id": "req-167cef37-37c8-423f-b0b1-b4ac888f0800"}]} 2026-08-11 09:38:45.164 7 INFO neutron.services.segments.plugin [-] Segment 4d884bbf-c88a-4d08-8ff5-47e0644411a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d884bbf-c88a-4d08-8ff5-47e0644411a1 found for delete ", "request_id": "req-21cce65e-cea6-4a40-9dc8-d76d3982f4b6"}]} 2026-08-11 09:38:45.175 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b544f45b-c7e4-4534-b15a-511e9438212d 66b850c9e21d457bb0edd0354521cd2b 63293126e97648abb88ceec8dc2b7205 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3250] 10.0.0.1 () {32 vars in 721 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/e34a449d-e1df-455c-a1fa-25e16719d0ff => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:38:45.177 7 INFO neutron.services.segments.plugin [-] Segment 96a1da88-4b40-4b20-b612-b9ef1e958926 resource provider aggregate not found 2026-08-11 09:38:45.183 7 INFO neutron.services.segments.plugin [-] Segment 96a1da88-4b40-4b20-b612-b9ef1e958926 resource provider aggregate not found 2026-08-11 09:38:45.191 7 INFO neutron.services.segments.plugin [-] Segment 96a1da88-4b40-4b20-b612-b9ef1e958926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a1da88-4b40-4b20-b612-b9ef1e958926 found for delete ", "request_id": "req-eb085ac3-a15b-4c6c-aa6a-a26ea3558d21"}]} 2026-08-11 09:38:45.208 7 INFO neutron.services.segments.plugin [-] Segment 96a1da88-4b40-4b20-b612-b9ef1e958926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a1da88-4b40-4b20-b612-b9ef1e958926 found for delete ", "request_id": "req-406e696d-d6c1-41c0-bb96-a27a2867b760"}]} 2026-08-11 09:38:45.211 7 INFO neutron.services.segments.plugin [-] Segment 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 resource provider aggregate not found 2026-08-11 09:38:45.232 7 INFO neutron.services.segments.plugin [-] Segment 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 resource provider aggregate not found 2026-08-11 09:38:45.233 7 INFO neutron.services.segments.plugin [-] Segment 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 found for delete ", "request_id": "req-c2d41ecc-cd68-400f-9713-b8ee2840bfcf"}]} 2026-08-11 09:38:45.250 7 INFO neutron.services.segments.plugin [-] Segment 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34112ecf-ee1b-4b9a-b955-0b30faaf3f51 found for delete ", "request_id": "req-ddb2c416-86ff-4f6a-a1e7-d26cde5f3a34"}]} [pid: 7|app: 0|req: 1651/3251] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:47 2026] GET /v2.0/security-groups?tenant_id=81dca0eb40cd4851a7a35e898d0cb048&name=default => generated 2929 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3252] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:47 2026] DELETE /v2.0/security-groups/e25c292c-e739-4619-aed6-df2cc7b78a1d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3253] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:47 2026] GET /v2.0/security-groups?tenant_id=49e799af2feb4ff5a70da204e06e1cf5&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: 1602/3254] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:47 2026] DELETE /v2.0/security-groups/147d57e6-8a35-4049-b824-99cc75aab097 => 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: 1653/3255] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:48 2026] GET /v2.0/security-groups?tenant_id=76762f128fd444e1a682a9f245e2b7ae&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3256] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:48 2026] DELETE /v2.0/security-groups/92a304ce-f68c-4022-b1f8-80eb51eccce8 => 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: 1654/3257] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:48 2026] GET /v2.0/security-groups?tenant_id=63293126e97648abb88ceec8dc2b7205&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3258] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:48 2026] DELETE /v2.0/security-groups/d7ee2b71-fc1b-47b4-99db-5ff5b781057b => 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: 1655/3259] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:48 2026] GET /v2.0/security-groups?tenant_id=5f8c2b53172047b3a0d659b3d2f0ae6b&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3260] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:48 2026] DELETE /v2.0/security-groups/4b054bc9-8163-4219-bbb3-2c35fb5c63b3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3261] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:49 2026] GET /v2.0/security-groups?tenant_id=941806e77d0944cf903251dde32d669e&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3262] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:49 2026] DELETE /v2.0/security-groups/64e5ead5-8a83-46c2-ac89-e06c1ebaf637 => 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: 1657/3263] 10.0.0.1 () {32 vars in 772 bytes} [Tue Aug 11 09:38:49 2026] GET /v2.0/security-groups?tenant_id=a96df5b2e9b84811ba9722256345db46&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3264] 10.0.0.1 () {32 vars in 738 bytes} [Tue Aug 11 09:38:49 2026] DELETE /v2.0/security-groups/d9e6068b-adf8-43e7-bdec-c806a2f985f7 => 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: 1609/3267] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:38:52 2026] GET /v2.0/networks => generated 2168 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3268] 10.0.0.1 () {32 vars in 653 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/floatingips => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3269] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3270] 10.0.0.1 () {32 vars in 641 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3271] 10.0.0.1 () {32 vars in 645 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3272] 10.0.0.1 () {32 vars in 647 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3273] 10.0.0.1 () {32 vars in 661 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3274] 10.0.0.1 () {32 vars in 653 bytes} [Tue Aug 11 09:38:53 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)