+ 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 [Thu Jun 11 18:16:43 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7dfbd5ff57-qg579 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 0x7efc159b9668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-11 18:16:47.822 8 INFO neutron.common.config [-] Logging enabled! 2026-06-11 18:16:47.822 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-11 18:16:47.858 7 INFO neutron.common.config [-] Logging enabled! 2026-06-11 18:16:47.858 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-11 18:16:48.933 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-11 18:16:48.976 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-11 18:16:50.453 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 18:16:50.459 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-11 18:16:50.467 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-11 18:16:50.468 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 18:16:50.468 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-11 18:16:50.468 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-11 18:16:50.468 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 18:16:50.476 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 18:16:50.476 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 18:16:50.477 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 18:16:50.500 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-11 18:16:50.501 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 18:16:50.501 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-11 18:16:50.534 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-11 18:16:50.534 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-11 18:16:50.535 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-11 18:16:50.535 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-11 18:16:50.542 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 18:16:50.545 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-11 18:16:50.551 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-11 18:16:50.552 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-11 18:16:50.552 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-11 18:16:50.552 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-11 18:16:50.552 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 18:16:50.560 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 18:16:50.560 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-11 18:16:50.560 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 18:16:50.586 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-11 18:16:50.587 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-11 18:16:50.588 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-11 18:16:50.621 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-11 18:16:50.622 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-11 18:16:50.622 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-11 18:16:50.622 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-11 18:16:50.846 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing driver for type 'vlan' 2026-06-11 18:16:50.928 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing driver for type 'vlan' 2026-06-11 18:16:51.159 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] VlanTypeDriver initialization complete 2026-06-11 18:16:51.160 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing driver for type 'vxlan' 2026-06-11 18:16:51.160 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-11 18:16:51.172 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-11 18:16:51.172 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-11 18:16:51.172 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing extension driver 'port_security' 2026-06-11 18:16:51.172 7 INFO neutron.plugins.ml2.extensions.port_security [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-11 18:16:51.172 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing extension driver 'qos' 2026-06-11 18:16:51.172 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-11 18:16:51.173 7 INFO neutron.plugins.ml2.managers [None req-366ea5f6-25aa-4f84-ae3f-8be15d284c7b - - - - - -] Initializing mechanism driver 'l2population' 2026-06-11 18:16:51.186 7 INFO neutron.quota [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded quota_driver: . 2026-06-11 18:16:51.186 7 INFO neutron.plugins.ml2.plugin [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Modular L2 Plugin initialization complete 2026-06-11 18:16:51.186 7 INFO neutron.plugins.ml2.managers [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-11 18:16:51.187 7 INFO neutron.plugins.ml2.managers [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-11 18:16:51.187 7 INFO neutron.plugins.ml2.managers [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-11 18:16:51.187 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: qos 2026-06-11 18:16:51.200 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: router 2026-06-11 18:16:51.229 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] VlanTypeDriver initialization complete 2026-06-11 18:16:51.230 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing driver for type 'vxlan' 2026-06-11 18:16:51.230 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-11 18:16:51.242 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-11 18:16:51.242 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-11 18:16:51.242 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing extension driver 'port_security' 2026-06-11 18:16:51.243 8 INFO neutron.plugins.ml2.extensions.port_security [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-11 18:16:51.243 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing extension driver 'qos' 2026-06-11 18:16:51.243 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-11 18:16:51.243 8 INFO neutron.plugins.ml2.managers [None req-485ed704-7bd6-4d9a-8e3a-29a5c9c2ac8e - - - - - -] Initializing mechanism driver 'l2population' 2026-06-11 18:16:51.244 7 INFO neutron.services.service_base [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-11 18:16:51.244 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: segments 2026-06-11 18:16:51.257 8 INFO neutron.quota [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded quota_driver: . 2026-06-11 18:16:51.258 8 INFO neutron.plugins.ml2.plugin [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Modular L2 Plugin initialization complete 2026-06-11 18:16:51.258 8 INFO neutron.plugins.ml2.managers [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-11 18:16:51.258 8 INFO neutron.plugins.ml2.managers [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-11 18:16:51.258 8 INFO neutron.plugins.ml2.managers [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Got port-security extension from driver 'port_security' 2026-06-11 18:16:51.259 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: qos 2026-06-11 18:16:51.272 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: router 2026-06-11 18:16:51.316 8 INFO neutron.services.service_base [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-11 18:16:51.316 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: segments 2026-06-11 18:16:51.344 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: trunk 2026-06-11 18:16:51.358 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: vpnaas 2026-06-11 18:16:51.397 7 WARNING stevedore.named [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 18:16:51.416 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: trunk 2026-06-11 18:16:51.430 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: vpnaas 2026-06-11 18:16:51.472 8 WARNING stevedore.named [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 18:16:51.473 7 INFO neutron_vpnaas.services.vpn.plugin [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-11 18:16:51.474 7 INFO neutron.common.utils [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-11 18:16:51.474 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: taas 2026-06-11 18:16:51.501 7 WARNING stevedore.named [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 18:16:51.501 7 WARNING stevedore.named [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 18:16:51.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-11 18:16:51.520 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: tapmirror 2026-06-11 18:16:51.535 7 WARNING stevedore.named [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 18:16:51.535 7 WARNING stevedore.named [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 18:16:51.546 8 INFO neutron_vpnaas.services.vpn.plugin [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-11 18:16:51.546 8 INFO neutron.common.utils [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-11 18:16:51.546 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: taas 2026-06-11 18:16:51.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-11 18:16:51.552 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: auto_allocate 2026-06-11 18:16:51.559 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: tag 2026-06-11 18:16:51.567 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: timestamp 2026-06-11 18:16:51.570 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: network_ip_availability 2026-06-11 18:16:51.574 8 WARNING stevedore.named [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 18:16:51.574 8 WARNING stevedore.named [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 18:16:51.575 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: flavors 2026-06-11 18:16:51.578 7 INFO neutron.manager [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loading Plugin: revisions 2026-06-11 18:16:51.581 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Initializing extension manager. 2026-06-11 18:16:51.583 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: address-group 2026-06-11 18:16:51.584 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: address-scope 2026-06-11 18:16:51.584 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-11 18:16:51.585 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: agent 2026-06-11 18:16:51.586 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: agent-resources-synced 2026-06-11 18:16:51.587 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-11 18:16:51.588 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-11 18:16:51.588 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: availability_zone 2026-06-11 18:16:51.589 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: availability_zone_filter 2026-06-11 18:16:51.589 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-11 18:16:51.590 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: default-subnetpools 2026-06-11 18:16:51.591 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-11 18:16:51.592 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: dns-integration 2026-06-11 18:16:51.592 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: dns-domain-ports 2026-06-11 18:16:51.593 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-11 18:16:51.594 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: dvr 2026-06-11 18:16:51.594 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-11 18:16:51.594 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: empty-string-filtering 2026-06-11 18:16:51.595 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 18:16:51.595 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-11 18:16:51.596 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: external-net 2026-06-11 18:16:51.596 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-11 18:16:51.597 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: extraroute 2026-06-11 18:16:51.598 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: extraroute-atomic 2026-06-11 18:16:51.598 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-11 18:16:51.599 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-11 18:16:51.599 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-11 18:16:51.599 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-11 18:16:51.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-11 18:16:51.600 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: tapmirror 2026-06-11 18:16:51.600 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: fip-port-details 2026-06-11 18:16:51.601 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: flavors 2026-06-11 18:16:51.602 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-11 18:16:51.604 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: floatingip-pools 2026-06-11 18:16:51.605 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: ip_allocation 2026-06-11 18:16:51.605 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-11 18:16:51.606 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: l2_adjacency 2026-06-11 18:16:51.607 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: router 2026-06-11 18:16:51.608 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 18:16:51.609 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-11 18:16:51.610 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-11 18:16:51.610 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: ext-gw-mode 2026-06-11 18:16:51.611 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: l3-ha 2026-06-11 18:16:51.611 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-11 18:16:51.612 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-11 18:16:51.612 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: l3-flavors 2026-06-11 18:16:51.613 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-11 18:16:51.614 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-11 18:16:51.614 8 WARNING stevedore.named [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-11 18:16:51.614 8 WARNING stevedore.named [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-11 18:16:51.616 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-11 18:16:51.617 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-11 18:16:51.618 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-11 18:16:51.619 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-11 18:16:51.620 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-11 18:16:51.620 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: multi-provider 2026-06-11 18:16:51.621 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: net-mtu 2026-06-11 18:16:51.621 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: net-mtu-writable 2026-06-11 18:16:51.622 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: network_availability_zone 2026-06-11 18:16:51.622 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: network_ha 2026-06-11 18:16:51.623 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: network-ip-availability 2026-06-11 18:16:51.624 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-11 18:16:51.625 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: pagination 2026-06-11 18:16:51.625 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-device-profile 2026-06-11 18:16:51.625 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-11 18:16:51.626 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-11 18:16:51.626 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-11 18:16:51.627 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-mac-override 2026-06-11 18:16:51.627 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-11 18:16:51.628 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-11 18:16:51.628 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-11 18:16:51.629 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-resource-request 2026-06-11 18:16:51.629 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-11 18:16:51.630 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-11 18:16:51.630 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: binding 2026-06-11 18:16:51.631 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: binding-extended 2026-06-11 18:16:51.632 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-security 2026-06-11 18:16:51.632 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: project-id 2026-06-11 18:16:51.632 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: provider 2026-06-11 18:16:51.633 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-11 18:16:51.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-11 18:16:51.634 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: auto_allocate 2026-06-11 18:16:51.635 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos 2026-06-11 18:16:51.636 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-11 18:16:51.637 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-11 18:16:51.638 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-default 2026-06-11 18:16:51.638 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-fip 2026-06-11 18:16:51.639 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-11 18:16:51.639 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-11 18:16:51.640 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-11 18:16:51.640 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-11 18:16:51.641 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-11 18:16:51.641 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-pps 2026-06-11 18:16:51.642 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-11 18:16:51.642 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-11 18:16:51.643 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: qos-rules-alias 2026-06-11 18:16:51.643 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: tag 2026-06-11 18:16:51.643 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: quota-check-limit 2026-06-11 18:16:51.644 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-11 18:16:51.647 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: quotas 2026-06-11 18:16:51.648 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: quota_details 2026-06-11 18:16:51.649 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: rbac-policies 2026-06-11 18:16:51.650 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: rbac-address-group 2026-06-11 18:16:51.650 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: rbac-address-scope 2026-06-11 18:16:51.651 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: rbac-security-groups 2026-06-11 18:16:51.651 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-11 18:16:51.652 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: revision-if-match 2026-06-11 18:16:51.653 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-11 18:16:51.653 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: router_availability_zone 2026-06-11 18:16:51.654 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-11 18:16:51.655 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: timestamp 2026-06-11 18:16:51.656 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-11 18:16:51.656 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-11 18:16:51.657 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-11 18:16:51.658 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-11 18:16:51.658 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: network_ip_availability 2026-06-11 18:16:51.658 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-11 18:16:51.659 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-11 18:16:51.663 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: flavors 2026-06-11 18:16:51.666 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: security-group 2026-06-11 18:16:51.666 8 INFO neutron.manager [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loading Plugin: revisions 2026-06-11 18:16:51.668 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: segment 2026-06-11 18:16:51.669 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-11 18:16:51.670 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Initializing extension manager. 2026-06-11 18:16:51.670 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: service-type 2026-06-11 18:16:51.671 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: sorting 2026-06-11 18:16:51.671 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: address-group 2026-06-11 18:16:51.671 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: standard-attr-segment 2026-06-11 18:16:51.672 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: standard-attr-description 2026-06-11 18:16:51.672 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: address-scope 2026-06-11 18:16:51.673 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: stateful-security-group 2026-06-11 18:16:51.673 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-11 18:16:51.673 7 WARNING neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-11 18:16:51.674 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-11 18:16:51.674 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: agent 2026-06-11 18:16:51.674 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: subnet-external-network 2026-06-11 18:16:51.674 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: agent-resources-synced 2026-06-11 18:16:51.675 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: subnet_onboard 2026-06-11 18:16:51.675 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-11 18:16:51.676 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: subnet-service-types 2026-06-11 18:16:51.676 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: allowed-address-pairs 2026-06-11 18:16:51.677 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: subnet_allocation 2026-06-11 18:16:51.677 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: auto-allocated-topology 2026-06-11 18:16:51.677 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-11 18:16:51.678 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: tag-creation 2026-06-11 18:16:51.678 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-11 18:16:51.679 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: availability_zone 2026-06-11 18:16:51.680 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: availability_zone_filter 2026-06-11 18:16:51.681 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-11 18:16:51.682 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: default-subnetpools 2026-06-11 18:16:51.682 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: standard-attr-tag 2026-06-11 18:16:51.683 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-11 18:16:51.684 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: trunk 2026-06-11 18:16:51.684 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: trunk-details 2026-06-11 18:16:51.685 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-11 18:16:51.685 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-11 18:16:51.685 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-11 18:16:51.686 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: dns-integration 2026-06-11 18:16:51.687 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: dns-domain-ports 2026-06-11 18:16:51.686 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-11 18:16:51.687 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-11 18:16:51.687 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-11 18:16:51.688 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: dvr 2026-06-11 18:16:51.689 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-11 18:16:51.690 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-11 18:16:51.690 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: empty-string-filtering 2026-06-11 18:16:51.690 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 18:16:51.691 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-11 18:16:51.691 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-11 18:16:51.691 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: external-net 2026-06-11 18:16:51.692 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: vpn-flavors 2026-06-11 18:16:51.692 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-11 18:16:51.693 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: extraroute 2026-06-11 18:16:51.693 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: extraroute-atomic 2026-06-11 18:16:51.693 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: vpnaas 2026-06-11 18:16:51.694 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-11 18:16:51.694 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-11 18:16:51.694 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: taas 2026-06-11 18:16:51.695 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-11 18:16:51.695 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-11 18:16:51.696 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: tap-mirror 2026-06-11 18:16:51.696 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: fip-port-details 2026-06-11 18:16:51.696 7 INFO neutron.api.extensions [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-11 18:16:51.697 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: flavors 2026-06-11 18:16:51.698 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-11 18:16:51.699 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-11 18:16:51.699 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: floatingip-pools 2026-06-11 18:16:51.699 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-11 18:16:51.699 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.699 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-11 18:16:51.699 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: ip_allocation 2026-06-11 18:16:51.700 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: ip-substring-filtering 2026-06-11 18:16:51.701 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: l2_adjacency 2026-06-11 18:16:51.702 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: router 2026-06-11 18:16:51.703 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 18:16:51.703 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 18:16:51.705 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-11 18:16:51.706 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-11 18:16:51.706 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-11 18:16:51.707 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: ext-gw-mode 2026-06-11 18:16:51.707 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: l3-ha 2026-06-11 18:16:51.708 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-11 18:16:51.708 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 18:16:51.708 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-11 18:16:51.708 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 18:16:51.709 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: l3-flavors 2026-06-11 18:16:51.709 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 18:16:51.710 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.710 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-11 18:16:51.710 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.710 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.710 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-11 18:16:51.710 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.711 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 18:16:51.711 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.712 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.712 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 18:16:51.713 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 18:16:51.713 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-11 18:16:51.713 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 18:16:51.713 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.714 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ipsecpolicy is already registered 2026-06-11 18:16:51.714 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.714 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ikepolicy is already registered 2026-06-11 18:16:51.714 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-11 18:16:51.715 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-11 18:16:51.717 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-11 18:16:51.717 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-11 18:16:51.718 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: multi-provider 2026-06-11 18:16:51.718 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: net-mtu 2026-06-11 18:16:51.719 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 18:16:51.719 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] router is already registered 2026-06-11 18:16:51.719 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: net-mtu-writable 2026-06-11 18:16:51.719 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 18:16:51.719 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] floatingip is already registered 2026-06-11 18:16:51.720 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: network_availability_zone 2026-06-11 18:16:51.720 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: network_ha 2026-06-11 18:16:51.721 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: network-ip-availability 2026-06-11 18:16:51.722 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-11 18:16:51.723 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: pagination 2026-06-11 18:16:51.723 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 18:16:51.723 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] rbac_policy is already registered 2026-06-11 18:16:51.723 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-device-profile 2026-06-11 18:16:51.724 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 18:16:51.724 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] security_group is already registered 2026-06-11 18:16:51.724 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-11 18:16:51.724 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 18:16:51.724 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] security_group_rule is already registered 2026-06-11 18:16:51.724 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-11 18:16:51.725 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-11 18:16:51.725 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.725 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.726 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-mac-override 2026-06-11 18:16:51.726 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.726 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.726 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-11 18:16:51.726 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 18:16:51.727 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] trunk is already registered 2026-06-11 18:16:51.727 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-11 18:16:51.727 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.727 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ikepolicy is already registered 2026-06-11 18:16:51.727 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-11 18:16:51.727 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.728 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ipsecpolicy is already registered 2026-06-11 18:16:51.728 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-resource-request 2026-06-11 18:16:51.728 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 18:16:51.728 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] endpoint_group is already registered 2026-06-11 18:16:51.728 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 18:16:51.728 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-resource-request-groups 2026-06-11 18:16:51.729 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] vpnservice is already registered 2026-06-11 18:16:51.729 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 18:16:51.729 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ipsec_site_connection is already registered 2026-06-11 18:16:51.729 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-11 18:16:51.729 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.730 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ipsecpolicy is already registered 2026-06-11 18:16:51.730 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: binding 2026-06-11 18:16:51.730 7 INFO neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.730 7 WARNING neutron.quota.resource_registry [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] ikepolicy is already registered 2026-06-11 18:16:51.730 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: binding-extended 2026-06-11 18:16:51.731 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-security 2026-06-11 18:16:51.731 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: project-id 2026-06-11 18:16:51.732 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: provider 2026-06-11 18:16:51.733 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-11 18:16:51.735 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos 2026-06-11 18:16:51.736 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-11 18:16:51.736 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-11 18:16:51.737 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-default 2026-06-11 18:16:51.737 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-fip 2026-06-11 18:16:51.738 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-11 18:16:51.738 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-gateway-ip 2026-06-11 18:16:51.739 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-port-network-policy 2026-06-11 18:16:51.740 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-pps-minimum 2026-06-11 18:16:51.741 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-11 18:16:51.742 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-pps 2026-06-11 18:16:51.742 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-rule-type-details 2026-06-11 18:16:51.743 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-11 18:16:51.743 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: qos-rules-alias 2026-06-11 18:16:51.744 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: quota-check-limit 2026-06-11 18:16:51.745 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: quota-check-limit-default 2026-06-11 18:16:51.747 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: quotas 2026-06-11 18:16:51.748 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: quota_details 2026-06-11 18:16:51.749 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: rbac-policies 2026-06-11 18:16:51.750 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: rbac-address-group 2026-06-11 18:16:51.751 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: rbac-address-scope 2026-06-11 18:16:51.751 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: rbac-security-groups 2026-06-11 18:16:51.752 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: rbac-subnetpool 2026-06-11 18:16:51.752 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: revision-if-match 2026-06-11 18:16:51.753 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: standard-attr-revisions 2026-06-11 18:16:51.754 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: router_availability_zone 2026-06-11 18:16:51.754 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-11 18:16:51.756 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: security-groups-default-rules 2026-06-11 18:16:51.756 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-11 18:16:51.757 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-11 18:16:51.757 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-11 18:16:51.758 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-11 18:16:51.758 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-11 18:16:51.765 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: security-group 2026-06-11 18:16:51.766 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: segment 2026-06-11 18:16:51.766 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-11 18:16:51.767 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: service-type 2026-06-11 18:16:51.767 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: sorting 2026-06-11 18:16:51.768 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: standard-attr-segment 2026-06-11 18:16:51.769 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: standard-attr-description 2026-06-11 18:16:51.769 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: stateful-security-group 2026-06-11 18:16:51.769 7 WARNING keystonemiddleware._common.config [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-11 18:16:51.770 8 WARNING neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-11 18:16:51.770 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-11 18:16:51.771 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: subnet-external-network 2026-06-11 18:16:51.772 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: subnet_onboard 2026-06-11 18:16:51.772 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-11 18:16:51.773 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: subnet-service-types 2026-06-11 18:16:51.773 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: subnet_allocation 2026-06-11 18:16:51.774 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-11 18:16:51.775 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: tag-creation 2026-06-11 18:16:51.775 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-11 18:16:51.776 7 WARNING oslo_config.cfg [None req-85a6d0a6-e0d9-486a-9b6b-c3c54e4bb537 - - - - - -] 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 0x7efc159b9668 pid: 7 (default app) 2026-06-11 18:16:51.779 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: standard-attr-tag 2026-06-11 18:16:51.780 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-11 18:16:51.781 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: trunk 2026-06-11 18:16:51.781 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: trunk-details 2026-06-11 18:16:51.782 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-11 18:16:51.782 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-11 18:16:51.783 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-11 18:16:51.784 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-11 18:16:51.786 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-11 18:16:51.787 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-11 18:16:51.788 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: vpn-flavors 2026-06-11 18:16:51.789 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: vpnaas 2026-06-11 18:16:51.791 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: taas 2026-06-11 18:16:51.792 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: tap-mirror 2026-06-11 18:16:51.792 8 INFO neutron.api.extensions [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Loaded extension: taas-vlan-filter 2026-06-11 18:16:51.795 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-11 18:16:51.796 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-11 18:16:51.796 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.796 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-11 18:16:51.799 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 18:16:51.800 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 18:16:51.805 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 18:16:51.805 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 18:16:51.806 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 18:16:51.807 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.807 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.807 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.807 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.808 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 18:16:51.808 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.809 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.809 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 18:16:51.810 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 18:16:51.810 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 18:16:51.811 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.811 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ipsecpolicy is already registered 2026-06-11 18:16:51.811 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.811 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ikepolicy is already registered 2026-06-11 18:16:51.816 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-11 18:16:51.816 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] router is already registered 2026-06-11 18:16:51.817 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-11 18:16:51.817 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] floatingip is already registered 2026-06-11 18:16:51.821 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-11 18:16:51.821 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] rbac_policy is already registered 2026-06-11 18:16:51.821 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-11 18:16:51.822 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] security_group is already registered 2026-06-11 18:16:51.822 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-11 18:16:51.822 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] security_group_rule is already registered 2026-06-11 18:16:51.823 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.823 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.823 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-11 18:16:51.823 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] subnetpool is already registered 2026-06-11 18:16:51.824 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-11 18:16:51.824 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] trunk is already registered 2026-06-11 18:16:51.824 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.825 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ikepolicy is already registered 2026-06-11 18:16:51.825 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.825 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ipsecpolicy is already registered 2026-06-11 18:16:51.825 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-11 18:16:51.826 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] endpoint_group is already registered 2026-06-11 18:16:51.826 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-11 18:16:51.826 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] vpnservice is already registered 2026-06-11 18:16:51.826 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-11 18:16:51.826 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ipsec_site_connection is already registered 2026-06-11 18:16:51.827 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-11 18:16:51.827 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ipsecpolicy is already registered 2026-06-11 18:16:51.827 8 INFO neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-11 18:16:51.827 8 WARNING neutron.quota.resource_registry [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] ikepolicy is already registered 2026-06-11 18:16:51.866 8 WARNING keystonemiddleware._common.config [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-11 18:16:51.873 8 WARNING oslo_config.cfg [None req-0c332086-c792-4ac6-8762-42be654dcd0c - - - - - -] 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 0x7efc159b9668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:16:57.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3140c649-2ee7-4bff-8ed0-dadcd293991e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:16:56 2026] GET /v2.0/networks/public => generated 108 bytes in 840 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:16:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:16:58.070 7 WARNING neutron.services.revisions.revision_plugin [None req-13eb378b-bc40-4154-b0b9-e82ad59dbb1e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:16:58.094 7 INFO neutron.db.segments_db [None req-13eb378b-bc40-4154-b0b9-e82ad59dbb1e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 79f3bc31-df8b-4ac7-bd8c-59735b313408 of type flat for network 50ec159c-e872-4daa-853f-afbc985f8925 2026-06-11 18:16:58.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13eb378b-bc40-4154-b0b9-e82ad59dbb1e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:16:57 2026] POST /v2.0/networks => generated 124 bytes in 505 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:17:04.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c67b1c7-3750-4a7d-a301-6f05ccca7398 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:03 2026] GET /v2.0/networks/public => generated 108 bytes in 430 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:17:04.703 8 WARNING neutron.services.revisions.revision_plugin [None req-921d6f8d-a7cf-4f20-9d8f-29f8edfb052c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:17:04.721 8 INFO neutron.db.segments_db [None req-921d6f8d-a7cf-4f20-9d8f-29f8edfb052c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 6b0a4766-6f8f-47ee-bc14-787c18c33b60 of type flat for network 97bcd246-de81-4fbb-9bcd-944bfa0cffa5 2026-06-11 18:17:04.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-921d6f8d-a7cf-4f20-9d8f-29f8edfb052c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:17:04 2026] POST /v2.0/networks => generated 124 bytes in 335 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:17:10.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea47a521-7878-4730-8c72-b88ff8b1f58c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:10 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: 7|app: 0|req: 7/11] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:17:10.729 8 WARNING neutron.services.revisions.revision_plugin [None req-3e2a34b0-0bfd-4ca7-8af0-8ded8cdb022c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:17:10.741 8 INFO neutron.db.segments_db [None req-3e2a34b0-0bfd-4ca7-8af0-8ded8cdb022c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 075fb811-8bbc-4c18-914d-5e499a5ea40e of type flat for network cb056ca8-7bec-4b33-8c10-39959122cce8 2026-06-11 18:17:10.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e2a34b0-0bfd-4ca7-8af0-8ded8cdb022c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:17:10 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:17:16.657 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45a99716-4c3a-4ac9-bb6a-87473d2a4c03 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:16 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:17:16.736 7 WARNING neutron.services.revisions.revision_plugin [None req-5850aa09-7446-4e4d-b8ae-1af2765d2259 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:17:16.757 7 INFO neutron.db.segments_db [None req-5850aa09-7446-4e4d-b8ae-1af2765d2259 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment e943b2f9-0032-4268-ab89-992b4f562e9a of type flat for network 2ac3a02f-6755-4ae8-afba-281e52ab1d98 2026-06-11 18:17:16.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5850aa09-7446-4e4d-b8ae-1af2765d2259 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:17:16 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:17:22.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-510be4b2-21d0-46d5-a964-43ade747bb68 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:22 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:17:22.754 7 WARNING neutron.services.revisions.revision_plugin [None req-ffa9b0a6-0e00-4853-b787-ed4626fa43ed c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:17:22.772 7 INFO neutron.db.segments_db [None req-ffa9b0a6-0e00-4853-b787-ed4626fa43ed c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment c617d24b-4f9d-4e53-9907-af20986c5a66 of type flat for network 1111f888-dc73-41cb-9fc0-5f651c1334d1 2026-06-11 18:17:22.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffa9b0a6-0e00-4853-b787-ed4626fa43ed c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:17:22 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:17:28.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f686aa0-8eba-4c7a-9b87-b85b5a83638c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:28 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:28 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-06-11 18:17:28.765 8 WARNING neutron.services.revisions.revision_plugin [None req-8e4c07f1-4fa7-44eb-ab49-5762430a6253 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:17:28.790 8 INFO neutron.db.segments_db [None req-8e4c07f1-4fa7-44eb-ab49-5762430a6253 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 4b936cfa-c6dd-41a4-aab8-8f08028dc5bd of type flat for network 032616ce-bea5-4072-be39-fd7699de6036 2026-06-11 18:17:28.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e4c07f1-4fa7-44eb-ab49-5762430a6253 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:17:28 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:17:34.770 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb764ef8-8a37-4f09-aa00-4a024cec1a14 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:34 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:17:34.844 7 WARNING neutron.services.revisions.revision_plugin [None req-e7369a8d-1577-4dac-9913-d9cf92ae3e1c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Could not find related network for resource to bump revision. 2026-06-11 18:17:34.871 7 INFO neutron.db.segments_db [None req-e7369a8d-1577-4dac-9913-d9cf92ae3e1c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment c9d757d6-7e2e-4b2d-8f44-ac628b14d5a5 of type flat for network 205ab0eb-2553-44d6-821b-14260a025e0a [pid: 7|app: 0|req: 14/25] 199.204.45.162 () {48 vars in 966 bytes} [Thu Jun 11 18:17:34 2026] POST /v2.0/networks => generated 706 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:17:36.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f89d7c7-410e-4b79-8fa7-f8459c5d7fa2 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:17:36 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:17:36 2026] GET /v2.0/networks?name=public => generated 709 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:17:36.237 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdc12087-49f8-451a-8953-308e8df5ac25 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/28] 199.204.45.162 () {44 vars in 1033 bytes} [Thu Jun 11 18:17:36 2026] GET /v2.0/subnets/public-subnet?network_id=205ab0eb-2553-44d6-821b-14260a025e0a => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/29] 199.204.45.162 () {44 vars in 1056 bytes} [Thu Jun 11 18:17:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=205ab0eb-2553-44d6-821b-14260a025e0a => 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: 14/30] 199.204.45.162 () {48 vars in 964 bytes} [Thu Jun 11 18:17:36 2026] POST /v2.0/subnets => generated 664 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:22:14.963 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0323ed6d-6c76-4512-ad44-6b92b1036956 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.162 () {44 vars in 936 bytes} [Thu Jun 11 18:22:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.162 () {44 vars in 958 bytes} [Thu Jun 11 18:22:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:22:15.053 7 INFO neutron.db.segments_db [None req-867af70c-e5e9-4016-ac73-a9d83e7a5814 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 86d083e2-0392-43bb-bb70-e5d9dc6cc672 of type vxlan for network ccae3e84-c8ad-45d0-a731-4321b927643e [pid: 7|app: 0|req: 37/71] 199.204.45.162 () {48 vars in 965 bytes} [Thu Jun 11 18:22:14 2026] POST /v2.0/networks => generated 688 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:22:16.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-111299db-dddd-4d0e-930c-ff8fad28fe55 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.204.45.162 () {44 vars in 936 bytes} [Thu Jun 11 18:22:16 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: 7|app: 0|req: 38/73] 199.204.45.162 () {44 vars in 958 bytes} [Thu Jun 11 18:22:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:22:16.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a98a8ce-dfe1-4631-b95e-786e51c20abc c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.162 () {44 vars in 1035 bytes} [Thu Jun 11 18:22:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.162 () {44 vars in 1058 bytes} [Thu Jun 11 18:22:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.162 () {48 vars in 964 bytes} [Thu Jun 11 18:22:16 2026] POST /v2.0/subnets => generated 651 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:22:17.500 7 INFO neutron.api.v2.resource [None req-96c6e83e-de91-4b39-af49-263ab3cbb897 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/77] 199.204.45.162 () {44 vars in 970 bytes} [Thu Jun 11 18:22:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.162 () {44 vars in 992 bytes} [Thu Jun 11 18:22:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.162 () {48 vars in 979 bytes} [Thu Jun 11 18:22:17 2026] POST /v2.0/security-groups => generated 1616 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:18 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 1616 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:18 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:18 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:19 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 2230 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:19 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:20 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 2230 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:20 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:21 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:21 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:22 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:22 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:22 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:23 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:23 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:23 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.162 () {44 vars in 986 bytes} [Thu Jun 11 18:22:24 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:22:24.808 8 INFO neutron.pecan_wsgi.hooks.translation [None req-adfd629c-2d09-49a0-ac1b-2debfb74c5db c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/102] 199.204.45.162 () {44 vars in 1075 bytes} [Thu Jun 11 18:22:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.162 () {44 vars in 1098 bytes} [Thu Jun 11 18:22:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:24 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => 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: 54/105] 199.204.45.162 () {48 vars in 960 bytes} [Thu Jun 11 18:22:24 2026] POST /v2.0/ports => generated 1100 bytes in 383 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:22:32.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f43ef541-fa9c-4700-9aa9-6092498a87a7 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/107] 199.204.45.162 () {44 vars in 978 bytes} [Thu Jun 11 18:22:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.162 () {48 vars in 1030 bytes} [Thu Jun 11 18:22:32 2026] PUT /v2.0/ports/09f94c51-b847-434b-9293-f9dadbc1cd1d => generated 1249 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.162 () {44 vars in 919 bytes} [Thu Jun 11 18:22:35 2026] GET /v2.0/ports => generated 3730 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:22:36.698 7 INFO neutron.api.v2.resource [None req-4874fde8-81b4-42bd-bce4-a3211449c566 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/111] 199.204.45.162 () {44 vars in 958 bytes} [Thu Jun 11 18:22:36 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.162 () {44 vars in 980 bytes} [Thu Jun 11 18:22:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.162 () {48 vars in 979 bytes} [Thu Jun 11 18:22:36 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:37 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:37 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:37 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:37 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:38 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 2246 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:38 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => 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/121] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:22:38 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 2246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:22:39 2026] POST /v2.0/security-group-rules => generated 627 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/134] 199.204.45.162 () {44 vars in 974 bytes} [Thu Jun 11 18:23:59 2026] GET /v2.0/quotas/7fff8ae90d1142799f1f6127e01e8bde => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/135] 199.204.45.162 () {48 vars in 1026 bytes} [Thu Jun 11 18:24:00 2026] PUT /v2.0/quotas/7fff8ae90d1142799f1f6127e01e8bde => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:26:14.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08777a0e-8b5f-4d25-8999-fc810aaf6f90 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/153] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:26:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 170 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: 78/154] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:26:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:26:16.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ff39f60-d3aa-43be-a7af-757266612591 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/156] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:26:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/157] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:26:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:31:30.150 7 INFO neutron.api.v2.resource [None req-41f1a4de-1b06-47ce-b585-cd212b877774 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/200] 199.204.45.162 () {44 vars in 1073 bytes} [Thu Jun 11 18:31:30 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/201] 199.204.45.162 () {44 vars in 1096 bytes} [Thu Jun 11 18:31:30 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 23 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/202] 199.204.45.162 () {48 vars in 980 bytes} [Thu Jun 11 18:31:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/203] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:31 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/204] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:31:31 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/205] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:31 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 1624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:31:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:32 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:31:32 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:32 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:31:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:33 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:31:33 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:33 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => 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: 108/214] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:31:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:35 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 3460 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:31:35 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:31:35 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.162 () {48 vars in 990 bytes} [Thu Jun 11 18:31:35 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: 118/237] 199.204.45.162 () {30 vars in 740 bytes} [Thu Jun 11 18:33:49 2026] GET /v2.0/networks?tenant_id=39c0e94b8fc44593b7f707ec3fd6dddc&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:33:49.906 7 INFO neutron.db.segments_db [None req-192314f0-99d5-4821-b1e6-a75d18d52dc9 6ea0129469f44c558b130478ad0304e7 39c0e94b8fc44593b7f707ec3fd6dddc - - 9d99dedad0d44c838744ac0ecf0c543a 9d99dedad0d44c838744ac0ecf0c543a] Added segment 9302cbda-f15e-4021-804b-68ca8a9a0725 of type vxlan for network 502f07aa-a769-4d37-b78f-a533fe4f1c08 [pid: 7|app: 0|req: 120/238] 199.204.45.162 () {34 vars in 682 bytes} [Thu Jun 11 18:33:49 2026] POST /v2.0/networks => generated 699 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/239] 199.204.45.162 () {30 vars in 722 bytes} [Thu Jun 11 18:33:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 121/240] 199.204.45.162 () {30 vars in 633 bytes} [Thu Jun 11 18:33:50 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: 120/241] 199.204.45.162 () {34 vars in 677 bytes} [Thu Jun 11 18:33:50 2026] POST /v2.0/ports => generated 999 bytes in 927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:33:51 2026] GET /v2.0/networks/502f07aa-a769-4d37-b78f-a533fe4f1c08 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.204.45.162 () {30 vars in 722 bytes} [Thu Jun 11 18:33:52 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:33:53 2026] GET /v2.0/networks/502f07aa-a769-4d37-b78f-a533fe4f1c08 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/249] 199.204.45.162 () {44 vars in 974 bytes} [Thu Jun 11 18:34:17 2026] GET /v2.0/quotas/39c0e94b8fc44593b7f707ec3fd6dddc => 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: 126/250] 199.204.45.162 () {48 vars in 1026 bytes} [Thu Jun 11 18:34:18 2026] PUT /v2.0/quotas/39c0e94b8fc44593b7f707ec3fd6dddc => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:46:50.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d365f581-f8ea-461b-b8ad-7262733f21f8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/351] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:46:50 2026] GET /v2.0/networks/public => generated 108 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/352] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:46:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:46:51.731 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e58ecdb5-06e1-4bdd-9eb7-dcaea1fb793d c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/353] 199.204.45.162 () {44 vars in 926 bytes} [Thu Jun 11 18:46:51 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/354] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:46:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:46:51.803 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2197734d-b69c-4b0a-9aff-58601fc43f57 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/356] 199.204.45.162 () {44 vars in 1033 bytes} [Thu Jun 11 18:46:51 2026] GET /v2.0/subnets/public-subnet?network_id=205ab0eb-2553-44d6-821b-14260a025e0a => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/357] 199.204.45.162 () {44 vars in 1056 bytes} [Thu Jun 11 18:46:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=205ab0eb-2553-44d6-821b-14260a025e0a => generated 667 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:47:22.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c97acdbb-7c8b-40e1-b3e6-9ef420cb3467 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.204.45.162 () {44 vars in 936 bytes} [Thu Jun 11 18:47:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.162 () {44 vars in 958 bytes} [Thu Jun 11 18:47:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:47:23.073 7 INFO neutron.pecan_wsgi.hooks.translation [None req-704bd8a5-bf7e-44fa-8153-aa7b7945b668 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.204.45.162 () {44 vars in 936 bytes} [Thu Jun 11 18:47:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.162 () {44 vars in 958 bytes} [Thu Jun 11 18:47:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:47:23.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2994ac0d-b86a-43d2-a067-a304ada2c7a4 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 199.204.45.162 () {44 vars in 1035 bytes} [Thu Jun 11 18:47:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => 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: 183/367] 199.204.45.162 () {44 vars in 1058 bytes} [Thu Jun 11 18:47:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:47:24.555 7 INFO neutron.api.v2.resource [None req-8261dfac-d5ea-4169-a31f-f51a700d0d93 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.204.45.162 () {44 vars in 970 bytes} [Thu Jun 11 18:47:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.162 () {44 vars in 992 bytes} [Thu Jun 11 18:47:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:25 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:25 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => 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: 187/372] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:25 2026] GET /v2.0/security-group-rules/2e2f2d09-bb5b-4bac-be44-cc78751b4c09 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:26 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:26 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:26 2026] GET /v2.0/security-group-rules/4a38989c-f5a6-48df-b555-cce7393819e9 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:27 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => 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: 188/377] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:27 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:27 2026] GET /v2.0/security-group-rules/25d95d17-0fb1-4f3b-999a-75ed3b04ab0b => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:28 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:28 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:28 2026] GET /v2.0/security-group-rules/37a8086c-0877-4c20-ac8a-4a8f451f7c8b => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:29 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/384] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:29 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:29 2026] GET /v2.0/security-group-rules/49cfdcc8-5564-4980-b211-f59d599e1693 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.162 () {44 vars in 986 bytes} [Thu Jun 11 18:47:31 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:47:31.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f0f9d61-a51b-4843-b616-cd1b6712322b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/387] 199.204.45.162 () {44 vars in 1075 bytes} [Thu Jun 11 18:47:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.162 () {44 vars in 1098 bytes} [Thu Jun 11 18:47:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 1254 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:31 2026] GET /v2.0/security-groups/17194760-5e95-47a5-a15f-0586f4ae0457 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:47:40.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3dd847bf-d282-4ca1-9a8a-ca6ff0daf1cc c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/391] 199.204.45.162 () {44 vars in 978 bytes} [Thu Jun 11 18:47:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.162 () {44 vars in 919 bytes} [Thu Jun 11 18:47:41 2026] GET /v2.0/ports => generated 4725 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:47:42.983 7 INFO neutron.api.v2.resource [None req-41e3a065-767d-4d7b-bab0-a3d514cb454d c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/394] 199.204.45.162 () {44 vars in 958 bytes} [Thu Jun 11 18:47:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.162 () {44 vars in 980 bytes} [Thu Jun 11 18:47:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:43 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 2886 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:44 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:44 2026] GET /v2.0/security-group-rules/225dc447-5268-4074-aba7-8f76fe7b746a => generated 623 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:44 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 2886 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:47:45 2026] GET /v2.0/security-groups/b0987e10-e28c-464a-aab4-7918e1774b6b => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:47:45 2026] GET /v2.0/security-group-rules/1af7b525-feeb-4e2e-ac64-2837d85fea4e => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.204.45.162 () {44 vars in 974 bytes} [Thu Jun 11 18:47:58 2026] GET /v2.0/quotas/7fff8ae90d1142799f1f6127e01e8bde => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:48:58.516 8 INFO neutron.api.v2.resource [None req-7adeaa36-98ee-4b8d-9475-3890576c032d c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/413] 199.204.45.162 () {44 vars in 1073 bytes} [Thu Jun 11 18:48:58 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.162 () {44 vars in 1096 bytes} [Thu Jun 11 18:48:58 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:48:59 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:48:59 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:48:59 2026] GET /v2.0/security-group-rules/d5bf00f4-99f9-4a93-8cb2-eb14e3ecc5a5 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:49:00 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/420] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:49:00 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/421] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:49:00 2026] GET /v2.0/security-group-rules/e73c99ab-b430-4db5-b4a8-80326f79979b => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:49:01 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/423] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:49:01 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:49:01 2026] GET /v2.0/security-group-rules/de6f04ab-d897-460e-b175-f22e6a886316 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.204.45.162 () {44 vars in 1087 bytes} [Thu Jun 11 18:49:02 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3?project_id=39c0e94b8fc44593b7f707ec3fd6dddc => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/426] 199.204.45.162 () {44 vars in 1000 bytes} [Thu Jun 11 18:49:02 2026] GET /v2.0/security-groups/5b065797-69ac-494d-8ad6-02de9ce8d1f3 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/427] 199.204.45.162 () {44 vars in 1010 bytes} [Thu Jun 11 18:49:03 2026] GET /v2.0/security-group-rules/1a3412ed-90a5-4449-aed2-87dcc4e9adee => 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: 214/429] 199.204.45.162 () {44 vars in 974 bytes} [Thu Jun 11 18:49:10 2026] GET /v2.0/quotas/39c0e94b8fc44593b7f707ec3fd6dddc => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.204.45.162 () {44 vars in 948 bytes} [Thu Jun 11 18:50:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:50:45 2026] GET /v2.0/networks => generated 2168 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.56 () {32 vars in 654 bytes} [Thu Jun 11 18:50:46 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:50:46 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:50:46 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:50:46 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:50:46 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:50:46 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: 8|app: 0|req: 225/451] 10.0.0.56 () {32 vars in 654 bytes} [Thu Jun 11 18:50:46 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-06-11 18:50:58.609 8 INFO neutron.db.segments_db [None req-38358bb8-e192-48aa-919c-111d679a99a5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment c97c3153-e2b5-4cf2-a741-02baf56c35ae of type vxlan for network 713f76f7-cd56-45ae-bb48-4e4401761ef6 [pid: 8|app: 0|req: 226/453] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:50:58 2026] POST /v2.0/networks => generated 725 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:50:58.708 7 INFO neutron.db.segments_db [None req-bb804cd6-c209-421a-b47f-97324a32201f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 of type vxlan for network cafb4c57-d9b9-4bf9-95ba-23f9b55e6863 [pid: 7|app: 0|req: 228/454] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:50:58 2026] POST /v2.0/networks => generated 718 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:50:58.879 8 INFO neutron.db.segments_db [None req-ce84a9c2-a523-43ac-a875-94990457a9a3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 56d7c4f2-535d-4110-8c74-5e25e6b4c28c of type vxlan for network 2edf79f3-c181-4789-bc6b-b2d0c4bf27df [pid: 8|app: 0|req: 227/455] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:50:58 2026] POST /v2.0/networks => generated 733 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:50:58 2026] POST /v2.0/subnets => generated 692 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:50:58 2026] POST /v2.0/subnets => generated 684 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:50:59.201 8 INFO neutron.db.segments_db [None req-7f066f63-f7fe-4625-b3b0-f8543e522ce1 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 903669e0-1f70-4187-b198-18ed3dcdb29a of type vxlan for network 9a2513d7-e7a5-4696-b971-0952a26343fb [pid: 7|app: 0|req: 230/458] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:50:59 2026] POST /v2.0/subnets => generated 699 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:50:59.260 7 INFO neutron.db.segments_db [None req-70367f06-962f-4691-bfc8-a23a9db239f3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment ea40a275-189e-44ce-bec7-6d79bf8ac54a of type vxlan for network 6604ba85-5e06-4540-898f-9747137c5467 2026-06-11 18:50:59.498 8 INFO neutron.db.l3_hamode_db [None req-7f066f63-f7fe-4625-b3b0-f8543e522ce1 c201e2d1190b465c85818fcc45770898 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:50:59.513 7 INFO neutron.db.l3_hamode_db [None req-70367f06-962f-4691-bfc8-a23a9db239f3 c201e2d1190b465c85818fcc45770898 960866968f4b4b3287f56c300bfdb24f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:51:00.393 8 INFO neutron.db.l3_hamode_db [None req-7f066f63-f7fe-4625-b3b0-f8543e522ce1 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:51:00.520 7 INFO neutron.db.l3_hamode_db [None req-70367f06-962f-4691-bfc8-a23a9db239f3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/459] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:50:59 2026] POST /v2.0/routers => generated 732 bytes in 2549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:50:59 2026] POST /v2.0/routers => generated 724 bytes in 2726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:01.974 7 INFO neutron.db.segments_db [None req-2b526749-95b1-4737-a3bf-50634fb3ae6b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc of type vxlan for network 271c5927-cf02-4425-bd4e-55719a3800d2 [pid: 8|app: 0|req: 230/461] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:01 2026] GET /v2.0/security-groups?tenant_id=b29879d95c6846fe904ca5fd8535c227&name=default => generated 2922 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:02.229 7 INFO neutron.db.l3_hamode_db [None req-2b526749-95b1-4737-a3bf-50634fb3ae6b c201e2d1190b465c85818fcc45770898 25916ef8214743aaae1310188ba4d68e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:51:02.966 7 INFO neutron.db.l3_hamode_db [None req-2b526749-95b1-4737-a3bf-50634fb3ae6b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/463] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:01 2026] PUT /v2.0/routers/45258d1e-8f89-4c8f-a971-f6c48b7cd1ea/add_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:01 2026] POST /v2.0/routers => generated 739 bytes in 1890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/465] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:03 2026] DELETE /v2.0/security-groups/3944e1c8-1106-42a8-b8c1-2d813a1856e2 => 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: 233/466] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:03 2026] PUT /v2.0/routers/c4ba335f-8d5d-4a34-9f9d-43afa6574f34/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.170 () {38 vars in 971 bytes} [Thu Jun 11 18:51:04 2026] POST /v2.0/security-groups => generated 1682 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:51:04 2026] POST /v2.0/security-groups => generated 1661 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.170 () {38 vars in 971 bytes} [Thu Jun 11 18:51:04 2026] POST /v2.0/security-groups => generated 1679 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:04 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: 234/471] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:03 2026] PUT /v2.0/routers/56dab818-83bd-480c-a01d-67c6270dcc6f/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.170 () {38 vars in 971 bytes} [Thu Jun 11 18:51:05 2026] POST /v2.0/security-groups => generated 1681 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups?tenant_id=1c8655eeda2b4d24a5ac614f9d6a0ba1 => generated 7903 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/475] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/6e4122cb-2f08-487e-b6fc-19aa03381e14 => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/6e4122cb-2f08-487e-b6fc-19aa03381e14 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/477] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/21ce08fe-e0c2-4141-958c-3b491a7d8a48 => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/478] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Jun 11 18:51:05 2026] DELETE /v2.0/security-groups/21ce08fe-e0c2-4141-958c-3b491a7d8a48 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:51:05.610 8 INFO neutron.api.v2.resource [req-e5eca736-4b26-4460-b78f-958d4a60c14f req-a6d12387-afbc-4128-b6e6-37a55ec5f7be b548c9aff9e9468897bcf14c4cc08947 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 244/479] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/21ce08fe-e0c2-4141-958c-3b491a7d8a48 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/480] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/902ef6e0-d1ca-44e3-af19-0c0ac208d96a => generated 1679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/481] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Jun 11 18:51:05 2026] DELETE /v2.0/security-groups/902ef6e0-d1ca-44e3-af19-0c0ac208d96a => 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: 236/482] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:51:05 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:05.864 7 INFO neutron.api.v2.resource [req-3cb0b0cd-3200-4902-88e2-e3e829474b76 req-c2b063b8-1f4c-4975-a7cc-c1ef476082b0 b548c9aff9e9468897bcf14c4cc08947 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/483] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/902ef6e0-d1ca-44e3-af19-0c0ac208d96a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/484] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:51:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/485] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:05 2026] GET /v2.0/security-groups/f5e9c392-66a9-44c0-8583-279237966ca4 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:06.040 8 INFO neutron.db.segments_db [None req-5a67ef81-c8b4-4cb3-a517-321f5ddd354c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment f3abf940-2530-4964-b6c5-535ba3688145 of type vxlan for network ade41a84-62a4-4e0b-bec9-1f634a5876fe [pid: 7|app: 0|req: 240/486] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:51:05 2026] POST /v2.0/networks => generated 729 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/488] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Jun 11 18:51:06 2026] DELETE /v2.0/security-groups/f5e9c392-66a9-44c0-8583-279237966ca4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/489] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:06.235 8 INFO neutron.api.v2.resource [req-3efa6024-3c2c-44d5-b71c-826e669a8c8d req-a773c674-dda1-4b09-84b5-5875b2e3d8a7 b548c9aff9e9468897bcf14c4cc08947 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/490] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/security-groups/f5e9c392-66a9-44c0-8583-279237966ca4 => 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: 242/491] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:06 2026] POST /v2.0/subnets => generated 695 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/492] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/security-groups?tenant_id=1c8655eeda2b4d24a5ac614f9d6a0ba1 => generated 2921 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:06.425 7 INFO neutron.db.segments_db [None req-8440f9f0-4781-4de8-bfde-df3ebf28fca3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment e776e0ff-4608-432e-b252-b96f7002461c of type vxlan for network 97cbf797-7e8b-4253-a7e3-60796d7c3335 2026-06-11 18:51:06.678 7 INFO neutron.db.l3_hamode_db [None req-8440f9f0-4781-4de8-bfde-df3ebf28fca3 c201e2d1190b465c85818fcc45770898 af91b0f89a5b4165950be46915a837d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/493] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:51:06 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/494] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1454260462&fields=id&tenant_id=960866968f4b4b3287f56c300bfdb24f => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/495] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/security-groups/6e4122cb-2f08-487e-b6fc-19aa03381e14 => generated 2918 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/497] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/networks?id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863 => generated 669 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/498] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/security-groups/6e4122cb-2f08-487e-b6fc-19aa03381e14 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/499] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:51:06 2026] GET /v2.0/quotas/960866968f4b4b3287f56c300bfdb24f => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/500] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/ports?tenant_id=960866968f4b4b3287f56c300bfdb24f&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:07.149 8 INFO neutron.api.v2.resource [req-7fb82f43-cf6c-4e41-9607-06ade1fc6192 req-2d53401a-24c4-42fd-a320-632fe50d29f2 b548c9aff9e9468897bcf14c4cc08947 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/501] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/security-groups/f5e9c392-66a9-44c0-8583-279237966ca4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:51:07.184 8 INFO neutron.api.v2.resource [req-552ebe55-f0a3-46e0-8fa5-b1d33295fbb7 req-437eef16-b351-40ff-8314-4ed876b90aa1 b548c9aff9e9468897bcf14c4cc08947 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/502] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/security-groups/902ef6e0-d1ca-44e3-af19-0c0ac208d96a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/503] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1501669474&fields=id&tenant_id=25916ef8214743aaae1310188ba4d68e => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/504] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 684 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/505] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/quotas/25916ef8214743aaae1310188ba4d68e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/506] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/507] 10.0.0.170 () {34 vars in 907 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/508] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?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: 266/509] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:07.740 7 INFO neutron.db.l3_hamode_db [None req-8440f9f0-4781-4de8-bfde-df3ebf28fca3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 267/510] 10.0.0.170 () {34 vars in 907 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-11 18:51:07.858 8 INFO neutron.api.v2.resource [req-1e1a788d-aa0e-4dab-a343-8831458839d7 req-3ccaa153-4941-40ca-b314-59b7d252e97c b548c9aff9e9468897bcf14c4cc08947 1c8655eeda2b4d24a5ac614f9d6a0ba1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/511] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/security-groups/21ce08fe-e0c2-4141-958c-3b491a7d8a48 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/512] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:51:07 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/513] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:06 2026] POST /v2.0/routers => generated 735 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/514] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:08 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => 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: 246/515] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:51:08 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:08.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-5df24b0d-ff24-4e03-a20d-35bb19b9118a c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 9bfa8120-163f-4e91-a61b-4b42ba16771c 2026-06-11 18:51:08.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df24b0d-ff24-4e03-a20d-35bb19b9118a c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 9bfa8120-163f-4e91-a61b-4b42ba16771c [pid: 8|app: 0|req: 270/516] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:51:07 2026] PUT /v2.0/routers/45258d1e-8f89-4c8f-a971-f6c48b7cd1ea/remove_router_interface => generated 309 bytes in 1495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/517] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:09 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:09.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-d894994b-6815-4ec3-8e8f-267df7c30052 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: b5167079-f1e2-4833-a67f-67a65d408243 2026-06-11 18:51:09.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d894994b-6815-4ec3-8e8f-267df7c30052 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: b5167079-f1e2-4833-a67f-67a65d408243 2026-06-11 18:51:09.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-d894994b-6815-4ec3-8e8f-267df7c30052 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 7fd209a3-bfc6-44bf-a6a4-401f61e82443 2026-06-11 18:51:09.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d894994b-6815-4ec3-8e8f-267df7c30052 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 7fd209a3-bfc6-44bf-a6a4-401f61e82443 [pid: 7|app: 0|req: 247/518] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:08 2026] PUT /v2.0/routers/438750bc-fa02-4e21-bbfd-e1ecac26333f/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/519] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:09 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:09.981 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d894994b-6815-4ec3-8e8f-267df7c30052 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-11 18:51:10.398 8 INFO neutron.db.l3_hamode_db [None req-d894994b-6815-4ec3-8e8f-267df7c30052 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 9a2513d7-e7a5-4696-b971-0952a26343fb was deleted as no HA routers are present in tenant 1c8655eeda2b4d24a5ac614f9d6a0ba1. [pid: 8|app: 0|req: 272/520] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:09 2026] DELETE /v2.0/routers/45258d1e-8f89-4c8f-a971-f6c48b7cd1ea => generated 0 bytes in 987 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/521] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:10 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 249/522] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:10 2026] DELETE /v2.0/subnets/92a8728d-f207-4d41-bc42-4b533ec2842c => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/523] 10.0.0.170 () {38 vars in 971 bytes} [Thu Jun 11 18:51:10 2026] POST /v2.0/security-groups => generated 1684 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 18:51:10.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-d89e2ff7-bbb4-4129-b1cb-dfdfc943a788 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 45b6a45d-7876-4570-863f-0efc9fd7bda6 2026-06-11 18:51:10.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d89e2ff7-bbb4-4129-b1cb-dfdfc943a788 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 45b6a45d-7876-4570-863f-0efc9fd7bda6 [pid: 8|app: 0|req: 275/524] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:10 2026] GET /v2.0/security-groups/d8ea583f-4609-4351-a51f-64f5d7bae8e0 => generated 1684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:10.760 8 INFO neutron.services.segments.plugin [-] Segment 903669e0-1f70-4187-b198-18ed3dcdb29a resource provider aggregate not found 2026-06-11 18:51:10.778 8 INFO neutron.services.segments.plugin [-] Segment 903669e0-1f70-4187-b198-18ed3dcdb29a resource provider aggregate not found 2026-06-11 18:51:10.782 8 INFO neutron.services.segments.plugin [-] Segment 903669e0-1f70-4187-b198-18ed3dcdb29a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 903669e0-1f70-4187-b198-18ed3dcdb29a found for delete ", "request_id": "req-879b9d76-bcd6-48c3-aa6d-290858df7233"}]} 2026-06-11 18:51:10.804 8 INFO neutron.services.segments.plugin [-] Segment 903669e0-1f70-4187-b198-18ed3dcdb29a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 903669e0-1f70-4187-b198-18ed3dcdb29a found for delete ", "request_id": "req-5282b85c-9c6d-4432-bda3-0a97c3483a1f"}]} [pid: 8|app: 0|req: 276/525] 10.0.0.170 () {38 vars in 981 bytes} [Thu Jun 11 18:51:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/526] 10.0.0.170 () {38 vars in 971 bytes} [Thu Jun 11 18:51:10 2026] POST /v2.0/security-groups => generated 1684 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/527] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:10 2026] DELETE /v2.0/networks/713f76f7-cd56-45ae-bb48-4e4401761ef6 => generated 0 bytes in 446 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/528] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => 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: 251/529] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups/ff1b9bb4-e3fd-4ed6-b83a-a5adba287981 => generated 1684 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/530] 10.0.0.170 () {38 vars in 981 bytes} [Thu Jun 11 18:51:11 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/531] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups/ff1b9bb4-e3fd-4ed6-b83a-a5adba287981 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/532] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups?tenant_id=1c8655eeda2b4d24a5ac614f9d6a0ba1&name=default => generated 2921 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/533] 10.0.0.170 () {38 vars in 981 bytes} [Thu Jun 11 18:51:11 2026] POST /v2.0/security-group-rules => generated 619 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/534] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:11 2026] DELETE /v2.0/security-groups/6e4122cb-2f08-487e-b6fc-19aa03381e14 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/535] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups/ff1b9bb4-e3fd-4ed6-b83a-a5adba287981 => generated 2939 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/536] 10.0.0.170 () {34 vars in 1001 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-group-rules/a829f13e-a434-462e-be29-3928810e158e => generated 616 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:11.645 7 INFO neutron.services.segments.plugin [-] Segment c97c3153-e2b5-4cf2-a741-02baf56c35ae resource provider aggregate not found 2026-06-11 18:51:11.661 7 INFO neutron.services.segments.plugin [-] Segment c97c3153-e2b5-4cf2-a741-02baf56c35ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97c3153-e2b5-4cf2-a741-02baf56c35ae found for delete ", "request_id": "req-3934dacb-566f-4f94-8e12-b19d961278fa"}]} [pid: 8|app: 0|req: 283/537] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups/ff1b9bb4-e3fd-4ed6-b83a-a5adba287981 => generated 2939 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/538] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:11.688 7 INFO neutron.services.segments.plugin [-] Segment c97c3153-e2b5-4cf2-a741-02baf56c35ae resource provider aggregate not found 2026-06-11 18:51:11.708 7 INFO neutron.services.segments.plugin [-] Segment c97c3153-e2b5-4cf2-a741-02baf56c35ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c97c3153-e2b5-4cf2-a741-02baf56c35ae found for delete ", "request_id": "req-657832e4-9462-4548-b156-f67773443729"}]} [pid: 8|app: 0|req: 284/539] 10.0.0.170 () {36 vars in 1023 bytes} [Thu Jun 11 18:51:11 2026] DELETE /v2.0/security-group-rules/a829f13e-a434-462e-be29-3928810e158e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/540] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups/ff1b9bb4-e3fd-4ed6-b83a-a5adba287981 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/541] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Jun 11 18:51:11 2026] DELETE /v2.0/security-groups/ff1b9bb4-e3fd-4ed6-b83a-a5adba287981 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/542] 10.0.0.170 () {34 vars in 991 bytes} [Thu Jun 11 18:51:11 2026] GET /v2.0/security-groups/d8ea583f-4609-4351-a51f-64f5d7bae8e0 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/543] 10.0.0.170 () {36 vars in 1013 bytes} [Thu Jun 11 18:51:12 2026] DELETE /v2.0/security-groups/d8ea583f-4609-4351-a51f-64f5d7bae8e0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/544] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:12 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:12.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1268ec9-8fac-45f6-883a-ca06f4b430f8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 0760d294-395f-4d49-94bf-a8c6bd887f14 2026-06-11 18:51:12.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1268ec9-8fac-45f6-883a-ca06f4b430f8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 0760d294-395f-4d49-94bf-a8c6bd887f14 [pid: 8|app: 0|req: 288/545] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:12 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 289/546] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:12 2026] GET /v2.0/networks?id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863 => generated 669 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/547] 199.204.45.162 () {34 vars in 911 bytes} [Thu Jun 11 18:51:13 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/548] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:51:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=960866968f4b4b3287f56c300bfdb24f => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/549] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:51:12 2026] PUT /v2.0/routers/438750bc-fa02-4e21-bbfd-e1ecac26333f/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:13.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-903d2739-8176-4664-b031-bc17238c43de c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 96895c79-a1ca-4e92-84d8-1a9f8d9ecd43 2026-06-11 18:51:13.440 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903d2739-8176-4664-b031-bc17238c43de c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 96895c79-a1ca-4e92-84d8-1a9f8d9ecd43 [pid: 8|app: 0|req: 292/550] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:51:13 2026] POST /v2.0/ports => generated 958 bytes in 476 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: 293/551] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:13 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 961 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/552] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:13 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:13.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-903d2739-8176-4664-b031-bc17238c43de c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: f70996fe-f67c-4ba6-82f3-8c4e8157747a 2026-06-11 18:51:13.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903d2739-8176-4664-b031-bc17238c43de c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: f70996fe-f67c-4ba6-82f3-8c4e8157747a 2026-06-11 18:51:13.844 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-903d2739-8176-4664-b031-bc17238c43de c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - 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: 295/553] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:13 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:14.189 7 INFO neutron.services.segments.plugin [-] Segment e776e0ff-4608-432e-b252-b96f7002461c resource provider aggregate not found 2026-06-11 18:51:14.195 7 INFO neutron.services.segments.plugin [-] Segment e776e0ff-4608-432e-b252-b96f7002461c resource provider aggregate not found 2026-06-11 18:51:14.207 7 INFO neutron.services.segments.plugin [-] Segment e776e0ff-4608-432e-b252-b96f7002461c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e776e0ff-4608-432e-b252-b96f7002461c found for delete ", "request_id": "req-593670f9-7c06-4419-aca4-2fd4976c9890"}]} 2026-06-11 18:51:14.214 7 INFO neutron.services.segments.plugin [-] Segment e776e0ff-4608-432e-b252-b96f7002461c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e776e0ff-4608-432e-b252-b96f7002461c found for delete ", "request_id": "req-f675c4fd-f348-471f-8f2d-86f873403cca"}]} 2026-06-11 18:51:14.243 7 INFO neutron.db.l3_hamode_db [None req-903d2739-8176-4664-b031-bc17238c43de c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 97cbf797-7e8b-4253-a7e3-60796d7c3335 was deleted as no HA routers are present in tenant af91b0f89a5b4165950be46915a837d0. [pid: 7|app: 0|req: 259/554] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:13 2026] DELETE /v2.0/routers/438750bc-fa02-4e21-bbfd-e1ecac26333f => generated 0 bytes in 1031 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/555] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:14 2026] DELETE /v2.0/subnets/3e7e5990-7a67-4498-b1f6-d34e8882121f => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:51:14.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-eeec01f6-a9b5-46df-9bc5-3fc86cca7b30 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 7473d376-5d7d-41c7-8534-e30a5cf3dda3 2026-06-11 18:51:14.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeec01f6-a9b5-46df-9bc5-3fc86cca7b30 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 7473d376-5d7d-41c7-8534-e30a5cf3dda3 [pid: 8|app: 0|req: 296/556] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:51:14 2026] PUT /v2.0/ports/32684646-2920-4a7e-9438-7ff9872b6ca9 => generated 1239 bytes in 675 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: 297/557] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:14 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 684 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/559] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:14 2026] DELETE /v2.0/networks/ade41a84-62a4-4e0b-bec9-1f634a5876fe => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/560] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:51:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=25916ef8214743aaae1310188ba4d68e => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/561] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:14 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/562] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:14 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/563] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:15 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 302/564] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:15 2026] GET /v2.0/security-groups?tenant_id=af91b0f89a5b4165950be46915a837d0&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: 303/565] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:15 2026] DELETE /v2.0/security-groups/7d0649d9-4e23-4bde-9ab1-fe6a6ba86cea => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:51:15.520 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e78eae6-1373-4f56-8623-c6a5f129edea'] response: {'name': 'network-changed', 'server_uuid': '0883bb38-8162-4ac2-93c4-58f7698e99df', 'tag': '32684646-2920-4a7e-9438-7ff9872b6ca9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 263/566] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:51:14 2026] POST /v2.0/ports => generated 958 bytes in 611 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: 264/567] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:15 2026] GET /v2.0/ports?tenant_id=960866968f4b4b3287f56c300bfdb24f&device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/568] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=32684646-2920-4a7e-9438-7ff9872b6ca9 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/569] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:15 2026] GET /v2.0/subnets?id=c003d78f-9a9d-4a2d-811b-9d4c0a4483e7 => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/570] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:51:15 2026] PUT /v2.0/ports/e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 1239 bytes in 525 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: 305/571] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/572] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/573] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/574] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/575] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:15 2026] GET /v2.0/ports?network_id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863&device_owner=network%3Adhcp => generated 12 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:16.441 7 INFO neutron.services.segments.plugin [-] Segment f3abf940-2530-4964-b6c5-535ba3688145 resource provider aggregate not found 2026-06-11 18:51:16.450 7 INFO neutron.services.segments.plugin [-] Segment f3abf940-2530-4964-b6c5-535ba3688145 resource provider aggregate not found 2026-06-11 18:51:16.473 7 INFO neutron.services.segments.plugin [-] Segment f3abf940-2530-4964-b6c5-535ba3688145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3abf940-2530-4964-b6c5-535ba3688145 found for delete ", "request_id": "req-fcb3985d-f583-4d03-9c0b-7efec8991c65"}]} 2026-06-11 18:51:16.478 7 INFO neutron.services.segments.plugin [-] Segment f3abf940-2530-4964-b6c5-535ba3688145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3abf940-2530-4964-b6c5-535ba3688145 found for delete ", "request_id": "req-0513713d-ba38-4a35-a3fa-b1c048b110dc"}]} [pid: 8|app: 0|req: 309/576] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/577] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?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: 310/578] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:16 2026] GET /v2.0/security-groups?tenant_id=979fc5dea1ea45faa05c6e007237ac05&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/579] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:17 2026] DELETE /v2.0/security-groups/9865b146-a0e4-41b3-8b5f-e1d40d645f33 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/580] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 1242 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/581] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => 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: 312/582] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/583] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/584] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/585] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&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: 273/586] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 274/587] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/588] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/security-groups?tenant_id=9b40b9e1a2c34147a97bd986e37d2504&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: 275/589] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 276/590] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:17.613 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60b48c95-c538-4d09-97f4-2cb289126724'] response: {'name': 'network-changed', 'server_uuid': 'ff54872b-6123-444a-9265-b6cf1cb9157c', 'tag': 'e0cb99f2-5254-4bd1-b1b8-d215ce33a60f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 277/591] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:17 2026] DELETE /v2.0/security-groups/b29e411b-227e-459b-a7b3-ea7b2a1f6af0 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/592] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/ports?tenant_id=960866968f4b4b3287f56c300bfdb24f&device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:17.744 8 INFO neutron.db.segments_db [None req-bb2d3fdf-a424-4781-9c28-3190c70d57f0 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 of type vxlan for network a963e68a-87c1-483c-9b84-52071dc3c600 [pid: 7|app: 0|req: 279/593] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/networks?id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863 => generated 765 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/594] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=32684646-2920-4a7e-9438-7ff9872b6ca9 => 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: 315/595] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:51:17 2026] POST /v2.0/networks => generated 725 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/596] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/subnets?id=c003d78f-9a9d-4a2d-811b-9d4c0a4483e7 => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/597] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/ports?network_id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863&device_owner=network%3Adhcp => 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: 283/598] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?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: 284/599] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:17 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/600] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:17 2026] POST /v2.0/subnets => generated 691 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:18.023 7 INFO neutron.db.segments_db [None req-76c1edf1-5aee-454e-b078-2b37df2e78c6 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment c87803b5-7dc3-47c0-afa2-3960f49722c1 of type vxlan for network 52410b41-08aa-4398-9cb0-bb0d5fa4170b 2026-06-11 18:51:18.225 7 INFO neutron.db.l3_hamode_db [None req-76c1edf1-5aee-454e-b078-2b37df2e78c6 c201e2d1190b465c85818fcc45770898 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 317/601] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/602] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&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: 319/603] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/604] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/605] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/606] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/607] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/608] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&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: 325/609] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&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: 326/610] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 327/611] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:18 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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) 2026-06-11 18:51:19.128 7 INFO neutron.db.l3_hamode_db [None req-76c1edf1-5aee-454e-b078-2b37df2e78c6 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 328/612] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:19 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/613] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:19 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/614] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:19 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/615] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:19 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/616] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:17 2026] POST /v2.0/routers => generated 731 bytes in 2210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/617] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:20 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/618] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:20 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&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: 288/619] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:21 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/620] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:21 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/621] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:20 2026] PUT /v2.0/routers/ef14bfb0-3380-41a0-88b2-cbae2cec579c/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/623] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:22 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/624] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:22 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/625] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:51:22 2026] POST /v2.0/security-groups => generated 1661 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/626] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:22 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/627] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:22 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&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: 335/628] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/629] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:22 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: 336/630] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:51:22 2026] POST /v2.0/floatingips => generated 552 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/631] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/632] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&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: 296/633] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/634] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/635] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1792536076&fields=id&tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/636] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/networks?id=a963e68a-87c1-483c-9b84-52071dc3c600 => 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: 298/637] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/quotas/6ad2eeb1b61f4bea8aaf1852e3a3a0fe => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/638] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/ports?tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe&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: 299/639] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:51:23 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?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: 341/640] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:51:24 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/641] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:24 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/642] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:24 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/643] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:24 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/644] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:24 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/645] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:24 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/646] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:25 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => 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: 344/647] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:25 2026] GET /v2.0/security-groups?tenant_id=484a9c79fe5f405a971d6ad954ba2efb&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/648] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:25 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/649] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:25 2026] DELETE /v2.0/security-groups/afbfcd28-7bd9-4681-9db7-b8c4a6354da4 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/650] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:25 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&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: 347/651] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:25 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/652] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:25 2026] GET /v2.0/security-groups?tenant_id=b9758c8d74ea4b50beae57f3cce905eb&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/653] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:26 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/654] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:26 2026] DELETE /v2.0/security-groups/d271579d-873b-4a11-9f13-44dc37c75579 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/655] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:26 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => 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: 307/656] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:26 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/657] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:26 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/658] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:27 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/659] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:27 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/660] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:27 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/661] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:27 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:27.863 7 INFO neutron.db.l3_db [None req-050c33c3-7ddf-4576-9cbe-cfa0b3e016a2 ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] Floating IP 1e4d0e44-3356-4dc2-870f-71e4d292ffaf associated. External IP: 10.96.250.204, port: 32684646-2920-4a7e-9438-7ff9872b6ca9. [pid: 7|app: 0|req: 309/662] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:51:27 2026] PUT /v2.0/floatingips/1e4d0e44-3356-4dc2-870f-71e4d292ffaf => generated 856 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/663] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/664] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/665] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/666] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/667] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/668] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => 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: 358/669] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/networks?id=a963e68a-87c1-483c-9b84-52071dc3c600 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/670] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/671] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/672] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:28 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:28.985 7 INFO neutron.db.l3_db [None req-d3f637b0-9aab-4a35-8a3e-b9a58552d32f ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] Floating IP 39ff9919-449c-4c89-afaf-f9128c7e4da5 associated. External IP: 10.96.250.219, port: e0cb99f2-5254-4bd1-b1b8-d215ce33a60f. 2026-06-11 18:51:29.020 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfec5c0f-e120-4a70-9875-04e175ee14a1'] response: {'name': 'network-changed', 'server_uuid': '0883bb38-8162-4ac2-93c4-58f7698e99df', 'tag': '32684646-2920-4a7e-9438-7ff9872b6ca9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 312/673] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:51:28 2026] PUT /v2.0/floatingips/39ff9919-449c-4c89-afaf-f9128c7e4da5 => generated 856 bytes in 665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/674] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 314/675] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/676] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:51:28 2026] POST /v2.0/ports => generated 958 bytes in 486 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: 363/677] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/ports?tenant_id=960866968f4b4b3287f56c300bfdb24f&device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => 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: 364/678] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/networks?id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863 => generated 765 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/679] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=32684646-2920-4a7e-9438-7ff9872b6ca9 => generated 859 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/681] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/subnets?id=c003d78f-9a9d-4a2d-811b-9d4c0a4483e7 => generated 687 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/682] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/ports?network_id=cafb4c57-d9b9-4bf9-95ba-23f9b55e6863&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/683] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/684] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/685] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:51:29 2026] PUT /v2.0/ports/362b8bba-9f6d-4bda-a124-dbee4207e15c => generated 1239 bytes in 530 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: 371/686] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/687] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:29 2026] GET /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/688] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:30 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/689] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:30 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/690] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:30 2026] GET /v2.0/security-groups?tenant_id=d9c5e527ea2e4e5daaa536bcac034a24&name=default => generated 2925 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/691] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:30 2026] GET /v2.0/ports?tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe&device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/692] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=362b8bba-9f6d-4bda-a124-dbee4207e15c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:31.084 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89026aa4-4701-4d4f-98a6-dd8d55b50d2d'] response: {'name': 'network-changed', 'server_uuid': 'ff54872b-6123-444a-9265-b6cf1cb9157c', 'tag': 'e0cb99f2-5254-4bd1-b1b8-d215ce33a60f', 'status': 'completed', 'code': 200} 2026-06-11 18:51:31.084 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89026aa4-4701-4d4f-98a6-dd8d55b50d2d'] response: {'name': 'network-changed', 'server_uuid': '0421d9af-ca5d-4218-b839-07609f959a16', 'tag': '362b8bba-9f6d-4bda-a124-dbee4207e15c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/693] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/subnets?id=9bbe63e7-37f6-4eb9-b205-44803fed3946 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/694] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:31 2026] DELETE /v2.0/security-groups/c5859eaa-5e59-47af-8f43-2fbc14e6e323 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/695] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/696] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/ports?network_id=a963e68a-87c1-483c-9b84-52071dc3c600&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: 322/697] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/698] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/699] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/700] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?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: 377/701] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/security-groups?tenant_id=c7c6e87a082d43e98eea5bea68bc2028&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/702] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/security-groups?id=20dba833-7d48-47fe-b3fc-63485cdcc787&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:31.533 7 INFO neutron_taas.services.taas.taas_plugin [req-f5395b7d-3773-4a67-89e4-5d4928a7f444 req-68c680c4-38e1-4c09-893b-a1e5a9e6502f ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] TaaS: Handle Delete Port: 32684646-2920-4a7e-9438-7ff9872b6ca9 [pid: 8|app: 0|req: 379/703] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?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) 2026-06-11 18:51:31.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f5395b7d-3773-4a67-89e4-5d4928a7f444 req-68c680c4-38e1-4c09-893b-a1e5a9e6502f ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] Tap Mirror: Handle Delete Port: 32684646-2920-4a7e-9438-7ff9872b6ca9 [pid: 8|app: 0|req: 380/704] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:31 2026] DELETE /v2.0/security-groups/fd70ed6e-5cf1-418b-a258-64aba912cf70 => 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: 381/705] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 382/706] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:31.769 7 INFO neutron.db.l3_db [req-f5395b7d-3773-4a67-89e4-5d4928a7f444 req-68c680c4-38e1-4c09-893b-a1e5a9e6502f ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] Floating IP 1e4d0e44-3356-4dc2-870f-71e4d292ffaf disassociated. External IP: 10.96.250.204, port: 32684646-2920-4a7e-9438-7ff9872b6ca9. [pid: 8|app: 0|req: 383/707] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/708] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/709] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/710] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/711] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:31 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 325/712] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:51:31 2026] DELETE /v2.0/ports/32684646-2920-4a7e-9438-7ff9872b6ca9 => generated 0 bytes in 799 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/713] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:32 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/714] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:32 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/715] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:32 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => 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: 327/716] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/ports?tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe&device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/717] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/networks?id=a963e68a-87c1-483c-9b84-52071dc3c600 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:33.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-671b2f14-014c-440d-a8b9-96ba942983f2'] response: {'server_uuid': '0883bb38-8162-4ac2-93c4-58f7698e99df', 'name': 'network-vif-deleted', 'tag': '32684646-2920-4a7e-9438-7ff9872b6ca9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/718] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=362b8bba-9f6d-4bda-a124-dbee4207e15c => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/719] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/subnets?id=9bbe63e7-37f6-4eb9-b205-44803fed3946 => generated 694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/720] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/ports?network_id=a963e68a-87c1-483c-9b84-52071dc3c600&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/721] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?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: 330/722] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/723] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/724] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/725] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:33 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => 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: 332/726] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:34 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/727] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:34 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/728] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:34 2026] GET /v2.0/ports?device_id=0883bb38-8162-4ac2-93c4-58f7698e99df => 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: 396/729] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:35 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/730] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:35 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/731] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:35 2026] DELETE /v2.0/security-groups/20dba833-7d48-47fe-b3fc-63485cdcc787 => 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: 335/732] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:36 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:36.126 8 INFO neutron.api.v2.resource [None req-073dadb4-db0c-4d6e-b2ce-865d83b00503 ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 398/733] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:51:36 2026] GET /v2.0/security-groups/20dba833-7d48-47fe-b3fc-63485cdcc787 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:51:36.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4285404-7ba6-4ad7-87dd-c611fab17eba ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] TaaS: Handle Delete Port: 686703c7-24bf-488f-84e0-16474d82b418 2026-06-11 18:51:36.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4285404-7ba6-4ad7-87dd-c611fab17eba ec7c8f5b20f146ccb60eac5bed6f78c2 960866968f4b4b3287f56c300bfdb24f - - default default] Tap Mirror: Handle Delete Port: 686703c7-24bf-488f-84e0-16474d82b418 [pid: 8|app: 0|req: 399/734] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:51:36 2026] DELETE /v2.0/floatingips/1e4d0e44-3356-4dc2-870f-71e4d292ffaf => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:51:36.523 7 INFO neutron.db.l3_db [None req-849062ec-c82a-4f38-a50a-17c29bd6742f 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] Floating IP 44ebc7fe-8c0e-4e9a-b6c8-2199d17c46fa associated. External IP: 10.96.250.201, port: 362b8bba-9f6d-4bda-a124-dbee4207e15c. [pid: 7|app: 0|req: 336/735] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:51:36 2026] PUT /v2.0/floatingips/44ebc7fe-8c0e-4e9a-b6c8-2199d17c46fa => generated 856 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:36.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-720f38bb-14e7-45f0-bb80-d9e9051617b9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 8abfbebd-2abf-42a8-9bb6-8953d2055db7 2026-06-11 18:51:36.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720f38bb-14e7-45f0-bb80-d9e9051617b9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 8abfbebd-2abf-42a8-9bb6-8953d2055db7 2026-06-11 18:51:36.916 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fe9b8c0-f1e0-41ee-a902-b86ae1bbe8c0'] response: {'name': 'network-changed', 'server_uuid': '0421d9af-ca5d-4218-b839-07609f959a16', 'tag': '362b8bba-9f6d-4bda-a124-dbee4207e15c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 338/737] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/ports?tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe&device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/738] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/networks?id=a963e68a-87c1-483c-9b84-52071dc3c600 => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/739] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=362b8bba-9f6d-4bda-a124-dbee4207e15c => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/740] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/subnets?id=9bbe63e7-37f6-4eb9-b205-44803fed3946 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/741] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/ports?network_id=a963e68a-87c1-483c-9b84-52071dc3c600&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/742] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?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: 344/743] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:37 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/744] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:51:36 2026] PUT /v2.0/routers/c4ba335f-8d5d-4a34-9f9d-43afa6574f34/remove_router_interface => generated 309 bytes in 1360 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:38.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d9f5b26-31ee-41cb-8576-214f25a393b5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: b734f195-1845-40ff-9726-9debe010bf20 2026-06-11 18:51:38.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d9f5b26-31ee-41cb-8576-214f25a393b5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: b734f195-1845-40ff-9726-9debe010bf20 2026-06-11 18:51:38.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d9f5b26-31ee-41cb-8576-214f25a393b5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: d231fbd4-7ef3-46a9-8fb9-4f2ec7ad1f29 2026-06-11 18:51:38.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d9f5b26-31ee-41cb-8576-214f25a393b5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: d231fbd4-7ef3-46a9-8fb9-4f2ec7ad1f29 [pid: 8|app: 0|req: 401/745] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:38 2026] GET /v2.0/security-groups?tenant_id=3fe8cfa6c1a84542b00b09c402dc59cd&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:38.777 7 INFO neutron.services.segments.plugin [-] Segment ea40a275-189e-44ce-bec7-6d79bf8ac54a resource provider aggregate not found 2026-06-11 18:51:38.782 7 INFO neutron.services.segments.plugin [-] Segment ea40a275-189e-44ce-bec7-6d79bf8ac54a resource provider aggregate not found 2026-06-11 18:51:38.800 7 INFO neutron.services.segments.plugin [-] Segment ea40a275-189e-44ce-bec7-6d79bf8ac54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea40a275-189e-44ce-bec7-6d79bf8ac54a found for delete ", "request_id": "req-0db72895-a44b-45df-b8cc-c2c3673cecbd"}]} 2026-06-11 18:51:38.805 7 INFO neutron.db.l3_hamode_db [None req-0d9f5b26-31ee-41cb-8576-214f25a393b5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 6604ba85-5e06-4540-898f-9747137c5467 was deleted as no HA routers are present in tenant 960866968f4b4b3287f56c300bfdb24f. 2026-06-11 18:51:38.812 7 INFO neutron.services.segments.plugin [-] Segment ea40a275-189e-44ce-bec7-6d79bf8ac54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea40a275-189e-44ce-bec7-6d79bf8ac54a found for delete ", "request_id": "req-0a1ece60-1694-4f58-b3bd-93288ff38ec6"}]} [pid: 7|app: 0|req: 345/746] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:37 2026] DELETE /v2.0/routers/c4ba335f-8d5d-4a34-9f9d-43afa6574f34 => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/747] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:38 2026] DELETE /v2.0/security-groups/dab0eff7-a473-4fbd-8e45-067065f57d5e => 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: 346/748] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:38 2026] DELETE /v2.0/subnets/c003d78f-9a9d-4a2d-811b-9d4c0a4483e7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:51:39.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6c63d23-c748-4d5c-b5c3-4129d36f7bb9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 0fbb4b64-56ed-4ffe-b856-913548db1d62 2026-06-11 18:51:39.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6c63d23-c748-4d5c-b5c3-4129d36f7bb9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 0fbb4b64-56ed-4ffe-b856-913548db1d62 [pid: 7|app: 0|req: 347/749] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:39 2026] GET /v2.0/security-groups?tenant_id=2dd7750660b746b6befc39b966fe7c4c&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:39.247 8 INFO neutron.services.segments.plugin [-] Segment 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 resource provider aggregate not found 2026-06-11 18:51:39.252 8 INFO neutron.services.segments.plugin [-] Segment 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 resource provider aggregate not found 2026-06-11 18:51:39.275 8 INFO neutron.services.segments.plugin [-] Segment 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 found for delete ", "request_id": "req-6fbd1bc0-ded5-4515-a30f-e51b3deb1add"}]} 2026-06-11 18:51:39.276 8 INFO neutron.services.segments.plugin [-] Segment 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0bc4e6-e032-4c35-94e8-2f17c4ef7838 found for delete ", "request_id": "req-7888bd14-49a6-46ec-a67c-fb3f0e16dec5"}]} [pid: 8|app: 0|req: 403/750] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:38 2026] DELETE /v2.0/networks/cafb4c57-d9b9-4bf9-95ba-23f9b55e6863 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/751] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:39 2026] DELETE /v2.0/security-groups/fbc0cc27-655f-424c-b0bd-b93a070ef861 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/752] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:39 2026] GET /v2.0/security-groups?tenant_id=960866968f4b4b3287f56c300bfdb24f&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/753] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:39 2026] DELETE /v2.0/security-groups/3946c65b-2592-4bc4-991b-f31cf12d2553 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/754] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:51:40 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 1244 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/755] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:41 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:41.916 8 INFO neutron.db.segments_db [None req-a894252b-cc38-49ad-8f77-8eb61b84e832 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment b2a80c15-550e-41b4-9d8e-559c95028464 of type vxlan for network 388a09e7-0e45-49dc-b97c-7c6d40a24c0b [pid: 8|app: 0|req: 406/756] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:51:41 2026] POST /v2.0/networks => generated 724 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/757] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:42 2026] POST /v2.0/subnets => generated 690 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:42.255 8 INFO neutron.db.segments_db [None req-d24b3814-51b4-4f96-96e4-cd1ae19bda24 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment b019488c-ed77-46b8-8649-cb61f097fc83 of type vxlan for network 579badb8-0e58-40ff-a043-51988abf1345 2026-06-11 18:51:42.568 8 INFO neutron.db.l3_hamode_db [None req-d24b3814-51b4-4f96-96e4-cd1ae19bda24 c201e2d1190b465c85818fcc45770898 673b65077d8345b9b50a60a4427db04d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:51:43.493 8 INFO neutron.db.l3_hamode_db [None req-d24b3814-51b4-4f96-96e4-cd1ae19bda24 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 407/758] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:42 2026] POST /v2.0/routers => generated 730 bytes in 2264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/759] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:44 2026] GET /v2.0/security-groups?tenant_id=6e998f052e8c4f259be423e66b42037e&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/761] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:44 2026] DELETE /v2.0/security-groups/67984d3c-98b5-415a-b448-bb970f06d367 => 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: 411/762] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:51:45 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/763] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:45 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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: 352/764] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:44 2026] PUT /v2.0/routers/addcbd9f-92f4-4759-b2a4-69027ab1d590/add_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/765] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:51:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/766] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/767] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:51:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:47.041 8 INFO neutron.db.segments_db [None req-53ffe21f-0734-4068-8a8d-db4390eaae34 57b85379ec88460e97df06ca3d5d4d52 ce1b936d7bc14d8b84e37c65823d9c31 - - default default] Added segment 50adff25-0678-4203-9a10-792b9ae5cce5 of type vxlan for network ff97bad3-8643-491c-88c5-7e0358876374 [pid: 8|app: 0|req: 414/768] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:51:46 2026] POST /v2.0/networks => generated 627 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/769] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:51:46 2026] POST /v2.0/floatingips => generated 552 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/770] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:47 2026] POST /v2.0/subnets => generated 673 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:48.012 7 INFO neutron.db.segments_db [None req-7dc48bd1-a04e-4d00-9e71-4592a832209d 57b85379ec88460e97df06ca3d5d4d52 ce1b936d7bc14d8b84e37c65823d9c31 - - default default] Added segment f57f06cd-a002-494f-8667-3806cd616945 of type vxlan for network cb30027f-9f9b-42a3-b87b-3569ef988e31 [pid: 8|app: 0|req: 416/771] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1374024018&fields=id&tenant_id=673b65077d8345b9b50a60a4427db04d => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/772] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/networks?id=388a09e7-0e45-49dc-b97c-7c6d40a24c0b => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/773] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:51:47 2026] POST /v2.0/networks => generated 627 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/774] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/quotas/673b65077d8345b9b50a60a4427db04d => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/775] 10.0.0.56 () {34 vars in 742 bytes} [Thu Jun 11 18:51:48 2026] PUT /v2.0/networks/cb30027f-9f9b-42a3-b87b-3569ef988e31 => generated 592 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/776] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/ports?tenant_id=673b65077d8345b9b50a60a4427db04d&fields=id => generated 103 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/777] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/778] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/779] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:48 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/780] 10.0.0.56 () {34 vars in 740 bytes} [Thu Jun 11 18:51:48 2026] PUT /v2.0/subnets/485fb1e4-d205-458d-ae5f-ecc2f0fee8a2 => generated 656 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/781] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:48.897 7 INFO neutron.services.segments.plugin [-] Segment f57f06cd-a002-494f-8667-3806cd616945 resource provider aggregate not found 2026-06-11 18:51:48.902 7 INFO neutron.services.segments.plugin [-] Segment f57f06cd-a002-494f-8667-3806cd616945 resource provider aggregate not found 2026-06-11 18:51:48.920 7 INFO neutron.services.segments.plugin [-] Segment f57f06cd-a002-494f-8667-3806cd616945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f57f06cd-a002-494f-8667-3806cd616945 found for delete ", "request_id": "req-d352d943-b254-452e-ada5-5d7660a34beb"}]} 2026-06-11 18:51:48.921 7 INFO neutron.services.segments.plugin [-] Segment f57f06cd-a002-494f-8667-3806cd616945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f57f06cd-a002-494f-8667-3806cd616945 found for delete ", "request_id": "req-ceab8b45-0d31-4dbd-97e0-0fa068374b1a"}]} [pid: 7|app: 0|req: 362/782] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:48 2026] DELETE /v2.0/networks/cb30027f-9f9b-42a3-b87b-3569ef988e31 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:51:48.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfea48b4-a95f-4e43-856a-13e68c7f465c 57b85379ec88460e97df06ca3d5d4d52 ce1b936d7bc14d8b84e37c65823d9c31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 421/783] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:48 2026] DELETE /v2.0/networks/cb30027f-9f9b-42a3-b87b-3569ef988e31 => 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: 363/784] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:51:48 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/785] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:51:49 2026] GET /v2.0/subnets?network_id=205ab0eb-2553-44d6-821b-14260a025e0a => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/786] 10.0.0.56 () {32 vars in 652 bytes} [Thu Jun 11 18:51:49 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: 423/787] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:51:49 2026] GET /v2.0/networks => generated 1311 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/788] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:51:49 2026] GET /v2.0/subnets => generated 1312 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/789] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 18:51:49 2026] GET /v2.0/networks/ff97bad3-8643-491c-88c5-7e0358876374 => generated 671 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/790] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:51:49 2026] GET /v2.0/subnets/f0f81b19-0d7e-4c31-a01d-c41e6326747c => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:49.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe2b2dcc-b8c1-4115-8a19-679c7bf98034 57b85379ec88460e97df06ca3d5d4d52 ce1b936d7bc14d8b84e37c65823d9c31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/791] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:49 2026] DELETE /v2.0/subnets/485fb1e4-d205-458d-ae5f-ecc2f0fee8a2 => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:51:49.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c107a516-2be9-458e-93fa-2c1a696f39e4 57b85379ec88460e97df06ca3d5d4d52 ce1b936d7bc14d8b84e37c65823d9c31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 367/792] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:49 2026] DELETE /v2.0/networks/cb30027f-9f9b-42a3-b87b-3569ef988e31 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/793] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:49 2026] DELETE /v2.0/subnets/f0f81b19-0d7e-4c31-a01d-c41e6326747c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/794] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:49 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => 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: 368/795] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:51:49 2026] DELETE /v2.0/networks/ff97bad3-8643-491c-88c5-7e0358876374 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/796] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:51:50 2026] GET /v2.0/security-groups?tenant_id=ce1b936d7bc14d8b84e37c65823d9c31&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/797] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:51:50 2026] DELETE /v2.0/security-groups/cd1a50e6-123b-4c50-8f7e-b63ddb2bbaa0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/798] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:50 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:50.943 7 INFO neutron.services.segments.plugin [-] Segment 50adff25-0678-4203-9a10-792b9ae5cce5 resource provider aggregate not found 2026-06-11 18:51:50.949 7 INFO neutron.services.segments.plugin [-] Segment 50adff25-0678-4203-9a10-792b9ae5cce5 resource provider aggregate not found 2026-06-11 18:51:50.966 7 INFO neutron.services.segments.plugin [-] Segment 50adff25-0678-4203-9a10-792b9ae5cce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50adff25-0678-4203-9a10-792b9ae5cce5 found for delete ", "request_id": "req-dc3a60d9-0ed2-43f9-b0f9-0d2f13d5a9f3"}]} 2026-06-11 18:51:50.968 7 INFO neutron.services.segments.plugin [-] Segment 50adff25-0678-4203-9a10-792b9ae5cce5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50adff25-0678-4203-9a10-792b9ae5cce5 found for delete ", "request_id": "req-96229217-9c4b-4d7c-bfbb-94d688b2d3ed"}]} [pid: 8|app: 0|req: 430/800] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:51 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:51:52.822 7 INFO neutron.db.segments_db [None req-3ce80951-b19d-40e9-8333-3b45ea8a6f89 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 of type vxlan for network bc88eb13-903e-4def-9e18-08ecf0289ce0 [pid: 7|app: 0|req: 371/801] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:51:52 2026] POST /v2.0/networks => generated 610 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:52.986 8 INFO neutron.db.segments_db [None req-e17ca49f-4b4e-49d4-9698-eaf8f7c63ad0 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment e56e079c-307e-464e-8bf9-196ed200d3eb of type vxlan for network 5d17622d-7637-4c06-bd7b-e9b85640853a [pid: 7|app: 0|req: 372/802] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:52 2026] GET /v2.0/networks?id=388a09e7-0e45-49dc-b97c-7c6d40a24c0b => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/803] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:51:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=673b65077d8345b9b50a60a4427db04d => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/804] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:53 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => 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: 431/805] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:51:52 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/806] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:53 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/807] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:51:53 2026] POST /v2.0/ports => generated 958 bytes in 450 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: 433/808] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:53 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:51:53.671 8 INFO neutron.db.segments_db [None req-46abb894-6d44-4d1c-970d-6b7f9a8c40e6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment c8b3f698-567a-496f-990e-3e4078b26ea7 of type vxlan for network 235d0dc9-94f6-4354-a06a-be275da450e4 2026-06-11 18:51:53.946 8 INFO neutron.db.l3_hamode_db [None req-46abb894-6d44-4d1c-970d-6b7f9a8c40e6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 376/809] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:51:53 2026] PUT /v2.0/ports/97df94ec-f4dd-456b-9d80-965ebc08401d => generated 1239 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:51:54.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-65b33e86-9e8e-4a0f-9ff5-fe11d8056ed7'] response: {'name': 'network-changed', 'server_uuid': 'bed32db4-2ff5-4473-8b94-559fbea74505', 'tag': '97df94ec-f4dd-456b-9d80-965ebc08401d', 'status': 'completed', 'code': 200} 2026-06-11 18:51:54.094 8 INFO neutron.db.l3_hamode_db [None req-46abb894-6d44-4d1c-970d-6b7f9a8c40e6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 377/810] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:54 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/811] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:54 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&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: 379/812] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:54 2026] GET /v2.0/ports?tenant_id=673b65077d8345b9b50a60a4427db04d&device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => 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: 380/813] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:51:54 2026] GET /v2.0/networks?tenant_id=673b65077d8345b9b50a60a4427db04d&shared=False => generated 771 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/814] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:51:53 2026] POST /v2.0/routers => generated 506 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/815] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:51:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/816] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/817] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/818] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/ports?tenant_id=673b65077d8345b9b50a60a4427db04d&device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/819] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=97df94ec-f4dd-456b-9d80-965ebc08401d => 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: 386/820] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/subnets?id=0b2859cd-8d93-46eb-9ed5-08d12d85b3a6 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/821] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:54 2026] PUT /v2.0/routers/bb51f889-28d6-4619-bab2-4450b1b1ffac/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/822] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/ports?network_id=388a09e7-0e45-49dc-b97c-7c6d40a24c0b&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: 436/823] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/ports/e3cb1d6c-e3cb-43a4-95d2-289428d3f31c => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/824] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b?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: 389/825] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:55 2026] GET /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b?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: 390/826] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:56 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => 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: 391/827] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:56 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/828] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:56 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/829] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:56 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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: 394/830] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:56 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/831] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:56 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/832] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:51:55 2026] PUT /v2.0/routers/bb51f889-28d6-4619-bab2-4450b1b1ffac/add_router_interface => generated 309 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/833] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/834] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/ports/9066dec3-6ab0-464b-a065-bb1b070df018 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/835] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:57.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ec649a3-eb31-4ddf-9ac1-f1e66ffcf450 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: 9066dec3-6ab0-464b-a065-bb1b070df018 2026-06-11 18:51:57.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec649a3-eb31-4ddf-9ac1-f1e66ffcf450 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: 9066dec3-6ab0-464b-a065-bb1b070df018 [pid: 7|app: 0|req: 398/836] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/837] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/838] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/839] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:51:57 2026] GET /v2.0/ports/e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 972 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/840] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:51:57 2026] PUT /v2.0/routers/bb51f889-28d6-4619-bab2-4450b1b1ffac/remove_router_interface => generated 309 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/841] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:58 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:58.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-570c6ede-39d2-41de-acfc-8762ad549f6e 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: e3cb1d6c-e3cb-43a4-95d2-289428d3f31c 2026-06-11 18:51:58.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-570c6ede-39d2-41de-acfc-8762ad549f6e 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: e3cb1d6c-e3cb-43a4-95d2-289428d3f31c [pid: 8|app: 0|req: 441/842] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:58 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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: 442/843] 199.204.45.162 () {34 vars in 1000 bytes} [Thu Jun 11 18:51:58 2026] GET /v2.0/subnets?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/844] 199.204.45.162 () {34 vars in 1146 bytes} [Thu Jun 11 18:51:58 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c&device_owner=compute%3Anova&network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/845] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:51:58 2026] PUT /v2.0/routers/bb51f889-28d6-4619-bab2-4450b1b1ffac/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/846] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/ports?tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe&device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/847] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/848] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/ports?device_id=bb51f889-28d6-4619-bab2-4450b1b1ffac => 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: 406/849] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/networks?id=a963e68a-87c1-483c-9b84-52071dc3c600 => 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: 407/850] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/851] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:51:58 2026] PUT /v2.0/ports/e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 1149 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:51:59.405 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-504403f8-a80f-4396-a490-7db7792cf3c1'] response: {'name': 'network-changed', 'server_uuid': 'ff54872b-6123-444a-9265-b6cf1cb9157c', 'tag': 'e0cb99f2-5254-4bd1-b1b8-d215ce33a60f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 445/852] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=362b8bba-9f6d-4bda-a124-dbee4207e15c => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:59.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-754a9129-fcb4-42fa-a915-daf8e505f131 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: 1ad3af46-8e62-4d50-9977-18b01e9511a8 2026-06-11 18:51:59.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754a9129-fcb4-42fa-a915-daf8e505f131 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: 1ad3af46-8e62-4d50-9977-18b01e9511a8 [pid: 8|app: 0|req: 446/853] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/subnets?id=9bbe63e7-37f6-4eb9-b205-44803fed3946 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/854] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/ports?network_id=a963e68a-87c1-483c-9b84-52071dc3c600&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/855] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?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: 449/856] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/857] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/859] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:51:59.858 7 INFO neutron.services.segments.plugin [-] Segment c8b3f698-567a-496f-990e-3e4078b26ea7 resource provider aggregate not found 2026-06-11 18:51:59.866 7 INFO neutron.services.segments.plugin [-] Segment c8b3f698-567a-496f-990e-3e4078b26ea7 resource provider aggregate not found 2026-06-11 18:51:59.887 7 INFO neutron.services.segments.plugin [-] Segment c8b3f698-567a-496f-990e-3e4078b26ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b3f698-567a-496f-990e-3e4078b26ea7 found for delete ", "request_id": "req-7074702f-253e-460d-b8f5-ad9207bd0a2d"}]} 2026-06-11 18:51:59.891 7 INFO neutron.services.segments.plugin [-] Segment c8b3f698-567a-496f-990e-3e4078b26ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b3f698-567a-496f-990e-3e4078b26ea7 found for delete ", "request_id": "req-53714e24-70ea-43f4-a9e5-bd1bef8efc74"}]} 2026-06-11 18:51:59.898 7 INFO neutron.db.l3_hamode_db [None req-754a9129-fcb4-42fa-a915-daf8e505f131 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] HA network 235d0dc9-94f6-4354-a06a-be275da450e4 was deleted as no HA routers are present in tenant 0d5fc088964f4e83af6838263e8170c6. [pid: 7|app: 0|req: 408/860] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:59 2026] DELETE /v2.0/routers/bb51f889-28d6-4619-bab2-4450b1b1ffac => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/861] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/862] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/863] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:51:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/864] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:51:59 2026] DELETE /v2.0/subnets/c83be588-75b8-4764-8cdb-a8413f71a5bf => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/865] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => 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: 457/866] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/867] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&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: 459/868] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 460/869] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 410/870] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:00 2026] DELETE /v2.0/subnets/ae1d9c55-9ef8-4125-b904-db0f03ce2cf6 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/871] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:00.417 8 INFO neutron.services.segments.plugin [-] Segment e56e079c-307e-464e-8bf9-196ed200d3eb resource provider aggregate not found 2026-06-11 18:52:00.420 8 INFO neutron.services.segments.plugin [-] Segment e56e079c-307e-464e-8bf9-196ed200d3eb resource provider aggregate not found [pid: 7|app: 0|req: 412/872] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/873] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:00 2026] DELETE /v2.0/networks/5d17622d-7637-4c06-bd7b-e9b85640853a => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:00.443 8 INFO neutron.services.segments.plugin [-] Segment e56e079c-307e-464e-8bf9-196ed200d3eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e56e079c-307e-464e-8bf9-196ed200d3eb found for delete ", "request_id": "req-ac5b2b0b-f509-451f-9126-62cdc93aee00"}]} 2026-06-11 18:52:00.452 8 INFO neutron.services.segments.plugin [-] Segment e56e079c-307e-464e-8bf9-196ed200d3eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e56e079c-307e-464e-8bf9-196ed200d3eb found for delete ", "request_id": "req-4710973d-c03f-425c-8a62-50ab95e76eeb"}]} 2026-06-11 18:52:00.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-ceefb5bc-e220-477e-8c53-8c520948a30f 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: 3db0ab3f-3879-461e-a782-050e3d719084 2026-06-11 18:52:00.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ceefb5bc-e220-477e-8c53-8c520948a30f 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: 3db0ab3f-3879-461e-a782-050e3d719084 [pid: 7|app: 0|req: 413/874] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:00 2026] DELETE /v2.0/networks/bc88eb13-903e-4def-9e18-08ecf0289ce0 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/875] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/876] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:00 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:00.887 7 INFO neutron.db.segments_db [None req-2a1f1d29-74c4-4122-8733-44e152280203 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment 843564a4-59e3-45da-9caf-f28cb4bf56e6 of type vxlan for network 949bdb5c-b222-4365-bc9e-eccfe76586af [pid: 7|app: 0|req: 414/877] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:00 2026] POST /v2.0/networks => generated 611 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/878] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:00 2026] POST /v2.0/subnets => generated 626 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/879] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 1421 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:52:01.359 8 INFO neutron.db.segments_db [None req-7c5e7148-f87c-406a-8f36-ef06ba2185fd 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 of type vxlan for network 4f461b0d-b60c-4569-9e32-6d1677368154 [pid: 7|app: 0|req: 416/880] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/881] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 1152 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/882] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/883] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/884] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => 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: 421/885] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/886] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/887] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:01.724 8 INFO neutron.db.l3_hamode_db [None req-7c5e7148-f87c-406a-8f36-ef06ba2185fd 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 424/888] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&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: 425/889] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/890] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:01.863 8 INFO neutron.db.l3_hamode_db [None req-7c5e7148-f87c-406a-8f36-ef06ba2185fd 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 427/891] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:01 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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) 2026-06-11 18:52:01.914 7 INFO neutron.services.segments.plugin [-] Segment 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 resource provider aggregate not found 2026-06-11 18:52:01.919 7 INFO neutron.services.segments.plugin [-] Segment 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 resource provider aggregate not found 2026-06-11 18:52:01.937 7 INFO neutron.services.segments.plugin [-] Segment 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 found for delete ", "request_id": "req-eee42f2d-8388-4e60-a254-2409710fd98a"}]} 2026-06-11 18:52:01.944 7 INFO neutron.services.segments.plugin [-] Segment 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b5c5a39-7ea1-4e4e-913d-6ccb1f130cd4 found for delete ", "request_id": "req-552f5af1-dbd6-4f42-ad10-fbf3fc130b3c"}]} 2026-06-11 18:52:02.282 7 INFO neutron.db.l3_db [None req-409bb424-2f34-44cf-a51e-bde299cb3346 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] Floating IP 143cd548-8fb0-4440-a52e-0fc04352034b associated. External IP: 10.96.250.210, port: 97df94ec-f4dd-456b-9d80-965ebc08401d. [pid: 8|app: 0|req: 465/892] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:01 2026] POST /v2.0/routers => generated 507 bytes in 1150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/893] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:02 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/894] 199.204.45.162 () {34 vars in 1118 bytes} [Thu Jun 11 18:52:02 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/895] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:52:01 2026] PUT /v2.0/floatingips/143cd548-8fb0-4440-a52e-0fc04352034b => generated 856 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/896] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:02 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:02.787 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6130acfa-86f7-411e-8bbc-c439492f4cc9'] response: {'name': 'network-changed', 'server_uuid': 'bed32db4-2ff5-4473-8b94-559fbea74505', 'tag': '97df94ec-f4dd-456b-9d80-965ebc08401d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 468/897] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:52:02 2026] POST /v2.0/ports => generated 947 bytes in 401 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: 469/898] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:02 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/899] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:52:02 2026] PUT /v2.0/ports/e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 972 bytes in 445 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: 431/900] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/901] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/ports?tenant_id=673b65077d8345b9b50a60a4427db04d&device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => 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: 433/902] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/networks?id=388a09e7-0e45-49dc-b97c-7c6d40a24c0b => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/903] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=97df94ec-f4dd-456b-9d80-965ebc08401d => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/904] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/subnets?id=0b2859cd-8d93-46eb-9ed5-08d12d85b3a6 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/905] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/ports?network_id=388a09e7-0e45-49dc-b97c-7c6d40a24c0b&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: 437/906] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/907] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/908] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/909] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b?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: 441/910] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 442/911] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/912] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => 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: 444/913] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/914] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/915] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:03 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => 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: 447/916] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:04 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/917] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:04 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 449/918] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:04 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/919] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:52:03 2026] PUT /v2.0/routers/1a24c924-b880-4e24-bee4-824e927d066e/add_router_interface => generated 309 bytes in 1347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/920] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:52:04 2026] GET /v2.0/ports/a673130e-fb0a-4dd7-8c40-c01f360cb5e1 => generated 1021 bytes in 71 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: 451/921] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:04 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:04.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-92f52db2-f39a-497e-900f-a9829c141143 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: a673130e-fb0a-4dd7-8c40-c01f360cb5e1 2026-06-11 18:52:04.829 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0df0bfa0-cdbe-45db-8634-0ca023a113f4'] response: {'name': 'network-changed', 'server_uuid': 'ff54872b-6123-444a-9265-b6cf1cb9157c', 'tag': 'e0cb99f2-5254-4bd1-b1b8-d215ce33a60f', 'status': 'completed', 'code': 200} 2026-06-11 18:52:04.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92f52db2-f39a-497e-900f-a9829c141143 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: a673130e-fb0a-4dd7-8c40-c01f360cb5e1 [pid: 7|app: 0|req: 452/922] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:04 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/923] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/924] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/925] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/926] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/927] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?tenant_id=25916ef8214743aaae1310188ba4d68e&device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 471/928] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:04 2026] PUT /v2.0/routers/1a24c924-b880-4e24-bee4-824e927d066e/remove_router_interface => generated 309 bytes in 978 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: 458/929] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/networks?id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/930] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/931] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/subnets?id=203ee741-ac13-43bd-920e-c0748999b474 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:05.530 8 INFO neutron.api.v2.resource [None req-7834c9b4-ca6f-4633-8b44-999731e04725 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/932] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:05 2026] PUT /v2.0/routers/1a24c924-b880-4e24-bee4-824e927d066e/remove_router_interface => generated 197 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/933] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?device_id=1a24c924-b880-4e24-bee4-824e927d066e => 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: 461/934] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?network_id=2edf79f3-c181-4789-bc6b-b2d0c4bf27df&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/935] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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: 463/936] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df?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) 2026-06-11 18:52:05.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-aeb3d79b-3cd5-46a4-8704-ab155f179a93 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: d85f1d91-776a-4abf-bff4-8f04388e54fe 2026-06-11 18:52:05.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeb3d79b-3cd5-46a4-8704-ab155f179a93 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: d85f1d91-776a-4abf-bff4-8f04388e54fe [pid: 7|app: 0|req: 464/937] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/938] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:52:05 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/939] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:06 2026] GET /v2.0/security-groups?id=b9db9660-7452-4f53-8bdf-434d4b9b07b4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:06.128 8 INFO neutron.services.segments.plugin [-] Segment 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 resource provider aggregate not found 2026-06-11 18:52:06.137 8 INFO neutron.services.segments.plugin [-] Segment 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 resource provider aggregate not found 2026-06-11 18:52:06.151 8 INFO neutron.db.l3_hamode_db [None req-aeb3d79b-3cd5-46a4-8704-ab155f179a93 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] HA network 4f461b0d-b60c-4569-9e32-6d1677368154 was deleted as no HA routers are present in tenant 0d5fc088964f4e83af6838263e8170c6. 2026-06-11 18:52:06.157 8 INFO neutron.services.segments.plugin [-] Segment 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 found for delete ", "request_id": "req-09d0cca1-307d-4520-a805-77089fea2138"}]} 2026-06-11 18:52:06.163 8 INFO neutron.services.segments.plugin [-] Segment 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb5f6ed-a254-47ff-9b76-4ad9ad51c0a3 found for delete ", "request_id": "req-9f6f5aed-0745-4380-bd61-8cd1ce202397"}]} [pid: 8|app: 0|req: 474/940] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:05 2026] DELETE /v2.0/routers/1a24c924-b880-4e24-bee4-824e927d066e => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:06.210 7 INFO neutron_taas.services.taas.taas_plugin [req-30ce223e-9c7f-4baf-839e-e080658bb5c5 req-33ee45a8-3cd5-4fa2-a759-ce7f5f4551a6 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] TaaS: Handle Delete Port: 97df94ec-f4dd-456b-9d80-965ebc08401d 2026-06-11 18:52:06.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-30ce223e-9c7f-4baf-839e-e080658bb5c5 req-33ee45a8-3cd5-4fa2-a759-ce7f5f4551a6 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] Tap Mirror: Handle Delete Port: 97df94ec-f4dd-456b-9d80-965ebc08401d [pid: 8|app: 0|req: 475/941] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:06 2026] DELETE /v2.0/subnets/2f7428fa-bef8-481e-a2b7-c3b32e560a4d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:06.363 7 INFO neutron.db.l3_db [req-30ce223e-9c7f-4baf-839e-e080658bb5c5 req-33ee45a8-3cd5-4fa2-a759-ce7f5f4551a6 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] Floating IP 143cd548-8fb0-4440-a52e-0fc04352034b disassociated. External IP: 10.96.250.210, port: 97df94ec-f4dd-456b-9d80-965ebc08401d. [pid: 8|app: 0|req: 476/942] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:06 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/943] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:06 2026] DELETE /v2.0/networks/949bdb5c-b222-4365-bc9e-eccfe76586af => 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: 478/944] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:06 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/945] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:06 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:06.788 8 INFO neutron.db.segments_db [None req-dd70df24-5781-41a7-b034-a2b3813d25d9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment 44a5b756-8eaf-41ac-8dd4-0660404095d9 of type vxlan for network dff00bae-8022-4c2a-a8c6-6d644390ee81 [pid: 7|app: 0|req: 467/946] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:52:06 2026] DELETE /v2.0/ports/97df94ec-f4dd-456b-9d80-965ebc08401d => generated 0 bytes in 754 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/947] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:06 2026] GET /v2.0/security-groups?id=415a161d-5aca-4557-9137-c59c041ac3ee&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:06.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ada07de9-9259-4f7e-a4d7-0955ca13f56e'] response: {'server_uuid': 'bed32db4-2ff5-4473-8b94-559fbea74505', 'name': 'network-vif-deleted', 'tag': '97df94ec-f4dd-456b-9d80-965ebc08401d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 480/949] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:06 2026] POST /v2.0/networks => generated 611 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/950] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:06 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/951] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:07 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:07.232 8 INFO neutron.db.segments_db [None req-5f8e4340-2947-4558-9482-b7309dba996c 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment bc7b548d-1a23-4860-b0be-2108342b2d98 of type vxlan for network d1ff1d99-906e-4470-9211-65625adf688d 2026-06-11 18:52:07.488 8 INFO neutron.db.l3_hamode_db [None req-5f8e4340-2947-4558-9482-b7309dba996c 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 472/952] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:52:07 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:07.638 8 INFO neutron.db.l3_hamode_db [None req-5f8e4340-2947-4558-9482-b7309dba996c 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:52:07.757 7 INFO neutron_taas.services.taas.taas_plugin [req-aaa159c0-663c-4aef-acb1-74161b0cc135 req-7c66d0b1-a567-4648-86f2-650d96e2e1ed ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] TaaS: Handle Delete Port: e0cb99f2-5254-4bd1-b1b8-d215ce33a60f 2026-06-11 18:52:07.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aaa159c0-663c-4aef-acb1-74161b0cc135 req-7c66d0b1-a567-4648-86f2-650d96e2e1ed ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] Tap Mirror: Handle Delete Port: e0cb99f2-5254-4bd1-b1b8-d215ce33a60f 2026-06-11 18:52:07.894 7 INFO neutron.db.l3_db [req-aaa159c0-663c-4aef-acb1-74161b0cc135 req-7c66d0b1-a567-4648-86f2-650d96e2e1ed ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] Floating IP 39ff9919-449c-4c89-afaf-f9128c7e4da5 disassociated. External IP: 10.96.250.219, port: e0cb99f2-5254-4bd1-b1b8-d215ce33a60f. 2026-06-11 18:52:08.186 8 INFO neutron.services.segments.plugin [-] Segment 843564a4-59e3-45da-9caf-f28cb4bf56e6 resource provider aggregate not found 2026-06-11 18:52:08.194 8 INFO neutron.services.segments.plugin [-] Segment 843564a4-59e3-45da-9caf-f28cb4bf56e6 resource provider aggregate not found 2026-06-11 18:52:08.209 8 INFO neutron.services.segments.plugin [-] Segment 843564a4-59e3-45da-9caf-f28cb4bf56e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 843564a4-59e3-45da-9caf-f28cb4bf56e6 found for delete ", "request_id": "req-ab046ed5-b5ec-48dc-9ef1-3f184677c491"}]} 2026-06-11 18:52:08.217 8 INFO neutron.services.segments.plugin [-] Segment 843564a4-59e3-45da-9caf-f28cb4bf56e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 843564a4-59e3-45da-9caf-f28cb4bf56e6 found for delete ", "request_id": "req-c3ba0b25-2caf-46a2-972c-d4a0563f3089"}]} [pid: 7|app: 0|req: 473/953] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:52:07 2026] DELETE /v2.0/ports/e0cb99f2-5254-4bd1-b1b8-d215ce33a60f => generated 0 bytes in 676 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/954] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:08 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/955] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:08 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 481/956] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:07 2026] POST /v2.0/routers => generated 507 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/957] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:08 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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: 477/958] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:08 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:08.930 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8db8d7a7-6dd2-4ad5-bc72-a6efb3aa8c41'] response: {'server_uuid': 'ff54872b-6123-444a-9265-b6cf1cb9157c', 'name': 'network-vif-deleted', 'tag': 'e0cb99f2-5254-4bd1-b1b8-d215ce33a60f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 478/959] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:09 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/960] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:09 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => 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: 480/961] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:09 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/962] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:52:08 2026] PUT /v2.0/routers/c1e90034-b8a3-45a7-a3d2-6301a7e278fd/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/963] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:09 2026] GET /v2.0/ports?device_id=bed32db4-2ff5-4473-8b94-559fbea74505 => 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: 483/964] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:52:09 2026] GET /v2.0/ports/e9ac55b7-b003-4e1c-80b5-0fbda8c40e4a => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:10.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-9252f0be-448a-4255-af1e-6f2b2ad0ccc6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: e9ac55b7-b003-4e1c-80b5-0fbda8c40e4a 2026-06-11 18:52:10.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9252f0be-448a-4255-af1e-6f2b2ad0ccc6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: e9ac55b7-b003-4e1c-80b5-0fbda8c40e4a [pid: 7|app: 0|req: 482/965] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:09 2026] PUT /v2.0/routers/c1e90034-b8a3-45a7-a3d2-6301a7e278fd/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/966] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:10 2026] GET /v2.0/ports?device_id=c1e90034-b8a3-45a7-a3d2-6301a7e278fd => 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: 485/967] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:10 2026] GET /v2.0/ports?device_id=ff54872b-6123-444a-9265-b6cf1cb9157c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:10.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-f93a9f2a-65d3-427c-9544-38b7271d81f7 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: 9e4cf595-3d28-402e-ac2e-8506f407d91a 2026-06-11 18:52:10.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f93a9f2a-65d3-427c-9544-38b7271d81f7 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: 9e4cf595-3d28-402e-ac2e-8506f407d91a [pid: 8|app: 0|req: 486/968] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:10 2026] DELETE /v2.0/security-groups/b9db9660-7452-4f53-8bdf-434d4b9b07b4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:10.944 8 INFO neutron.api.v2.resource [None req-778faedd-4e18-47f1-ab78-b0099456fbea 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/969] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:52:10 2026] GET /v2.0/security-groups/b9db9660-7452-4f53-8bdf-434d4b9b07b4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:11.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9373e9f-b972-40bd-8133-8c3a6c414f1d 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] TaaS: Handle Delete Port: bacab6c2-e425-43f5-b32d-66247978e48d 2026-06-11 18:52:11.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9373e9f-b972-40bd-8133-8c3a6c414f1d 3b9b999205264f708e0d83b88e28fad1 673b65077d8345b9b50a60a4427db04d - - default default] Tap Mirror: Handle Delete Port: bacab6c2-e425-43f5-b32d-66247978e48d 2026-06-11 18:52:11.156 7 INFO neutron.services.segments.plugin [-] Segment bc7b548d-1a23-4860-b0be-2108342b2d98 resource provider aggregate not found 2026-06-11 18:52:11.158 7 INFO neutron.services.segments.plugin [-] Segment bc7b548d-1a23-4860-b0be-2108342b2d98 resource provider aggregate not found 2026-06-11 18:52:11.185 7 INFO neutron.services.segments.plugin [-] Segment bc7b548d-1a23-4860-b0be-2108342b2d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc7b548d-1a23-4860-b0be-2108342b2d98 found for delete ", "request_id": "req-c459fd1c-a36c-44e1-ac9c-6cf7db8a07e9"}]} 2026-06-11 18:52:11.186 7 INFO neutron.services.segments.plugin [-] Segment bc7b548d-1a23-4860-b0be-2108342b2d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc7b548d-1a23-4860-b0be-2108342b2d98 found for delete ", "request_id": "req-f4e23a92-d343-4760-920e-f65e8e43a2f6"}]} 2026-06-11 18:52:11.190 7 INFO neutron.db.l3_hamode_db [None req-f93a9f2a-65d3-427c-9544-38b7271d81f7 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] HA network d1ff1d99-906e-4470-9211-65625adf688d was deleted as no HA routers are present in tenant 0d5fc088964f4e83af6838263e8170c6. [pid: 7|app: 0|req: 483/970] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:10 2026] DELETE /v2.0/routers/c1e90034-b8a3-45a7-a3d2-6301a7e278fd => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/971] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:52:10 2026] DELETE /v2.0/floatingips/143cd548-8fb0-4440-a52e-0fc04352034b => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/972] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:11 2026] DELETE /v2.0/subnets/62abe6fc-92ba-49e2-81ac-7ec42083e53f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:11.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb1761d2-2afb-41ad-ac07-79eb8203aef6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: e561ee5c-a543-414e-b5e2-1793ef874be0 2026-06-11 18:52:11.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb1761d2-2afb-41ad-ac07-79eb8203aef6 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: e561ee5c-a543-414e-b5e2-1793ef874be0 [pid: 7|app: 0|req: 485/973] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:11 2026] DELETE /v2.0/networks/dff00bae-8022-4c2a-a8c6-6d644390ee81 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:11.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdfce7ed-cda7-4395-9bcb-9ed7aa516489 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 0e76a3f3-ebe3-4be4-bc69-fa986616e6ca 2026-06-11 18:52:11.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdfce7ed-cda7-4395-9bcb-9ed7aa516489 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 0e76a3f3-ebe3-4be4-bc69-fa986616e6ca 2026-06-11 18:52:11.712 7 INFO neutron.db.segments_db [None req-334a33da-a722-4a63-a2c4-4dab0dd69576 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Added segment cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a of type vxlan for network 1acdcbc9-72c6-485d-b60a-6558a25e15be 2026-06-11 18:52:11.946 7 INFO neutron.db.l3_hamode_db [None req-334a33da-a722-4a63-a2c4-4dab0dd69576 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 489/974] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:11 2026] PUT /v2.0/routers/addcbd9f-92f4-4759-b2a4-69027ab1d590/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/975] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:12 2026] DELETE /v2.0/security-groups/415a161d-5aca-4557-9137-c59c041ac3ee => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:12.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfa41dfd-410d-4b4f-80bb-98e6d9c3e5cd c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: b0ee15e2-0bc2-4754-aa5b-32fe4848ed92 2026-06-11 18:52:12.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa41dfd-410d-4b4f-80bb-98e6d9c3e5cd c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: b0ee15e2-0bc2-4754-aa5b-32fe4848ed92 2026-06-11 18:52:12.818 7 INFO neutron.db.l3_hamode_db [None req-334a33da-a722-4a63-a2c4-4dab0dd69576 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:52:12.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfa41dfd-410d-4b4f-80bb-98e6d9c3e5cd c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 8da1b124-4cf9-42e0-9423-9edfd8050206 2026-06-11 18:52:12.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfa41dfd-410d-4b4f-80bb-98e6d9c3e5cd c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 8da1b124-4cf9-42e0-9423-9edfd8050206 2026-06-11 18:52:13.188 8 INFO neutron.services.segments.plugin [-] Segment b019488c-ed77-46b8-8649-cb61f097fc83 resource provider aggregate not found 2026-06-11 18:52:13.192 8 INFO neutron.services.segments.plugin [-] Segment b019488c-ed77-46b8-8649-cb61f097fc83 resource provider aggregate not found 2026-06-11 18:52:13.209 7 INFO neutron.services.segments.plugin [-] Segment 44a5b756-8eaf-41ac-8dd4-0660404095d9 resource provider aggregate not found 2026-06-11 18:52:13.213 8 INFO neutron.services.segments.plugin [-] Segment b019488c-ed77-46b8-8649-cb61f097fc83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b019488c-ed77-46b8-8649-cb61f097fc83 found for delete ", "request_id": "req-3997a543-cfb0-4219-a9f8-3768185a1a47"}]} 2026-06-11 18:52:13.210 7 INFO neutron.services.segments.plugin [-] Segment 44a5b756-8eaf-41ac-8dd4-0660404095d9 resource provider aggregate not found 2026-06-11 18:52:13.215 8 INFO neutron.db.l3_hamode_db [None req-bfa41dfd-410d-4b4f-80bb-98e6d9c3e5cd c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 579badb8-0e58-40ff-a043-51988abf1345 was deleted as no HA routers are present in tenant 673b65077d8345b9b50a60a4427db04d. 2026-06-11 18:52:13.216 8 INFO neutron.services.segments.plugin [-] Segment b019488c-ed77-46b8-8649-cb61f097fc83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b019488c-ed77-46b8-8649-cb61f097fc83 found for delete ", "request_id": "req-8a26765d-9cbb-47bb-acea-2a2f2bee18d0"}]} [pid: 8|app: 0|req: 491/976] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:12 2026] DELETE /v2.0/routers/addcbd9f-92f4-4759-b2a4-69027ab1d590 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:13.230 8 INFO neutron.api.v2.resource [None req-dd5e753c-43eb-4f12-ba18-a67d7285bdd4 ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/977] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:52:13 2026] GET /v2.0/security-groups/415a161d-5aca-4557-9137-c59c041ac3ee => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:13.233 7 INFO neutron.services.segments.plugin [-] Segment 44a5b756-8eaf-41ac-8dd4-0660404095d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a5b756-8eaf-41ac-8dd4-0660404095d9 found for delete ", "request_id": "req-ef6da738-0d92-4529-97c7-cc51dec9686d"}]} 2026-06-11 18:52:13.233 7 INFO neutron.services.segments.plugin [-] Segment 44a5b756-8eaf-41ac-8dd4-0660404095d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a5b756-8eaf-41ac-8dd4-0660404095d9 found for delete ", "request_id": "req-41a35716-97f5-4100-9439-5bcaa9c0d862"}]} [pid: 8|app: 0|req: 493/978] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:13 2026] DELETE /v2.0/subnets/0b2859cd-8d93-46eb-9ed5-08d12d85b3a6 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:13.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-2440b469-e00a-4337-8949-5b9b17260efa ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] TaaS: Handle Delete Port: 0851f1c5-b57b-48e5-82f8-16aa8f3a9f6f 2026-06-11 18:52:13.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2440b469-e00a-4337-8949-5b9b17260efa ddd676e47f314dbb95c57e42be1cf7ab 25916ef8214743aaae1310188ba4d68e - - default default] Tap Mirror: Handle Delete Port: 0851f1c5-b57b-48e5-82f8-16aa8f3a9f6f [pid: 8|app: 0|req: 494/979] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:52:13 2026] DELETE /v2.0/floatingips/39ff9919-449c-4c89-afaf-f9128c7e4da5 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/980] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:11 2026] POST /v2.0/routers => generated 688 bytes in 2161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:52:13.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbfa0728-cc71-4237-a83f-ff420c1e3983 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 7d9b50c5-72dd-4bc5-81ff-4b9623480678 2026-06-11 18:52:13.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbfa0728-cc71-4237-a83f-ff420c1e3983 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 7d9b50c5-72dd-4bc5-81ff-4b9623480678 [pid: 8|app: 0|req: 495/981] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:13 2026] DELETE /v2.0/networks/388a09e7-0e45-49dc-b97c-7c6d40a24c0b => 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: 496/982] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:52:14 2026] GET /v2.0/routers/d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/983] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:52:14 2026] GET /v2.0/routers => generated 697 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/984] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:14 2026] GET /v2.0/security-groups?tenant_id=673b65077d8345b9b50a60a4427db04d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/985] 10.0.0.56 () {34 vars in 740 bytes} [Thu Jun 11 18:52:14 2026] PUT /v2.0/routers/d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 701 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:14.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c9cc980-f526-4de6-abed-76f29b4fada9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 0c10cbfc-e005-4bd0-b1b0-187c7aa63081 2026-06-11 18:52:14.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c9cc980-f526-4de6-abed-76f29b4fada9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 0c10cbfc-e005-4bd0-b1b0-187c7aa63081 [pid: 8|app: 0|req: 500/986] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:14 2026] DELETE /v2.0/security-groups/9a0fc999-7dad-4155-b869-b25d525afe69 => 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: 502/988] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:52:14 2026] GET /v2.0/routers/d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 701 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/989] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:14 2026] GET /v2.0/ports?device_id=d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:15.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-a56d5084-9d54-4e29-acf6-65cff5bee9e9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: fb434567-2eb4-4724-b219-62cb6d7ae97a 2026-06-11 18:52:15.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a56d5084-9d54-4e29-acf6-65cff5bee9e9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: fb434567-2eb4-4724-b219-62cb6d7ae97a [pid: 7|app: 0|req: 487/990] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:13 2026] PUT /v2.0/routers/56dab818-83bd-480c-a01d-67c6270dcc6f/remove_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:15.244 8 INFO neutron.services.segments.plugin [-] Segment b2a80c15-550e-41b4-9d8e-559c95028464 resource provider aggregate not found 2026-06-11 18:52:15.252 8 INFO neutron.services.segments.plugin [-] Segment b2a80c15-550e-41b4-9d8e-559c95028464 resource provider aggregate not found 2026-06-11 18:52:15.273 8 INFO neutron.services.segments.plugin [-] Segment b2a80c15-550e-41b4-9d8e-559c95028464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a80c15-550e-41b4-9d8e-559c95028464 found for delete ", "request_id": "req-1f6387e5-8b4b-461d-897b-30b2ca1ee160"}]} 2026-06-11 18:52:15.278 8 INFO neutron.services.segments.plugin [-] Segment b2a80c15-550e-41b4-9d8e-559c95028464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a80c15-550e-41b4-9d8e-559c95028464 found for delete ", "request_id": "req-5707ad80-14b5-420f-8f10-b89a1001adb8"}]} 2026-06-11 18:52:15.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-a56d5084-9d54-4e29-acf6-65cff5bee9e9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] TaaS: Handle Delete Port: e361fca8-808b-430b-b4f1-96e9c1b7e5b8 2026-06-11 18:52:15.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a56d5084-9d54-4e29-acf6-65cff5bee9e9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] Tap Mirror: Handle Delete Port: e361fca8-808b-430b-b4f1-96e9c1b7e5b8 2026-06-11 18:52:15.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-86822219-0ca7-4de5-95d1-7bec0deebe3b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 3a4432e1-e751-4648-bd05-9bbb6183236a 2026-06-11 18:52:15.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86822219-0ca7-4de5-95d1-7bec0deebe3b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 3a4432e1-e751-4648-bd05-9bbb6183236a 2026-06-11 18:52:15.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-86822219-0ca7-4de5-95d1-7bec0deebe3b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 44fe45e1-3f4c-4f82-83ab-68234f4d12e7 2026-06-11 18:52:15.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86822219-0ca7-4de5-95d1-7bec0deebe3b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 44fe45e1-3f4c-4f82-83ab-68234f4d12e7 2026-06-11 18:52:15.801 8 INFO neutron.db.l3_hamode_db [None req-a56d5084-9d54-4e29-acf6-65cff5bee9e9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] HA network 1acdcbc9-72c6-485d-b60a-6558a25e15be was deleted as no HA routers are present in tenant 0d5fc088964f4e83af6838263e8170c6. [pid: 8|app: 0|req: 504/991] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:14 2026] DELETE /v2.0/routers/d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/992] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:15 2026] GET /v2.0/ports?device_id=d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:15.856 8 INFO neutron.api.v2.resource [None req-d5365ea8-0094-433a-8787-0790b57701e9 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/993] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:15 2026] DELETE /v2.0/routers/d3b7dcb7-dde7-4899-bdf6-42aa2c767611 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/994] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:15 2026] GET /v2.0/ports?device_id=c1e90034-b8a3-45a7-a3d2-6301a7e278fd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:15.902 8 INFO neutron.api.v2.resource [None req-8487174f-9886-4567-aac6-a62310d36ce4 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/995] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:15 2026] DELETE /v2.0/routers/c1e90034-b8a3-45a7-a3d2-6301a7e278fd => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:15.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3c0c0a2-03ca-469e-8ae2-26018d7ca514 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 509/996] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:15 2026] DELETE /v2.0/subnets/62abe6fc-92ba-49e2-81ac-7ec42083e53f => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/997] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:15 2026] GET /v2.0/ports?device_id=1a24c924-b880-4e24-bee4-824e927d066e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:15.985 8 INFO neutron.api.v2.resource [None req-0281465d-8952-4f96-931b-92277a3687e5 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/998] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:15 2026] DELETE /v2.0/routers/1a24c924-b880-4e24-bee4-824e927d066e => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:16.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89bb8368-64f0-4d94-9cea-e892269beb32 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/999] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:15 2026] DELETE /v2.0/subnets/2f7428fa-bef8-481e-a2b7-c3b32e560a4d => 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: 513/1000] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:52:16 2026] GET /v2.0/ports?device_id=bb51f889-28d6-4619-bab2-4450b1b1ffac => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:16.044 8 INFO neutron.api.v2.resource [None req-228f1888-6a33-4c45-83d5-d3da4d7f0e61 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1001] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/routers/bb51f889-28d6-4619-bab2-4450b1b1ffac => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:16.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5aa543e5-3db4-4db1-a82b-8aa5fc084886 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 515/1002] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/subnets/c83be588-75b8-4764-8cdb-a8413f71a5bf => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:16.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45397653-5630-4e45-90d7-f06184390775 07560aee221e44428e02e4828c25c344 0d5fc088964f4e83af6838263e8170c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/1003] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/subnets/ae1d9c55-9ef8-4125-b904-db0f03ce2cf6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:16.092 7 INFO neutron.services.segments.plugin [-] Segment 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc resource provider aggregate not found 2026-06-11 18:52:16.104 7 INFO neutron.services.segments.plugin [-] Segment 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc resource provider aggregate not found 2026-06-11 18:52:16.122 7 INFO neutron.services.segments.plugin [-] Segment 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc found for delete ", "request_id": "req-7302b602-50a8-4fb4-a52c-60212972803c"}]} 2026-06-11 18:52:16.131 7 INFO neutron.services.segments.plugin [-] Segment 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ca74922-6f9b-43e9-bd62-64d0bc22a1dc found for delete ", "request_id": "req-3d5cdb79-eca0-45f6-a4b6-34129b7d8781"}]} 2026-06-11 18:52:16.143 7 INFO neutron.db.l3_hamode_db [None req-86822219-0ca7-4de5-95d1-7bec0deebe3b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 271c5927-cf02-4425-bd4e-55719a3800d2 was deleted as no HA routers are present in tenant 25916ef8214743aaae1310188ba4d68e. [pid: 7|app: 0|req: 488/1004] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:15 2026] DELETE /v2.0/routers/56dab818-83bd-480c-a01d-67c6270dcc6f => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1005] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/subnets/203ee741-ac13-43bd-920e-c0748999b474 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:16.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-3784368a-120d-42d3-be61-a32a1cef828b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 7d068f00-ca88-4878-a006-1b2387fa7f71 2026-06-11 18:52:16.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3784368a-120d-42d3-be61-a32a1cef828b c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 7d068f00-ca88-4878-a006-1b2387fa7f71 [pid: 7|app: 0|req: 489/1006] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/networks/2edf79f3-c181-4789-bc6b-b2d0c4bf27df => generated 0 bytes in 408 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1007] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:16 2026] GET /v2.0/security-groups?tenant_id=0d5fc088964f4e83af6838263e8170c6&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1008] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:16 2026] GET /v2.0/security-groups?tenant_id=25916ef8214743aaae1310188ba4d68e&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1009] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/security-groups/8ee9caa5-ce7d-4076-9da7-824494e0cc77 => 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: 520/1010] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:16 2026] DELETE /v2.0/security-groups/6c5b90f8-051f-4711-95ca-6ab67fc221fb => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:17.298 8 INFO neutron.services.segments.plugin [-] Segment cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a resource provider aggregate not found 2026-06-11 18:52:17.306 8 INFO neutron.services.segments.plugin [-] Segment cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a resource provider aggregate not found 2026-06-11 18:52:17.318 8 INFO neutron.services.segments.plugin [-] Segment cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a found for delete ", "request_id": "req-9c2ab187-fb02-4d94-9062-241cfa97d655"}]} 2026-06-11 18:52:17.324 8 INFO neutron.services.segments.plugin [-] Segment cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfba4efd-9eda-4a3f-9045-d6c9d5a00f8a found for delete ", "request_id": "req-67ed92a8-9e2f-4e04-bac6-9ed5ae18cf17"}]} 2026-06-11 18:52:18.146 7 INFO neutron.services.segments.plugin [-] Segment 56d7c4f2-535d-4110-8c74-5e25e6b4c28c resource provider aggregate not found 2026-06-11 18:52:18.163 7 INFO neutron.services.segments.plugin [-] Segment 56d7c4f2-535d-4110-8c74-5e25e6b4c28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56d7c4f2-535d-4110-8c74-5e25e6b4c28c found for delete ", "request_id": "req-4de2c944-d558-4d08-9e1f-de05b92a6dff"}]} 2026-06-11 18:52:18.165 7 INFO neutron.services.segments.plugin [-] Segment 56d7c4f2-535d-4110-8c74-5e25e6b4c28c resource provider aggregate not found 2026-06-11 18:52:18.179 7 INFO neutron.services.segments.plugin [-] Segment 56d7c4f2-535d-4110-8c74-5e25e6b4c28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56d7c4f2-535d-4110-8c74-5e25e6b4c28c found for delete ", "request_id": "req-db7a7e17-5c5f-4742-b954-07534aae44be"}]} 2026-06-11 18:52:18.927 7 WARNING keystonemiddleware.audit [None req-3baf49cb-8658-4b4f-88ac-1664204f2047 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Skipping service tempest-service-208265245 as it have no endpoints. [pid: 7|app: 0|req: 491/1011] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:52:18 2026] POST /v2.0/subnetpools => generated 549 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:52:19.012 8 WARNING keystonemiddleware.audit [None req-dc9c1aba-37b6-4393-8a38-015a81fb261e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Skipping service tempest-service-208265245 as it have no endpoints. [pid: 8|app: 0|req: 521/1012] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:52:19 2026] GET /v2.0/subnetpools/8ac70367-d8d9-473b-927d-15a8337c5765 => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:19.037 8 WARNING keystonemiddleware.audit [None req-b025ca99-6756-40aa-a541-ba3965e388ab f6ade8e12ac3423d9873d8da6f4f4c55 b8d99dab17384c02a15757bfed2d919b - - default default] Skipping service tempest-service-208265245 as it have no endpoints. [pid: 8|app: 0|req: 522/1013] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:52:19 2026] PUT /v2.0/subnetpools/8ac70367-d8d9-473b-927d-15a8337c5765 => generated 499 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:19.113 8 WARNING keystonemiddleware.audit [None req-69f332ab-58f5-430c-ba86-2ba52bdca195 f6ade8e12ac3423d9873d8da6f4f4c55 b8d99dab17384c02a15757bfed2d919b - - default default] Skipping service tempest-service-208265245 as it have no endpoints. [pid: 8|app: 0|req: 523/1014] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:52:19 2026] DELETE /v2.0/subnetpools/8ac70367-d8d9-473b-927d-15a8337c5765 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:19.162 8 WARNING keystonemiddleware.audit [None req-cc99e945-11b7-4e7f-b026-93f3fd17b5ab f6ade8e12ac3423d9873d8da6f4f4c55 b8d99dab17384c02a15757bfed2d919b - - default default] Skipping service tempest-service-208265245 as it have no endpoints. 2026-06-11 18:52:19.173 8 INFO neutron.api.v2.resource [None req-6856cb1b-7ffd-415f-81ea-afefd9078a13 f6ade8e12ac3423d9873d8da6f4f4c55 b8d99dab17384c02a15757bfed2d919b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1015] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:52:19 2026] GET /v2.0/subnetpools/8ac70367-d8d9-473b-927d-15a8337c5765 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:19.184 8 WARNING keystonemiddleware.audit [None req-6856cb1b-7ffd-415f-81ea-afefd9078a13 f6ade8e12ac3423d9873d8da6f4f4c55 b8d99dab17384c02a15757bfed2d919b - - default default] Skipping service tempest-service-208265245 as it have no endpoints. 2026-06-11 18:52:19.191 8 INFO neutron.api.v2.resource [None req-0c7f04fa-6b6e-429a-b345-6b1a5ed76aa9 f6ade8e12ac3423d9873d8da6f4f4c55 b8d99dab17384c02a15757bfed2d919b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1016] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:52:19 2026] DELETE /v2.0/subnetpools/8ac70367-d8d9-473b-927d-15a8337c5765 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:19.247 7 INFO neutron.db.segments_db [None req-ec749d82-c5db-4dc8-9dd7-67490de1863c c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 709c3967-4733-4a3b-b692-a4b567b19f9a of type vxlan for network 4d8bf55c-5ebf-4736-87fc-51845e2b1d0b [pid: 7|app: 0|req: 492/1017] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:52:19 2026] POST /v2.0/networks => generated 729 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1018] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:19 2026] POST /v2.0/subnets => generated 695 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:52:19.571 7 INFO neutron.db.segments_db [None req-f740bdb2-a8c4-48d8-b312-a889b10bc0f3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment fac5c8f7-ebce-4479-befa-a59590070b17 of type vxlan for network fec4acf7-cfa4-4d1e-8ff2-a1d377e58fd3 2026-06-11 18:52:19.889 7 INFO neutron.db.l3_hamode_db [None req-f740bdb2-a8c4-48d8-b312-a889b10bc0f3 c201e2d1190b465c85818fcc45770898 6335f50e938c4d59b4a719ac0effa703 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/1019] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:19 2026] GET /v2.0/security-groups?tenant_id=b8d99dab17384c02a15757bfed2d919b&name=default => generated 2925 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1020] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:52:20 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 1244 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1021] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:20 2026] DELETE /v2.0/security-groups/142b1ce9-d055-4bba-a915-ab6074061b07 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1022] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:20 2026] GET /v2.0/security-groups?tenant_id=6ea25f0c1aef45bcbf9e3ae9d5f5fd6f&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1023] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:20 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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-06-11 18:52:20.698 7 INFO neutron.db.l3_hamode_db [None req-f740bdb2-a8c4-48d8-b312-a889b10bc0f3 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 532/1024] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:20 2026] DELETE /v2.0/security-groups/8bf52939-9e01-44aa-a7ae-118c7feeea0e => 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: 533/1025] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:20 2026] GET /v2.0/security-groups?tenant_id=f33b6006ccde45848d34bef10d46b3d6&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1026] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:21 2026] DELETE /v2.0/security-groups/8c2ea9c2-cdaf-4be0-9bec-a781cbf3c2ad => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1027] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:19 2026] POST /v2.0/routers => generated 735 bytes in 2033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1029] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:52:21 2026] PUT /v2.0/routers/5802eef2-bb5e-4f3b-8bf2-803997bde985/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1030] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:52:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1031] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:52:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1032] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:52:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1033] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:52:23 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1034] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:25 2026] GET /v2.0/security-groups?tenant_id=eebdb6aa1c0043999f35fccbed0e16c0&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1035] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:25 2026] DELETE /v2.0/security-groups/cd2a7cbf-1512-41b7-b387-7b94e9644742 => 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: 538/1036] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:25 2026] GET /v2.0/security-groups?tenant_id=06e40be08fac40fe8bda079def8287d8&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1037] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:25 2026] DELETE /v2.0/security-groups/eaf066f3-f27a-446e-bed6-cd104ac135be => 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: 539/1038] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:25 2026] GET /v2.0/security-groups?tenant_id=ddef3a5a2c10491b9c91e29c622b8a58&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1039] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:26 2026] DELETE /v2.0/security-groups/f774e3ae-80a6-4c94-af53-0e543e9abe05 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1040] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:26 2026] GET /v2.0/security-groups?tenant_id=90e52fabe69e4a3ab4a7a0a564a2b9e1&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1041] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:26 2026] DELETE /v2.0/security-groups/ffa9a524-4f0d-4c08-b76b-09024f04a05c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1042] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:28 2026] GET /v2.0/security-groups?tenant_id=f140b0483f854a639e26d9fad1e8e19b&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1043] 10.0.0.170 () {34 vars in 1098 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--868155143&fields=id&tenant_id=6335f50e938c4d59b4a719ac0effa703 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1044] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:29 2026] DELETE /v2.0/security-groups/1b4bf599-0f30-4670-a9e7-6c84bcd60a94 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1045] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/networks?id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b => generated 680 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1046] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/quotas/6335f50e938c4d59b4a719ac0effa703 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1047] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/ports?tenant_id=6335f50e938c4d59b4a719ac0effa703&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1048] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?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: 545/1049] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1051] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:29 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 506/1052] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:30 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 547/1053] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:31 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1054] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:31 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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: 548/1055] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:31 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1056] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:31 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1057] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:32 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 549/1058] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:31 2026] GET /v2.0/security-groups?tenant_id=2e9a89c169ff415b8930e6b8a2989bdb&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1059] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:32 2026] DELETE /v2.0/security-groups/51933471-5c61-45af-b0dc-7e237eca290e => 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: 550/1060] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:32 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1061] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:32 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1062] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:33 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 512/1063] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:33 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1064] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:33 2026] GET /v2.0/security-groups?id=087cacba-c529-4653-96fc-eef70e6db692&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: 552/1065] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:52:33 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:34.121 7 INFO neutron_taas.services.taas.taas_plugin [req-4f106508-612f-40e4-9a22-433840f68edd req-932fb4d1-c1e6-4661-bf30-957fc453e715 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] TaaS: Handle Delete Port: 362b8bba-9f6d-4bda-a124-dbee4207e15c 2026-06-11 18:52:34.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f106508-612f-40e4-9a22-433840f68edd req-932fb4d1-c1e6-4661-bf30-957fc453e715 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] Tap Mirror: Handle Delete Port: 362b8bba-9f6d-4bda-a124-dbee4207e15c 2026-06-11 18:52:34.241 7 INFO neutron.db.l3_db [req-4f106508-612f-40e4-9a22-433840f68edd req-932fb4d1-c1e6-4661-bf30-957fc453e715 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] Floating IP 44ebc7fe-8c0e-4e9a-b6c8-2199d17c46fa disassociated. External IP: 10.96.250.201, port: 362b8bba-9f6d-4bda-a124-dbee4207e15c. 2026-06-11 18:52:34.336 8 INFO neutron.db.segments_db [None req-1719b66a-aa5e-4089-87ac-8766c0e893ba 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Added segment dd297c62-52bc-4eb7-80e5-0a64e931eda8 of type vxlan for network c696685e-82b1-430c-b7f1-2cf10079f204 2026-06-11 18:52:34.387 8 INFO neutron.db.segments_db [None req-1719b66a-aa5e-4089-87ac-8766c0e893ba 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Added segment 054af16f-f3a4-4f99-b706-c02c4cffd175 of type vxlan for network 5a7f4972-de8c-4b48-a690-193715becb6e [pid: 8|app: 0|req: 553/1066] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:34 2026] POST /v2.0/networks => generated 1205 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1067] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:34 2026] GET /v2.0/networks?id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1068] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:34 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 514/1069] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:52:34 2026] DELETE /v2.0/ports/362b8bba-9f6d-4bda-a124-dbee4207e15c => generated 0 bytes in 558 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1070] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:52:34 2026] GET /v2.0/networks => generated 1842 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1071] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:52:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6335f50e938c4d59b4a719ac0effa703 => generated 180 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:34.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-751c7c9a-0df6-4b80-8a0d-d5a251c1595c'] response: {'server_uuid': '0421d9af-ca5d-4218-b839-07609f959a16', 'name': 'network-vif-deleted', 'tag': '362b8bba-9f6d-4bda-a124-dbee4207e15c', 'status': 'completed', 'code': 200} 2026-06-11 18:52:34.772 8 INFO neutron.services.segments.plugin [-] Segment dd297c62-52bc-4eb7-80e5-0a64e931eda8 resource provider aggregate not found 2026-06-11 18:52:34.781 8 INFO neutron.services.segments.plugin [-] Segment dd297c62-52bc-4eb7-80e5-0a64e931eda8 resource provider aggregate not found 2026-06-11 18:52:34.799 8 INFO neutron.services.segments.plugin [-] Segment dd297c62-52bc-4eb7-80e5-0a64e931eda8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd297c62-52bc-4eb7-80e5-0a64e931eda8 found for delete ", "request_id": "req-88fe34ed-ab84-447a-860e-4735d4527668"}]} 2026-06-11 18:52:34.802 8 INFO neutron.services.segments.plugin [-] Segment dd297c62-52bc-4eb7-80e5-0a64e931eda8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd297c62-52bc-4eb7-80e5-0a64e931eda8 found for delete ", "request_id": "req-fa2f6d24-830f-4f4e-9ffa-eb4f86a700ff"}]} [pid: 8|app: 0|req: 557/1072] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:34 2026] DELETE /v2.0/networks/c696685e-82b1-430c-b7f1-2cf10079f204 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1073] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:34 2026] DELETE /v2.0/networks/5a7f4972-de8c-4b48-a690-193715becb6e => 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: 559/1074] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:52:34 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1075] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:52:34 2026] POST /v2.0/ports => generated 954 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:52:35.079 8 INFO neutron.db.segments_db [None req-d53fdc2f-a2ae-4707-b0ab-65b42d7dfffa 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Added segment 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 of type vxlan for network 71a8026c-9427-4e33-b092-2b66ffd4e0a5 [pid: 8|app: 0|req: 560/1076] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:35 2026] POST /v2.0/networks => generated 635 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1077] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:35 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:35.248 8 INFO neutron.db.segments_db [None req-a613d1ac-8dee-414d-a821-77f28de321c3 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Added segment 8d255754-eabf-495c-af85-d120dc4a9e3d of type vxlan for network d9ade837-473c-404a-8b43-dd180d643807 [pid: 8|app: 0|req: 562/1078] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:35 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1079] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:52:35 2026] PUT /v2.0/ports/27390d56-8deb-4771-93e4-47892e23aef6 => generated 1235 bytes in 463 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: 518/1080] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:35 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 519/1081] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:35 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&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: 563/1082] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:52:35 2026] POST /v2.0/ports => generated 1505 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1083] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/ports => generated 1505 bytes in 125 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: 521/1084] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:36.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-65367523-74b0-4ca2-9295-6e1573c37265 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] TaaS: Handle Delete Port: 52b27e95-b203-486f-bbf6-1212f8f9a6e9 2026-06-11 18:52:36.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65367523-74b0-4ca2-9295-6e1573c37265 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Tap Mirror: Handle Delete Port: 52b27e95-b203-486f-bbf6-1212f8f9a6e9 [pid: 8|app: 0|req: 564/1085] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:52:36 2026] DELETE /v2.0/ports/52b27e95-b203-486f-bbf6-1212f8f9a6e9 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1086] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/ports?tenant_id=6335f50e938c4d59b4a719ac0effa703&device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:52:36.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d918adf-3b7f-4aca-89c1-7a9c7452938c 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] TaaS: Handle Delete Port: 918ee1f7-f26d-484a-ae42-459085379bf5 2026-06-11 18:52:36.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d918adf-3b7f-4aca-89c1-7a9c7452938c 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Tap Mirror: Handle Delete Port: 918ee1f7-f26d-484a-ae42-459085379bf5 [pid: 8|app: 0|req: 566/1087] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=27390d56-8deb-4771-93e4-47892e23aef6 => 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: 567/1088] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/subnets?id=913d645a-0c88-4acc-bc9e-3d6b1e05a6dd => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1089] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/ports?network_id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:52:36.704 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76969957-44db-4558-95e3-f2b019bbeb46'] response: {'name': 'network-changed', 'server_uuid': '73f80f48-8125-441a-b599-b77bafb6eb48', 'tag': '27390d56-8deb-4771-93e4-47892e23aef6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 522/1090] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:52:36 2026] DELETE /v2.0/ports/918ee1f7-f26d-484a-ae42-459085379bf5 => 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: 569/1091] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1092] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/ports => 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: 570/1093] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?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-06-11 18:52:36.824 8 INFO neutron.services.segments.plugin [-] Segment 054af16f-f3a4-4f99-b706-c02c4cffd175 resource provider aggregate not found 2026-06-11 18:52:36.828 8 INFO neutron.services.segments.plugin [-] Segment 054af16f-f3a4-4f99-b706-c02c4cffd175 resource provider aggregate not found 2026-06-11 18:52:36.843 7 INFO neutron.db.segments_db [None req-0eb02af8-f02c-4538-b49d-36792ea0e293 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Added segment 5a22d3e3-0a03-4662-ac05-06cd6a86015a of type vxlan for network 3f8c6b68-5705-46b2-b3a4-bc1e72cd7e44 2026-06-11 18:52:36.849 8 INFO neutron.services.segments.plugin [-] Segment 054af16f-f3a4-4f99-b706-c02c4cffd175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 054af16f-f3a4-4f99-b706-c02c4cffd175 found for delete ", "request_id": "req-833664de-fdd3-4ece-bbb2-7c37640605bb"}]} 2026-06-11 18:52:36.858 8 INFO neutron.services.segments.plugin [-] Segment 054af16f-f3a4-4f99-b706-c02c4cffd175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 054af16f-f3a4-4f99-b706-c02c4cffd175 found for delete ", "request_id": "req-14da42e2-ec64-4500-9319-a0e04448293a"}]} [pid: 7|app: 0|req: 524/1095] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:36 2026] POST /v2.0/networks => generated 635 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1096] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1097] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:36 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:37.004 7 INFO neutron.db.segments_db [None req-00cb7c6a-f789-4dcf-9376-802317a7f2d5 73abcd172f9b48b28b3de5ae76fdcf0d d0a61848b9e94f9f9030a0eeb29cb139 - - default default] Added segment d5649a4a-947b-4695-ac62-debcb7edad01 of type vxlan for network e7f51227-9a87-49a3-87cf-5ef139aba466 [pid: 7|app: 0|req: 525/1098] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:52:36 2026] POST /v2.0/networks => generated 634 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1099] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:37 2026] GET /v2.0/ports?device_id=0421d9af-ca5d-4218-b839-07609f959a16 => 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: 575/1100] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:37 2026] GET /v2.0/ports?tenant_id=6335f50e938c4d59b4a719ac0effa703&device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1101] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:37 2026] GET /v2.0/networks?id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b => generated 776 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1102] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:52:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=27390d56-8deb-4771-93e4-47892e23aef6 => 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: 578/1103] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:37 2026] GET /v2.0/subnets?id=913d645a-0c88-4acc-bc9e-3d6b1e05a6dd => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1104] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:37 2026] GET /v2.0/ports?network_id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1105] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1106] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1107] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1108] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&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: 526/1109] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:37 2026] POST /v2.0/subnets => generated 1324 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1110] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/subnets => generated 1960 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1111] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/subnets/2f15487b-5a95-4f13-ae9b-db5daf7981f0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1112] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/subnets/2b62e44e-2d91-48cc-a32c-036448607ec5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1113] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1114] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/security-groups/087cacba-c529-4653-96fc-eef70e6db692 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:38.641 8 INFO neutron.api.v2.resource [None req-66807409-ff4c-431c-ad0d-bd7cf241dfad 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 587/1115] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:52:38 2026] GET /v2.0/security-groups/087cacba-c529-4653-96fc-eef70e6db692 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:38.671 7 INFO neutron.services.segments.plugin [-] Segment d5649a4a-947b-4695-ac62-debcb7edad01 resource provider aggregate not found 2026-06-11 18:52:38.679 7 INFO neutron.services.segments.plugin [-] Segment d5649a4a-947b-4695-ac62-debcb7edad01 resource provider aggregate not found 2026-06-11 18:52:38.696 7 INFO neutron.services.segments.plugin [-] Segment d5649a4a-947b-4695-ac62-debcb7edad01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5649a4a-947b-4695-ac62-debcb7edad01 found for delete ", "request_id": "req-5e3a681b-a488-442c-9113-cbd210fe3bba"}]} 2026-06-11 18:52:38.702 7 INFO neutron.services.segments.plugin [-] Segment d5649a4a-947b-4695-ac62-debcb7edad01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5649a4a-947b-4695-ac62-debcb7edad01 found for delete ", "request_id": "req-4634b7ca-8083-45bf-8cda-49a3515cd980"}]} [pid: 7|app: 0|req: 529/1116] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/networks/e7f51227-9a87-49a3-87cf-5ef139aba466 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:38.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-367eea89-bf6b-4dc9-9db0-90784770d10f 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] TaaS: Handle Delete Port: 67399940-f906-4359-ae93-a67f4fab8427 2026-06-11 18:52:38.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367eea89-bf6b-4dc9-9db0-90784770d10f 9e071e51bd4c4a7ab6b2d2095784f875 6ad2eeb1b61f4bea8aaf1852e3a3a0fe - - default default] Tap Mirror: Handle Delete Port: 67399940-f906-4359-ae93-a67f4fab8427 [pid: 7|app: 0|req: 530/1117] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/networks/3f8c6b68-5705-46b2-b3a4-bc1e72cd7e44 => 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: 588/1118] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/floatingips/44ebc7fe-8c0e-4e9a-b6c8-2199d17c46fa => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1119] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:38 2026] DELETE /v2.0/networks/d9ade837-473c-404a-8b43-dd180d643807 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1120] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:39 2026] DELETE /v2.0/networks/71a8026c-9427-4e33-b092-2b66ffd4e0a5 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1121] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:39 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 534/1122] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:39 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:39.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-27b360e4-5c8b-4581-9a2a-881ede3f4bee c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: ccd93bc4-4699-421b-bcf8-6881bfcff766 2026-06-11 18:52:39.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27b360e4-5c8b-4581-9a2a-881ede3f4bee c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: ccd93bc4-4699-421b-bcf8-6881bfcff766 [pid: 7|app: 0|req: 535/1123] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:39 2026] GET /v2.0/security-groups?tenant_id=d0a61848b9e94f9f9030a0eeb29cb139&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1124] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:39 2026] DELETE /v2.0/security-groups/2e9ef128-cc4a-4c88-8620-a3e7e7d193e4 => 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: 589/1125] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:38 2026] PUT /v2.0/routers/ef14bfb0-3380-41a0-88b2-cbae2cec579c/remove_router_interface => generated 309 bytes in 1495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1126] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:40 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1127] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:40 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:40.729 7 INFO neutron.services.segments.plugin [-] Segment 5a22d3e3-0a03-4662-ac05-06cd6a86015a resource provider aggregate not found 2026-06-11 18:52:40.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-24448812-faa7-47db-8913-f115564f2c73 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: fe9d3015-c598-4745-8fec-6a53e4b45917 2026-06-11 18:52:40.741 7 INFO neutron.services.segments.plugin [-] Segment 5a22d3e3-0a03-4662-ac05-06cd6a86015a resource provider aggregate not found 2026-06-11 18:52:40.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24448812-faa7-47db-8913-f115564f2c73 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: fe9d3015-c598-4745-8fec-6a53e4b45917 2026-06-11 18:52:40.751 7 INFO neutron.services.segments.plugin [-] Segment 5a22d3e3-0a03-4662-ac05-06cd6a86015a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a22d3e3-0a03-4662-ac05-06cd6a86015a found for delete ", "request_id": "req-ed9fddf1-7f28-4ec7-bd9d-e548c5dfc403"}]} 2026-06-11 18:52:40.762 7 INFO neutron.services.segments.plugin [-] Segment 5a22d3e3-0a03-4662-ac05-06cd6a86015a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a22d3e3-0a03-4662-ac05-06cd6a86015a found for delete ", "request_id": "req-6ef4a5ff-186e-408f-8c8d-f588e524be10"}]} 2026-06-11 18:52:40.770 7 INFO neutron.services.segments.plugin [-] Segment 8d255754-eabf-495c-af85-d120dc4a9e3d resource provider aggregate not found 2026-06-11 18:52:40.778 7 INFO neutron.services.segments.plugin [-] Segment 8d255754-eabf-495c-af85-d120dc4a9e3d resource provider aggregate not found 2026-06-11 18:52:40.784 7 INFO neutron.services.segments.plugin [-] Segment 8d255754-eabf-495c-af85-d120dc4a9e3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d255754-eabf-495c-af85-d120dc4a9e3d found for delete ", "request_id": "req-a77dad0b-2f67-43bd-aa44-9d26d8865847"}]} 2026-06-11 18:52:40.792 7 INFO neutron.services.segments.plugin [-] Segment 8d255754-eabf-495c-af85-d120dc4a9e3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d255754-eabf-495c-af85-d120dc4a9e3d found for delete ", "request_id": "req-95563047-4c3f-4a11-abcd-9fb1b4f3b251"}]} 2026-06-11 18:52:40.801 7 INFO neutron.services.segments.plugin [-] Segment 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 resource provider aggregate not found 2026-06-11 18:52:40.804 7 INFO neutron.services.segments.plugin [-] Segment 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 resource provider aggregate not found 2026-06-11 18:52:40.818 7 INFO neutron.services.segments.plugin [-] Segment 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 found for delete ", "request_id": "req-4d86821b-621a-4ed6-8506-35da81a2cef6"}]} 2026-06-11 18:52:40.819 7 INFO neutron.services.segments.plugin [-] Segment 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ddc99af-9f06-4f89-aaa5-4646b8e963d7 found for delete ", "request_id": "req-1e4bef18-7281-46a9-aba5-50a7fab19712"}]} 2026-06-11 18:52:41.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-24448812-faa7-47db-8913-f115564f2c73 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 166d6c7b-51b6-4314-8ab1-1fa105dfc331 2026-06-11 18:52:41.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24448812-faa7-47db-8913-f115564f2c73 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 166d6c7b-51b6-4314-8ab1-1fa105dfc331 [pid: 7|app: 0|req: 539/1128] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:40 2026] GET /v2.0/security-groups?tenant_id=9bb7d6c049cf4cbcb5607e10901f0a1a&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1129] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:41 2026] DELETE /v2.0/security-groups/391961ff-140b-4cdb-a4b4-218232afe8b7 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:41.426 8 INFO neutron.services.segments.plugin [-] Segment c87803b5-7dc3-47c0-afa2-3960f49722c1 resource provider aggregate not found 2026-06-11 18:52:41.430 8 INFO neutron.services.segments.plugin [-] Segment c87803b5-7dc3-47c0-afa2-3960f49722c1 resource provider aggregate not found 2026-06-11 18:52:41.447 8 INFO neutron.services.segments.plugin [-] Segment c87803b5-7dc3-47c0-afa2-3960f49722c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87803b5-7dc3-47c0-afa2-3960f49722c1 found for delete ", "request_id": "req-656b3af9-be4a-4923-aaf8-db568263c1a3"}]} 2026-06-11 18:52:41.448 8 INFO neutron.services.segments.plugin [-] Segment c87803b5-7dc3-47c0-afa2-3960f49722c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87803b5-7dc3-47c0-afa2-3960f49722c1 found for delete ", "request_id": "req-926e292b-68e1-4ab6-8975-941156cd7f3e"}]} 2026-06-11 18:52:41.468 8 INFO neutron.db.l3_hamode_db [None req-24448812-faa7-47db-8913-f115564f2c73 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 52410b41-08aa-4398-9cb0-bb0d5fa4170b was deleted as no HA routers are present in tenant 6ad2eeb1b61f4bea8aaf1852e3a3a0fe. [pid: 8|app: 0|req: 590/1130] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:40 2026] DELETE /v2.0/routers/ef14bfb0-3380-41a0-88b2-cbae2cec579c => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1131] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:41 2026] DELETE /v2.0/subnets/9bbe63e7-37f6-4eb9-b205-44803fed3946 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1132] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:41 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 592/1133] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:41 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:41.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae0c8f6f-0f4e-4b79-aa90-dc5b33da787e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: c0b128ee-ba67-47f9-b992-d45b62b9a557 2026-06-11 18:52:41.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae0c8f6f-0f4e-4b79-aa90-dc5b33da787e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: c0b128ee-ba67-47f9-b992-d45b62b9a557 [pid: 7|app: 0|req: 542/1134] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:52:41 2026] DELETE /v2.0/networks/a963e68a-87c1-483c-9b84-52071dc3c600 => 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: 593/1135] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:42 2026] GET /v2.0/security-groups?tenant_id=6ad2eeb1b61f4bea8aaf1852e3a3a0fe&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1136] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:42 2026] DELETE /v2.0/security-groups/8c378972-99f7-43a3-bb4e-bbe553e7334c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:42.843 7 INFO neutron.services.segments.plugin [-] Segment 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 resource provider aggregate not found 2026-06-11 18:52:42.850 7 INFO neutron.services.segments.plugin [-] Segment 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 resource provider aggregate not found 2026-06-11 18:52:42.862 7 INFO neutron.services.segments.plugin [-] Segment 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 found for delete ", "request_id": "req-97b67c5f-1706-4bfd-a4d7-598e8364ba95"}]} 2026-06-11 18:52:42.865 7 INFO neutron.services.segments.plugin [-] Segment 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9d743c-1e21-44fd-8e5d-6426263a7dd9 found for delete ", "request_id": "req-7c55855f-49bc-49ff-9818-a667f7bade0b"}]} [pid: 8|app: 0|req: 594/1137] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:42 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1138] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:42 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1139] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:44 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 595/1140] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:43 2026] GET /v2.0/security-groups?tenant_id=fe0e56029808414198876e329b6b6d82&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1141] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:44 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1142] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:44 2026] DELETE /v2.0/security-groups/6c00a0be-7f06-4410-98b9-bbd35e97ed8b => 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: 597/1144] 10.0.0.40 () {32 vars in 800 bytes} [Thu Jun 11 18:52:44 2026] GET /v2.0/extensions => generated 21537 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1145] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:45 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1146] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:45 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&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: 599/1147] 10.0.0.40 () {30 vars in 723 bytes} [Thu Jun 11 18:52:45 2026] GET /v2.0/quotas/7f074618222c43aeb23f66c79911b361/details => generated 847 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1148] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:45 2026] GET /v2.0/security-groups?tenant_id=cf3c6f8f514442e8af552f2b730c39f6&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1149] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:45 2026] DELETE /v2.0/security-groups/2ee5af54-685a-4648-a347-a269928c15c7 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1150] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:46 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 601/1151] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:46 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1152] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:46 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:47.217 8 INFO neutron.db.l3_db [None req-2c3b7566-0d2c-404b-b262-d7a0c9ea17e9 bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] Floating IP 2a5a3d14-4f04-4a71-8fda-83024f742333 associated. External IP: 10.96.250.217, port: 27390d56-8deb-4771-93e4-47892e23aef6. [pid: 8|app: 0|req: 602/1153] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:52:46 2026] PUT /v2.0/floatingips/2a5a3d14-4f04-4a71-8fda-83024f742333 => generated 855 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:47.605 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28172898-2310-41df-8c89-9d048ee34b29'] response: {'name': 'network-changed', 'server_uuid': '73f80f48-8125-441a-b599-b77bafb6eb48', 'tag': '27390d56-8deb-4771-93e4-47892e23aef6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 552/1154] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:47 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1155] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:47 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1156] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:47 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1157] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&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: 606/1158] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/ports?tenant_id=6335f50e938c4d59b4a719ac0effa703&device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 553/1159] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:47 2026] GET /v2.0/security-groups?tenant_id=b60924eccb664bedacbd519335a6844e&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1160] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/networks?id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1161] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=27390d56-8deb-4771-93e4-47892e23aef6 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1162] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:48 2026] DELETE /v2.0/security-groups/f8889d6a-67c4-4a59-a6db-d95f8c69379a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1163] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/subnets?id=913d645a-0c88-4acc-bc9e-3d6b1e05a6dd => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1164] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/ports?network_id=4d8bf55c-5ebf-4736-87fc-51845e2b1d0b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1165] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1166] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:52:48 2026] GET /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1167] 10.0.0.40 () {32 vars in 800 bytes} [Thu Jun 11 18:52:49 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1168] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:49 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 558/1169] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:49 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&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: 612/1170] 10.0.0.40 () {30 vars in 723 bytes} [Thu Jun 11 18:52:49 2026] GET /v2.0/quotas/7f074618222c43aeb23f66c79911b361/details => generated 847 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1171] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:50 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1172] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:52:50 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 560/1173] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:52:50 2026] GET /v2.0/security-groups?id=5ad74e52-b3f2-4a09-9519-1f253d8bc209&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-06-11 18:52:50.558 8 INFO neutron_taas.services.taas.taas_plugin [req-6275aeab-fd17-4bfd-8d14-691f4eb90519 req-40d84c95-5cc3-4d41-b68c-eb56ef89eb5f bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] TaaS: Handle Delete Port: 27390d56-8deb-4771-93e4-47892e23aef6 2026-06-11 18:52:50.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6275aeab-fd17-4bfd-8d14-691f4eb90519 req-40d84c95-5cc3-4d41-b68c-eb56ef89eb5f bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] Tap Mirror: Handle Delete Port: 27390d56-8deb-4771-93e4-47892e23aef6 2026-06-11 18:52:50.744 8 INFO neutron.db.l3_db [req-6275aeab-fd17-4bfd-8d14-691f4eb90519 req-40d84c95-5cc3-4d41-b68c-eb56ef89eb5f bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] Floating IP 2a5a3d14-4f04-4a71-8fda-83024f742333 disassociated. External IP: 10.96.250.217, port: 27390d56-8deb-4771-93e4-47892e23aef6. [pid: 8|app: 0|req: 614/1174] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:52:50 2026] DELETE /v2.0/ports/27390d56-8deb-4771-93e4-47892e23aef6 => generated 0 bytes in 694 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:52:51.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f6a1953-6bd3-4307-8852-31d7146e1934'] response: {'server_uuid': '73f80f48-8125-441a-b599-b77bafb6eb48', 'name': 'network-vif-deleted', 'tag': '27390d56-8deb-4771-93e4-47892e23aef6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 561/1175] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:51 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 562/1177] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:52 2026] GET /v2.0/security-groups?tenant_id=8eb26a969ccf4ad3ac913d9c5e12ea0b&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: 563/1178] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:52 2026] DELETE /v2.0/security-groups/bc7f0417-f823-49af-a18d-525f8ccb32ab => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1179] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:52 2026] GET /v2.0/security-groups?tenant_id=f9491a75b32b49459e6e13d529b4e61c&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1180] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:52 2026] DELETE /v2.0/security-groups/6783c57b-f949-4037-a1f4-4bf0d4777dc1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1181] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:52 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 617/1182] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:52 2026] GET /v2.0/security-groups?tenant_id=7f074618222c43aeb23f66c79911b361&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1183] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:52 2026] GET /v2.0/security-groups?tenant_id=d99028e5b4b34c828535d0e68c49b920&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1184] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:52 2026] DELETE /v2.0/security-groups/dd1605a1-7bf3-4162-82dd-85915bd9f459 => 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: 567/1185] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:52 2026] DELETE /v2.0/security-groups/82ab4cc2-b18b-4f4e-abef-1923bfa011f2 => 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: 619/1186] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:53 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:52:54.572 7 INFO neutron.db.segments_db [None req-1ae0a9b7-6efe-471e-a77f-9042e1b7d4df c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment d0cf4c9b-04e7-4e61-88b7-4c8874aac37c of type vxlan for network aa74b296-d1ee-422f-9bfa-5ba1f54848ba [pid: 7|app: 0|req: 568/1187] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:52:54 2026] POST /v2.0/networks => generated 719 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1188] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:52:54 2026] GET /v2.0/ports?device_id=73f80f48-8125-441a-b599-b77bafb6eb48 => 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: 620/1189] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:54 2026] POST /v2.0/subnets => generated 685 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:52:54.976 7 INFO neutron.db.segments_db [None req-1bff40e4-2a99-48de-a3d6-80bba482d1a9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 of type vxlan for network 0b543ff2-333e-45b1-a5fd-3f8336754bc3 2026-06-11 18:52:55.184 7 INFO neutron.db.l3_hamode_db [None req-1bff40e4-2a99-48de-a3d6-80bba482d1a9 c201e2d1190b465c85818fcc45770898 6312c2fe5cec497eb52a246a7f3b1869 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:52:55.999 7 INFO neutron.db.l3_hamode_db [None req-1bff40e4-2a99-48de-a3d6-80bba482d1a9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:52:56.265 8 INFO neutron.db.segments_db [None req-94eaf09c-74a5-42ce-a13e-2ad414aec677 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Added segment fc001007-2985-4bc1-be4c-bd29147b6ae0 of type vxlan for network eecab409-277d-4685-822c-d2d327ecfba6 [pid: 8|app: 0|req: 621/1190] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:52:55 2026] POST /v2.0/networks => generated 614 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1191] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:56 2026] DELETE /v2.0/security-groups/5ad74e52-b3f2-4a09-9519-1f253d8bc209 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:52:56.540 8 INFO neutron.db.segments_db [None req-461718ff-2fed-415d-80eb-5609d93d3ac2 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Added segment ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 of type vxlan for network 5f3052ae-daeb-4070-b8f9-62200019d3f6 2026-06-11 18:52:56.910 8 INFO neutron.db.l3_hamode_db [None req-461718ff-2fed-415d-80eb-5609d93d3ac2 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 570/1192] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:54 2026] POST /v2.0/routers => generated 725 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:52:57.107 7 INFO neutron.api.v2.resource [None req-d081f1b6-1296-4912-b1b0-581fa2b58086 bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1193] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:52:57 2026] GET /v2.0/security-groups/5ad74e52-b3f2-4a09-9519-1f253d8bc209 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:52:57.784 8 INFO neutron.db.l3_hamode_db [None req-461718ff-2fed-415d-80eb-5609d93d3ac2 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 572/1194] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:52:57 2026] PUT /v2.0/routers/d6efe4e0-1349-4dbe-8844-c418cae553ff/add_router_interface => generated 309 bytes in 1194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:52:58.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-a11d4142-e624-4d49-8e27-a5978ac66c5e bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] TaaS: Handle Delete Port: 823de49d-604c-4694-8f47-37e591a58972 2026-06-11 18:52:58.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a11d4142-e624-4d49-8e27-a5978ac66c5e bcbf269770cf4f88909829edeb904488 6335f50e938c4d59b4a719ac0effa703 - - default default] Tap Mirror: Handle Delete Port: 823de49d-604c-4694-8f47-37e591a58972 [pid: 7|app: 0|req: 573/1195] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:52:58 2026] DELETE /v2.0/floatingips/2a5a3d14-4f04-4a71-8fda-83024f742333 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1196] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:56 2026] POST /v2.0/routers => generated 692 bytes in 2278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1197] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:58 2026] GET /v2.0/security-groups?tenant_id=82a82519c8c340138cd368a218f5f86d&name=default => generated 2925 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:52:59.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce457d1a-b4fb-48f6-bfb6-ffc8c9ec2aef c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: a0489145-fb5a-4629-bc08-d73c1ec2037b 2026-06-11 18:52:59.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce457d1a-b4fb-48f6-bfb6-ffc8c9ec2aef c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: a0489145-fb5a-4629-bc08-d73c1ec2037b [pid: 7|app: 0|req: 575/1198] 10.0.0.56 () {32 vars in 775 bytes} [Thu Jun 11 18:52:59 2026] GET /v2.0/subnets?project_id=b788765d25094e4a8418668a5c7b7c05&cidr=10.100.0.0%2F28 => generated 14 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1199] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:52:59 2026] DELETE /v2.0/security-groups/c5fe1bf1-fe58-4798-86ff-a2eb2b820006 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1200] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:52:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1201] 10.0.0.56 () {32 vars in 783 bytes} [Thu Jun 11 18:52:59 2026] GET /v2.0/subnets?network_id=205ab0eb-2553-44d6-821b-14260a025e0a&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1202] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:52:59 2026] POST /v2.0/subnets => generated 656 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1203] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:52:58 2026] PUT /v2.0/routers/5802eef2-bb5e-4f3b-8bf2-803997bde985/remove_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1205] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:52:59 2026] GET /v2.0/security-groups?tenant_id=c5e76c72c2644ca29879c9f6d948c473&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:00.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5da89e2-6cc9-478a-8aef-ff3b7dcaf2c8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 37cdd2a3-fdf5-4bf8-8deb-9f7977652fa5 2026-06-11 18:53:00.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5da89e2-6cc9-478a-8aef-ff3b7dcaf2c8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 37cdd2a3-fdf5-4bf8-8deb-9f7977652fa5 2026-06-11 18:53:00.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5da89e2-6cc9-478a-8aef-ff3b7dcaf2c8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: e16e068a-9e54-4d04-81da-65abff3ed1a7 2026-06-11 18:53:00.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5da89e2-6cc9-478a-8aef-ff3b7dcaf2c8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: e16e068a-9e54-4d04-81da-65abff3ed1a7 2026-06-11 18:53:00.891 7 INFO neutron.services.segments.plugin [-] Segment fac5c8f7-ebce-4479-befa-a59590070b17 resource provider aggregate not found 2026-06-11 18:53:00.898 7 INFO neutron.services.segments.plugin [-] Segment fac5c8f7-ebce-4479-befa-a59590070b17 resource provider aggregate not found [pid: 8|app: 0|req: 626/1206] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:52:59 2026] PUT /v2.0/routers/02ba0b0a-58a3-428d-9867-03d5f07e51c5/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:00.927 7 INFO neutron.services.segments.plugin [-] Segment fac5c8f7-ebce-4479-befa-a59590070b17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac5c8f7-ebce-4479-befa-a59590070b17 found for delete ", "request_id": "req-375eea88-4aba-4908-bdcb-c3aa139e2d54"}]} 2026-06-11 18:53:00.932 7 INFO neutron.services.segments.plugin [-] Segment fac5c8f7-ebce-4479-befa-a59590070b17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac5c8f7-ebce-4479-befa-a59590070b17 found for delete ", "request_id": "req-e2d7cdcd-562b-43fd-a8d9-30e9a0f41ec9"}]} 2026-06-11 18:53:00.939 7 INFO neutron.db.l3_hamode_db [None req-b5da89e2-6cc9-478a-8aef-ff3b7dcaf2c8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network fec4acf7-cfa4-4d1e-8ff2-a1d377e58fd3 was deleted as no HA routers are present in tenant 6335f50e938c4d59b4a719ac0effa703. [pid: 7|app: 0|req: 581/1207] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:52:59 2026] DELETE /v2.0/routers/5802eef2-bb5e-4f3b-8bf2-803997bde985 => generated 0 bytes in 1111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1208] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:53:00 2026] GET /v2.0/networks?id=aa74b296-d1ee-422f-9bfa-5ba1f54848ba => generated 670 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1209] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:00 2026] DELETE /v2.0/security-groups/6e4e288d-23d0-4245-a4ed-64a0b8d06aeb => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1210] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/networks => generated 5817 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1211] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/quotas/6312c2fe5cec497eb52a246a7f3b1869 => 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: 585/1212] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/subnets => generated 4576 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1213] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:01 2026] DELETE /v2.0/subnets/913d645a-0c88-4acc-bc9e-3d6b1e05a6dd => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1214] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/ports?tenant_id=6312c2fe5cec497eb52a246a7f3b1869&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1215] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/routers => generated 1456 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:01.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-538f8e5d-6b2b-4e6d-ac41-961fb1df6ff9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 15ad0db8-16d1-48b7-b9ef-539e3c59305a 2026-06-11 18:53:01.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-538f8e5d-6b2b-4e6d-ac41-961fb1df6ff9 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 15ad0db8-16d1-48b7-b9ef-539e3c59305a [pid: 8|app: 0|req: 630/1216] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/networks/aa74b296-d1ee-422f-9bfa-5ba1f54848ba?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: 631/1217] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/networks/aa74b296-d1ee-422f-9bfa-5ba1f54848ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1218] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:53:01 2026] POST /v2.0/security-groups => generated 1673 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1219] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:01 2026] DELETE /v2.0/networks/4d8bf55c-5ebf-4736-87fc-51845e2b1d0b => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1220] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1221] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1222] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:01 2026] GET /v2.0/security-groups?tenant_id=6335f50e938c4d59b4a719ac0effa703&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1223] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1224] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:01 2026] DELETE /v2.0/security-groups/be1b3d94-1ba1-48de-ab6a-34c3c1f76112 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1225] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1226] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:02.231 7 INFO neutron.db.securitygroups_db [None req-3a3fbdc0-6a74-4072-89af-cece7eec7e05 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Project b788765d25094e4a8418668a5c7b7c05 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: 591/1227] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:02.343 8 INFO neutron.db.securitygroups_db [None req-69bcb120-e5dc-46ea-a300-1e6b7448385b 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Project b788765d25094e4a8418668a5c7b7c05 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: 637/1228] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1229] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:02 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:02.949 7 INFO neutron.services.segments.plugin [-] Segment 709c3967-4733-4a3b-b692-a4b567b19f9a resource provider aggregate not found 2026-06-11 18:53:02.961 7 INFO neutron.services.segments.plugin [-] Segment 709c3967-4733-4a3b-b692-a4b567b19f9a resource provider aggregate not found 2026-06-11 18:53:02.965 7 INFO neutron.services.segments.plugin [-] Segment 709c3967-4733-4a3b-b692-a4b567b19f9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 709c3967-4733-4a3b-b692-a4b567b19f9a found for delete ", "request_id": "req-582654b8-f454-4573-ae1d-4d02ecad6e67"}]} 2026-06-11 18:53:02.987 7 INFO neutron.services.segments.plugin [-] Segment 709c3967-4733-4a3b-b692-a4b567b19f9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 709c3967-4733-4a3b-b692-a4b567b19f9a found for delete ", "request_id": "req-7ee67aac-b511-4866-b2bf-d423691fb30c"}]} [pid: 8|app: 0|req: 638/1230] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:53:02 2026] GET /v2.0/networks => generated 1298 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1231] 10.0.0.170 () {34 vars in 1098 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-211916500&fields=id&tenant_id=b788765d25094e4a8418668a5c7b7c05 => 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: 639/1232] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1233] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/quotas/b788765d25094e4a8418668a5c7b7c05 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1234] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1235] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1236] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1237] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 642/1238] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:03 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:04.466 7 INFO neutron.db.segments_db [None req-546b1327-6b0f-43a6-b1fa-442dd3a9081d c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 16506c83-889a-4080-8a78-9fe8936d0948 of type vxlan for network 781bb686-ecb3-4d39-a930-1f5e2c88358a [pid: 7|app: 0|req: 597/1239] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:53:03 2026] POST /v2.0/networks => generated 724 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1240] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:04 2026] POST /v2.0/subnets => generated 692 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1241] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:04 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:04.917 7 INFO neutron.db.segments_db [None req-7c7a45e9-acf2-4dd9-9582-0fe23b584dc2 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 9c7ba6f8-a6b6-4890-9be0-bf603de80abd of type vxlan for network e501a7c8-eac7-488f-87e7-2f73e280ab76 [pid: 8|app: 0|req: 645/1242] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:04 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:05.194 7 INFO neutron.db.l3_hamode_db [None req-7c7a45e9-acf2-4dd9-9582-0fe23b584dc2 c201e2d1190b465c85818fcc45770898 65a4cfb4722c4afdbc64859298209c85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 646/1243] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:53:05 2026] GET /v2.0/networks?id=aa74b296-d1ee-422f-9bfa-5ba1f54848ba => generated 670 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:06.105 7 INFO neutron.db.l3_hamode_db [None req-7c7a45e9-acf2-4dd9-9582-0fe23b584dc2 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 647/1244] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:53:05 2026] POST /v2.0/ports => generated 954 bytes in 373 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: 648/1245] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:06 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 957 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1246] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:06 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1247] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:53:06 2026] PUT /v2.0/ports/6e7c000e-0f6b-414d-845b-e45d3c725269 => generated 1235 bytes in 464 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: 651/1248] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:06 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:06.858 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51e10278-acc7-41b3-8c98-ecf608581edf'] response: {'name': 'network-changed', 'server_uuid': '058fdc60-5ab8-4e34-ac32-b738752735c8', 'tag': '6e7c000e-0f6b-414d-845b-e45d3c725269', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 598/1250] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:04 2026] POST /v2.0/routers => generated 732 bytes in 2266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1251] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:07 2026] GET /v2.0/ports?tenant_id=6312c2fe5cec497eb52a246a7f3b1869&device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1252] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:53:07 2026] GET /v2.0/networks?tenant_id=6312c2fe5cec497eb52a246a7f3b1869&shared=False => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1253] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:53:07 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: 602/1254] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:07 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => 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: 603/1255] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:07 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1256] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:53:07 2026] PUT /v2.0/routers/7916bcc0-aa46-4fe3-8672-5a5f79b22c75/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1257] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&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: 7|app: 0|req: 604/1258] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/security-groups?tenant_id=b9acfcd7c23e47f5b4d6ca2d81daccc3&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1259] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1260] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:08 2026] DELETE /v2.0/security-groups/376890e7-f429-4e7d-b123-0847ed2e7369 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1261] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b788765d25094e4a8418668a5c7b7c05 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1262] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/ports?tenant_id=6312c2fe5cec497eb52a246a7f3b1869&device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1263] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6e7c000e-0f6b-414d-845b-e45d3c725269 => 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: 659/1264] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/subnets?id=875d1bc2-fab5-4064-abb9-235d0e126e14 => generated 688 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1265] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => 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: 661/1266] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/security-groups?tenant_id=2b55e31a7ea744288d8241005008b0d8&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1267] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/ports?network_id=aa74b296-d1ee-422f-9bfa-5ba1f54848ba&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1268] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:53:08 2026] POST /v2.0/ports => generated 958 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 663/1270] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:08 2026] DELETE /v2.0/security-groups/51042351-07b1-48f6-9215-ce87a71de741 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1270] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/networks/aa74b296-d1ee-422f-9bfa-5ba1f54848ba?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: 608/1271] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:53:08 2026] GET /v2.0/networks/aa74b296-d1ee-422f-9bfa-5ba1f54848ba?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: 664/1272] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:53:08 2026] PUT /v2.0/ports/81402351-73a8-4ff3-83bb-a17fe169a607 => generated 1239 bytes in 487 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: 609/1273] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1274] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&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: 665/1275] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/networks?id=781bb686-ecb3-4d39-a930-1f5e2c88358a => generated 677 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1276] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/quotas/65a4cfb4722c4afdbc64859298209c85 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:09.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22e5d6ef-3027-415e-9dd7-5234364581bc'] response: {'name': 'network-changed', 'server_uuid': 'a1d7dcf6-326c-49aa-a7ee-526318b6ae3d', 'tag': '81402351-73a8-4ff3-83bb-a17fe169a607', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 666/1277] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/ports?tenant_id=65a4cfb4722c4afdbc64859298209c85&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1278] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/networks/781bb686-ecb3-4d39-a930-1f5e2c88358a?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: 667/1279] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/networks/781bb686-ecb3-4d39-a930-1f5e2c88358a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1280] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => 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: 668/1281] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 614/1282] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:09 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => 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: 669/1283] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1284] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/networks?tenant_id=b788765d25094e4a8418668a5c7b7c05&shared=False => generated 757 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1285] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1286] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1287] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1288] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1289] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 618/1290] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:10 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1291] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => 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: 619/1292] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=81402351-73a8-4ff3-83bb-a17fe169a607 => 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: 674/1293] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/subnets?id=cfbdba0e-8fe9-4a2c-835e-e6698088443f => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1294] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/ports?network_id=eecab409-277d-4685-822c-d2d327ecfba6&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: 621/1295] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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: 622/1296] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1297] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/security-groups?tenant_id=067bde0f0ebb4f559e4df4c90bda3ffd&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1298] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1299] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:11 2026] DELETE /v2.0/security-groups/6082f0ec-f5e4-4803-bc34-e4fc07250b3c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1300] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:11 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1301] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:12 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1302] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:12 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => 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: 625/1303] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:12 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1304] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:13 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 626/1305] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:13 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1306] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:13 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1307] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:13 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1308] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:13 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:14.134 7 INFO neutron.db.segments_db [None req-349be7f1-9cb3-42c8-9329-b055cedd6d5d bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Added segment 57f95a16-8336-42d6-8029-813b1a0e8730 of type vxlan for network 963a2c41-c52f-4343-8a34-7a83bc56706f [pid: 7|app: 0|req: 628/1309] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:13 2026] POST /v2.0/networks => generated 630 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1310] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:14 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 683/1311] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:14 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1312] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:53:14 2026] GET /v2.0/networks?id=781bb686-ecb3-4d39-a930-1f5e2c88358a => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1313] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:14 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => 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: 629/1314] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:14 2026] POST /v2.0/subnets => generated 627 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1315] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:14 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:14.747 7 INFO neutron.db.segments_db [None req-f981e89a-efe8-488d-b492-e06a3b523d70 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Added segment 6b68ce82-02fd-4bc4-854d-3f2098722317 of type vxlan for network ead549f8-5a95-48ca-879b-82d9cb45ead4 [pid: 8|app: 0|req: 686/1316] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:53:14 2026] POST /v2.0/ports => generated 958 bytes in 489 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: 688/1318] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:14 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:15.034 7 INFO neutron.db.l3_hamode_db [None req-f981e89a-efe8-488d-b492-e06a3b523d70 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 689/1319] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:53:14 2026] PUT /v2.0/ports/2ab3d31d-cfc1-4326-a654-365d2d3d489a => generated 1239 bytes in 522 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: 690/1320] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:15 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1321] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:15 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1322] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:15 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1323] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:15 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:15.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b4c661f-35f8-474b-85fa-04ff1fd9e6d1'] response: {'name': 'network-changed', 'server_uuid': '722b302c-1371-4738-a536-dadbc43cd15f', 'tag': '2ab3d31d-cfc1-4326-a654-365d2d3d489a', 'status': 'completed', 'code': 200} 2026-06-11 18:53:15.817 7 INFO neutron.db.l3_hamode_db [None req-f981e89a-efe8-488d-b492-e06a3b523d70 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 694/1324] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:15 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1325] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:16 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 696/1326] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:16 2026] GET /v2.0/ports?tenant_id=65a4cfb4722c4afdbc64859298209c85&device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1327] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:53:16 2026] GET /v2.0/networks?tenant_id=65a4cfb4722c4afdbc64859298209c85&shared=False => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1328] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:53:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1329] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:16 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1330] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:16 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1331] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:14 2026] POST /v2.0/routers => generated 695 bytes in 2203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1332] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1333] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1334] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1335] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 636/1336] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/ports?tenant_id=65a4cfb4722c4afdbc64859298209c85&device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1337] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=2ab3d31d-cfc1-4326-a654-365d2d3d489a => 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: 638/1338] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/subnets?id=0b8b0239-b5e9-4cb6-bd1e-d9479256fe5c => generated 695 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1339] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/ports?network_id=781bb686-ecb3-4d39-a930-1f5e2c88358a&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1340] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/networks/781bb686-ecb3-4d39-a930-1f5e2c88358a?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: 641/1341] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/networks/781bb686-ecb3-4d39-a930-1f5e2c88358a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1342] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:17 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1343] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1344] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 645/1345] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&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: 646/1346] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1347] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1348] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:53:16 2026] PUT /v2.0/routers/32af4552-3743-4a8e-9794-25333967ccd1/add_router_interface => generated 309 bytes in 1638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1349] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1350] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1351] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:53:18 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:19.484 8 INFO neutron.db.l3_db [None req-79d37f4a-4d9c-4793-bb1d-0775a2a6ee3a 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Floating IP 58c3b489-6410-42ab-bbd9-b2a4e99db2df associated. External IP: 10.96.250.203, port: 81402351-73a8-4ff3-83bb-a17fe169a607. [pid: 7|app: 0|req: 648/1352] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:18 2026] POST /v2.0/ports => generated 959 bytes in 1084 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: 649/1353] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:19 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1354] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:19 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1355] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:19 2026] POST /v2.0/ports => generated 955 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 652/1356] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&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: 653/1357] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1358] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/security-groups?id=3b6ba283-f43a-47eb-9007-8585cc7a7166&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: 705/1359] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:53:18 2026] POST /v2.0/floatingips => generated 856 bytes in 1527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:20.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4ed6b2f-bcef-4e15-add6-bb1923010464'] response: {'name': 'network-changed', 'server_uuid': 'a1d7dcf6-326c-49aa-a7ee-526318b6ae3d', 'tag': '81402351-73a8-4ff3-83bb-a17fe169a607', 'status': 'completed', 'code': 200} 2026-06-11 18:53:20.387 8 INFO neutron_taas.services.taas.taas_plugin [req-4a6fef63-8484-42d0-88b6-7c7d259ab317 req-cd3cecc3-a5a0-4cb3-b893-9d4a0c1f501e a3e09e2d9ae9448f8128ae0eb9253c2e 6312c2fe5cec497eb52a246a7f3b1869 - - default default] TaaS: Handle Delete Port: 6e7c000e-0f6b-414d-845b-e45d3c725269 2026-06-11 18:53:20.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4a6fef63-8484-42d0-88b6-7c7d259ab317 req-cd3cecc3-a5a0-4cb3-b893-9d4a0c1f501e a3e09e2d9ae9448f8128ae0eb9253c2e 6312c2fe5cec497eb52a246a7f3b1869 - - default default] Tap Mirror: Handle Delete Port: 6e7c000e-0f6b-414d-845b-e45d3c725269 [pid: 8|app: 0|req: 706/1360] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:53:20 2026] DELETE /v2.0/ports/6e7c000e-0f6b-414d-845b-e45d3c725269 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1361] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1362] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1363] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1364] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=81402351-73a8-4ff3-83bb-a17fe169a607 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1365] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:53:20 2026] GET /v2.0/subnets?id=cfbdba0e-8fe9-4a2c-835e-e6698088443f => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:21.030 7 INFO neutron.db.l3_db [None req-9173d81a-b53e-449c-b297-6e0c576150b0 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Floating IP 12ba6620-5412-4270-891e-271fa33e3121 associated. External IP: 10.96.250.219, port: 14842425-34e4-45da-9e3d-c0795219f25b. [pid: 8|app: 0|req: 712/1366] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/ports?network_id=eecab409-277d-4685-822c-d2d327ecfba6&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1367] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1368] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1369] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1370] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 717/1371] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1372] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:53:20 2026] POST /v2.0/floatingips => generated 842 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:21.529 8 INFO neutron.db.l3_db [None req-3731d6bb-0701-463c-8f31-6579d5efa09c bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Floating IP 12ba6620-5412-4270-891e-271fa33e3121 disassociated. External IP: 10.96.250.219, port: 14842425-34e4-45da-9e3d-c0795219f25b. [pid: 7|app: 0|req: 656/1373] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:21 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1375] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:53:21 2026] PUT /v2.0/floatingips/12ba6620-5412-4270-891e-271fa33e3121 => generated 552 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:22.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-5133c6bf-0a8e-4863-a40d-f25c32ba5122 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: b022fda5-4cc8-4ead-aa41-a4fefb4c4917 2026-06-11 18:53:22.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5133c6bf-0a8e-4863-a40d-f25c32ba5122 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: b022fda5-4cc8-4ead-aa41-a4fefb4c4917 [pid: 7|app: 0|req: 658/1376] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:53:21 2026] DELETE /v2.0/floatingips/12ba6620-5412-4270-891e-271fa33e3121 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:22.361 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fd5f61f-6141-484e-b534-bf8906e6079d'] response: {'server_uuid': '058fdc60-5ab8-4e34-ac32-b738752735c8', 'name': 'network-vif-deleted', 'tag': '6e7c000e-0f6b-414d-845b-e45d3c725269', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 659/1377] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:22 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 660/1378] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:22 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1379] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:22 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&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: 662/1380] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:22 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:23.159 8 INFO neutron.db.l3_db [None req-f51e93ee-82db-48c2-9c53-4b40a21e78c7 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Floating IP ee8c02ac-3aab-4f03-b821-084203efbb9d associated. External IP: 10.96.250.205, port: e493d610-1e5d-446f-98ce-847f0f59e387. [pid: 8|app: 0|req: 719/1381] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:53:22 2026] POST /v2.0/floatingips => generated 843 bytes in 1230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1382] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:23 2026] GET /v2.0/floatingips/ee8c02ac-3aab-4f03-b821-084203efbb9d => generated 843 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1383] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:23 2026] GET /v2.0/ports?device_id=058fdc60-5ab8-4e34-ac32-b738752735c8 => 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: 720/1384] 10.0.0.56 () {32 vars in 654 bytes} [Thu Jun 11 18:53:23 2026] GET /v2.0/floatingips => generated 846 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1385] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:23 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1386] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:23 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:24.116 8 INFO neutron.db.l3_db [None req-5d24aa61-be9e-4f94-b280-641f6c24d45c bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Floating IP ee8c02ac-3aab-4f03-b821-084203efbb9d associated. External IP: 10.96.250.205, port: e493d610-1e5d-446f-98ce-847f0f59e387. [pid: 7|app: 0|req: 667/1387] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:24 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1388] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:24 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1389] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:53:23 2026] PUT /v2.0/floatingips/ee8c02ac-3aab-4f03-b821-084203efbb9d => generated 842 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:24.970 7 INFO neutron.db.l3_db [None req-a4072b2e-aea4-4903-9644-a3cd32c748c6 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Floating IP ee8c02ac-3aab-4f03-b821-084203efbb9d disassociated. External IP: 10.96.250.205, port: 14842425-34e4-45da-9e3d-c0795219f25b. [pid: 7|app: 0|req: 669/1390] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:53:24 2026] PUT /v2.0/floatingips/ee8c02ac-3aab-4f03-b821-084203efbb9d => generated 552 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1391] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:25 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1392] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:25 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:25.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-8080cf90-89ff-4846-aa54-06859dca369b bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: 19ae638a-8ee8-4b45-ac85-13dd28a00f9d 2026-06-11 18:53:25.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8080cf90-89ff-4846-aa54-06859dca369b bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: 19ae638a-8ee8-4b45-ac85-13dd28a00f9d [pid: 8|app: 0|req: 722/1393] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:53:25 2026] DELETE /v2.0/floatingips/ee8c02ac-3aab-4f03-b821-084203efbb9d => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:25.677 7 INFO neutron.api.v2.resource [None req-3ec2ccda-953c-4ffd-b8a2-f2e32adb3d3e bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1394] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:53:25 2026] DELETE /v2.0/floatingips/ee8c02ac-3aab-4f03-b821-084203efbb9d => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:25.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-b57bf33a-dce2-4f2b-a9b7-22950ffe1d44 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: 14842425-34e4-45da-9e3d-c0795219f25b 2026-06-11 18:53:25.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b57bf33a-dce2-4f2b-a9b7-22950ffe1d44 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: 14842425-34e4-45da-9e3d-c0795219f25b [pid: 8|app: 0|req: 723/1395] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:25 2026] DELETE /v2.0/ports/14842425-34e4-45da-9e3d-c0795219f25b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:26.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd999783-7bae-428a-827e-5dd6916db15b bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: e493d610-1e5d-446f-98ce-847f0f59e387 2026-06-11 18:53:26.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd999783-7bae-428a-827e-5dd6916db15b bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: e493d610-1e5d-446f-98ce-847f0f59e387 [pid: 8|app: 0|req: 724/1396] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:25 2026] DELETE /v2.0/ports/e493d610-1e5d-446f-98ce-847f0f59e387 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:26.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5c62fbc-240a-4129-a851-dc03bb061438 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: c7c3c23b-1c38-46a1-ac35-513fe3d0a67e 2026-06-11 18:53:26.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5c62fbc-240a-4129-a851-dc03bb061438 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: c7c3c23b-1c38-46a1-ac35-513fe3d0a67e [pid: 8|app: 0|req: 725/1397] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:53:26 2026] GET /v2.0/ports?device_id=32af4552-3743-4a8e-9794-25333967ccd1 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:26.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-3af44e1d-a01a-4039-a30f-334bd9fe4749 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: b8b76faf-dc33-4c67-b83f-e8b987f47b13 2026-06-11 18:53:26.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3af44e1d-a01a-4039-a30f-334bd9fe4749 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: b8b76faf-dc33-4c67-b83f-e8b987f47b13 [pid: 7|app: 0|req: 673/1398] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:25 2026] PUT /v2.0/routers/d6efe4e0-1349-4dbe-8844-c418cae553ff/remove_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1399] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:26 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1400] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:53:27 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:27.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-41ad2533-ff05-4ad9-9228-ee7515791741 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: b46bd2a8-abc0-439e-9204-d6765c6afd96 2026-06-11 18:53:27.308 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ad2533-ff05-4ad9-9228-ee7515791741 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: b46bd2a8-abc0-439e-9204-d6765c6afd96 [pid: 8|app: 0|req: 726/1401] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:26 2026] PUT /v2.0/routers/32af4552-3743-4a8e-9794-25333967ccd1/remove_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1402] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:27 2026] GET /v2.0/security-groups?id=9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38&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-06-11 18:53:27.540 8 INFO neutron_taas.services.taas.taas_plugin [req-fd259f1e-1dfc-43b2-8336-6d4342f427bd req-0c39c938-7ab3-4a80-b12f-72d9a41f1e6e c0d73807babf435492f04ff2e3cd1787 65a4cfb4722c4afdbc64859298209c85 - - default default] TaaS: Handle Delete Port: 2ab3d31d-cfc1-4326-a654-365d2d3d489a 2026-06-11 18:53:27.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fd259f1e-1dfc-43b2-8336-6d4342f427bd req-0c39c938-7ab3-4a80-b12f-72d9a41f1e6e c0d73807babf435492f04ff2e3cd1787 65a4cfb4722c4afdbc64859298209c85 - - default default] Tap Mirror: Handle Delete Port: 2ab3d31d-cfc1-4326-a654-365d2d3d489a 2026-06-11 18:53:27.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-41ad2533-ff05-4ad9-9228-ee7515791741 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: db5ee8de-d411-48d4-b3da-77d2c068fc79 2026-06-11 18:53:27.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ad2533-ff05-4ad9-9228-ee7515791741 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: db5ee8de-d411-48d4-b3da-77d2c068fc79 [pid: 8|app: 0|req: 728/1403] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:53:27 2026] DELETE /v2.0/ports/2ab3d31d-cfc1-4326-a654-365d2d3d489a => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:27.799 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-241c9865-4f75-4f41-85ab-eeadaf1e991c'] response: {'server_uuid': '722b302c-1371-4738-a536-dadbc43cd15f', 'name': 'network-vif-deleted', 'tag': '2ab3d31d-cfc1-4326-a654-365d2d3d489a', 'status': 'completed', 'code': 200} 2026-06-11 18:53:27.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-68c2f375-4f76-481a-b778-87599272b320 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: 562cb5d1-635b-4339-ad87-ad21a6521314 2026-06-11 18:53:27.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68c2f375-4f76-481a-b778-87599272b320 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: 562cb5d1-635b-4339-ad87-ad21a6521314 2026-06-11 18:53:27.965 7 INFO neutron.services.segments.plugin [-] Segment 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 resource provider aggregate not found 2026-06-11 18:53:27.970 7 INFO neutron.services.segments.plugin [-] Segment 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 resource provider aggregate not found 2026-06-11 18:53:27.980 7 INFO neutron.services.segments.plugin [-] Segment 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 found for delete ", "request_id": "req-82338f88-2aea-4e06-a02c-13f8a5afd12c"}]} 2026-06-11 18:53:27.992 7 INFO neutron.services.segments.plugin [-] Segment 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0adb92-ce82-46c5-b21e-c3d3b7f1e739 found for delete ", "request_id": "req-0dccdfe2-1329-4127-9d22-3beaacadb3b0"}]} 2026-06-11 18:53:27.996 7 INFO neutron.db.l3_hamode_db [None req-41ad2533-ff05-4ad9-9228-ee7515791741 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 0b543ff2-333e-45b1-a5fd-3f8336754bc3 was deleted as no HA routers are present in tenant 6312c2fe5cec497eb52a246a7f3b1869. [pid: 7|app: 0|req: 676/1404] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:27 2026] DELETE /v2.0/routers/d6efe4e0-1349-4dbe-8844-c418cae553ff => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1405] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:28 2026] DELETE /v2.0/subnets/875d1bc2-fab5-4064-abb9-235d0e126e14 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:28.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-68c2f375-4f76-481a-b778-87599272b320 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] TaaS: Handle Delete Port: 6a0615ea-a0f9-48da-aab4-736ec8151af3 2026-06-11 18:53:28.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68c2f375-4f76-481a-b778-87599272b320 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] Tap Mirror: Handle Delete Port: 6a0615ea-a0f9-48da-aab4-736ec8151af3 2026-06-11 18:53:28.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fb398b7-b211-4d01-85ad-7c8f8cca0921 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 25b1e82d-5ea1-4f14-8d6c-27c0b0f03380 2026-06-11 18:53:28.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb398b7-b211-4d01-85ad-7c8f8cca0921 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 25b1e82d-5ea1-4f14-8d6c-27c0b0f03380 [pid: 7|app: 0|req: 678/1406] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:28 2026] DELETE /v2.0/networks/aa74b296-d1ee-422f-9bfa-5ba1f54848ba => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1407] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:28 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:28.568 8 INFO neutron.services.segments.plugin [-] Segment 6b68ce82-02fd-4bc4-854d-3f2098722317 resource provider aggregate not found 2026-06-11 18:53:28.575 8 INFO neutron.services.segments.plugin [-] Segment 6b68ce82-02fd-4bc4-854d-3f2098722317 resource provider aggregate not found 2026-06-11 18:53:28.587 8 INFO neutron.db.l3_hamode_db [None req-68c2f375-4f76-481a-b778-87599272b320 bb7b471b9277433bb65aba2cf400c5e1 23fb7d7ac0e340fa8e11aee19b2d615a - - default default] HA network ead549f8-5a95-48ca-879b-82d9cb45ead4 was deleted as no HA routers are present in tenant 23fb7d7ac0e340fa8e11aee19b2d615a. [pid: 8|app: 0|req: 729/1408] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:27 2026] DELETE /v2.0/routers/32af4552-3743-4a8e-9794-25333967ccd1 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:28.596 8 INFO neutron.services.segments.plugin [-] Segment 6b68ce82-02fd-4bc4-854d-3f2098722317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b68ce82-02fd-4bc4-854d-3f2098722317 found for delete ", "request_id": "req-f71152f0-6ab7-4620-a819-0f80465eb7ee"}]} 2026-06-11 18:53:28.601 8 INFO neutron.services.segments.plugin [-] Segment 6b68ce82-02fd-4bc4-854d-3f2098722317 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b68ce82-02fd-4bc4-854d-3f2098722317 found for delete ", "request_id": "req-4fc648bc-9006-47fc-9074-cf07ac5fb2b1"}]} [pid: 8|app: 0|req: 730/1409] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:28 2026] GET /v2.0/security-groups?tenant_id=6312c2fe5cec497eb52a246a7f3b1869&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1410] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:28 2026] DELETE /v2.0/subnets/ea98ddf6-fc2e-459f-a2ca-7269fd092fa3 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1411] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:28 2026] DELETE /v2.0/security-groups/3b6ba283-f43a-47eb-9007-8585cc7a7166 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1412] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:28 2026] DELETE /v2.0/networks/963a2c41-c52f-4343-8a34-7a83bc56706f => 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: 682/1413] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:29 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => 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: 732/1414] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:29 2026] GET /v2.0/security-groups?tenant_id=23fb7d7ac0e340fa8e11aee19b2d615a&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1416] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:29 2026] DELETE /v2.0/security-groups/a09e8cdf-5e5e-4157-a873-2893859568b9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:30.001 7 INFO neutron.services.segments.plugin [-] Segment d0cf4c9b-04e7-4e61-88b7-4c8874aac37c resource provider aggregate not found 2026-06-11 18:53:30.015 7 INFO neutron.services.segments.plugin [-] Segment d0cf4c9b-04e7-4e61-88b7-4c8874aac37c resource provider aggregate not found 2026-06-11 18:53:30.022 7 INFO neutron.services.segments.plugin [-] Segment d0cf4c9b-04e7-4e61-88b7-4c8874aac37c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0cf4c9b-04e7-4e61-88b7-4c8874aac37c found for delete ", "request_id": "req-e6b1ff9d-8fb4-4bac-a708-06e44ff78f19"}]} 2026-06-11 18:53:30.038 7 INFO neutron.services.segments.plugin [-] Segment 57f95a16-8336-42d6-8029-813b1a0e8730 resource provider aggregate not found 2026-06-11 18:53:30.040 7 INFO neutron.services.segments.plugin [-] Segment d0cf4c9b-04e7-4e61-88b7-4c8874aac37c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0cf4c9b-04e7-4e61-88b7-4c8874aac37c found for delete ", "request_id": "req-67d80b80-a604-427b-b37b-b895b70e483f"}]} 2026-06-11 18:53:30.060 7 INFO neutron.services.segments.plugin [-] Segment 57f95a16-8336-42d6-8029-813b1a0e8730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57f95a16-8336-42d6-8029-813b1a0e8730 found for delete ", "request_id": "req-ea8713ee-6dae-4888-bb69-37dcac734737"}]} 2026-06-11 18:53:30.064 7 INFO neutron.services.segments.plugin [-] Segment 57f95a16-8336-42d6-8029-813b1a0e8730 resource provider aggregate not found 2026-06-11 18:53:30.085 7 INFO neutron.services.segments.plugin [-] Segment 57f95a16-8336-42d6-8029-813b1a0e8730 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57f95a16-8336-42d6-8029-813b1a0e8730 found for delete ", "request_id": "req-2a36e2d5-da4d-4720-bdb4-42fb0a98fe9b"}]} [pid: 8|app: 0|req: 734/1417] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:30 2026] GET /v2.0/ports?device_id=722b302c-1371-4738-a536-dadbc43cd15f => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:31.836 7 INFO neutron.db.segments_db [None req-9a8fdfc5-c8c3-465c-96a1-ddbc3467f4cb 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Added segment 48d9d3be-2842-4130-8a19-ee4922ab6f66 of type vxlan for network 5b5ddcc2-685f-4693-8e70-12aac5efa190 2026-06-11 18:53:31.882 7 INFO neutron.db.segments_db [None req-9a8fdfc5-c8c3-465c-96a1-ddbc3467f4cb 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Added segment 6a31fb5d-d15d-452d-b28f-3989d9a4cadc of type vxlan for network 26ec8a3f-f5ba-4b4f-9a7b-8c2ff6545861 [pid: 7|app: 0|req: 684/1418] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:31 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: 7|app: 0|req: 685/1419] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:53:31 2026] GET /v2.0/networks => generated 1845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:32.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e3db8da-d243-42ea-9cad-d0e36f3e0c41 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 555eba52-141f-4171-90c8-7bada123ffc5 2026-06-11 18:53:32.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e3db8da-d243-42ea-9cad-d0e36f3e0c41 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 555eba52-141f-4171-90c8-7bada123ffc5 2026-06-11 18:53:32.188 7 INFO neutron.services.segments.plugin [-] Segment 48d9d3be-2842-4130-8a19-ee4922ab6f66 resource provider aggregate not found 2026-06-11 18:53:32.193 7 INFO neutron.services.segments.plugin [-] Segment 48d9d3be-2842-4130-8a19-ee4922ab6f66 resource provider aggregate not found 2026-06-11 18:53:32.209 7 INFO neutron.services.segments.plugin [-] Segment 48d9d3be-2842-4130-8a19-ee4922ab6f66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d9d3be-2842-4130-8a19-ee4922ab6f66 found for delete ", "request_id": "req-97629a2b-fe34-42e9-bc6e-b1f796f96005"}]} 2026-06-11 18:53:32.212 7 INFO neutron.services.segments.plugin [-] Segment 48d9d3be-2842-4130-8a19-ee4922ab6f66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d9d3be-2842-4130-8a19-ee4922ab6f66 found for delete ", "request_id": "req-17009113-9f82-4d98-9930-b4ede0bc681a"}]} [pid: 7|app: 0|req: 686/1420] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:32 2026] DELETE /v2.0/networks/5b5ddcc2-685f-4693-8e70-12aac5efa190 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1421] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:32 2026] DELETE /v2.0/networks/26ec8a3f-f5ba-4b4f-9a7b-8c2ff6545861 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1422] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:53:32 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:32.472 7 INFO neutron.db.segments_db [None req-c0e6c7ae-b9d5-40c7-ac39-1a1d18a81330 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Added segment a939ba12-7603-4b1c-a90a-2f39c94f80b3 of type vxlan for network 7f11ea07-0ecb-4ff2-b678-adbef593b526 [pid: 7|app: 0|req: 689/1423] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:32 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:32.645 7 INFO neutron.db.segments_db [None req-25601498-4824-4e36-ac90-bf598190ab12 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Added segment 64ca6df1-9e74-4584-aedf-0e5022f99cac of type vxlan for network 32ba568f-6bd8-48ed-aff4-65be61ea4cc6 [pid: 7|app: 0|req: 690/1424] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:32 2026] POST /v2.0/networks => generated 631 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1425] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:31 2026] PUT /v2.0/routers/7916bcc0-aa46-4fe3-8672-5a5f79b22c75/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:33.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-f190092c-e650-4957-8782-46cb2319ac69 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 046646ba-4a4d-4be0-b2bb-7305aaceac91 2026-06-11 18:53:33.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f190092c-e650-4957-8782-46cb2319ac69 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 046646ba-4a4d-4be0-b2bb-7305aaceac91 2026-06-11 18:53:33.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-f190092c-e650-4957-8782-46cb2319ac69 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 495dd75e-9c20-48ca-ad04-95a6a543c210 2026-06-11 18:53:33.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f190092c-e650-4957-8782-46cb2319ac69 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 495dd75e-9c20-48ca-ad04-95a6a543c210 [pid: 7|app: 0|req: 691/1426] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:32 2026] POST /v2.0/ports => generated 1505 bytes in 762 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: 692/1427] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:53:33 2026] GET /v2.0/ports => generated 1505 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:33.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0bfb3e0-3054-43ab-9122-ecede0e26b3b 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] TaaS: Handle Delete Port: 67884b3a-3d2f-4ce4-b19e-270ca54e09f4 2026-06-11 18:53:33.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0bfb3e0-3054-43ab-9122-ecede0e26b3b 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Tap Mirror: Handle Delete Port: 67884b3a-3d2f-4ce4-b19e-270ca54e09f4 2026-06-11 18:53:33.797 8 INFO neutron.services.segments.plugin [-] Segment 9c7ba6f8-a6b6-4890-9be0-bf603de80abd resource provider aggregate not found 2026-06-11 18:53:33.802 8 INFO neutron.services.segments.plugin [-] Segment 9c7ba6f8-a6b6-4890-9be0-bf603de80abd resource provider aggregate not found 2026-06-11 18:53:33.824 8 INFO neutron.services.segments.plugin [-] Segment 9c7ba6f8-a6b6-4890-9be0-bf603de80abd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c7ba6f8-a6b6-4890-9be0-bf603de80abd found for delete ", "request_id": "req-ab413cc4-184a-4bc9-981b-746bc884be4f"}]} 2026-06-11 18:53:33.827 8 INFO neutron.services.segments.plugin [-] Segment 9c7ba6f8-a6b6-4890-9be0-bf603de80abd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c7ba6f8-a6b6-4890-9be0-bf603de80abd found for delete ", "request_id": "req-68e293a0-4a92-40dd-b487-502ad3d05d99"}]} 2026-06-11 18:53:33.839 8 INFO neutron.db.l3_hamode_db [None req-f190092c-e650-4957-8782-46cb2319ac69 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network e501a7c8-eac7-488f-87e7-2f73e280ab76 was deleted as no HA routers are present in tenant 65a4cfb4722c4afdbc64859298209c85. [pid: 7|app: 0|req: 693/1428] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:33 2026] DELETE /v2.0/ports/67884b3a-3d2f-4ce4-b19e-270ca54e09f4 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1429] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:32 2026] DELETE /v2.0/routers/7916bcc0-aa46-4fe3-8672-5a5f79b22c75 => generated 0 bytes in 1049 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:33.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-84a4bbba-1e33-4852-a484-32a6e2e4315f 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] TaaS: Handle Delete Port: 71ea9b3b-f28a-4793-8f8f-64800559f29c 2026-06-11 18:53:33.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84a4bbba-1e33-4852-a484-32a6e2e4315f 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Tap Mirror: Handle Delete Port: 71ea9b3b-f28a-4793-8f8f-64800559f29c [pid: 8|app: 0|req: 737/1430] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:33 2026] DELETE /v2.0/subnets/0b8b0239-b5e9-4cb6-bd1e-d9479256fe5c => 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: 694/1431] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:33 2026] DELETE /v2.0/ports/71ea9b3b-f28a-4793-8f8f-64800559f29c => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:34.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-731dd1ba-7d9a-4041-88cd-9f8a65eaed2e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 71df019d-2de7-4a7b-85d2-f760c7ea8fed [pid: 7|app: 0|req: 695/1432] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:53:34 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:34.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-731dd1ba-7d9a-4041-88cd-9f8a65eaed2e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 71df019d-2de7-4a7b-85d2-f760c7ea8fed 2026-06-11 18:53:34.158 7 INFO neutron.db.segments_db [None req-222ce56d-0dc9-4793-908a-1c09f5e223b0 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Added segment dd6ed501-49f8-4269-b1af-7e926c6fbf9f of type vxlan for network 1371934f-be3b-45c0-a00b-90c4f800e47a 2026-06-11 18:53:34.232 7 INFO neutron.services.segments.plugin [-] Segment 6a31fb5d-d15d-452d-b28f-3989d9a4cadc resource provider aggregate not found 2026-06-11 18:53:34.240 7 INFO neutron.services.segments.plugin [-] Segment 6a31fb5d-d15d-452d-b28f-3989d9a4cadc resource provider aggregate not found 2026-06-11 18:53:34.258 7 INFO neutron.services.segments.plugin [-] Segment 6a31fb5d-d15d-452d-b28f-3989d9a4cadc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a31fb5d-d15d-452d-b28f-3989d9a4cadc found for delete ", "request_id": "req-827f9fc5-11b2-4262-bd98-e5b2fbb0c737"}]} 2026-06-11 18:53:34.262 7 INFO neutron.services.segments.plugin [-] Segment 6a31fb5d-d15d-452d-b28f-3989d9a4cadc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a31fb5d-d15d-452d-b28f-3989d9a4cadc found for delete ", "request_id": "req-fc315a80-bd1b-40be-a2ed-0dd931240e89"}]} [pid: 7|app: 0|req: 696/1433] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:34 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1434] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:33 2026] DELETE /v2.0/networks/781bb686-ecb3-4d39-a930-1f5e2c88358a => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:34.350 7 INFO neutron.db.segments_db [None req-9e1bf9fd-4e7d-4963-a7e2-164a599f639e 234da0fa9a414cc8a6de93d7d704fbb0 532e9b09b3da4113b12e101f5b7b8b00 - - default default] Added segment 77511f80-cfd0-4b43-ae09-56b690234830 of type vxlan for network 5fda2019-0c75-4e83-b6d7-aaa3cc49eed2 [pid: 7|app: 0|req: 697/1435] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:34 2026] POST /v2.0/networks => generated 630 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1436] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:34 2026] GET /v2.0/security-groups?tenant_id=65a4cfb4722c4afdbc64859298209c85&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1437] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:34 2026] DELETE /v2.0/security-groups/9e36c7c9-e8c7-41ab-83d9-d1bd7d058f38 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1438] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:34 2026] POST /v2.0/subnets => generated 1274 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1439] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:53:34 2026] GET /v2.0/subnets => generated 1910 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1440] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:35 2026] DELETE /v2.0/subnets/de052859-42ee-4992-94e9-e6c638259d51 => 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: 701/1441] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:35 2026] DELETE /v2.0/subnets/cd51edd5-2f32-41e0-b42f-074410f6889b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1442] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:53:35 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1443] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:35 2026] DELETE /v2.0/networks/5fda2019-0c75-4e83-b6d7-aaa3cc49eed2 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1444] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:35 2026] DELETE /v2.0/networks/1371934f-be3b-45c0-a00b-90c4f800e47a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1445] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:35 2026] DELETE /v2.0/networks/32ba568f-6bd8-48ed-aff4-65be61ea4cc6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:35.846 8 INFO neutron.services.segments.plugin [-] Segment 16506c83-889a-4080-8a78-9fe8936d0948 resource provider aggregate not found 2026-06-11 18:53:35.866 8 INFO neutron.services.segments.plugin [-] Segment 16506c83-889a-4080-8a78-9fe8936d0948 resource provider aggregate not found 2026-06-11 18:53:35.873 8 INFO neutron.services.segments.plugin [-] Segment 16506c83-889a-4080-8a78-9fe8936d0948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16506c83-889a-4080-8a78-9fe8936d0948 found for delete ", "request_id": "req-327b57b4-52d1-44ab-b7de-1780ac2075b8"}]} 2026-06-11 18:53:35.895 8 INFO neutron.services.segments.plugin [-] Segment 16506c83-889a-4080-8a78-9fe8936d0948 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16506c83-889a-4080-8a78-9fe8936d0948 found for delete ", "request_id": "req-a3549d55-ec3c-48dc-8e68-caa62057baf0"}]} 2026-06-11 18:53:35.901 8 INFO neutron.services.segments.plugin [-] Segment dd6ed501-49f8-4269-b1af-7e926c6fbf9f resource provider aggregate not found 2026-06-11 18:53:35.921 8 INFO neutron.services.segments.plugin [-] Segment dd6ed501-49f8-4269-b1af-7e926c6fbf9f resource provider aggregate not found 2026-06-11 18:53:35.930 8 INFO neutron.services.segments.plugin [-] Segment dd6ed501-49f8-4269-b1af-7e926c6fbf9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd6ed501-49f8-4269-b1af-7e926c6fbf9f found for delete ", "request_id": "req-d556c80e-16f6-47cb-8bf6-085eea8ad87a"}]} 2026-06-11 18:53:35.960 8 INFO neutron.services.segments.plugin [-] Segment dd6ed501-49f8-4269-b1af-7e926c6fbf9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd6ed501-49f8-4269-b1af-7e926c6fbf9f found for delete ", "request_id": "req-ce4821f5-10c8-4c84-94c8-5f95734acadd"}]} [pid: 8|app: 0|req: 743/1446] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:35 2026] DELETE /v2.0/networks/7f11ea07-0ecb-4ff2-b678-adbef593b526 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:36.280 7 INFO neutron.services.segments.plugin [-] Segment 77511f80-cfd0-4b43-ae09-56b690234830 resource provider aggregate not found 2026-06-11 18:53:36.300 7 INFO neutron.services.segments.plugin [-] Segment 77511f80-cfd0-4b43-ae09-56b690234830 resource provider aggregate not found 2026-06-11 18:53:36.309 7 INFO neutron.services.segments.plugin [-] Segment 77511f80-cfd0-4b43-ae09-56b690234830 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77511f80-cfd0-4b43-ae09-56b690234830 found for delete ", "request_id": "req-90aaa98c-07b9-4994-aae7-c3034b7b613e"}]} 2026-06-11 18:53:36.320 7 INFO neutron.services.segments.plugin [-] Segment 77511f80-cfd0-4b43-ae09-56b690234830 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77511f80-cfd0-4b43-ae09-56b690234830 found for delete ", "request_id": "req-b149813f-2fb2-4a61-8d1b-0b4597bb9cb9"}]} 2026-06-11 18:53:36.325 7 INFO neutron.services.segments.plugin [-] Segment 64ca6df1-9e74-4584-aedf-0e5022f99cac resource provider aggregate not found 2026-06-11 18:53:36.337 7 INFO neutron.services.segments.plugin [-] Segment 64ca6df1-9e74-4584-aedf-0e5022f99cac resource provider aggregate not found 2026-06-11 18:53:36.338 7 INFO neutron.services.segments.plugin [-] Segment 64ca6df1-9e74-4584-aedf-0e5022f99cac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ca6df1-9e74-4584-aedf-0e5022f99cac found for delete ", "request_id": "req-71a020e2-1a51-404b-8de8-49de1273faeb"}]} 2026-06-11 18:53:36.351 7 INFO neutron.services.segments.plugin [-] Segment 64ca6df1-9e74-4584-aedf-0e5022f99cac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ca6df1-9e74-4584-aedf-0e5022f99cac found for delete ", "request_id": "req-6563d6c1-2a14-48a8-8d9e-1f481e3f4dc2"}]} [pid: 8|app: 0|req: 744/1447] 10.0.0.56 () {32 vars in 652 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions => generated 21537 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1448] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:36 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: 8|app: 0|req: 746/1449] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1450] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:36 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: 704/1451] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/security-groups?tenant_id=532e9b09b3da4113b12e101f5b7b8b00&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1452] 10.0.0.56 () {32 vars in 664 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1453] 10.0.0.56 () {32 vars in 698 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1454] 10.0.0.56 () {32 vars in 696 bytes} [Thu Jun 11 18:53:36 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: 751/1455] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1456] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1457] 10.0.0.56 () {32 vars in 702 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1458] 10.0.0.56 () {32 vars in 692 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1459] 10.0.0.56 () {32 vars in 694 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1460] 10.0.0.56 () {32 vars in 684 bytes} [Thu Jun 11 18:53:36 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: 757/1461] 10.0.0.56 () {32 vars in 686 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1462] 10.0.0.56 () {32 vars in 660 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1463] 10.0.0.56 () {32 vars in 698 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1465] 10.0.0.56 () {32 vars in 678 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1466] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:36 2026] DELETE /v2.0/security-groups/f8793c35-fbf7-476f-a273-659c0976eeff => 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: 762/1467] 10.0.0.56 () {32 vars in 682 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1468] 10.0.0.56 () {32 vars in 674 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1469] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:36 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: 707/1470] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1471] 10.0.0.56 () {32 vars in 686 bytes} [Thu Jun 11 18:53:36 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: 708/1472] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1473] 10.0.0.56 () {32 vars in 686 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1474] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1475] 10.0.0.56 () {32 vars in 698 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1476] 10.0.0.56 () {32 vars in 678 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1477] 10.0.0.56 () {32 vars in 666 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1478] 10.0.0.56 () {32 vars in 676 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1479] 10.0.0.56 () {32 vars in 664 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/l3-ha => 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: 712/1480] 10.0.0.56 () {32 vars in 674 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/l3-flavors => 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: 769/1481] 10.0.0.56 () {32 vars in 712 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1482] 10.0.0.56 () {32 vars in 690 bytes} [Thu Jun 11 18:53:36 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: 8|app: 0|req: 770/1483] 10.0.0.56 () {32 vars in 682 bytes} [Thu Jun 11 18:53:36 2026] GET /v2.0/extensions/multi-provider => 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: 714/1484] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1485] 10.0.0.56 () {32 vars in 686 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1486] 10.0.0.56 () {32 vars in 704 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1487] 10.0.0.56 () {32 vars in 674 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1488] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1489] 10.0.0.56 () {32 vars in 674 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1490] 10.0.0.56 () {32 vars in 692 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1491] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1492] 10.0.0.56 () {32 vars in 708 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1493] 10.0.0.56 () {32 vars in 704 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1494] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1495] 10.0.0.56 () {32 vars in 696 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1496] 10.0.0.56 () {32 vars in 710 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1497] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1498] 10.0.0.56 () {32 vars in 686 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1499] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1500] 10.0.0.56 () {32 vars in 674 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1501] 10.0.0.56 () {32 vars in 670 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1502] 10.0.0.56 () {32 vars in 660 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1503] 10.0.0.56 () {32 vars in 698 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1504] 10.0.0.56 () {32 vars in 698 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1505] 10.0.0.56 () {32 vars in 676 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1506] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1507] 10.0.0.56 () {32 vars in 682 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1508] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:37 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: 783/1509] 10.0.0.56 () {32 vars in 684 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1510] 10.0.0.56 () {32 vars in 706 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1511] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:37 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: 728/1512] 10.0.0.56 () {32 vars in 696 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1513] 10.0.0.56 () {32 vars in 694 bytes} [Thu Jun 11 18:53:37 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: 729/1514] 10.0.0.56 () {32 vars in 684 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1515] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:37 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: 730/1516] 10.0.0.56 () {32 vars in 704 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1517] 10.0.0.56 () {32 vars in 666 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1518] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1519] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/rbac-policies => 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: 732/1520] 10.0.0.56 () {32 vars in 690 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1521] 10.0.0.56 () {32 vars in 690 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1522] 10.0.0.56 () {32 vars in 694 bytes} [Thu Jun 11 18:53:37 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: 790/1523] 10.0.0.56 () {32 vars in 684 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1524] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1525] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1526] 10.0.0.56 () {32 vars in 702 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1527] 10.0.0.56 () {32 vars in 712 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1528] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1529] 10.0.0.56 () {32 vars in 714 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1530] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1531] 10.0.0.56 () {32 vars in 740 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1532] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1533] 10.0.0.56 () {32 vars in 682 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1534] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/segment => generated 145 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1535] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1536] 10.0.0.56 () {32 vars in 678 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1537] 10.0.0.56 () {32 vars in 668 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1538] 10.0.0.56 () {32 vars in 696 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1539] 10.0.0.56 () {32 vars in 704 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1540] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:37 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: 799/1541] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/subnet-external-network => 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: 743/1542] 10.0.0.56 () {32 vars in 682 bytes} [Thu Jun 11 18:53:37 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: 8|app: 0|req: 800/1543] 10.0.0.56 () {32 vars in 704 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1544] 10.0.0.56 () {32 vars in 694 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1545] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1546] 10.0.0.56 () {32 vars in 696 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1547] 10.0.0.56 () {32 vars in 678 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/tag-creation => 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: 746/1548] 10.0.0.56 () {32 vars in 688 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1549] 10.0.0.56 () {32 vars in 700 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1550] 10.0.0.56 () {32 vars in 664 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1551] 10.0.0.56 () {32 vars in 680 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1552] 10.0.0.56 () {32 vars in 676 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1553] 10.0.0.56 () {32 vars in 692 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1554] 10.0.0.56 () {32 vars in 676 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1555] 10.0.0.56 () {32 vars in 666 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1556] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/taas => generated 175 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1557] 10.0.0.56 () {32 vars in 674 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1558] 10.0.0.56 () {32 vars in 686 bytes} [Thu Jun 11 18:53:37 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:37.951 8 INFO neutron.services.segments.plugin [-] Segment a939ba12-7603-4b1c-a90a-2f39c94f80b3 resource provider aggregate not found 2026-06-11 18:53:37.970 8 INFO neutron.services.segments.plugin [-] Segment a939ba12-7603-4b1c-a90a-2f39c94f80b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a939ba12-7603-4b1c-a90a-2f39c94f80b3 found for delete ", "request_id": "req-5a100c1a-2c61-46ca-937f-c827a62b5b0b"}]} 2026-06-11 18:53:37.991 8 INFO neutron.services.segments.plugin [-] Segment a939ba12-7603-4b1c-a90a-2f39c94f80b3 resource provider aggregate not found 2026-06-11 18:53:38.009 8 INFO neutron.services.segments.plugin [-] Segment a939ba12-7603-4b1c-a90a-2f39c94f80b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a939ba12-7603-4b1c-a90a-2f39c94f80b3 found for delete ", "request_id": "req-d70025d2-e383-431c-9584-8b5f39618a2c"}]} [pid: 8|app: 0|req: 808/1559] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:38 2026] GET /v2.0/security-groups?tenant_id=3c2db45ab76048129602f75e84fdb5dd&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:38.892 7 INFO neutron.db.segments_db [None req-04ce0d93-6078-4db3-98f9-012bbb1cf8e7 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Added segment 8f81d238-a421-45ea-be95-214ab3c8e966 of type vxlan for network ad6a3829-40e3-47a0-935e-61021df22695 [pid: 8|app: 0|req: 809/1560] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:38 2026] DELETE /v2.0/security-groups/c9cf4852-c80b-4922-9191-c39da2e877f7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1561] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:38 2026] POST /v2.0/networks => generated 629 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1562] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:38 2026] POST /v2.0/ports => generated 779 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:39.365 8 INFO neutron.db.segments_db [None req-fccdd01d-f765-4324-8278-fce9d42dbb55 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Added segment 30d93b44-977f-4b49-b0da-8d3fa47ec7dc of type vxlan for network d517e93c-c9c8-4202-aafd-003db4e9acd3 [pid: 8|app: 0|req: 811/1563] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:39 2026] POST /v2.0/networks => generated 616 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1564] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:39 2026] GET /v2.0/security-groups?tenant_id=411bfddfa14f4642862b55610367905d&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1565] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:39 2026] DELETE /v2.0/security-groups/8681c9d9-d3ce-474d-9cb4-ba9da443359e => 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: 812/1566] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:39 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1567] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:39 2026] POST /v2.0/ports => generated 966 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:40.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e80fe64-8eba-4b3a-bb71-164bf4f96c11 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] TaaS: Handle Delete Port: a8efb488-d834-4e6f-8b3b-0b0939ba05c4 2026-06-11 18:53:40.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e80fe64-8eba-4b3a-bb71-164bf4f96c11 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Tap Mirror: Handle Delete Port: a8efb488-d834-4e6f-8b3b-0b0939ba05c4 [pid: 8|app: 0|req: 813/1568] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:40 2026] DELETE /v2.0/ports/a8efb488-d834-4e6f-8b3b-0b0939ba05c4 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:40.417 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73762314-766e-402d-8b2a-aaba5bf91b93 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1569] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:40 2026] DELETE /v2.0/ports/a8efb488-d834-4e6f-8b3b-0b0939ba05c4 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:40.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec9012e4-f3a7-4762-b1e4-8cf7b3f963ea d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 814/1570] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:40 2026] GET /v2.0/ports/a8efb488-d834-4e6f-8b3b-0b0939ba05c4 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1571] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:53:40 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1572] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:53:40 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 757/1573] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:40 2026] DELETE /v2.0/subnets/acd8cbb1-6c97-4728-afd6-a16c704a76c0 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:40.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-79250843-4602-45c3-ba66-4346d16aab49 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] TaaS: Handle Delete Port: 03273384-ddc6-45fa-a0f4-852348bd8b28 2026-06-11 18:53:40.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79250843-4602-45c3-ba66-4346d16aab49 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Tap Mirror: Handle Delete Port: 03273384-ddc6-45fa-a0f4-852348bd8b28 2026-06-11 18:53:40.967 8 INFO neutron.services.segments.plugin [-] Segment 30d93b44-977f-4b49-b0da-8d3fa47ec7dc resource provider aggregate not found 2026-06-11 18:53:40.974 8 INFO neutron.services.segments.plugin [-] Segment 30d93b44-977f-4b49-b0da-8d3fa47ec7dc resource provider aggregate not found 2026-06-11 18:53:40.993 8 INFO neutron.services.segments.plugin [-] Segment 30d93b44-977f-4b49-b0da-8d3fa47ec7dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30d93b44-977f-4b49-b0da-8d3fa47ec7dc found for delete ", "request_id": "req-1cc80dd2-d1a5-406e-9986-9863f3c01f37"}]} 2026-06-11 18:53:40.995 8 INFO neutron.services.segments.plugin [-] Segment 30d93b44-977f-4b49-b0da-8d3fa47ec7dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30d93b44-977f-4b49-b0da-8d3fa47ec7dc found for delete ", "request_id": "req-285294ef-9876-43bd-9171-fa1911f8fe83"}]} [pid: 8|app: 0|req: 817/1574] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:40 2026] DELETE /v2.0/networks/d517e93c-c9c8-4202-aafd-003db4e9acd3 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:41.083 7 INFO neutron.db.segments_db [None req-1668c3f1-5fad-4fac-9191-05030bdf7b7c 26ef5d24a0984b1d8df417386c99f485 8b18c5f8de574f48bf6c08afe7af9bf9 - - default default] Added segment a37443b4-702d-44ea-8a0f-e6e34fa2acbd of type vxlan for network c8a090ec-1e2d-4c47-853b-efa07002b2f6 2026-06-11 18:53:41.090 8 INFO neutron.db.segments_db [None req-ee86a1c1-c02a-4206-ba0b-ed71ef6cb3eb d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Added segment 889836cf-de41-42ea-b354-250a2bbb5cd8 of type vxlan for network 8bdf941f-e515-4f1f-8412-b1c5b9588c1c [pid: 7|app: 0|req: 758/1575] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:40 2026] POST /v2.0/networks => generated 624 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1576] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:41 2026] POST /v2.0/networks => generated 617 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1577] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:41 2026] POST /v2.0/subnets => generated 646 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1578] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:41 2026] POST /v2.0/subnets => generated 641 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:41.510 8 INFO neutron.db.segments_db [None req-354ffbad-1b89-41a7-80e8-5d9410d451c3 26ef5d24a0984b1d8df417386c99f485 8b18c5f8de574f48bf6c08afe7af9bf9 - - default default] Added segment 41c14063-b3b5-4d3f-94ce-23a02b5cf61b of type vxlan for network 56459a98-9b43-4b85-a31c-2d3deddc2635 [pid: 8|app: 0|req: 820/1579] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:41 2026] POST /v2.0/networks => generated 625 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1580] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:41 2026] POST /v2.0/ports => generated 928 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1581] 10.0.0.56 () {34 vars in 742 bytes} [Thu Jun 11 18:53:41 2026] PUT /v2.0/networks/56459a98-9b43-4b85-a31c-2d3deddc2635 => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:41.843 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd086825-9478-42d2-bfbc-4d8b5e041bfa d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] TaaS: Handle Delete Port: 3ae9dca9-85fb-4b0c-8c2b-805c3c55cbfd 2026-06-11 18:53:41.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd086825-9478-42d2-bfbc-4d8b5e041bfa d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Tap Mirror: Handle Delete Port: 3ae9dca9-85fb-4b0c-8c2b-805c3c55cbfd [pid: 7|app: 0|req: 761/1582] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:41 2026] DELETE /v2.0/ports/3ae9dca9-85fb-4b0c-8c2b-805c3c55cbfd => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:41.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-429d552f-0f43-4933-915b-57b7551fed26 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 762/1583] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:41 2026] GET /v2.0/ports/3ae9dca9-85fb-4b0c-8c2b-805c3c55cbfd => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1584] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:41 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1585] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:41 2026] DELETE /v2.0/subnets/0aada423-e7c4-4178-8f26-507721ed2f68 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1586] 10.0.0.56 () {34 vars in 740 bytes} [Thu Jun 11 18:53:42 2026] PUT /v2.0/subnets/c5bee19a-0537-4df6-8a6a-fcde269ab81b => generated 636 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:42.247 7 INFO neutron.services.segments.plugin [-] Segment 889836cf-de41-42ea-b354-250a2bbb5cd8 resource provider aggregate not found 2026-06-11 18:53:42.255 7 INFO neutron.services.segments.plugin [-] Segment 889836cf-de41-42ea-b354-250a2bbb5cd8 resource provider aggregate not found 2026-06-11 18:53:42.269 7 INFO neutron.services.segments.plugin [-] Segment 889836cf-de41-42ea-b354-250a2bbb5cd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889836cf-de41-42ea-b354-250a2bbb5cd8 found for delete ", "request_id": "req-efaf5cea-c20f-4fd3-b120-2aaed1d0b78e"}]} 2026-06-11 18:53:42.270 7 INFO neutron.services.segments.plugin [-] Segment 889836cf-de41-42ea-b354-250a2bbb5cd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889836cf-de41-42ea-b354-250a2bbb5cd8 found for delete ", "request_id": "req-7355ab62-3c00-4ab9-9957-a16eaa0652d0"}]} [pid: 7|app: 0|req: 764/1587] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/networks/8bdf941f-e515-4f1f-8412-b1c5b9588c1c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1588] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/networks/56459a98-9b43-4b85-a31c-2d3deddc2635 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:42.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1312c7ce-e6d8-4cec-a06b-df087b0cc320 26ef5d24a0984b1d8df417386c99f485 8b18c5f8de574f48bf6c08afe7af9bf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 825/1589] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/networks/56459a98-9b43-4b85-a31c-2d3deddc2635 => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1590] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:53:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1591] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:53:42 2026] GET /v2.0/subnets?network_id=205ab0eb-2553-44d6-821b-14260a025e0a => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1592] 10.0.0.56 () {32 vars in 652 bytes} [Thu Jun 11 18:53:42 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1593] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:53:42 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: 830/1594] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:53:42 2026] GET /v2.0/subnets => generated 1280 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1595] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:42 2026] POST /v2.0/ports => generated 779 bytes in 281 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: 831/1596] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 18:53:42 2026] GET /v2.0/networks/c8a090ec-1e2d-4c47-853b-efa07002b2f6 => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1597] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:53:42 2026] GET /v2.0/subnets/dea3364f-d8fa-4928-b9aa-bb305da067fe => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:42.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dc2ad4b-2d59-4cd7-bf45-f63e0b62b832 26ef5d24a0984b1d8df417386c99f485 8b18c5f8de574f48bf6c08afe7af9bf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1598] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/subnets/c5bee19a-0537-4df6-8a6a-fcde269ab81b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:42.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91375d39-7da1-4c28-b755-5f77cd43f9bd 26ef5d24a0984b1d8df417386c99f485 8b18c5f8de574f48bf6c08afe7af9bf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1599] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/networks/56459a98-9b43-4b85-a31c-2d3deddc2635 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1600] 10.0.0.56 () {34 vars in 736 bytes} [Thu Jun 11 18:53:42 2026] PUT /v2.0/ports/3d7dbe8a-a142-4d49-951d-9c7a409b34dc => generated 752 bytes in 237 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: 835/1601] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/subnets/dea3364f-d8fa-4928-b9aa-bb305da067fe => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:42.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-af5ba71a-bd7f-44ca-b77e-a3e29c8063a5 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] TaaS: Handle Delete Port: 3d7dbe8a-a142-4d49-951d-9c7a409b34dc 2026-06-11 18:53:42.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af5ba71a-bd7f-44ca-b77e-a3e29c8063a5 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Tap Mirror: Handle Delete Port: 3d7dbe8a-a142-4d49-951d-9c7a409b34dc [pid: 8|app: 0|req: 836/1602] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/networks/c8a090ec-1e2d-4c47-853b-efa07002b2f6 => 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: 767/1603] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:42 2026] DELETE /v2.0/ports/3d7dbe8a-a142-4d49-951d-9c7a409b34dc => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:43.017 8 INFO neutron.services.segments.plugin [-] Segment 41c14063-b3b5-4d3f-94ce-23a02b5cf61b resource provider aggregate not found 2026-06-11 18:53:43.021 8 INFO neutron.services.segments.plugin [-] Segment 41c14063-b3b5-4d3f-94ce-23a02b5cf61b resource provider aggregate not found 2026-06-11 18:53:43.061 8 INFO neutron.services.segments.plugin [-] Segment 41c14063-b3b5-4d3f-94ce-23a02b5cf61b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c14063-b3b5-4d3f-94ce-23a02b5cf61b found for delete ", "request_id": "req-ddc3dbf5-c074-4439-bfb0-d26cb54efe6b"}]} 2026-06-11 18:53:43.073 8 INFO neutron.services.segments.plugin [-] Segment 41c14063-b3b5-4d3f-94ce-23a02b5cf61b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c14063-b3b5-4d3f-94ce-23a02b5cf61b found for delete ", "request_id": "req-7da45278-a28f-4054-9aec-4ac30ef8c43e"}]} 2026-06-11 18:53:43.086 8 INFO neutron.services.segments.plugin [-] Segment a37443b4-702d-44ea-8a0f-e6e34fa2acbd resource provider aggregate not found 2026-06-11 18:53:43.096 8 INFO neutron.services.segments.plugin [-] Segment a37443b4-702d-44ea-8a0f-e6e34fa2acbd resource provider aggregate not found 2026-06-11 18:53:43.107 8 INFO neutron.services.segments.plugin [-] Segment a37443b4-702d-44ea-8a0f-e6e34fa2acbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a37443b4-702d-44ea-8a0f-e6e34fa2acbd found for delete ", "request_id": "req-c701c90d-b4c0-4945-a766-0ff22cc4eed4"}]} [pid: 8|app: 0|req: 837/1604] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:53:43 2026] GET /v2.0/ports => generated 782 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:43.113 8 INFO neutron.services.segments.plugin [-] Segment a37443b4-702d-44ea-8a0f-e6e34fa2acbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a37443b4-702d-44ea-8a0f-e6e34fa2acbd found for delete ", "request_id": "req-7d9ccdee-abb9-4e9e-8acc-0c5a859a0716"}]} 2026-06-11 18:53:43.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14629651-1a9e-4e9c-80b8-570f75183738 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1605] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:43 2026] GET /v2.0/ports/3d7dbe8a-a142-4d49-951d-9c7a409b34dc => 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: 838/1606] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:53:43 2026] GET /v2.0/ports => generated 782 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1607] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:43 2026] GET /v2.0/ports/5e47ea78-7050-4562-b099-bf570581cf39 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:43.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1572161-f717-4b21-bd01-bbed58eb052f d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1608] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:43 2026] DELETE /v2.0/ports/3ae9dca9-85fb-4b0c-8c2b-805c3c55cbfd => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:43.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41349daa-2b37-40b9-ab10-2d2c4fe06f19 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1609] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:43 2026] DELETE /v2.0/subnets/0aada423-e7c4-4178-8f26-507721ed2f68 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:43.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c0a5fc8-422c-43c2-8ad6-1999f8f15a01 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1610] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:43 2026] DELETE /v2.0/subnets/acd8cbb1-6c97-4728-afd6-a16c704a76c0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:43.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac74214a-18f1-404a-9f20-ce11516ac5c7 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] TaaS: Handle Delete Port: 5e47ea78-7050-4562-b099-bf570581cf39 2026-06-11 18:53:43.435 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac74214a-18f1-404a-9f20-ce11516ac5c7 d51f66356fb948d1b3047237deef374d a82855def9a54d928f8d4e400f63cf64 - - default default] Tap Mirror: Handle Delete Port: 5e47ea78-7050-4562-b099-bf570581cf39 [pid: 7|app: 0|req: 771/1611] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:43 2026] DELETE /v2.0/ports/5e47ea78-7050-4562-b099-bf570581cf39 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1612] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:43 2026] DELETE /v2.0/networks/ad6a3829-40e3-47a0-935e-61021df22695 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1613] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:43 2026] GET /v2.0/security-groups?tenant_id=8b18c5f8de574f48bf6c08afe7af9bf9&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1614] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:43 2026] DELETE /v2.0/security-groups/97d53fbd-92d4-402f-bc23-a0f109a86e6a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:44.300 7 INFO neutron.services.segments.plugin [-] Segment 8f81d238-a421-45ea-be95-214ab3c8e966 resource provider aggregate not found 2026-06-11 18:53:44.302 7 INFO neutron.services.segments.plugin [-] Segment 8f81d238-a421-45ea-be95-214ab3c8e966 resource provider aggregate not found 2026-06-11 18:53:44.310 8 INFO neutron.db.segments_db [None req-662e2d37-615c-471e-8015-6173885e3919 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Added segment e4f04320-cb7f-445f-90c4-9c3e829ca24a of type vxlan for network 83034fd0-ca18-45bf-8336-22e585c08c0b [pid: 7|app: 0|req: 774/1615] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:44 2026] GET /v2.0/security-groups?tenant_id=a82855def9a54d928f8d4e400f63cf64&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:44.327 7 INFO neutron.services.segments.plugin [-] Segment 8f81d238-a421-45ea-be95-214ab3c8e966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f81d238-a421-45ea-be95-214ab3c8e966 found for delete ", "request_id": "req-08a4ca6f-e632-4711-a9d4-c51991f9b7c2"}]} 2026-06-11 18:53:44.332 7 INFO neutron.services.segments.plugin [-] Segment 8f81d238-a421-45ea-be95-214ab3c8e966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f81d238-a421-45ea-be95-214ab3c8e966 found for delete ", "request_id": "req-c033bae1-1781-4d17-9a89-4a3aa90d2373"}]} [pid: 8|app: 0|req: 842/1616] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:43 2026] POST /v2.0/networks => generated 613 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1617] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:44 2026] DELETE /v2.0/security-groups/4f98b5ec-8afa-4b33-8c16-32f361c6f6ab => 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: 843/1619] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:53:44 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:44.765 7 INFO neutron.db.segments_db [None req-5412d004-d71f-4ebe-ba69-328e92013a8e 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Added segment ad6973e3-05d7-4f52-a379-57f5d3053832 of type vxlan for network 397e749f-8e81-4909-b9a0-2e8b5fc96f46 [pid: 7|app: 0|req: 777/1620] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:44 2026] POST /v2.0/networks => generated 613 bytes in 182 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: 844/1621] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:53:44 2026] POST /v2.0/ports => generated 743 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:45.209 7 INFO neutron.db.segments_db [None req-29aec9a3-0e95-4f0f-b68c-fc451c6322f1 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Added segment fed0dc53-7735-4b86-93be-8a1730788468 of type vxlan for network 5a7b5cbb-8c8f-4322-b0dc-d50cd6238023 [pid: 7|app: 0|req: 778/1622] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:45 2026] POST /v2.0/networks => generated 611 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 845/1623] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:53:45 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:45.677 7 INFO neutron.db.segments_db [None req-b4ee1259-8d69-481a-8db5-06c70d33623a 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Added segment 815ecffc-9358-4e0c-ab17-52f0aff899f2 of type vxlan for network 6c18df10-d3fd-4c91-b1ed-133f79686c5b [pid: 7|app: 0|req: 779/1624] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:45 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:45.982 8 INFO neutron.db.segments_db [None req-ecddbcca-2d75-4de6-a402-1daa4204bf56 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Added segment 3927f6c4-5d7f-41fb-8d05-5e837b20df94 of type vxlan for network c82a0b83-7d5a-458b-85df-2a90a9d5fc92 [pid: 7|app: 0|req: 780/1625] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:53:45 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1626] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:45 2026] POST /v2.0/networks => generated 625 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, ' 2026-06-11 18:53:46.145 7 INFO neutron.db.segments_db [None req-45459d37-9980-4ab7-af31-85257fe85bf1 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Added segment 81078a98-9a72-4726-8a11-bb7d8f408574 of type vxlan for network ac516eec-067e-4c74-8a64-567d73364c7b [pid: 7|app: 0|req: 781/1627] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1628] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/ports => generated 774 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:46.518 7 INFO neutron.db.segments_db [None req-01b12823-bc2a-4bfe-92d2-46e92ad5cbae df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment ebf3ac0f-8b8b-45a7-a060-f676bca84b20 of type vxlan for network 05418a62-dadb-4de3-b441-f7cac2e13e4a [pid: 7|app: 0|req: 782/1629] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/networks => generated 614 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1630] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:46.691 7 INFO neutron.db.segments_db [None req-e5e2490b-5776-4a8b-8f30-b5f1f6dfa95a 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Added segment 3f15f6df-89d8-45a5-87ef-36dfc03ba901 of type vxlan for network 973dda91-107e-4bab-9006-f832b40de371 2026-06-11 18:53:46.716 8 INFO neutron.db.segments_db [None req-d9c0a6c4-039e-45d6-8345-d1ab8265a00f df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment 1260d1ba-06f9-44f9-9e6d-c168e274451f of type vxlan for network cfe1bee8-0a94-47eb-be1b-cdef37077e56 [pid: 7|app: 0|req: 783/1631] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/networks => generated 612 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1632] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/networks => generated 614 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1633] 10.0.0.56 () {34 vars in 746 bytes} [Thu Jun 11 18:53:46 2026] PUT /v2.0/ports/9e7bbe4f-f6ab-4777-96af-102e9585bbba/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 850/1634] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1635] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:46 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1636] 10.0.0.56 () {34 vars in 746 bytes} [Thu Jun 11 18:53:47 2026] PUT /v2.0/ports/16c8411d-6c60-4a5e-a47b-a5a65d98d41c/tags => generated 25 bytes in 77 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: 852/1637] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:47 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1638] 10.0.0.56 () {34 vars in 746 bytes} [Thu Jun 11 18:53:47 2026] PUT /v2.0/ports/eb14c3a0-aba7-49ba-b85f-dbd49ad0538c/tags => generated 34 bytes in 83 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: 786/1639] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:47 2026] POST /v2.0/ports => generated 950 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:47.522 8 INFO neutron.db.segments_db [None req-9e5768a5-ba9b-4c73-a165-2a10c55aecdd df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment fca76dac-e864-44da-b723-9231ec1ff65d of type vxlan for network f1031a9d-cd6a-4621-a593-fec7b4d2809e [pid: 7|app: 0|req: 787/1640] 10.0.0.56 () {34 vars in 746 bytes} [Thu Jun 11 18:53:47 2026] PUT /v2.0/ports/656ee7d2-d0e5-41f6-922d-52b831e91d73/tags => generated 19 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, ' 2026-06-11 18:53:47.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-784ecdb4-f619-425a-b2ec-f0dbbcef4e43 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] TaaS: Handle Delete Port: cbcf86fb-f4cd-4c44-a4cb-ac2fb005ab21 2026-06-11 18:53:47.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-784ecdb4-f619-425a-b2ec-f0dbbcef4e43 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Tap Mirror: Handle Delete Port: cbcf86fb-f4cd-4c44-a4cb-ac2fb005ab21 2026-06-11 18:53:47.824 8 INFO neutron.db.l3_hamode_db [None req-9e5768a5-ba9b-4c73-a165-2a10c55aecdd df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 788/1641] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:47 2026] DELETE /v2.0/ports/cbcf86fb-f4cd-4c44-a4cb-ac2fb005ab21 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:47.947 8 INFO neutron.db.l3_hamode_db [None req-9e5768a5-ba9b-4c73-a165-2a10c55aecdd df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 789/1642] 10.0.0.56 () {32 vars in 659 bytes} [Thu Jun 11 18:53:47 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:48.079 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a25f633a-a10b-49f6-abd2-3dae3059de61 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1643] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:48 2026] DELETE /v2.0/ports/cbcf86fb-f4cd-4c44-a4cb-ac2fb005ab21 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1644] 10.0.0.56 () {32 vars in 673 bytes} [Thu Jun 11 18:53:48 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) 2026-06-11 18:53:48.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f46551b8-8d6c-47da-9690-7535ad678da1 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 792/1645] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:48 2026] GET /v2.0/ports/cbcf86fb-f4cd-4c44-a4cb-ac2fb005ab21 => 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: 793/1646] 10.0.0.56 () {32 vars in 669 bytes} [Thu Jun 11 18:53:48 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1647] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:48 2026] DELETE /v2.0/subnets/0afe63df-2c06-4edd-aac4-0afd74a505cc => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1648] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:53:48 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:48.572 7 INFO neutron.services.segments.plugin [-] Segment 3f15f6df-89d8-45a5-87ef-36dfc03ba901 resource provider aggregate not found 2026-06-11 18:53:48.577 7 INFO neutron.services.segments.plugin [-] Segment 3f15f6df-89d8-45a5-87ef-36dfc03ba901 resource provider aggregate not found [pid: 8|app: 0|req: 854/1649] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:47 2026] POST /v2.0/routers => generated 511 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:48.603 7 INFO neutron.services.segments.plugin [-] Segment 3f15f6df-89d8-45a5-87ef-36dfc03ba901 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f15f6df-89d8-45a5-87ef-36dfc03ba901 found for delete ", "request_id": "req-5cbb605f-244e-49b7-ab5d-ccd4e66f7109"}]} 2026-06-11 18:53:48.604 7 INFO neutron.services.segments.plugin [-] Segment 3f15f6df-89d8-45a5-87ef-36dfc03ba901 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f15f6df-89d8-45a5-87ef-36dfc03ba901 found for delete ", "request_id": "req-cda2d822-b533-4286-aada-485c76ef13c9"}]} [pid: 7|app: 0|req: 796/1650] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:48 2026] DELETE /v2.0/networks/973dda91-107e-4bab-9006-f832b40de371 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1651] 10.0.0.56 () {32 vars in 667 bytes} [Thu Jun 11 18:53:48 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:48.784 8 INFO neutron.db.segments_db [None req-f28f7dfc-d3dd-4dcf-bdc8-6ec09e9667b0 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Added segment 0c0ac073-a11f-46de-8263-245c7d00e635 of type vxlan for network c8358b02-def1-4562-8209-7bdddb14c1d3 [pid: 8|app: 0|req: 856/1652] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:48 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) [pid: 8|app: 0|req: 857/1653] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:53:48 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1654] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:48 2026] POST /v2.0/subnets => generated 626 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1655] 10.0.0.56 () {32 vars in 677 bytes} [Thu Jun 11 18:53:49 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1656] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:49 2026] POST /v2.0/ports => generated 915 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1657] 10.0.0.56 () {32 vars in 689 bytes} [Thu Jun 11 18:53:49 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1658] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:53:48 2026] PUT /v2.0/routers/d4b151e6-f60c-4c33-aacc-ffd449c2c957/add_router_interface => generated 309 bytes in 1242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:49.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-427ca4d0-fdd2-4f2e-9e31-6d789af57c61 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] TaaS: Handle Delete Port: 3ade1f53-0867-4fe3-9278-fc51adf7c4f4 2026-06-11 18:53:49.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-427ca4d0-fdd2-4f2e-9e31-6d789af57c61 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Tap Mirror: Handle Delete Port: 3ade1f53-0867-4fe3-9278-fc51adf7c4f4 2026-06-11 18:53:49.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-c67e1c55-42a9-43ee-8a03-86830652d349 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] TaaS: Handle Delete Port: 9e7bbe4f-f6ab-4777-96af-102e9585bbba 2026-06-11 18:53:49.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c67e1c55-42a9-43ee-8a03-86830652d349 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Tap Mirror: Handle Delete Port: 9e7bbe4f-f6ab-4777-96af-102e9585bbba [pid: 8|app: 0|req: 862/1659] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:49 2026] DELETE /v2.0/ports/3ade1f53-0867-4fe3-9278-fc51adf7c4f4 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1660] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:49 2026] DELETE /v2.0/ports/9e7bbe4f-f6ab-4777-96af-102e9585bbba => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:50.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8dcfaaf3-672b-4357-8ce2-8f6157ca15bd 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 799/1661] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:50 2026] GET /v2.0/ports/3ade1f53-0867-4fe3-9278-fc51adf7c4f4 => 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: 863/1662] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:50 2026] GET /v2.0/ports/c28433dc-da70-4383-b7ec-f10c6054f397 => generated 959 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:50.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-047e507b-5a5e-46f3-b4af-8dc7f75b48a2 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] TaaS: Handle Delete Port: 16c8411d-6c60-4a5e-a47b-a5a65d98d41c 2026-06-11 18:53:50.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-047e507b-5a5e-46f3-b4af-8dc7f75b48a2 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Tap Mirror: Handle Delete Port: 16c8411d-6c60-4a5e-a47b-a5a65d98d41c [pid: 8|app: 0|req: 864/1663] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:50 2026] DELETE /v2.0/subnets/a5e8b06c-8eb2-41f4-88fe-390945da6de1 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1664] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:50 2026] DELETE /v2.0/ports/16c8411d-6c60-4a5e-a47b-a5a65d98d41c => 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: 801/1665] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:50 2026] DELETE /v2.0/networks/c8358b02-def1-4562-8209-7bdddb14c1d3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:50.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5d35622-4f58-4a17-8d8f-f27c5c0728f2 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] TaaS: Handle Delete Port: eb14c3a0-aba7-49ba-b85f-dbd49ad0538c 2026-06-11 18:53:50.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5d35622-4f58-4a17-8d8f-f27c5c0728f2 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Tap Mirror: Handle Delete Port: eb14c3a0-aba7-49ba-b85f-dbd49ad0538c [pid: 7|app: 0|req: 802/1666] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:50 2026] DELETE /v2.0/ports/eb14c3a0-aba7-49ba-b85f-dbd49ad0538c => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:50.658 7 INFO neutron.services.segments.plugin [-] Segment 0c0ac073-a11f-46de-8263-245c7d00e635 resource provider aggregate not found 2026-06-11 18:53:50.664 7 INFO neutron.services.segments.plugin [-] Segment 0c0ac073-a11f-46de-8263-245c7d00e635 resource provider aggregate not found 2026-06-11 18:53:50.689 7 INFO neutron.services.segments.plugin [-] Segment 0c0ac073-a11f-46de-8263-245c7d00e635 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c0ac073-a11f-46de-8263-245c7d00e635 found for delete ", "request_id": "req-0578a4e9-abbf-402c-9ca4-7591d66c1543"}]} 2026-06-11 18:53:50.690 7 INFO neutron.services.segments.plugin [-] Segment 0c0ac073-a11f-46de-8263-245c7d00e635 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c0ac073-a11f-46de-8263-245c7d00e635 found for delete ", "request_id": "req-2b81599c-8bea-4752-a755-fe7c5b034e7d"}]} [pid: 7|app: 0|req: 803/1667] 10.0.0.56 () {32 vars in 825 bytes} [Thu Jun 11 18:53:50 2026] GET /v2.0/ports?project_id=b788765d25094e4a8418668a5c7b7c05&network_id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 3695 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1668] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:50 2026] POST /v2.0/ports => generated 774 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:53:51.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-19e1aaa8-76a0-4528-9066-cafd648d07d7 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] TaaS: Handle Delete Port: 656ee7d2-d0e5-41f6-922d-52b831e91d73 2026-06-11 18:53:51.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19e1aaa8-76a0-4528-9066-cafd648d07d7 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Tap Mirror: Handle Delete Port: 656ee7d2-d0e5-41f6-922d-52b831e91d73 [pid: 7|app: 0|req: 805/1669] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:50 2026] DELETE /v2.0/ports/656ee7d2-d0e5-41f6-922d-52b831e91d73 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1670] 10.0.0.56 () {34 vars in 736 bytes} [Thu Jun 11 18:53:51 2026] PUT /v2.0/ports/fc4ec020-9c78-4164-95da-065fe12c8f1c => generated 752 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 865/1671] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:53:50 2026] PUT /v2.0/routers/d4b151e6-f60c-4c33-aacc-ffd449c2c957/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1672] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:53:51 2026] GET /v2.0/subnets?network_id=205ab0eb-2553-44d6-821b-14260a025e0a => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:51.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-c495d12b-cd6e-4b2a-b563-5afaba6dcd9d 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] TaaS: Handle Delete Port: a4166e6d-ad00-409a-a4fd-e2aab4f5c690 2026-06-11 18:53:51.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c495d12b-cd6e-4b2a-b563-5afaba6dcd9d 4fcc8f7e49124fb7b38df6ab0eeab0f9 ae2e34bd643b40089851e0a68329ddd0 - - default default] Tap Mirror: Handle Delete Port: a4166e6d-ad00-409a-a4fd-e2aab4f5c690 2026-06-11 18:53:51.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-be168b35-824f-498a-93fd-1c158301f332 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] TaaS: Handle Delete Port: fc4ec020-9c78-4164-95da-065fe12c8f1c 2026-06-11 18:53:51.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be168b35-824f-498a-93fd-1c158301f332 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Tap Mirror: Handle Delete Port: fc4ec020-9c78-4164-95da-065fe12c8f1c [pid: 8|app: 0|req: 866/1673] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:51 2026] DELETE /v2.0/ports/a4166e6d-ad00-409a-a4fd-e2aab4f5c690 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1674] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:51 2026] GET /v2.0/ports/758d10c0-6acf-4302-9bcf-52b2df4515c2 => generated 967 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1675] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:51 2026] DELETE /v2.0/ports/fc4ec020-9c78-4164-95da-065fe12c8f1c => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:51.692 8 INFO neutron.db.l3_db [None req-68ad0ad1-08ea-4cbc-88ab-fbb43feb2061 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Floating IP 58c3b489-6410-42ab-bbd9-b2a4e99db2df disassociated. External IP: 10.96.250.203, port: 81402351-73a8-4ff3-83bb-a17fe169a607. [pid: 7|app: 0|req: 809/1676] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:51 2026] DELETE /v2.0/networks/83034fd0-ca18-45bf-8336-22e585c08c0b => 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: 868/1677] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:53:51 2026] PUT /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 554 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:52.065 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d0d2ae1-1466-4577-a7c7-377fce88e5f2'] response: {'name': 'network-changed', 'server_uuid': 'a1d7dcf6-326c-49aa-a7ee-526318b6ae3d', 'tag': '81402351-73a8-4ff3-83bb-a17fe169a607', 'status': 'completed', 'code': 200} 2026-06-11 18:53:52.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-fede9a29-e899-41be-a5ac-db0a028e89aa df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 758d10c0-6acf-4302-9bcf-52b2df4515c2 2026-06-11 18:53:52.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fede9a29-e899-41be-a5ac-db0a028e89aa df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 758d10c0-6acf-4302-9bcf-52b2df4515c2 [pid: 8|app: 0|req: 869/1678] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/ports => generated 777 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:52.230 8 INFO neutron.services.segments.plugin [-] Segment ad6973e3-05d7-4f52-a379-57f5d3053832 resource provider aggregate not found 2026-06-11 18:53:52.237 8 INFO neutron.services.segments.plugin [-] Segment ad6973e3-05d7-4f52-a379-57f5d3053832 resource provider aggregate not found 2026-06-11 18:53:52.251 8 INFO neutron.services.segments.plugin [-] Segment ad6973e3-05d7-4f52-a379-57f5d3053832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad6973e3-05d7-4f52-a379-57f5d3053832 found for delete ", "request_id": "req-441aa8a6-9e45-42a0-81bc-aeb351a1da6d"}]} 2026-06-11 18:53:52.255 8 INFO neutron.services.segments.plugin [-] Segment ad6973e3-05d7-4f52-a379-57f5d3053832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad6973e3-05d7-4f52-a379-57f5d3053832 found for delete ", "request_id": "req-c749ffff-835b-4511-8151-958486c6e932"}]} [pid: 8|app: 0|req: 870/1679] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/networks/397e749f-8e81-4909-b9a0-2e8b5fc96f46 => 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: 872/1681] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:52.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-015d0cf8-a823-45d0-b1e1-f122eb03e4f5 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1682] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/ports/fc4ec020-9c78-4164-95da-065fe12c8f1c => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1683] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/networks/5a7b5cbb-8c8f-4322-b0dc-d50cd6238023 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1684] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/ports => generated 777 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1685] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:51 2026] PUT /v2.0/routers/d4b151e6-f60c-4c33-aacc-ffd449c2c957/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1686] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/ports/71e6a1ab-a756-4f28-887a-a99e5417fb40 => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1687] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/networks/6c18df10-d3fd-4c91-b1ed-133f79686c5b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:52.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a92790e-5fba-4ad7-9cfd-acdaf410cafc 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1688] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/ports/3ade1f53-0867-4fe3-9278-fc51adf7c4f4 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1689] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/networks/ac516eec-067e-4c74-8a64-567d73364c7b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:52.718 7 INFO neutron.services.segments.plugin [-] Segment e4f04320-cb7f-445f-90c4-9c3e829ca24a resource provider aggregate not found 2026-06-11 18:53:52.722 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7976ce1f-9e97-456a-b321-94b8c502c865 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] DELETE failed (client error): The resource could not be found. 2026-06-11 18:53:52.724 7 INFO neutron.services.segments.plugin [-] Segment e4f04320-cb7f-445f-90c4-9c3e829ca24a resource provider aggregate not found [pid: 8|app: 0|req: 879/1690] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/subnets/a5e8b06c-8eb2-41f4-88fe-390945da6de1 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:53:52.749 7 INFO neutron.services.segments.plugin [-] Segment e4f04320-cb7f-445f-90c4-9c3e829ca24a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4f04320-cb7f-445f-90c4-9c3e829ca24a found for delete ", "request_id": "req-29263eef-89d0-4d4c-b1dd-4615bc5d4810"}]} 2026-06-11 18:53:52.754 7 INFO neutron.services.segments.plugin [-] Segment e4f04320-cb7f-445f-90c4-9c3e829ca24a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4f04320-cb7f-445f-90c4-9c3e829ca24a found for delete ", "request_id": "req-a5238d49-d999-4a64-8fbc-e68b6dce07da"}]} [pid: 8|app: 0|req: 880/1691] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:52.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33316bfd-16d7-41be-8be4-5c559769ce5f 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1692] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/subnets/0afe63df-2c06-4edd-aac4-0afd74a505cc => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1693] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:53:52 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:52.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-095e3c60-0751-4aca-b852-e597b501128d df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: c28433dc-da70-4383-b7ec-f10c6054f397 2026-06-11 18:53:52.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-095e3c60-0751-4aca-b852-e597b501128d df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: c28433dc-da70-4383-b7ec-f10c6054f397 2026-06-11 18:53:52.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-83618298-4f69-4c8d-94db-bcb165b96460 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] TaaS: Handle Delete Port: 71e6a1ab-a756-4f28-887a-a99e5417fb40 2026-06-11 18:53:52.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83618298-4f69-4c8d-94db-bcb165b96460 31268126e683418d9b4600cdfcd5cf66 266630d9bb1244a69360e2bcda60680c - - default default] Tap Mirror: Handle Delete Port: 71e6a1ab-a756-4f28-887a-a99e5417fb40 [pid: 8|app: 0|req: 883/1694] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:53:52 2026] DELETE /v2.0/ports/71e6a1ab-a756-4f28-887a-a99e5417fb40 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1695] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=81402351-73a8-4ff3-83bb-a17fe169a607 => 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: 885/1696] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:53 2026] DELETE /v2.0/networks/c82a0b83-7d5a-458b-85df-2a90a9d5fc92 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1697] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/subnets?id=cfbdba0e-8fe9-4a2c-835e-e6698088443f => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1698] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/ports?network_id=eecab409-277d-4685-822c-d2d327ecfba6&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1699] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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: 812/1700] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:52 2026] PUT /v2.0/routers/d4b151e6-f60c-4c33-aacc-ffd449c2c957/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1701] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1702] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/ports?device_id=d4b151e6-f60c-4c33-aacc-ffd449c2c957 => 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: 813/1703] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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-06-11 18:53:53.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-0841d401-dcc1-4490-9d4d-5551a561361c df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 1cb77c21-8bbe-465d-8612-7e51dfba94f5 2026-06-11 18:53:53.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0841d401-dcc1-4490-9d4d-5551a561361c df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 1cb77c21-8bbe-465d-8612-7e51dfba94f5 [pid: 7|app: 0|req: 814/1704] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/security-groups?tenant_id=30e8e85c98c74ad9bd3afc911ebe9f70&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:53.848 8 INFO neutron.db.l3_hamode_db [None req-0841d401-dcc1-4490-9d4d-5551a561361c df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] HA network f1031a9d-cd6a-4621-a593-fec7b4d2809e was deleted as no HA routers are present in tenant 40d147431995445fa3b9760bdd5cb961. [pid: 8|app: 0|req: 891/1705] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:53 2026] DELETE /v2.0/routers/d4b151e6-f60c-4c33-aacc-ffd449c2c957 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1706] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:53 2026] GET /v2.0/security-groups?tenant_id=266630d9bb1244a69360e2bcda60680c&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1707] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:53 2026] DELETE /v2.0/security-groups/dbae8792-e4fd-4d50-8bcc-9c3a4ad1eb47 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1708] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:53 2026] DELETE /v2.0/subnets/9b974b13-1470-4bf7-ab94-e7ea9657ebed => 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: 893/1709] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:53 2026] DELETE /v2.0/security-groups/9ca6fe07-e574-489c-b9dc-b69c7be3d463 => 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: 894/1710] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:54 2026] GET /v2.0/security-groups?tenant_id=ae2e34bd643b40089851e0a68329ddd0&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1711] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:53:54 2026] DELETE /v2.0/subnets/b3259925-ff44-459d-9fa9-96120c0f8705 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1712] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:54 2026] DELETE /v2.0/security-groups/5c991f8a-44c1-4391-aa42-268c23ae268f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:53:54.268 8 INFO neutron.services.segments.plugin [-] Segment fed0dc53-7735-4b86-93be-8a1730788468 resource provider aggregate not found 2026-06-11 18:53:54.274 8 INFO neutron.services.segments.plugin [-] Segment fed0dc53-7735-4b86-93be-8a1730788468 resource provider aggregate not found 2026-06-11 18:53:54.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-960dd738-0ad1-45f9-86a5-f41ade5c2987 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 2d9150e9-2179-451e-bc88-5569d7d7e1e6 2026-06-11 18:53:54.290 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-960dd738-0ad1-45f9-86a5-f41ade5c2987 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 2d9150e9-2179-451e-bc88-5569d7d7e1e6 2026-06-11 18:53:54.290 8 INFO neutron.services.segments.plugin [-] Segment fed0dc53-7735-4b86-93be-8a1730788468 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed0dc53-7735-4b86-93be-8a1730788468 found for delete ", "request_id": "req-d315c1ea-6728-447c-b113-c51298846444"}]} 2026-06-11 18:53:54.294 8 INFO neutron.services.segments.plugin [-] Segment fed0dc53-7735-4b86-93be-8a1730788468 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed0dc53-7735-4b86-93be-8a1730788468 found for delete ", "request_id": "req-b019a0d1-a876-4b85-ac8e-ac2fc12312ee"}]} 2026-06-11 18:53:54.309 8 INFO neutron.services.segments.plugin [-] Segment 815ecffc-9358-4e0c-ab17-52f0aff899f2 resource provider aggregate not found 2026-06-11 18:53:54.310 8 INFO neutron.services.segments.plugin [-] Segment 815ecffc-9358-4e0c-ab17-52f0aff899f2 resource provider aggregate not found 2026-06-11 18:53:54.327 8 INFO neutron.services.segments.plugin [-] Segment 815ecffc-9358-4e0c-ab17-52f0aff899f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 815ecffc-9358-4e0c-ab17-52f0aff899f2 found for delete ", "request_id": "req-37b1ae0e-1a92-4ffa-ad15-699045c973aa"}]} 2026-06-11 18:53:54.333 8 INFO neutron.services.segments.plugin [-] Segment 815ecffc-9358-4e0c-ab17-52f0aff899f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 815ecffc-9358-4e0c-ab17-52f0aff899f2 found for delete ", "request_id": "req-9b4b05d2-a298-4af1-bfac-2d09a209c119"}]} 2026-06-11 18:53:54.364 8 INFO neutron.services.segments.plugin [-] Segment 81078a98-9a72-4726-8a11-bb7d8f408574 resource provider aggregate not found 2026-06-11 18:53:54.373 8 INFO neutron.services.segments.plugin [-] Segment 81078a98-9a72-4726-8a11-bb7d8f408574 resource provider aggregate not found 2026-06-11 18:53:54.392 8 INFO neutron.services.segments.plugin [-] Segment 81078a98-9a72-4726-8a11-bb7d8f408574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81078a98-9a72-4726-8a11-bb7d8f408574 found for delete ", "request_id": "req-8c8da91c-9f47-477a-b61c-efca2a686980"}]} [pid: 8|app: 0|req: 896/1713] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:53:54 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 552 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:53:54.409 8 INFO neutron.services.segments.plugin [-] Segment 3927f6c4-5d7f-41fb-8d05-5e837b20df94 resource provider aggregate not found 2026-06-11 18:53:54.412 8 INFO neutron.services.segments.plugin [-] Segment 81078a98-9a72-4726-8a11-bb7d8f408574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81078a98-9a72-4726-8a11-bb7d8f408574 found for delete ", "request_id": "req-39d62f5b-a9da-4f01-b5ee-b02715cd3785"}]} 2026-06-11 18:53:54.431 8 INFO neutron.services.segments.plugin [-] Segment 3927f6c4-5d7f-41fb-8d05-5e837b20df94 resource provider aggregate not found 2026-06-11 18:53:54.437 8 INFO neutron.services.segments.plugin [-] Segment 3927f6c4-5d7f-41fb-8d05-5e837b20df94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3927f6c4-5d7f-41fb-8d05-5e837b20df94 found for delete ", "request_id": "req-4c067314-d938-4538-929b-b6033d8a06f1"}]} 2026-06-11 18:53:54.452 8 INFO neutron.services.segments.plugin [-] Segment fca76dac-e864-44da-b723-9231ec1ff65d resource provider aggregate not found 2026-06-11 18:53:54.461 8 INFO neutron.services.segments.plugin [-] Segment 3927f6c4-5d7f-41fb-8d05-5e837b20df94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3927f6c4-5d7f-41fb-8d05-5e837b20df94 found for delete ", "request_id": "req-edde1662-9316-48e5-aa81-6e4af93f4d44"}]} 2026-06-11 18:53:54.486 8 INFO neutron.services.segments.plugin [-] Segment fca76dac-e864-44da-b723-9231ec1ff65d resource provider aggregate not found 2026-06-11 18:53:54.490 8 INFO neutron.services.segments.plugin [-] Segment fca76dac-e864-44da-b723-9231ec1ff65d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca76dac-e864-44da-b723-9231ec1ff65d found for delete ", "request_id": "req-bd35d0ae-2e07-440a-abbe-178f81cf5425"}]} 2026-06-11 18:53:54.509 8 INFO neutron.services.segments.plugin [-] Segment fca76dac-e864-44da-b723-9231ec1ff65d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca76dac-e864-44da-b723-9231ec1ff65d found for delete ", "request_id": "req-1a0e18f7-decf-4b27-aeff-b72e69ee7f9c"}]} [pid: 7|app: 0|req: 818/1714] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:54 2026] DELETE /v2.0/networks/cfe1bee8-0a94-47eb-be1b-cdef37077e56 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1715] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:54 2026] GET /v2.0/security-groups?tenant_id=f088e9925ed942d58562111710a2a69c&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: 898/1716] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:54 2026] DELETE /v2.0/security-groups/c868a23c-9c3c-43c4-870c-cde84308ffa8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1717] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:53:54 2026] DELETE /v2.0/networks/05418a62-dadb-4de3-b441-f7cac2e13e4a => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:53:54.780 7 INFO neutron.services.segments.plugin [-] Segment 1260d1ba-06f9-44f9-9e6d-c168e274451f resource provider aggregate not found 2026-06-11 18:53:54.789 7 INFO neutron.services.segments.plugin [-] Segment 1260d1ba-06f9-44f9-9e6d-c168e274451f resource provider aggregate not found 2026-06-11 18:53:54.789 8 INFO neutron.db.segments_db [None req-6985dfa0-f3d7-40c1-bb00-534540b6f461 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment fd32879a-fa9d-4dd8-b67f-dafad6d2efbe of type vxlan for network 560d65d7-d10d-4e46-9cc7-b58499058bca 2026-06-11 18:53:54.799 7 INFO neutron.services.segments.plugin [-] Segment 1260d1ba-06f9-44f9-9e6d-c168e274451f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1260d1ba-06f9-44f9-9e6d-c168e274451f found for delete ", "request_id": "req-fa915446-5ecc-4939-ae53-ef9d108f7420"}]} 2026-06-11 18:53:54.809 7 INFO neutron.services.segments.plugin [-] Segment 1260d1ba-06f9-44f9-9e6d-c168e274451f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1260d1ba-06f9-44f9-9e6d-c168e274451f found for delete ", "request_id": "req-7e606e59-a158-4353-a536-2772e8849b43"}]} 2026-06-11 18:53:54.821 7 INFO neutron.services.segments.plugin [-] Segment ebf3ac0f-8b8b-45a7-a060-f676bca84b20 resource provider aggregate not found 2026-06-11 18:53:54.833 7 INFO neutron.services.segments.plugin [-] Segment ebf3ac0f-8b8b-45a7-a060-f676bca84b20 resource provider aggregate not found 2026-06-11 18:53:54.840 7 INFO neutron.services.segments.plugin [-] Segment ebf3ac0f-8b8b-45a7-a060-f676bca84b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf3ac0f-8b8b-45a7-a060-f676bca84b20 found for delete ", "request_id": "req-e3b3bc90-a85c-47b4-93b0-a5a0aebaba42"}]} 2026-06-11 18:53:54.848 7 INFO neutron.services.segments.plugin [-] Segment ebf3ac0f-8b8b-45a7-a060-f676bca84b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf3ac0f-8b8b-45a7-a060-f676bca84b20 found for delete ", "request_id": "req-e977ea61-bf61-41ec-8c87-e6e0dd28cd0d"}]} [pid: 8|app: 0|req: 899/1718] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:53:54 2026] POST /v2.0/networks => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1719] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:54 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:55.154 8 INFO neutron.db.segments_db [None req-7c1e057b-e472-44f5-818c-422b1e5ac2d6 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment b4b85d0e-954b-4e74-b652-ce5fd853ba37 of type vxlan for network 80616b5a-0788-4f24-bc48-1694cb900327 2026-06-11 18:53:55.412 8 INFO neutron.db.l3_hamode_db [None req-7c1e057b-e472-44f5-818c-422b1e5ac2d6 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:53:55.570 8 INFO neutron.db.l3_hamode_db [None req-7c1e057b-e472-44f5-818c-422b1e5ac2d6 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 821/1720] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:53:55 2026] POST /v2.0/security-groups => generated 1675 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1721] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1722] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1723] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1724] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1725] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:53:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 18:53:56.603 7 INFO neutron.db.securitygroups_db [None req-345d0831-e282-4724-ab95-2ff06536f0b6 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Project b788765d25094e4a8418668a5c7b7c05 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: 827/1726] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1727] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:53:56 2026] GET /v2.0/security-groups => generated 4529 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:56.798 7 INFO neutron.db.securitygroups_db [None req-8fe817a2-b855-4061-99c3-41a5c97d0804 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Project b788765d25094e4a8418668a5c7b7c05 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: 829/1728] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1729] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:53:55 2026] POST /v2.0/routers => generated 510 bytes in 1808 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1730] 10.0.0.56 () {34 vars in 757 bytes} [Thu Jun 11 18:53:56 2026] PUT /v2.0/security-groups/059f18bc-dec6-4b2d-bc27-997f7240490d => generated 1663 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1731] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:53:56 2026] GET /v2.0/security-groups/059f18bc-dec6-4b2d-bc27-997f7240490d => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1732] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:56 2026] DELETE /v2.0/security-groups/059f18bc-dec6-4b2d-bc27-997f7240490d => 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: 833/1733] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:57.107 7 INFO neutron.api.v2.resource [None req-cce855d2-a694-470c-af78-b8af768c3794 82fa766119a440ee8d7626e6848df05a 04a969cd84d24894814d1fadd46485a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1734] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:57 2026] DELETE /v2.0/security-groups/059f18bc-dec6-4b2d-bc27-997f7240490d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1735] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:53:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1736] 10.0.0.56 () {34 vars in 664 bytes} [Thu Jun 11 18:53:56 2026] POST /v2.0/ports => generated 964 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1737] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:57 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 902/1738] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/networks => generated 1298 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1739] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/security-group-rules/d6876886-a284-4816-b821-0bc6e5e17f89 => 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: 904/1740] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1741] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1722119014&fields=id&tenant_id=b788765d25094e4a8418668a5c7b7c05 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1742] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:53:57 2026] DELETE /v2.0/security-group-rules/d6876886-a284-4816-b821-0bc6e5e17f89 => 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: 907/1743] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1744] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1745] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:53:57 2026] GET /v2.0/quotas/b788765d25094e4a8418668a5c7b7c05 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1746] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1747] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&fields=id => generated 149 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1748] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-group-rules/460e3349-7dee-42db-8911-16aecb516d0a => 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: 913/1749] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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: 914/1750] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1751] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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: 916/1752] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:53:58 2026] DELETE /v2.0/security-group-rules/460e3349-7dee-42db-8911-16aecb516d0a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1753] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:53:58.472 8 INFO neutron.db.securitygroups_db [None req-b5a120f2-d83b-4a64-9b3d-9c379ca6c5ec 82fa766119a440ee8d7626e6848df05a 04a969cd84d24894814d1fadd46485a6 - - default default] Project 04a969cd84d24894814d1fadd46485a6 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: 918/1754] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:53:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1755] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1756] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-group-rules/5637c757-b4e1-4d89-9af7-c9c03705a3a3 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1757] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1758] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:53:58 2026] DELETE /v2.0/security-group-rules/5637c757-b4e1-4d89-9af7-c9c03705a3a3 => 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: 923/1759] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1760] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:58 2026] DELETE /v2.0/security-groups/d4399f65-849e-4470-8cda-63517747e30b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1761] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1762] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:53:58 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) [pid: 7|app: 0|req: 837/1763] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:53:57 2026] PUT /v2.0/routers/d746689f-594b-4300-89ef-0402a5afb31d/add_router_interface => generated 309 bytes in 1642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1764] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:53:58 2026] GET /v2.0/ports/7eb8a13c-9aea-49bf-bcf3-0d1de729ad4c => generated 1038 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 928/1765] 10.0.0.56 () {34 vars in 677 bytes} [Thu Jun 11 18:53:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1766] 10.0.0.56 () {34 vars in 677 bytes} [Thu Jun 11 18:53:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1767] 10.0.0.56 () {34 vars in 677 bytes} [Thu Jun 11 18:53:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:53:59.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-1439ff25-329b-4702-bc5c-ee760b735cdc df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 7eb8a13c-9aea-49bf-bcf3-0d1de729ad4c 2026-06-11 18:53:59.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1439ff25-329b-4702-bc5c-ee760b735cdc df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 7eb8a13c-9aea-49bf-bcf3-0d1de729ad4c [pid: 8|app: 0|req: 931/1768] 10.0.0.56 () {34 vars in 677 bytes} [Thu Jun 11 18:53:59 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: 932/1769] 10.0.0.56 () {34 vars in 677 bytes} [Thu Jun 11 18:53:59 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: 933/1770] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:53:59 2026] PUT /v2.0/policies/2ccd8ffc-05a6-42cf-a7a1-9d351579e3b0/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1771] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:53:59 2026] PUT /v2.0/policies/d6029e77-1325-417a-8b89-7d09a716e4db/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: 935/1772] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:53:59 2026] GET /v2.0/security-groups?tenant_id=04a969cd84d24894814d1fadd46485a6&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1773] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:53:59 2026] PUT /v2.0/policies/3879b244-e312-4e60-b56d-0faa5efe5cf1/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1774] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:53:59 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1776] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:59 2026] PUT /v2.0/routers/d746689f-594b-4300-89ef-0402a5afb31d/remove_router_interface => generated 309 bytes in 819 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: 939/1777] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:53:59 2026] DELETE /v2.0/security-groups/6b1cee22-82c7-4cb9-bc70-1e5342395cf6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1778] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:53:59 2026] PUT /v2.0/policies/59b555b9-9e1b-40ae-b05a-2f93699d6478/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:53:59.998 8 INFO neutron.api.v2.resource [None req-f2bc2e3c-90a3-48d8-8f19-de528de80f0d df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1779] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:53:59 2026] PUT /v2.0/routers/d746689f-594b-4300-89ef-0402a5afb31d/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1780] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/ports?device_id=d746689f-594b-4300-89ef-0402a5afb31d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:00.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2645728-fe02-4483-a23e-53182960caf0 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 91eb8862-2214-4efa-93f6-745b55504a98 2026-06-11 18:54:00.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2645728-fe02-4483-a23e-53182960caf0 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 91eb8862-2214-4efa-93f6-745b55504a98 [pid: 7|app: 0|req: 841/1781] 10.0.0.56 () {32 vars in 673 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1782] 10.0.0.56 () {32 vars in 687 bytes} [Thu Jun 11 18:54:00 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) 2026-06-11 18:54:00.564 8 INFO neutron.services.segments.plugin [-] Segment b4b85d0e-954b-4e74-b652-ce5fd853ba37 resource provider aggregate not found 2026-06-11 18:54:00.571 8 INFO neutron.services.segments.plugin [-] Segment b4b85d0e-954b-4e74-b652-ce5fd853ba37 resource provider aggregate not found 2026-06-11 18:54:00.581 8 INFO neutron.services.segments.plugin [-] Segment b4b85d0e-954b-4e74-b652-ce5fd853ba37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4b85d0e-954b-4e74-b652-ce5fd853ba37 found for delete ", "request_id": "req-28b690d2-ea87-4937-90c0-d6c2e09d7433"}]} 2026-06-11 18:54:00.585 8 INFO neutron.db.l3_hamode_db [None req-f2645728-fe02-4483-a23e-53182960caf0 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] HA network 80616b5a-0788-4f24-bc48-1694cb900327 was deleted as no HA routers are present in tenant 40d147431995445fa3b9760bdd5cb961. [pid: 8|app: 0|req: 941/1783] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:00 2026] DELETE /v2.0/routers/d746689f-594b-4300-89ef-0402a5afb31d => generated 0 bytes in 556 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:00.594 8 INFO neutron.services.segments.plugin [-] Segment b4b85d0e-954b-4e74-b652-ce5fd853ba37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4b85d0e-954b-4e74-b652-ce5fd853ba37 found for delete ", "request_id": "req-a36087bb-bd76-4603-ab40-75365d979755"}]} [pid: 7|app: 0|req: 843/1784] 10.0.0.56 () {32 vars in 683 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1785] 10.0.0.56 () {32 vars in 695 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1786] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1787] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:00 2026] DELETE /v2.0/subnets/aa2e5266-550b-4898-97f2-72e0069d901a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1788] 10.0.0.56 () {32 vars in 695 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:00.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc65fc4d-651c-437b-8f53-85778460a7c1 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: a274f3c8-8350-4491-94fb-dea11aacee74 2026-06-11 18:54:00.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc65fc4d-651c-437b-8f53-85778460a7c1 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: a274f3c8-8350-4491-94fb-dea11aacee74 [pid: 7|app: 0|req: 847/1789] 10.0.0.56 () {32 vars in 691 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1790] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 849/1791] 10.0.0.56 () {32 vars in 703 bytes} [Thu Jun 11 18:54:00 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1792] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:54:01 2026] DELETE /v2.0/qos/policies/2ccd8ffc-05a6-42cf-a7a1-9d351579e3b0 => 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: 943/1793] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:00 2026] DELETE /v2.0/networks/560d65d7-d10d-4e46-9cc7-b58499058bca => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1794] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:54:01 2026] DELETE /v2.0/qos/policies/d6029e77-1325-417a-8b89-7d09a716e4db => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:01.158 8 INFO neutron.db.segments_db [None req-81dc1ac4-a5ae-4632-84db-881d6bcbca9f df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment bb66d487-2c3b-4639-aea5-fe9af3eb0a63 of type vxlan for network e4e851ca-76d9-42a7-b3ad-04138745b62a [pid: 7|app: 0|req: 852/1795] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:54:01 2026] DELETE /v2.0/qos/policies/3879b244-e312-4e60-b56d-0faa5efe5cf1 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1796] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:54:01 2026] DELETE /v2.0/qos/policies/59b555b9-9e1b-40ae-b05a-2f93699d6478 => 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: 944/1797] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:01 2026] POST /v2.0/networks => generated 614 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1798] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:54:01 2026] DELETE /v2.0/qos/policies/5ac8b57b-acf4-4bce-a65a-f636a438487d => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1799] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:01 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:01.560 7 INFO neutron.db.segments_db [None req-32aa2dd3-33ee-4512-b2be-27193fed5125 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment c2c78475-3c41-41bc-abd8-a0756b00bce9 of type vxlan for network 52773ea8-9668-4c9c-b053-7e736a044c08 2026-06-11 18:54:01.863 7 INFO neutron.db.l3_hamode_db [None req-32aa2dd3-33ee-4512-b2be-27193fed5125 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:02.002 7 INFO neutron.db.l3_hamode_db [None req-32aa2dd3-33ee-4512-b2be-27193fed5125 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 946/1800] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1801] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 948/1802] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1803] 10.0.0.56 () {34 vars in 757 bytes} [Thu Jun 11 18:54:02 2026] PUT /v2.0/security-groups/27af6d52-d9db-4560-92c7-c252a33992f8 => generated 1664 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1804] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/security-groups?tenant_id=b1aa4ae8592d4872a152c883ac901ff3&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1805] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/security-groups/27af6d52-d9db-4560-92c7-c252a33992f8 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1806] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:02 2026] DELETE /v2.0/security-groups/e51e10c9-81bf-4d7a-87e1-d0bb75a62aeb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:02.609 8 INFO neutron.services.segments.plugin [-] Segment fd32879a-fa9d-4dd8-b67f-dafad6d2efbe resource provider aggregate not found 2026-06-11 18:54:02.615 8 INFO neutron.services.segments.plugin [-] Segment fd32879a-fa9d-4dd8-b67f-dafad6d2efbe resource provider aggregate not found 2026-06-11 18:54:02.631 8 INFO neutron.services.segments.plugin [-] Segment fd32879a-fa9d-4dd8-b67f-dafad6d2efbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd32879a-fa9d-4dd8-b67f-dafad6d2efbe found for delete ", "request_id": "req-2fddced4-28cc-4488-a998-22e8b0842c15"}]} [pid: 7|app: 0|req: 855/1807] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:01 2026] POST /v2.0/routers => generated 511 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:02.649 8 INFO neutron.services.segments.plugin [-] Segment fd32879a-fa9d-4dd8-b67f-dafad6d2efbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd32879a-fa9d-4dd8-b67f-dafad6d2efbe found for delete ", "request_id": "req-a5aa5c70-470a-4a2e-8d1e-59efa7817d83"}]} [pid: 8|app: 0|req: 953/1808] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:02 2026] DELETE /v2.0/security-groups/27af6d52-d9db-4560-92c7-c252a33992f8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1809] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/security-groups?tenant_id=b14f5156e55940658383c1bf36541d51&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1810] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1811] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:54:02 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1812] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:02 2026] DELETE /v2.0/security-groups/efd7930d-c401-42d5-a845-afa269e23727 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:03.000 8 INFO neutron.api.v2.resource [None req-0865f172-3aa0-485d-80e2-8889f5134a8d 5ab9ee5a48f34694be0973668a7a9a4a b392899962a4446ca48b7cf62269a181 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 958/1813] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:02 2026] DELETE /v2.0/security-groups/27af6d52-d9db-4560-92c7-c252a33992f8 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1814] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:54:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b788765d25094e4a8418668a5c7b7c05 => generated 273 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1815] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1816] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:54:03 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: 962/1817] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:03 2026] GET /v2.0/security-groups?tenant_id=d745265df5ac48518c5caa6c11f30cca&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1818] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:54:02 2026] PUT /v2.0/routers/27d5aa97-a152-4820-be00-3a4fea44c89b/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1819] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:03 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 957 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1820] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1821] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:03 2026] DELETE /v2.0/security-groups/a32f6472-eafe-4722-9bc3-09a6dfd4b833 => 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: 965/1822] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:54:03 2026] GET /v2.0/ports/30784580-f5f4-4897-9540-61bdad203ae6 => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1823] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:03 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1824] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/security-group-rules/d7155192-b7eb-406f-9408-5a8d79c95b4d => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1825] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:54:03 2026] PUT /v2.0/ports/02f1a0a0-ba68-4168-928e-c7eeb7ed259e => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:54:04.313 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-324a03fe-869c-4889-b0bb-ede9d9ffa4f7'] response: {'name': 'network-changed', 'server_uuid': '6521b6e7-df0d-472b-96d8-bb88b89822d6', 'tag': '02f1a0a0-ba68-4168-928e-c7eeb7ed259e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 859/1826] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1827] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:54:04 2026] DELETE /v2.0/security-group-rules/d7155192-b7eb-406f-9408-5a8d79c95b4d => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:04.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-89095684-976d-43b7-a9bd-c2ee4d5672a5 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 30784580-f5f4-4897-9540-61bdad203ae6 2026-06-11 18:54:04.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89095684-976d-43b7-a9bd-c2ee4d5672a5 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 30784580-f5f4-4897-9540-61bdad203ae6 [pid: 7|app: 0|req: 861/1828] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1829] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1830] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/security-group-rules/77cad14b-05a0-4db1-a3c4-038055c15aaf => 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: 864/1831] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1832] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:54:04 2026] DELETE /v2.0/security-group-rules/77cad14b-05a0-4db1-a3c4-038055c15aaf => 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: 866/1833] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:54:04 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: 968/1834] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:54:04 2026] PUT /v2.0/routers/27d5aa97-a152-4820-be00-3a4fea44c89b/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1835] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1836] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1837] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/ports?device_id=27d5aa97-a152-4820-be00-3a4fea44c89b => 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: 868/1838] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/security-group-rules/8c78c4d2-6f4d-464e-bc16-4ff16ce47e1e => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1839] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:54:04 2026] GET /v2.0/networks?tenant_id=b788765d25094e4a8418668a5c7b7c05&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1840] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:54:05 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1841] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:54:05 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-06-11 18:54:05.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-c25bf2e5-87f5-41bc-ab3d-351fa931fbff df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 8c1fce6d-5df6-4c3d-a0b4-3a346503ebe7 2026-06-11 18:54:05.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25bf2e5-87f5-41bc-ab3d-351fa931fbff df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 8c1fce6d-5df6-4c3d-a0b4-3a346503ebe7 [pid: 8|app: 0|req: 974/1842] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:54:05 2026] DELETE /v2.0/security-group-rules/8c78c4d2-6f4d-464e-bc16-4ff16ce47e1e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1843] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:05 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 976/1844] 10.0.0.56 () {32 vars in 672 bytes} [Thu Jun 11 18:54:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1845] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:05 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&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: 978/1846] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:05 2026] DELETE /v2.0/security-groups/0e114d6e-c9ce-42fe-a5cb-20d120715d43 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1847] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:54:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1848] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 18:54:05 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) 2026-06-11 18:54:05.534 7 INFO neutron.services.segments.plugin [-] Segment c2c78475-3c41-41bc-abd8-a0756b00bce9 resource provider aggregate not found 2026-06-11 18:54:05.550 7 INFO neutron.services.segments.plugin [-] Segment c2c78475-3c41-41bc-abd8-a0756b00bce9 resource provider aggregate not found 2026-06-11 18:54:05.555 7 INFO neutron.services.segments.plugin [-] Segment c2c78475-3c41-41bc-abd8-a0756b00bce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2c78475-3c41-41bc-abd8-a0756b00bce9 found for delete ", "request_id": "req-3fa4b726-3ba8-4986-a748-2049326d3b7e"}]} 2026-06-11 18:54:05.575 7 INFO neutron.services.segments.plugin [-] Segment c2c78475-3c41-41bc-abd8-a0756b00bce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2c78475-3c41-41bc-abd8-a0756b00bce9 found for delete ", "request_id": "req-65b03d85-7143-4f4a-8eaf-03d84931d669"}]} 2026-06-11 18:54:05.578 7 INFO neutron.db.l3_hamode_db [None req-c25bf2e5-87f5-41bc-ab3d-351fa931fbff df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] HA network 52773ea8-9668-4c9c-b053-7e736a044c08 was deleted as no HA routers are present in tenant 40d147431995445fa3b9760bdd5cb961. [pid: 7|app: 0|req: 869/1849] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:04 2026] DELETE /v2.0/routers/27d5aa97-a152-4820-be00-3a4fea44c89b => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1850] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:05 2026] DELETE /v2.0/subnets/adb0b3c5-ae64-42bc-829e-0ade5678dcc5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1851] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:05 2026] DELETE /v2.0/networks/e4e851ca-76d9-42a7-b3ad-04138745b62a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:05.953 8 INFO neutron.db.segments_db [None req-ed362751-949d-449d-9d37-af7dd15f27cd df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Added segment 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc of type vxlan for network bb66e0a1-7ae4-4a25-a78a-acf099b4f21f [pid: 7|app: 0|req: 871/1852] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/security-groups?tenant_id=b392899962a4446ca48b7cf62269a181&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:06.226 8 INFO neutron.db.l3_hamode_db [None req-ed362751-949d-449d-9d37-af7dd15f27cd df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 872/1853] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 873/1854] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:06 2026] DELETE /v2.0/security-groups/4f1ea90b-bba2-408a-9839-b750ebeb325d => 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: 874/1855] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=02f1a0a0-ba68-4168-928e-c7eeb7ed259e => 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: 875/1856] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/subnets?id=cfbdba0e-8fe9-4a2c-835e-e6698088443f => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1857] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 877/1858] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/ports?network_id=eecab409-277d-4685-822c-d2d327ecfba6&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1859] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1860] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1861] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:54:06 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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) 2026-06-11 18:54:07.027 8 INFO neutron.db.l3_hamode_db [None req-ed362751-949d-449d-9d37-af7dd15f27cd df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:07.583 7 INFO neutron.services.segments.plugin [-] Segment bb66d487-2c3b-4639-aea5-fe9af3eb0a63 resource provider aggregate not found 2026-06-11 18:54:07.608 7 INFO neutron.services.segments.plugin [-] Segment bb66d487-2c3b-4639-aea5-fe9af3eb0a63 resource provider aggregate not found 2026-06-11 18:54:07.608 7 INFO neutron.services.segments.plugin [-] Segment bb66d487-2c3b-4639-aea5-fe9af3eb0a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb66d487-2c3b-4639-aea5-fe9af3eb0a63 found for delete ", "request_id": "req-65a84f3e-5e46-40d5-aa9c-fc0be7d8878d"}]} 2026-06-11 18:54:07.633 7 INFO neutron.services.segments.plugin [-] Segment bb66d487-2c3b-4639-aea5-fe9af3eb0a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb66d487-2c3b-4639-aea5-fe9af3eb0a63 found for delete ", "request_id": "req-bd149a93-b8e6-4420-b31b-8dc5776fab37"}]} [pid: 7|app: 0|req: 882/1863] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:07 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 883/1864] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:07 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1865] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:05 2026] POST /v2.0/routers => generated 692 bytes in 2162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1866] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:08 2026] GET /v2.0/routers/68d5e29d-204a-42de-b6f3-53bde3bb33bd => generated 698 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1867] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 18:54:08 2026] GET /v2.0/routers => generated 701 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1868] 10.0.0.56 () {32 vars in 622 bytes} [Thu Jun 11 18:54:08 2026] GET / => generated 151 bytes in 6 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1869] 10.0.0.56 () {32 vars in 632 bytes} [Thu Jun 11 18:54:08 2026] GET /v2.0/ => generated 632 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1870] 10.0.0.56 () {34 vars in 740 bytes} [Thu Jun 11 18:54:08 2026] PUT /v2.0/routers/68d5e29d-204a-42de-b6f3-53bde3bb33bd => generated 705 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1871] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:08 2026] GET /v2.0/routers/68d5e29d-204a-42de-b6f3-53bde3bb33bd => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1872] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:08 2026] GET /v2.0/ports?device_id=68d5e29d-204a-42de-b6f3-53bde3bb33bd => 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: 986/1873] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1874] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 18:54:08.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-e58cdf74-f042-4ecc-ab9a-21e9448edbdf df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: dbf2c518-0d5d-47da-8d27-34b60bb57dd4 2026-06-11 18:54:08.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e58cdf74-f042-4ecc-ab9a-21e9448edbdf df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: dbf2c518-0d5d-47da-8d27-34b60bb57dd4 [pid: 8|app: 0|req: 988/1875] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:08 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1876] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1877] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:09 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:09.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-e58cdf74-f042-4ecc-ab9a-21e9448edbdf df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] TaaS: Handle Delete Port: 9c912675-3877-4c7d-9c4d-2a94fbcef487 2026-06-11 18:54:09.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e58cdf74-f042-4ecc-ab9a-21e9448edbdf df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] Tap Mirror: Handle Delete Port: 9c912675-3877-4c7d-9c4d-2a94fbcef487 [pid: 8|app: 0|req: 991/1878] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:09 2026] GET /v2.0/security-groups?tenant_id=751be970308e4a9fbb0b81e2fc36742d&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: 992/1879] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 18:54:09.625 7 INFO neutron.db.l3_hamode_db [None req-e58cdf74-f042-4ecc-ab9a-21e9448edbdf df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] HA network bb66e0a1-7ae4-4a25-a78a-acf099b4f21f was deleted as no HA routers are present in tenant 40d147431995445fa3b9760bdd5cb961. [pid: 7|app: 0|req: 888/1880] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:08 2026] DELETE /v2.0/routers/68d5e29d-204a-42de-b6f3-53bde3bb33bd => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1881] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/security-groups/f4c8c2f6-d699-47c7-9485-28cffce313d3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:09.651 7 INFO neutron.services.segments.plugin [-] Segment 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc resource provider aggregate not found [pid: 8|app: 0|req: 994/1882] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:09 2026] GET /v2.0/ports?device_id=68d5e29d-204a-42de-b6f3-53bde3bb33bd => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:09.681 7 INFO neutron.services.segments.plugin [-] Segment 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc resource provider aggregate not found 2026-06-11 18:54:09.688 7 INFO neutron.services.segments.plugin [-] Segment 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc found for delete ", "request_id": "req-e9331e83-9b38-4235-928d-3c185ae7911a"}]} 2026-06-11 18:54:09.699 7 INFO neutron.services.segments.plugin [-] Segment 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f9ae08d-54b0-4dff-ae79-ee8edc8e10bc found for delete ", "request_id": "req-4e5f38d3-5dae-4339-83df-14b4b7ae26ce"}]} 2026-06-11 18:54:09.712 8 INFO neutron.api.v2.resource [None req-726422a8-9e5a-4495-b9d1-b95832e3ed91 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 995/1883] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/routers/68d5e29d-204a-42de-b6f3-53bde3bb33bd => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1884] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:09 2026] GET /v2.0/ports?device_id=27d5aa97-a152-4820-be00-3a4fea44c89b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:09.770 8 INFO neutron.api.v2.resource [None req-7f237272-f89a-4811-8fbc-4d275d0e6c12 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 997/1885] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/routers/27d5aa97-a152-4820-be00-3a4fea44c89b => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:54:09.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1bd1d1c-5ed1-4508-9b21-31f64b78d2d8 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/1886] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/subnets/adb0b3c5-ae64-42bc-829e-0ade5678dcc5 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1887] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:09 2026] GET /v2.0/ports?device_id=d746689f-594b-4300-89ef-0402a5afb31d => 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: 889/1888] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:54:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 18:54:09.854 8 INFO neutron.api.v2.resource [None req-9168c652-a31c-4868-b55d-202e4c9335c6 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/1889] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/routers/d746689f-594b-4300-89ef-0402a5afb31d => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:54:09.874 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6e2195d-d9eb-4473-9184-0e3b4b886798 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/1890] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/subnets/aa2e5266-550b-4898-97f2-72e0069d901a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1891] 10.0.0.56 () {34 vars in 766 bytes} [Thu Jun 11 18:54:09 2026] PUT /v2.0/security-groups/3d42f1f1-2f5a-420a-9e4d-b130eeb7017c/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1892] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:09 2026] GET /v2.0/ports?device_id=d4b151e6-f60c-4c33-aacc-ffd449c2c957 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:09.937 8 INFO neutron.api.v2.resource [None req-5b8b473a-3b83-4b1d-851e-76adcdae5769 df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/1893] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/routers/d4b151e6-f60c-4c33-aacc-ffd449c2c957 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:54:09.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea3b2e1c-b0d4-4c03-b13d-5fe0719eb64e df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/1894] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/subnets/9b974b13-1470-4bf7-ab94-e7ea9657ebed => 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: 891/1895] 10.0.0.56 () {34 vars in 766 bytes} [Thu Jun 11 18:54:09 2026] PUT /v2.0/security-groups/9fd9eb48-617c-4bc7-a928-32d681ce62bd/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:09.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4dac9cd2-195d-4d31-b684-e89f35e441ac df1b1091302140bf841a8d9ac70b95f5 40d147431995445fa3b9760bdd5cb961 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/1896] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:09 2026] DELETE /v2.0/subnets/b3259925-ff44-459d-9fa9-96120c0f8705 => 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: 892/1897] 10.0.0.56 () {34 vars in 766 bytes} [Thu Jun 11 18:54:09 2026] PUT /v2.0/security-groups/e1af65eb-6c7e-4fed-a7a5-8fcbc63a2d2b/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1898] 10.0.0.56 () {34 vars in 766 bytes} [Thu Jun 11 18:54:10 2026] PUT /v2.0/security-groups/b4fa3542-f3c7-451e-b87b-4f6158666ab6/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1899] 10.0.0.56 () {32 vars in 679 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1900] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1901] 10.0.0.56 () {32 vars in 689 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1902] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1903] 10.0.0.56 () {32 vars in 701 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1904] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&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: 896/1905] 10.0.0.56 () {32 vars in 687 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1906] 10.0.0.56 () {32 vars in 701 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1907] 10.0.0.56 () {32 vars in 697 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1908] 10.0.0.56 () {32 vars in 709 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1909] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:10 2026] DELETE /v2.0/security-groups/3d42f1f1-2f5a-420a-9e4d-b130eeb7017c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1910] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:10 2026] DELETE /v2.0/security-groups/9fd9eb48-617c-4bc7-a928-32d681ce62bd => 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: 898/1911] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:10 2026] GET /v2.0/security-groups?tenant_id=40d147431995445fa3b9760bdd5cb961&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1912] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:10 2026] DELETE /v2.0/security-groups/e1af65eb-6c7e-4fed-a7a5-8fcbc63a2d2b => 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: 899/1913] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:10 2026] DELETE /v2.0/security-groups/f51bf9d1-6eb0-476c-926f-2585fb18b858 => 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: 1015/1914] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:10 2026] DELETE /v2.0/security-groups/b4fa3542-f3c7-451e-b87b-4f6158666ab6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1915] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:10 2026] DELETE /v2.0/security-groups/a38727b8-c402-468f-a0ab-62f84865c1b0 => 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: 1016/1916] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:11 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 901/1917] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:11 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1918] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:11 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1919] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:11 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1920] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:11 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:12.263 7 INFO neutron.db.l3_db [None req-70d1c1fc-e9bf-43da-9507-5fb3bb67667a 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Floating IP 58c3b489-6410-42ab-bbd9-b2a4e99db2df associated. External IP: 10.96.250.203, port: 02f1a0a0-ba68-4168-928e-c7eeb7ed259e. [pid: 8|app: 0|req: 1019/1921] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:12 2026] GET /v2.0/security-groups?tenant_id=47780ccfa3ef4e5cae76a6f0dd4f6483&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1922] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:12 2026] DELETE /v2.0/security-groups/871009b2-ac8a-47b0-9129-8e13cec8323c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1923] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:54:11 2026] PUT /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 855 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:12.751 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e837991-1362-4b07-9abb-53844a8f3085'] response: {'name': 'network-changed', 'server_uuid': '6521b6e7-df0d-472b-96d8-bb88b89822d6', 'tag': '02f1a0a0-ba68-4168-928e-c7eeb7ed259e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 904/1924] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:54:12 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 855 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1925] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:12 2026] GET /v2.0/security-groups?tenant_id=a71b011c9af8494aa1fd71cfae6dbd14&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1926] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:12 2026] DELETE /v2.0/security-groups/3f973dd8-3ca2-41ed-bc78-a151ff323521 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1927] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/security-groups?tenant_id=d6d7bf40d4b141de80c203cdf1fa08b1&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1928] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:13 2026] DELETE /v2.0/security-groups/0e58dec2-5f7a-4523-bb95-0436baf23829 => 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: 908/1929] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/ports?tenant_id=b788765d25094e4a8418668a5c7b7c05&device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:13.353 8 INFO neutron.db.segments_db [None req-06a9fdd2-370d-4260-9e88-4f10ce1d7f4e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 of type vxlan for network a3d1df7e-9293-46b1-ba75-8ea41874c2ad [pid: 7|app: 0|req: 909/1930] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/networks?id=eecab409-277d-4685-822c-d2d327ecfba6 => generated 757 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1931] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=02f1a0a0-ba68-4168-928e-c7eeb7ed259e => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1932] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:54:12 2026] POST /v2.0/networks => generated 721 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1933] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/subnets?id=cfbdba0e-8fe9-4a2c-835e-e6698088443f => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1934] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/ports?network_id=eecab409-277d-4685-822c-d2d327ecfba6&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: 913/1935] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?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: 914/1936] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1937] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:13 2026] POST /v2.0/subnets => generated 687 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:13.789 7 INFO neutron.db.segments_db [None req-f65e302f-3a30-4e71-a032-3d6dc81500d6 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 2959365e-b6f1-499e-9cd5-0fee00e875ed of type vxlan for network 236fe670-6229-4cc3-903e-b25ba8c0e6e0 [pid: 8|app: 0|req: 1024/1938] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:54:13 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 855 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:14.080 7 INFO neutron.db.l3_hamode_db [None req-f65e302f-3a30-4e71-a032-3d6dc81500d6 c201e2d1190b465c85818fcc45770898 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1026/1940] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:54:14 2026] GET /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:14.964 7 INFO neutron.db.l3_hamode_db [None req-f65e302f-3a30-4e71-a032-3d6dc81500d6 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 915/1941] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:13 2026] POST /v2.0/routers => generated 727 bytes in 2149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1942] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:15 2026] GET /v2.0/security-groups?tenant_id=a62f551ad0934e8cafe304cd8f5a3481&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1943] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:15 2026] DELETE /v2.0/security-groups/e09b5481-9468-41fa-959c-07950bb9c1b1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1944] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:16 2026] GET /v2.0/security-groups?tenant_id=ee65d872317942ec9aceaf7db6d38d06&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1945] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:16 2026] DELETE /v2.0/security-groups/4b11dca4-1e57-4fb7-817c-4020806cafd1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1946] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:54:15 2026] PUT /v2.0/routers/9e0779d1-d387-4d9e-8195-6ef85efc3e2f/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1947] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1948] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1949] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1950] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1951] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1952] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:54:18 2026] PUT /v2.0/subnetpools/6c0cd530-99c6-4146-9e30-9be0ad5e55f1/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1953] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:54:18 2026] PUT /v2.0/subnetpools/132b2879-5431-4b53-acbb-6810eb0828b7/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1954] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:54:18 2026] PUT /v2.0/subnetpools/385f64b2-ff2a-40b5-bb4e-2bb9dc7d6a73/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1955] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:54:18 2026] PUT /v2.0/subnetpools/bcf01892-93b9-48c6-af14-2b55867a0581/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1956] 10.0.0.56 () {32 vars in 671 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1957] 10.0.0.56 () {32 vars in 685 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1958] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:54:18 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: 1039/1959] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:18.532 7 INFO neutron.db.segments_db [None req-1cf09efa-1a61-44e1-b865-69f0e3e8645a c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment 2d93b0e0-8f22-4565-87cd-b249267097fe of type vxlan for network c44b02d4-1ca0-4cc1-a5d5-bde99f4be688 [pid: 8|app: 0|req: 1040/1960] 10.0.0.56 () {32 vars in 679 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1961] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1962] 10.0.0.56 () {34 vars in 670 bytes} [Thu Jun 11 18:54:18 2026] POST /v2.0/networks => generated 720 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1963] 10.0.0.56 () {32 vars in 689 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1964] 10.0.0.56 () {32 vars in 701 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1965] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:54:18 2026] DELETE /v2.0/subnetpools/6c0cd530-99c6-4146-9e30-9be0ad5e55f1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1966] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:54:18 2026] DELETE /v2.0/subnetpools/132b2879-5431-4b53-acbb-6810eb0828b7 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1967] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:54:18 2026] DELETE /v2.0/subnetpools/385f64b2-ff2a-40b5-bb4e-2bb9dc7d6a73 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1968] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:18 2026] POST /v2.0/subnets => generated 686 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1969] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:54:18 2026] DELETE /v2.0/subnetpools/bcf01892-93b9-48c6-af14-2b55867a0581 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:18.984 8 INFO neutron.db.segments_db [None req-8a297501-61a7-4fa6-8adb-1d17b402067f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Added segment de40f55c-fdd6-4ff6-8262-7366ea081bc8 of type vxlan for network e226d2ac-eed4-4207-80e3-3b0afd73c5e3 [pid: 7|app: 0|req: 927/1970] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:54:18 2026] DELETE /v2.0/subnetpools/683192b0-17c4-4570-b588-a1d73e626a8e => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:19.261 8 INFO neutron.db.l3_hamode_db [None req-8a297501-61a7-4fa6-8adb-1d17b402067f c201e2d1190b465c85818fcc45770898 59b59eec65a349f6ac7a168494a82e3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 928/1971] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:18 2026] GET /v2.0/security-groups?tenant_id=1411816cf83f46e0a26c903f07046382&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: 929/1972] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:19 2026] DELETE /v2.0/security-groups/fd3a1756-cc96-4070-bb18-b421688beebf => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:20.054 8 INFO neutron.db.l3_hamode_db [None req-8a297501-61a7-4fa6-8adb-1d17b402067f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 930/1973] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:19 2026] GET /v2.0/security-groups?tenant_id=3a1da76bb8a64f5ab50255345b428dcb&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1974] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:20 2026] DELETE /v2.0/security-groups/8f80775d-2c17-48c4-9045-ef67cc98f6eb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1975] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:20 2026] GET /v2.0/security-groups?tenant_id=4b2986fdc6cb437ea2ac362801e6644e&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1976] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:20 2026] DELETE /v2.0/security-groups/4bf53aec-eb09-45fd-935c-891cd935269d => 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: 934/1977] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:20 2026] GET /v2.0/security-groups?tenant_id=8921c261da3744e18ea0a785328a4155&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1978] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:20 2026] DELETE /v2.0/security-groups/6ed701f5-7a84-44bf-9de4-332e5c0bdb24 => 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: 1044/1979] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:18 2026] POST /v2.0/routers => generated 726 bytes in 2193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1981] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:54:21 2026] PUT /v2.0/routers/c1f50ba3-54c7-44f1-ae33-a50ce6212fbf/add_router_interface => generated 309 bytes in 1435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1982] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:54:23 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1983] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:23 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1984] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:54:23 2026] POST /v2.0/security-groups => generated 1675 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1985] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1986] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:23 2026] POST /v2.0/security-group-rules => generated 596 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1987] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:24.213 7 INFO neutron.db.segments_db [None req-5950b7f3-9122-4099-ae25-b1bc516db26d c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] Added segment bc827d0e-9a00-477a-b51f-aed7bfcb0831 of type vxlan for network e49644ce-a5e3-42ae-8582-0be4ee18e0fa [pid: 8|app: 0|req: 1050/1988] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:24.270 8 INFO neutron.db.securitygroups_db [None req-2bc10776-aecf-4aae-b7a0-fb33f407d1c6 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Project f7bae3ac33bf4a40a2e963878e8e5ee6 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: 939/1989] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:23 2026] POST /v2.0/networks => generated 708 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1990] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:24.422 8 INFO neutron.db.securitygroups_db [None req-17ef92f2-d94b-4939-8afd-2d8fcc62bf06 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Project f7bae3ac33bf4a40a2e963878e8e5ee6 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: 1052/1991] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1992] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:24 2026] POST /v2.0/subnets => generated 644 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:24.641 8 WARNING neutron.api.v2.base [None req-bc186444-85d5-48e9-a2a5-a40e17e3b86e c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-11 18:54:24.642 8 INFO neutron.api.v2.resource [None req-bc186444-85d5-48e9-a2a5-a40e17e3b86e c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1053/1993] 10.0.0.56 () {34 vars in 680 bytes} [Thu Jun 11 18:54:24 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-11 18:54:24.905 7 INFO neutron.services.segments.plugin [-] Segment bc827d0e-9a00-477a-b51f-aed7bfcb0831 resource provider aggregate not found 2026-06-11 18:54:24.924 7 INFO neutron.services.segments.plugin [-] Segment bc827d0e-9a00-477a-b51f-aed7bfcb0831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc827d0e-9a00-477a-b51f-aed7bfcb0831 found for delete ", "request_id": "req-e6305b6b-eb93-482a-9e3b-f29513481538"}]} 2026-06-11 18:54:24.926 7 INFO neutron.services.segments.plugin [-] Segment bc827d0e-9a00-477a-b51f-aed7bfcb0831 resource provider aggregate not found [pid: 7|app: 0|req: 941/1994] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:24 2026] DELETE /v2.0/networks/e49644ce-a5e3-42ae-8582-0be4ee18e0fa => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:24.955 7 INFO neutron.services.segments.plugin [-] Segment bc827d0e-9a00-477a-b51f-aed7bfcb0831 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc827d0e-9a00-477a-b51f-aed7bfcb0831 found for delete ", "request_id": "req-56052ce9-61c6-4454-900d-7ba424ac7d51"}]} 2026-06-11 18:54:25.042 8 INFO neutron.db.segments_db [None req-9847e52e-086f-4c3f-8dd8-585042fe4b33 c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] Added segment 186158cc-52f1-42f3-b0b5-7161b36a9dd1 of type vxlan for network c5fcc125-d873-4342-b675-8d3ff4916cbd [pid: 8|app: 0|req: 1054/1995] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:24 2026] POST /v2.0/networks => generated 707 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1996] 10.0.0.56 () {34 vars in 684 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1997] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1998] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/subnets => generated 647 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:25.395 8 WARNING neutron.api.v2.base [None req-471bc3b5-57a7-4edb-ac60-ac658347521d c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-11 18:54:25.395 8 INFO neutron.api.v2.resource [None req-471bc3b5-57a7-4edb-ac60-ac658347521d c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1056/1999] 10.0.0.56 () {34 vars in 680 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2000] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:25.607 8 INFO neutron.services.segments.plugin [-] Segment 186158cc-52f1-42f3-b0b5-7161b36a9dd1 resource provider aggregate not found 2026-06-11 18:54:25.617 8 INFO neutron.services.segments.plugin [-] Segment 186158cc-52f1-42f3-b0b5-7161b36a9dd1 resource provider aggregate not found 2026-06-11 18:54:25.632 8 INFO neutron.services.segments.plugin [-] Segment 186158cc-52f1-42f3-b0b5-7161b36a9dd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 186158cc-52f1-42f3-b0b5-7161b36a9dd1 found for delete ", "request_id": "req-f5fcbd3a-49c8-44a7-8aa9-6703f6680f71"}]} 2026-06-11 18:54:25.643 8 INFO neutron.services.segments.plugin [-] Segment 186158cc-52f1-42f3-b0b5-7161b36a9dd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 186158cc-52f1-42f3-b0b5-7161b36a9dd1 found for delete ", "request_id": "req-fb5fa6e1-e52f-4bac-8c87-1988860be877"}]} [pid: 8|app: 0|req: 1057/2001] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:25 2026] DELETE /v2.0/networks/c5fcc125-d873-4342-b675-8d3ff4916cbd => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:25.752 8 INFO neutron.db.segments_db [None req-8ede1d9e-5ae6-446b-b858-b316f13b725f c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] Added segment 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c of type vxlan for network c1a69e1b-9654-44c5-87a8-42030e9d78a7 [pid: 8|app: 0|req: 1058/2002] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/networks => generated 708 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2003] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/floatingips => generated 552 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:26.249 8 INFO neutron.db.segments_db [None req-0e23be63-a316-4f9f-a87a-eb2f4a396861 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Added segment dcd2d999-89a4-4a71-af13-09e86cb2552c of type vxlan for network ce5eddf9-b023-4b1a-8bdf-8662898e82a9 [pid: 7|app: 0|req: 946/2004] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:26 2026] POST /v2.0/subnets => generated 647 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2005] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:25 2026] POST /v2.0/networks => generated 612 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2006] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1121857940&fields=id&tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2007] 10.0.0.56 () {34 vars in 680 bytes} [Thu Jun 11 18:54:26 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: 8|app: 0|req: 1061/2008] 10.0.0.170 () {34 vars in 1100 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1975540904&fields=id&tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2009] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/networks?id=a3d1df7e-9293-46b1-ba75-8ea41874c2ad => generated 672 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2010] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/quotas/f7bae3ac33bf4a40a2e963878e8e5ee6 => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2011] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:54:26 2026] POST /v2.0/ports => generated 743 bytes in 455 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: 1064/2012] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/ports?tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2013] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad?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: 1066/2014] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:54:26 2026] GET /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad?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: 949/2015] 10.0.0.56 () {34 vars in 665 bytes} [Thu Jun 11 18:54:26 2026] POST /v2.0/trunks => generated 407 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2016] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 18:54:27 2026] GET /v2.0/networks/c1a69e1b-9654-44c5-87a8-42030e9d78a7 => generated 655 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:27.165 7 INFO neutron.db.segments_db [None req-120bd6ac-323c-4fdd-8352-143afd0046b6 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Added segment e68b54e4-601b-4488-aefc-8d37406e0bf0 of type vxlan for network a36666ba-2596-4547-b1dd-f1414739d669 [pid: 8|app: 0|req: 1068/2017] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:27 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => 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: 950/2018] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:27 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:27.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a7f6144-a517-4095-a72e-de38b3a578cf 35ff15f661674751818fb00ec13c15b7 19ace06962624ef4bc67362a6bc86b15 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/2019] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 18:54:27 2026] GET /v2.0/networks/c1a69e1b-9654-44c5-87a8-42030e9d78a7 => generated 138 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2020] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:54:27 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:54:27.804 7 INFO neutron.services.segments.plugin [-] Segment 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c resource provider aggregate not found 2026-06-11 18:54:27.807 7 INFO neutron.services.segments.plugin [-] Segment 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c resource provider aggregate not found 2026-06-11 18:54:27.821 7 INFO neutron.services.segments.plugin [-] Segment 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c found for delete ", "request_id": "req-9a3675a6-0bc9-4c66-8864-a08021778140"}]} 2026-06-11 18:54:27.826 7 INFO neutron.services.segments.plugin [-] Segment 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501c0dd5-fad1-4f82-84bb-ea24f93a4f2c found for delete ", "request_id": "req-cde1e9c0-32ce-474e-81d6-56762e32100e"}]} [pid: 7|app: 0|req: 952/2021] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:27 2026] DELETE /v2.0/networks/c1a69e1b-9654-44c5-87a8-42030e9d78a7 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:27.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09a7d1d6-2345-49fb-b0fc-254068d32fca c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/2022] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:27 2026] DELETE /v2.0/subnets/791d7355-16f2-4a44-8bae-33e58b22ce49 => 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: 1070/2023] 10.0.0.56 () {34 vars in 665 bytes} [Thu Jun 11 18:54:27 2026] POST /v2.0/trunks => generated 407 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:27.949 8 INFO neutron.db.segments_db [None req-31eb0e53-74a4-477d-85ae-fcee57bc2222 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Added segment 7cb15797-16ba-4230-ab71-f7ac857379d8 of type vxlan for network 60a6eb6a-478b-44ef-b3b1-e9dd86e33f04 [pid: 8|app: 0|req: 1071/2024] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:27 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2025] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:54:28 2026] POST /v2.0/ports => generated 743 bytes in 369 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/2026] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:28 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:28.462 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d397668-bdb2-417d-96ac-95b26b4521c1 c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/2027] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:27 2026] DELETE /v2.0/subnets/93993dd7-b3a1-4960-a15e-afecb36fb602 => generated 136 bytes in 598 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:54:28.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33a84357-dc05-4c74-aa61-b909f7a837df c4c521dbd7e640a291b72729da8e973f 4b63c138bce1467099286fae0db41921 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 955/2028] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:28 2026] DELETE /v2.0/subnets/75b2ff9a-2d7d-4fde-9f33-2c82e510613b => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2029] 10.0.0.56 () {34 vars in 665 bytes} [Thu Jun 11 18:54:28 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:28.677 7 INFO neutron.db.segments_db [None req-f3e58e7a-0be0-4f06-8b98-f8fd3fcbfc23 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Added segment 295eaf5b-04ff-41b2-9291-7826df8da57f of type vxlan for network 6471f3b5-1b5c-4794-ba42-ccd23fc03da6 [pid: 7|app: 0|req: 956/2030] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:28 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2031] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:54:28 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2032] 10.0.0.56 () {34 vars in 665 bytes} [Thu Jun 11 18:54:29 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:54:29.309 8 INFO neutron.db.segments_db [None req-f98263bf-1a79-4f5c-8d6e-510af141e58e 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Added segment e6d0fe36-4c2e-463b-b701-0bd5f37a2122 of type vxlan for network 7ba43be2-5988-4937-901f-a8a5143d20c1 [pid: 8|app: 0|req: 1076/2033] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:29 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2034] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:29 2026] GET /v2.0/security-groups?tenant_id=4b63c138bce1467099286fae0db41921&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: 1078/2035] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:29 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => 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: 958/2036] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:54:29 2026] POST /v2.0/ports => generated 743 bytes in 354 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: 1079/2038] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:29 2026] DELETE /v2.0/security-groups/57162b36-6fa4-49d9-8f12-404c88b1f8cf => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2039] 10.0.0.56 () {34 vars in 665 bytes} [Thu Jun 11 18:54:29 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2040] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:54:29 2026] PUT /v2.0/trunks/1341b647-f0b4-4261-964f-025e713b5a16/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2041] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:54:29 2026] PUT /v2.0/trunks/1f0f0c13-68db-43bf-a3b2-21ea438eea19/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: 963/2042] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:54:30 2026] PUT /v2.0/trunks/34547365-fd5e-4bfd-9b49-0d381f3bc17b/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: 1080/2043] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:29 2026] GET /v2.0/security-groups?tenant_id=19ace06962624ef4bc67362a6bc86b15&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2044] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:54:30 2026] PUT /v2.0/trunks/ab440b7d-6930-46b6-a674-4ab39615ce45/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2045] 10.0.0.56 () {32 vars in 661 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2046] 10.0.0.56 () {32 vars in 675 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2047] 10.0.0.56 () {32 vars in 671 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2048] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:30 2026] DELETE /v2.0/security-groups/ff694530-bfdb-4669-97ed-3eb5962f44c9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2049] 10.0.0.56 () {32 vars in 683 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2050] 10.0.0.56 () {32 vars in 669 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2051] 10.0.0.56 () {32 vars in 683 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2052] 10.0.0.56 () {32 vars in 679 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2053] 10.0.0.56 () {32 vars in 691 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2054] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks/1341b647-f0b4-4261-964f-025e713b5a16 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2055] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/ports/260cf392-174f-4252-b663-3f35c50a2e58 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2056] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/security-groups?tenant_id=285f20c00ab64dbf803a5977ce7378f1&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2057] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:54:30 2026] DELETE /v2.0/trunks/1341b647-f0b4-4261-964f-025e713b5a16 => 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: 973/2058] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks/1f0f0c13-68db-43bf-a3b2-21ea438eea19 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2059] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:30 2026] DELETE /v2.0/security-groups/821b2a13-6346-41fe-a05e-0cf639e87f62 => 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: 974/2060] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/ports/8d384c3e-f48d-480c-99ab-0cb1dc3cb4b0 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2061] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:54:30 2026] DELETE /v2.0/trunks/1f0f0c13-68db-43bf-a3b2-21ea438eea19 => 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: 975/2062] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => 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: 1088/2063] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks/34547365-fd5e-4bfd-9b49-0d381f3bc17b => 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: 976/2064] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/ports/1bf14aac-021e-479b-a183-7e425b31a165 => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2065] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:54:30 2026] DELETE /v2.0/trunks/34547365-fd5e-4bfd-9b49-0d381f3bc17b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2066] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:54:30 2026] GET /v2.0/trunks/ab440b7d-6930-46b6-a674-4ab39615ce45 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2067] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:54:31 2026] GET /v2.0/ports/c1683903-bfd9-4401-9478-0343c7c2a068 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2068] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:54:31 2026] DELETE /v2.0/trunks/ab440b7d-6930-46b6-a674-4ab39615ce45 => 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: 1091/2069] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:54:31 2026] GET /v2.0/trunks/5697d2c4-67e9-4008-83df-c9fe789d5a26 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2070] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:54:31 2026] GET /v2.0/ports/83ce0876-714d-47b4-a854-167cbb73df39 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2071] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:54:31 2026] DELETE /v2.0/trunks/5697d2c4-67e9-4008-83df-c9fe789d5a26 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:31.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-c90dbbf5-f1aa-4135-920b-fc100f5db6fa 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] TaaS: Handle Delete Port: 260cf392-174f-4252-b663-3f35c50a2e58 2026-06-11 18:54:31.487 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90dbbf5-f1aa-4135-920b-fc100f5db6fa 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Tap Mirror: Handle Delete Port: 260cf392-174f-4252-b663-3f35c50a2e58 [pid: 7|app: 0|req: 980/2072] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:54:31 2026] DELETE /v2.0/ports/260cf392-174f-4252-b663-3f35c50a2e58 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2073] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:54:31 2026] GET /v2.0/networks?id=a3d1df7e-9293-46b1-ba75-8ea41874c2ad => generated 672 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:31.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-a400c7ca-5e1e-43a5-9672-612d64e00a3d 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] TaaS: Handle Delete Port: 8d384c3e-f48d-480c-99ab-0cb1dc3cb4b0 2026-06-11 18:54:31.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a400c7ca-5e1e-43a5-9672-612d64e00a3d 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Tap Mirror: Handle Delete Port: 8d384c3e-f48d-480c-99ab-0cb1dc3cb4b0 [pid: 8|app: 0|req: 1094/2074] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:54:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6 => generated 274 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2075] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:54:31 2026] DELETE /v2.0/ports/8d384c3e-f48d-480c-99ab-0cb1dc3cb4b0 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:31.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f7040e2-9eda-44ad-aba0-be063f84ab32 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] TaaS: Handle Delete Port: 1bf14aac-021e-479b-a183-7e425b31a165 2026-06-11 18:54:31.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f7040e2-9eda-44ad-aba0-be063f84ab32 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Tap Mirror: Handle Delete Port: 1bf14aac-021e-479b-a183-7e425b31a165 [pid: 7|app: 0|req: 982/2076] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:54:31 2026] DELETE /v2.0/ports/1bf14aac-021e-479b-a183-7e425b31a165 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2077] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:32 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1000 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2078] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:54:31 2026] POST /v2.0/ports => generated 997 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:54:32.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-9aa03f92-85c9-4c4d-be5a-c66cac57a9ce 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] TaaS: Handle Delete Port: c1683903-bfd9-4401-9478-0343c7c2a068 2026-06-11 18:54:32.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aa03f92-85c9-4c4d-be5a-c66cac57a9ce 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Tap Mirror: Handle Delete Port: c1683903-bfd9-4401-9478-0343c7c2a068 [pid: 8|app: 0|req: 1096/2079] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:32 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2080] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:32 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2081] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:54:32 2026] DELETE /v2.0/ports/c1683903-bfd9-4401-9478-0343c7c2a068 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2082] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:32 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:32.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-80046617-c967-4f47-80c4-368dd99138f2 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] TaaS: Handle Delete Port: 83ce0876-714d-47b4-a854-167cbb73df39 2026-06-11 18:54:32.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80046617-c967-4f47-80c4-368dd99138f2 28f1b85abcd24e748745e69423b3f881 febecfe4cfb147e9af9efb475e050d8e - - default default] Tap Mirror: Handle Delete Port: 83ce0876-714d-47b4-a854-167cbb73df39 [pid: 7|app: 0|req: 986/2083] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:54:32 2026] DELETE /v2.0/ports/83ce0876-714d-47b4-a854-167cbb73df39 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:32.745 7 INFO neutron.services.segments.plugin [-] Segment dcd2d999-89a4-4a71-af13-09e86cb2552c resource provider aggregate not found 2026-06-11 18:54:32.757 7 INFO neutron.services.segments.plugin [-] Segment dcd2d999-89a4-4a71-af13-09e86cb2552c resource provider aggregate not found 2026-06-11 18:54:32.775 7 INFO neutron.services.segments.plugin [-] Segment dcd2d999-89a4-4a71-af13-09e86cb2552c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd2d999-89a4-4a71-af13-09e86cb2552c found for delete ", "request_id": "req-5cefe62a-50da-4455-8ae6-c3c842178917"}]} 2026-06-11 18:54:32.780 7 INFO neutron.services.segments.plugin [-] Segment dcd2d999-89a4-4a71-af13-09e86cb2552c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcd2d999-89a4-4a71-af13-09e86cb2552c found for delete ", "request_id": "req-f8141b94-f107-42d8-8fec-975f68b95bc2"}]} [pid: 7|app: 0|req: 987/2084] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:32 2026] DELETE /v2.0/networks/ce5eddf9-b023-4b1a-8bdf-8662898e82a9 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2085] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:54:32 2026] PUT /v2.0/ports/4f87f8ed-0340-43d9-9eb7-6ef277da76d1 => generated 1278 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:32.856 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55a85d29-1fe2-4d5f-baa4-67865f7b41db'] response: {'name': 'network-changed', 'server_uuid': 'dc82474f-82a1-43bd-87a3-47df2557b0ed', 'tag': '4f87f8ed-0340-43d9-9eb7-6ef277da76d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 988/2086] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:32 2026] DELETE /v2.0/networks/a36666ba-2596-4547-b1dd-f1414739d669 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:54:33.113 8 INFO neutron.services.segments.plugin [-] Segment 7cb15797-16ba-4230-ab71-f7ac857379d8 resource provider aggregate not found 2026-06-11 18:54:33.119 8 INFO neutron.services.segments.plugin [-] Segment 7cb15797-16ba-4230-ab71-f7ac857379d8 resource provider aggregate not found 2026-06-11 18:54:33.135 8 INFO neutron.services.segments.plugin [-] Segment 7cb15797-16ba-4230-ab71-f7ac857379d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cb15797-16ba-4230-ab71-f7ac857379d8 found for delete ", "request_id": "req-1d654179-d555-49a2-8ea2-9d6898474b77"}]} 2026-06-11 18:54:33.138 8 INFO neutron.services.segments.plugin [-] Segment 7cb15797-16ba-4230-ab71-f7ac857379d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cb15797-16ba-4230-ab71-f7ac857379d8 found for delete ", "request_id": "req-436839d0-f413-46f5-a8e1-08763b3eab29"}]} [pid: 8|app: 0|req: 1099/2087] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:32 2026] DELETE /v2.0/networks/60a6eb6a-478b-44ef-b3b1-e9dd86e33f04 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2088] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:33 2026] DELETE /v2.0/networks/6471f3b5-1b5c-4794-ba42-ccd23fc03da6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2089] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/ports?tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6&device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2090] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2091] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:33 2026] DELETE /v2.0/networks/7ba43be2-5988-4937-901f-a8a5143d20c1 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2092] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/networks?tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6&shared=False => generated 768 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2093] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2094] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2095] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2096] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:54:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2097] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/security-groups?tenant_id=e3490afe33aa4d08815a9198946b789a&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2098] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/ports?tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6&device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1281 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2099] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1012 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2100] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2101] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2102] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4f87f8ed-0340-43d9-9eb7-6ef277da76d1 => 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: 999/2103] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:34.801 7 INFO neutron.services.segments.plugin [-] Segment e68b54e4-601b-4488-aefc-8d37406e0bf0 resource provider aggregate not found 2026-06-11 18:54:34.801 7 INFO neutron.services.segments.plugin [-] Segment e68b54e4-601b-4488-aefc-8d37406e0bf0 resource provider aggregate not found [pid: 8|app: 0|req: 1105/2104] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:34 2026] DELETE /v2.0/security-groups/fcbb6372-505c-4e55-92ea-1faee1e65989 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:34.838 7 INFO neutron.services.segments.plugin [-] Segment e68b54e4-601b-4488-aefc-8d37406e0bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e68b54e4-601b-4488-aefc-8d37406e0bf0 found for delete ", "request_id": "req-0d559254-18c0-48bb-a733-95ca7edd880e"}]} 2026-06-11 18:54:34.838 7 INFO neutron.services.segments.plugin [-] Segment e68b54e4-601b-4488-aefc-8d37406e0bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e68b54e4-601b-4488-aefc-8d37406e0bf0 found for delete ", "request_id": "req-6675ab1f-732f-4f4e-b409-70007407586d"}]} [pid: 8|app: 0|req: 1106/2105] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/security-groups?id=fa1563b7-50d5-4c53-ac6f-25de511e1f43&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:34.869 7 INFO neutron.services.segments.plugin [-] Segment 295eaf5b-04ff-41b2-9291-7826df8da57f resource provider aggregate not found 2026-06-11 18:54:34.875 7 INFO neutron.services.segments.plugin [-] Segment 295eaf5b-04ff-41b2-9291-7826df8da57f resource provider aggregate not found [pid: 8|app: 0|req: 1107/2106] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/subnets?id=a19544cd-8dfe-43e1-9ae2-d95e5e414dc4 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:34.893 7 INFO neutron.services.segments.plugin [-] Segment 295eaf5b-04ff-41b2-9291-7826df8da57f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295eaf5b-04ff-41b2-9291-7826df8da57f found for delete ", "request_id": "req-f435da68-d717-46d7-8aee-1b123b0d8949"}]} 2026-06-11 18:54:34.894 7 INFO neutron.services.segments.plugin [-] Segment 295eaf5b-04ff-41b2-9291-7826df8da57f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 295eaf5b-04ff-41b2-9291-7826df8da57f found for delete ", "request_id": "req-9eec89c3-de14-4c8c-9e32-3a66928763b4"}]} [pid: 8|app: 0|req: 1108/2107] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/ports?network_id=a3d1df7e-9293-46b1-ba75-8ea41874c2ad&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:34.935 7 INFO neutron_taas.services.taas.taas_plugin [req-f861cd43-a04c-4b4f-95fa-4baa6e964b7a req-3973fd01-4b46-4a23-a6ba-f34d446e6fdb 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] TaaS: Handle Delete Port: 02f1a0a0-ba68-4168-928e-c7eeb7ed259e 2026-06-11 18:54:34.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f861cd43-a04c-4b4f-95fa-4baa6e964b7a req-3973fd01-4b46-4a23-a6ba-f34d446e6fdb 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Tap Mirror: Handle Delete Port: 02f1a0a0-ba68-4168-928e-c7eeb7ed259e [pid: 8|app: 0|req: 1109/2108] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad?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: 1110/2109] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:34 2026] GET /v2.0/security-groups?tenant_id=febecfe4cfb147e9af9efb475e050d8e&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2110] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:54:35 2026] GET /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:35.072 7 INFO neutron.db.l3_db [req-f861cd43-a04c-4b4f-95fa-4baa6e964b7a req-3973fd01-4b46-4a23-a6ba-f34d446e6fdb 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Floating IP 58c3b489-6410-42ab-bbd9-b2a4e99db2df disassociated. External IP: 10.96.250.203, port: 02f1a0a0-ba68-4168-928e-c7eeb7ed259e. 2026-06-11 18:54:35.160 8 INFO neutron.services.segments.plugin [-] Segment e6d0fe36-4c2e-463b-b701-0bd5f37a2122 resource provider aggregate not found 2026-06-11 18:54:35.163 8 INFO neutron.services.segments.plugin [-] Segment e6d0fe36-4c2e-463b-b701-0bd5f37a2122 resource provider aggregate not found 2026-06-11 18:54:35.176 8 INFO neutron.services.segments.plugin [-] Segment e6d0fe36-4c2e-463b-b701-0bd5f37a2122 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d0fe36-4c2e-463b-b701-0bd5f37a2122 found for delete ", "request_id": "req-343913a9-f188-4839-a230-85a89818941a"}]} 2026-06-11 18:54:35.193 8 INFO neutron.services.segments.plugin [-] Segment e6d0fe36-4c2e-463b-b701-0bd5f37a2122 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d0fe36-4c2e-463b-b701-0bd5f37a2122 found for delete ", "request_id": "req-2e429d34-e9e1-48e0-b285-624d5b03eb2b"}]} [pid: 8|app: 0|req: 1112/2111] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:35 2026] DELETE /v2.0/security-groups/af8519c7-663e-4563-af17-4f2aca29e521 => 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: 1000/2112] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:54:34 2026] DELETE /v2.0/ports/02f1a0a0-ba68-4168-928e-c7eeb7ed259e => generated 0 bytes in 718 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:35.530 8 INFO neutron.db.segments_db [None req-f96798a5-69d2-4600-a8f5-43c8b79c0670 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Added segment e37b4d2b-d9b9-4f1d-80cc-4e35730b923b of type vxlan for network 0bbc51ef-9cbc-4437-9988-27213fb8267e 2026-06-11 18:54:35.550 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f21cb94-ce1d-4e4d-8797-24d620c5437a'] response: {'server_uuid': '6521b6e7-df0d-472b-96d8-bb88b89822d6', 'name': 'network-vif-deleted', 'tag': '02f1a0a0-ba68-4168-928e-c7eeb7ed259e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1001/2113] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:35 2026] GET /v2.0/security-groups?tenant_id=e7ec5021151b4980a3845d181a2545fa&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2114] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:35 2026] DELETE /v2.0/security-groups/8ab367d2-3062-47bf-93cd-15876abd2326 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:35.825 8 INFO neutron.db.l3_hamode_db [None req-f96798a5-69d2-4600-a8f5-43c8b79c0670 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1003/2115] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:35 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2116] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:35 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:35.957 8 INFO neutron.db.l3_hamode_db [None req-f96798a5-69d2-4600-a8f5-43c8b79c0670 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1005/2117] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:35 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 1113/2118] 10.0.0.56 () {34 vars in 667 bytes} [Thu Jun 11 18:54:35 2026] POST /v2.0/routers => generated 474 bytes in 1296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:36.643 7 INFO neutron.db.l3_hamode_db [None req-215b02b7-bc98-411c-af06-0719e9a38a08 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:36.863 7 INFO neutron.db.l3_hamode_db [None req-215b02b7-bc98-411c-af06-0719e9a38a08 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1115/2120] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:37 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2121] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:37 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 1117/2122] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:37 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&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: 7|app: 0|req: 1006/2123] 10.0.0.56 () {34 vars in 667 bytes} [Thu Jun 11 18:54:36 2026] POST /v2.0/routers => generated 474 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:37.630 8 INFO neutron.db.l3_hamode_db [None req-c03dbecb-85a3-4c6a-ada3-f9364a8f37f1 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:37.761 8 INFO neutron.db.l3_hamode_db [None req-c03dbecb-85a3-4c6a-ada3-f9364a8f37f1 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1007/2124] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:38 2026] GET /v2.0/ports?device_id=6521b6e7-df0d-472b-96d8-bb88b89822d6 => 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: 1008/2125] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:38 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1012 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2126] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:38 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2127] 10.0.0.56 () {34 vars in 667 bytes} [Thu Jun 11 18:54:37 2026] POST /v2.0/routers => generated 474 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2128] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:54:38 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1281 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:38.448 8 INFO neutron.db.l3_hamode_db [None req-95a7e18a-6801-44eb-a486-e62eb9350ec5 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1011/2129] 199.204.45.162 () {34 vars in 1124 bytes} [Thu Jun 11 18:54:38 2026] GET /v2.0/security-groups?id=8e67dd6b-1348-408f-b140-4ef50a6e9541&id=5158568e-ba65-45bb-986e-70217da86e99&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:38.605 8 INFO neutron.db.l3_hamode_db [None req-95a7e18a-6801-44eb-a486-e62eb9350ec5 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1119/2130] 10.0.0.56 () {34 vars in 667 bytes} [Thu Jun 11 18:54:38 2026] POST /v2.0/routers => generated 474 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:39.322 8 INFO neutron.db.l3_hamode_db [None req-e1644831-829b-441d-b24b-daa6b6e22eaa 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:39.450 7 INFO neutron.db.segments_db [None req-4814b7b7-450d-47fc-a9b6-364a2f63dd8c 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] Added segment d1accedc-0448-4f1f-b5b4-1685bdcefa86 of type vxlan for network 9a617d37-7d9a-4e25-a94b-ad68044ce45f 2026-06-11 18:54:39.452 8 INFO neutron.db.l3_hamode_db [None req-e1644831-829b-441d-b24b-daa6b6e22eaa 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:39.745 7 INFO neutron.db.l3_hamode_db [None req-4814b7b7-450d-47fc-a9b6-364a2f63dd8c 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:54:39.882 7 INFO neutron.db.l3_hamode_db [None req-4814b7b7-450d-47fc-a9b6-364a2f63dd8c 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1012/2131] 10.0.0.56 () {34 vars in 667 bytes} [Thu Jun 11 18:54:39 2026] POST /v2.0/routers => generated 474 bytes in 1364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2132] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:40 2026] DELETE /v2.0/security-groups/fa1563b7-50d5-4c53-ac6f-25de511e1f43 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2133] 10.0.0.56 () {34 vars in 667 bytes} [Thu Jun 11 18:54:39 2026] POST /v2.0/routers => generated 474 bytes in 1509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2134] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:40 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2135] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:40 2026] PUT /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 25 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2136] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:40 2026] PUT /v2.0/routers/8033eed4-5740-4e27-8b85-92670740c7aa/tags => generated 17 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2137] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:40 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:41.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fa76d38-2a8c-489f-9d40-5d3f0e83c18a 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] TaaS: Handle Delete Port: 5f49fc11-7e3d-454d-a6ba-aba2590e0b9a 2026-06-11 18:54:41.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fa76d38-2a8c-489f-9d40-5d3f0e83c18a 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Tap Mirror: Handle Delete Port: 5f49fc11-7e3d-454d-a6ba-aba2590e0b9a [pid: 7|app: 0|req: 1017/2138] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:40 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2139] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:54:40 2026] DELETE /v2.0/floatingips/58c3b489-6410-42ab-bbd9-b2a4e99db2df => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2140] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:41 2026] PUT /v2.0/routers/3c4e8f31-d42f-4f43-adc8-c287b9942599/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2141] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:41 2026] PUT /v2.0/routers/8ce9b8d4-aafb-4fc5-b91b-60a526045dd3/tags => generated 34 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2142] 10.0.0.56 () {34 vars in 761 bytes} [Thu Jun 11 18:54:41 2026] PUT /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/green => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2143] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:41 2026] PUT /v2.0/routers/fe8b9002-4294-44b1-ac94-2ae758cc410b/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2144] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 34 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2145] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2146] 10.0.0.56 () {32 vars in 663 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2147] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 7|app: 0|req: 1022/2148] 10.0.0.56 () {34 vars in 757 bytes} [Thu Jun 11 18:54:41 2026] PUT /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/red => generated 4 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2149] 10.0.0.56 () {32 vars in 677 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2150] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2151] 10.0.0.56 () {32 vars in 673 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2152] 10.0.0.56 () {32 vars in 685 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2153] 10.0.0.56 () {32 vars in 671 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2154] 10.0.0.56 () {34 vars in 779 bytes} [Thu Jun 11 18:54:41 2026] PUT /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/black.or.white => generated 4 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2155] 10.0.0.56 () {32 vars in 685 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2156] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:41 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 52 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2157] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2158] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:42 2026] PUT /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2159] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2160] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2161] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/routers/8033eed4-5740-4e27-8b85-92670740c7aa => generated 485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2162] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&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: 8|app: 0|req: 1134/2163] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2164] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/red => 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: 1136/2165] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:42.579 8 INFO neutron.api.v2.resource [None req-ef156587-3679-4025-bdca-b3f190653ad4 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1137/2166] 10.0.0.56 () {32 vars in 742 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/green => generated 99 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2167] 10.0.0.56 () {34 vars in 741 bytes} [Thu Jun 11 18:54:42 2026] PUT /v2.0/routers/8033eed4-5740-4e27-8b85-92670740c7aa => generated 485 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:42.956 8 INFO neutron.db.l3_db [None req-97f05ccd-d0dd-423c-8a0e-c85918d6ed6f 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Floating IP 2a8f2de5-b775-4647-965e-538f3c85c4c5 associated. External IP: 10.96.250.219, port: 4f87f8ed-0340-43d9-9eb7-6ef277da76d1. [pid: 7|app: 0|req: 1031/2168] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:54:42 2026] DELETE /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/red => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2169] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:42 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2170] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:43 2026] GET /v2.0/ports?device_id=8033eed4-5740-4e27-8b85-92670740c7aa => 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: 1034/2171] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:43 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 30 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2172] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:43 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 1138/2173] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:54:42 2026] PUT /v2.0/floatingips/2a8f2de5-b775-4647-965e-538f3c85c4c5 => generated 856 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:43.328 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4d2ef23-26df-436b-bef0-8d37d84560c5'] response: {'name': 'network-changed', 'server_uuid': 'dc82474f-82a1-43bd-87a3-47df2557b0ed', 'tag': '4f87f8ed-0340-43d9-9eb7-6ef277da76d1', 'status': 'completed', 'code': 200} 2026-06-11 18:54:43.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-21d65f6c-f753-4b23-b7d8-39da69f84dc2 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] TaaS: Handle Delete Port: 10d1dee9-b01e-44ff-aade-5b9b23130c0c 2026-06-11 18:54:43.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21d65f6c-f753-4b23-b7d8-39da69f84dc2 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Tap Mirror: Handle Delete Port: 10d1dee9-b01e-44ff-aade-5b9b23130c0c 2026-06-11 18:54:43.409 8 INFO neutron.api.v2.resource [None req-42d4920c-8f83-4b86-ae50-2d18db3ce479 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2174] 10.0.0.56 () {32 vars in 745 bytes} [Thu Jun 11 18:54:43 2026] DELETE /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags/green => generated 99 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2175] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:54:43 2026] DELETE /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2176] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:43 2026] DELETE /v2.0/routers/8033eed4-5740-4e27-8b85-92670740c7aa => generated 0 bytes in 460 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2177] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:43 2026] GET /v2.0/routers/3c4e8f31-d42f-4f43-adc8-c287b9942599 => generated 493 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2178] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:54:43 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9/tags => generated 12 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2179] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:43 2026] GET /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2180] 10.0.0.56 () {34 vars in 741 bytes} [Thu Jun 11 18:54:43 2026] PUT /v2.0/routers/3c4e8f31-d42f-4f43-adc8-c287b9942599 => generated 493 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2181] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/ports?tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6&device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2182] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2183] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/ports?device_id=3c4e8f31-d42f-4f43-adc8-c287b9942599 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2184] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/networks?id=a3d1df7e-9293-46b1-ba75-8ea41874c2ad => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2185] 10.0.0.56 () {34 vars in 741 bytes} [Thu Jun 11 18:54:43 2026] PUT /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9 => generated 480 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2186] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:44.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d8aa6b0-3430-477c-afb8-5bed80ec6811 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] TaaS: Handle Delete Port: 5910dea1-5855-4012-8a38-6c55d7da05d5 2026-06-11 18:54:44.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d8aa6b0-3430-477c-afb8-5bed80ec6811 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Tap Mirror: Handle Delete Port: 5910dea1-5855-4012-8a38-6c55d7da05d5 2026-06-11 18:54:44.522 8 INFO neutron_taas.services.taas.taas_plugin [req-eeee08db-9b95-4acd-a208-3959547ca6be req-a8373656-4e70-40c9-8724-c1062f588ebf 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] TaaS: Handle Delete Port: 81402351-73a8-4ff3-83bb-a17fe169a607 2026-06-11 18:54:44.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eeee08db-9b95-4acd-a208-3959547ca6be req-a8373656-4e70-40c9-8724-c1062f588ebf 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Tap Mirror: Handle Delete Port: 81402351-73a8-4ff3-83bb-a17fe169a607 [pid: 8|app: 0|req: 1144/2187] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:54:44 2026] DELETE /v2.0/ports/81402351-73a8-4ff3-83bb-a17fe169a607 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2188] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:44 2026] DELETE /v2.0/routers/3c4e8f31-d42f-4f43-adc8-c287b9942599 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2189] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4f87f8ed-0340-43d9-9eb7-6ef277da76d1 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2190] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/ports?device_id=2d57a97b-7021-4003-9c4e-c16caf0fd4b9 => 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: 1146/2192] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/security-groups?id=2bdb7eca-0f52-4eef-916f-1f2fc10de927&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: 1147/2193] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/subnets?id=a19544cd-8dfe-43e1-9ae2-d95e5e414dc4 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2194] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/routers/8ce9b8d4-aafb-4fc5-b91b-60a526045dd3 => generated 502 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2195] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:54:44 2026] GET /v2.0/ports?network_id=a3d1df7e-9293-46b1-ba75-8ea41874c2ad&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:44.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-973178d5-3e96-40c3-accc-1fe1e9b04171 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] TaaS: Handle Delete Port: e6168e99-6e8f-4625-896f-f3d51ef358dc 2026-06-11 18:54:44.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-973178d5-3e96-40c3-accc-1fe1e9b04171 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] Tap Mirror: Handle Delete Port: e6168e99-6e8f-4625-896f-f3d51ef358dc 2026-06-11 18:54:45.347 8 INFO neutron.services.segments.plugin [-] Segment d1accedc-0448-4f1f-b5b4-1685bdcefa86 resource provider aggregate not found 2026-06-11 18:54:45.356 8 INFO neutron.services.segments.plugin [-] Segment d1accedc-0448-4f1f-b5b4-1685bdcefa86 resource provider aggregate not found 2026-06-11 18:54:45.372 8 INFO neutron.services.segments.plugin [-] Segment d1accedc-0448-4f1f-b5b4-1685bdcefa86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1accedc-0448-4f1f-b5b4-1685bdcefa86 found for delete ", "request_id": "req-f62aa496-0893-484f-83d4-1096034327c6"}]} 2026-06-11 18:54:45.380 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bef31b98-786a-49b7-98e4-c2c3254f7bdd'] response: {'server_uuid': 'a1d7dcf6-326c-49aa-a7ee-526318b6ae3d', 'name': 'network-vif-deleted', 'tag': '81402351-73a8-4ff3-83bb-a17fe169a607', 'status': 'completed', 'code': 200} 2026-06-11 18:54:45.386 8 INFO neutron.services.segments.plugin [-] Segment d1accedc-0448-4f1f-b5b4-1685bdcefa86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1accedc-0448-4f1f-b5b4-1685bdcefa86 found for delete ", "request_id": "req-828db0ab-e554-4571-8b7f-df920d3d3463"}]} 2026-06-11 18:54:45.390 8 INFO neutron.db.l3_hamode_db [None req-973178d5-3e96-40c3-accc-1fe1e9b04171 69be8cb669bd404bb8f217d728d815d7 b408309b0fe64dec934ae67706d38893 - - default default] HA network 9a617d37-7d9a-4e25-a94b-ad68044ce45f was deleted as no HA routers are present in tenant b408309b0fe64dec934ae67706d38893. [pid: 8|app: 0|req: 1148/2196] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:44 2026] DELETE /v2.0/routers/2d57a97b-7021-4003-9c4e-c16caf0fd4b9 => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2197] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:54:45 2026] GET /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad?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: 1049/2198] 10.0.0.56 () {34 vars in 741 bytes} [Thu Jun 11 18:54:44 2026] PUT /v2.0/routers/8ce9b8d4-aafb-4fc5-b91b-60a526045dd3 => generated 502 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2199] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:54:45 2026] GET /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad?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: 1050/2200] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:45 2026] GET /v2.0/ports?device_id=8ce9b8d4-aafb-4fc5-b91b-60a526045dd3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:45.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-a808afa1-a5b1-4118-a2c6-7945b44bed7d 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] TaaS: Handle Delete Port: 81a0d925-5d93-4d47-92cf-7ee96184e9eb 2026-06-11 18:54:45.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a808afa1-a5b1-4118-a2c6-7945b44bed7d 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Tap Mirror: Handle Delete Port: 81a0d925-5d93-4d47-92cf-7ee96184e9eb [pid: 8|app: 0|req: 1151/2201] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:45 2026] DELETE /v2.0/routers/8ce9b8d4-aafb-4fc5-b91b-60a526045dd3 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2202] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:45 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => 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: 1051/2203] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:45 2026] GET /v2.0/routers/fe8b9002-4294-44b1-ac94-2ae758cc410b => generated 487 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2204] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:46 2026] GET /v2.0/security-groups?tenant_id=b408309b0fe64dec934ae67706d38893&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: 1153/2205] 10.0.0.56 () {34 vars in 741 bytes} [Thu Jun 11 18:54:45 2026] PUT /v2.0/routers/fe8b9002-4294-44b1-ac94-2ae758cc410b => generated 487 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2206] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:46 2026] GET /v2.0/ports?device_id=fe8b9002-4294-44b1-ac94-2ae758cc410b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2207] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:46 2026] DELETE /v2.0/security-groups/d37c0252-1c52-4653-8dc7-e3e3f2a3d5bb => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:46.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c70afde-ec75-48dd-ade9-5aa14bdba5f8 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] TaaS: Handle Delete Port: ed25c229-71d7-4d68-b4ba-c704da9ad07e 2026-06-11 18:54:46.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c70afde-ec75-48dd-ade9-5aa14bdba5f8 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Tap Mirror: Handle Delete Port: ed25c229-71d7-4d68-b4ba-c704da9ad07e [pid: 7|app: 0|req: 1054/2208] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:46 2026] GET /v2.0/security-groups?tenant_id=f629ca4bc05b4f2d80935f9f60eb096e&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2209] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:46 2026] DELETE /v2.0/routers/fe8b9002-4294-44b1-ac94-2ae758cc410b => generated 0 bytes in 436 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2210] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:46 2026] DELETE /v2.0/security-groups/bea3d512-75e5-425d-b851-fe2663de6368 => 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: 1156/2211] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:54:46 2026] GET /v2.0/routers/4deec142-de66-426b-9998-dc9594db0f79 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2212] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:46 2026] GET /v2.0/ports?device_id=a1d7dcf6-326c-49aa-a7ee-526318b6ae3d => 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: 1056/2213] 10.0.0.56 () {34 vars in 741 bytes} [Thu Jun 11 18:54:46 2026] PUT /v2.0/routers/4deec142-de66-426b-9998-dc9594db0f79 => generated 480 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2214] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:47 2026] GET /v2.0/ports?device_id=4deec142-de66-426b-9998-dc9594db0f79 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:47.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-f611a399-166f-47e6-b548-c8421526d238 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] TaaS: Handle Delete Port: 58061684-fcb4-480b-8fc4-0096986f46de 2026-06-11 18:54:47.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f611a399-166f-47e6-b548-c8421526d238 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] Tap Mirror: Handle Delete Port: 58061684-fcb4-480b-8fc4-0096986f46de 2026-06-11 18:54:48.013 7 INFO neutron.services.segments.plugin [-] Segment e37b4d2b-d9b9-4f1d-80cc-4e35730b923b resource provider aggregate not found 2026-06-11 18:54:48.025 7 INFO neutron.services.segments.plugin [-] Segment e37b4d2b-d9b9-4f1d-80cc-4e35730b923b resource provider aggregate not found 2026-06-11 18:54:48.043 7 INFO neutron.services.segments.plugin [-] Segment e37b4d2b-d9b9-4f1d-80cc-4e35730b923b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e37b4d2b-d9b9-4f1d-80cc-4e35730b923b found for delete ", "request_id": "req-b2734416-b0e1-4076-ae2f-c7bed2f0e495"}]} 2026-06-11 18:54:48.046 7 INFO neutron.services.segments.plugin [-] Segment e37b4d2b-d9b9-4f1d-80cc-4e35730b923b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e37b4d2b-d9b9-4f1d-80cc-4e35730b923b found for delete ", "request_id": "req-519323b2-672d-4d93-890d-90acda96b606"}]} 2026-06-11 18:54:48.051 7 INFO neutron.db.l3_hamode_db [None req-f611a399-166f-47e6-b548-c8421526d238 25b26224b774443c9ee8ee19ccc97be4 8c44a3a99556462eac2955eb4cd6f97d - - default default] HA network 0bbc51ef-9cbc-4437-9988-27213fb8267e was deleted as no HA routers are present in tenant 8c44a3a99556462eac2955eb4cd6f97d. [pid: 7|app: 0|req: 1057/2215] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:47 2026] DELETE /v2.0/routers/4deec142-de66-426b-9998-dc9594db0f79 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2216] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:48 2026] DELETE /v2.0/security-groups/2bdb7eca-0f52-4eef-916f-1f2fc10de927 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:48.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1d1edbb-e2eb-4cb1-8df9-81701f6cdd0c 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] TaaS: Handle Delete Port: 0c234e9f-2763-4a59-9741-831b80bc4502 2026-06-11 18:54:48.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1d1edbb-e2eb-4cb1-8df9-81701f6cdd0c 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Tap Mirror: Handle Delete Port: 0c234e9f-2763-4a59-9741-831b80bc4502 [pid: 7|app: 0|req: 1058/2217] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:54:48 2026] PUT /v2.0/routers/02ba0b0a-58a3-428d-9867-03d5f07e51c5/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2218] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:48 2026] GET /v2.0/security-groups?tenant_id=990f2fc2b65c48cb975393c99f713971&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2219] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:49 2026] DELETE /v2.0/subnets/cfbdba0e-8fe9-4a2c-835e-e6698088443f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2220] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:49 2026] DELETE /v2.0/security-groups/8d3d86e8-6476-42fb-9143-f43b5700dfb2 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2221] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:49 2026] GET /v2.0/security-groups?tenant_id=af5e875e543d431e97151aabd1fdea1c&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:49.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4142d6b-df3b-46b3-980f-8ac149ed3741 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] TaaS: Handle Delete Port: 345cd266-cec8-48ff-8bc5-012c86c5a5b2 2026-06-11 18:54:49.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4142d6b-df3b-46b3-980f-8ac149ed3741 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Tap Mirror: Handle Delete Port: 345cd266-cec8-48ff-8bc5-012c86c5a5b2 [pid: 8|app: 0|req: 1163/2222] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:49 2026] DELETE /v2.0/security-groups/9301ef4f-a6a9-4da1-a440-f4f03ee05861 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:49.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4142d6b-df3b-46b3-980f-8ac149ed3741 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] TaaS: Handle Delete Port: c758c9ee-e1c8-4304-b2c4-a48a1425c8fa 2026-06-11 18:54:49.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4142d6b-df3b-46b3-980f-8ac149ed3741 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] Tap Mirror: Handle Delete Port: c758c9ee-e1c8-4304-b2c4-a48a1425c8fa [pid: 8|app: 0|req: 1164/2223] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:49 2026] GET /v2.0/security-groups?tenant_id=8c44a3a99556462eac2955eb4cd6f97d&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2224] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:50 2026] DELETE /v2.0/security-groups/3840cf0e-0ae7-4beb-996c-cff3dab6ac0e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:50.852 7 INFO neutron.services.segments.plugin [-] Segment ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 resource provider aggregate not found 2026-06-11 18:54:50.864 7 INFO neutron.services.segments.plugin [-] Segment ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 resource provider aggregate not found 2026-06-11 18:54:50.870 7 INFO neutron.services.segments.plugin [-] Segment ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 found for delete ", "request_id": "req-5d16753c-dd9a-4e51-ae39-22cacdd1781f"}]} 2026-06-11 18:54:50.882 7 INFO neutron.services.segments.plugin [-] Segment ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce91d9ae-3aee-41d1-bbf7-823c1271c0f2 found for delete ", "request_id": "req-269c0fbf-0362-4b46-9f42-ce10cbb25b19"}]} 2026-06-11 18:54:50.890 7 INFO neutron.db.l3_hamode_db [None req-c4142d6b-df3b-46b3-980f-8ac149ed3741 90bb78d8eee445c6814932f108b5053b b788765d25094e4a8418668a5c7b7c05 - - default default] HA network 5f3052ae-daeb-4070-b8f9-62200019d3f6 was deleted as no HA routers are present in tenant b788765d25094e4a8418668a5c7b7c05. [pid: 7|app: 0|req: 1060/2225] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:49 2026] DELETE /v2.0/routers/02ba0b0a-58a3-428d-9867-03d5f07e51c5 => generated 0 bytes in 1445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:54:51.020 8 INFO neutron.services.segments.plugin [-] Segment fc001007-2985-4bc1-be4c-bd29147b6ae0 resource provider aggregate not found 2026-06-11 18:54:51.023 8 INFO neutron.services.segments.plugin [-] Segment fc001007-2985-4bc1-be4c-bd29147b6ae0 resource provider aggregate not found 2026-06-11 18:54:51.042 8 INFO neutron.services.segments.plugin [-] Segment fc001007-2985-4bc1-be4c-bd29147b6ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc001007-2985-4bc1-be4c-bd29147b6ae0 found for delete ", "request_id": "req-15576e8e-e3df-4afa-bcbf-c068bcc9121b"}]} 2026-06-11 18:54:51.045 8 INFO neutron.services.segments.plugin [-] Segment fc001007-2985-4bc1-be4c-bd29147b6ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc001007-2985-4bc1-be4c-bd29147b6ae0 found for delete ", "request_id": "req-19beb749-8d86-4e27-a3cb-fd59907c4f73"}]} [pid: 8|app: 0|req: 1166/2226] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:50 2026] DELETE /v2.0/networks/eecab409-277d-4685-822c-d2d327ecfba6 => 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: 1061/2227] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:51 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2228] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:51 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2229] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:54:51 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1283 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2230] 10.0.0.56 () {32 vars in 857 bytes} [Thu Jun 11 18:54:51 2026] GET /v2.0/floatingips?floating_network_id=205ab0eb-2553-44d6-821b-14260a025e0a&port_id=4f87f8ed-0340-43d9-9eb7-6ef277da76d1 => generated 861 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2232] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:51 2026] GET /v2.0/security-groups?tenant_id=17663337e47d4b08a77fe7174c3684b4&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2233] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:52 2026] DELETE /v2.0/security-groups/15fefbd2-b73b-4e77-aa28-ada7c26ee275 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2234] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:54:52 2026] GET /v2.0/security-groups?tenant_id=b788765d25094e4a8418668a5c7b7c05&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2235] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:54:52 2026] DELETE /v2.0/security-groups/d7abe376-be18-4723-94a8-256b60aaa828 => 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: 1065/2236] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:54:52 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2237] 10.0.0.103 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:52 2026] GET /v2.0/security-groups?id=8e67dd6b-1348-408f-b140-4ef50a6e9541&id=5158568e-ba65-45bb-986e-70217da86e99&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:55.355 7 INFO neutron.db.segments_db [None req-fc964711-4b5b-4d2a-bf1d-0b6d525eaf58 e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] Added segment bf3ed96f-1b0c-431f-a7e6-b98055033833 of type vxlan for network 0da3977f-dd11-4dfd-97f1-08dd70a759b5 [pid: 7|app: 0|req: 1066/2238] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:55 2026] POST /v2.0/networks => generated 613 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2239] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:55 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2240] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:55 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2241] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:55 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:55.817 7 INFO neutron.db.segments_db [None req-1d682b20-8efe-4f14-9df8-413ccf421515 e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] Added segment e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 of type vxlan for network 53b087b4-2d13-4784-8069-99d27134f10d [pid: 7|app: 0|req: 1069/2242] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:55 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2243] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:55 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:56.199 7 INFO neutron.db.segments_db [None req-c27e11a9-6b8b-4af5-9a12-8ed6e640d7d9 e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] Added segment 78761a62-4bfa-4155-a728-25fb8a94f1a9 of type vxlan for network 5d4ecf1a-5a99-453b-9413-36905e87f8b7 [pid: 7|app: 0|req: 1070/2244] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:56 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2245] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:56 2026] POST /v2.0/subnets => generated 629 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:56.736 7 INFO neutron.db.segments_db [None req-79e93d3f-a8a6-4127-b0bf-b0e3fe7e394f e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] Added segment f701981a-4406-4535-a5ee-eb781a4ef060 of type vxlan for network d89ff591-95cd-453b-a696-44143fe33276 [pid: 7|app: 0|req: 1071/2246] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:56 2026] POST /v2.0/networks => generated 613 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2247] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:56 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2248] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:56 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2249] 10.0.0.170 () {34 vars in 1120 bytes} [Thu Jun 11 18:54:57 2026] GET /v2.0/security-groups?id=5158568e-ba65-45bb-986e-70217da86e99&id=8e67dd6b-1348-408f-b140-4ef50a6e9541&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:54:57.246 8 INFO neutron.db.segments_db [None req-13d622b7-d843-4b07-bb9d-8fed328ed624 e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] Added segment 4c0df92f-3d6c-4732-a193-6f5d146f4e1e of type vxlan for network fa00cab1-2509-45d5-a793-81ca904c3197 [pid: 8|app: 0|req: 1179/2250] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:54:57 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2251] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:56 2026] POST /v2.0/floatingips => generated 552 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2252] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:54:57 2026] POST /v2.0/subnets => generated 629 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2253] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:57 2026] PUT /v2.0/subnets/87323648-1104-4611-9e63-fee405c73e73/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2254] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:57 2026] PUT /v2.0/subnets/94884cb3-0dd8-4dd1-a8da-b2ba3f12165c/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2255] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:57 2026] PUT /v2.0/subnets/feb632a8-5c08-4e84-9bea-a0fa7875e38a/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2256] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:54:57 2026] PUT /v2.0/subnets/63424cbc-dee7-4642-ad7e-69e350a3ceb5/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2257] 10.0.0.56 () {32 vars in 663 bytes} [Thu Jun 11 18:54:57 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2258] 10.0.0.56 () {32 vars in 677 bytes} [Thu Jun 11 18:54:57 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2259] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:54:57 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 1014 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2260] 10.0.0.56 () {32 vars in 673 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:58.151 8 INFO neutron_taas.services.taas.taas_plugin [req-a8f92c9e-bf63-4926-9da2-8b7a185530d8 req-68183305-bf3a-4d7e-b3f0-49feb69c2a42 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] TaaS: Handle Delete Port: 4f87f8ed-0340-43d9-9eb7-6ef277da76d1 2026-06-11 18:54:58.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a8f92c9e-bf63-4926-9da2-8b7a185530d8 req-68183305-bf3a-4d7e-b3f0-49feb69c2a42 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Tap Mirror: Handle Delete Port: 4f87f8ed-0340-43d9-9eb7-6ef277da76d1 [pid: 7|app: 0|req: 1073/2261] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:57 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2262] 10.0.0.56 () {32 vars in 685 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:54:58.239 8 INFO neutron.db.l3_db [req-a8f92c9e-bf63-4926-9da2-8b7a185530d8 req-68183305-bf3a-4d7e-b3f0-49feb69c2a42 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Floating IP 2a8f2de5-b775-4647-965e-538f3c85c4c5 disassociated. External IP: 10.96.250.219, port: 4f87f8ed-0340-43d9-9eb7-6ef277da76d1. [pid: 8|app: 0|req: 1189/2263] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:54:58 2026] DELETE /v2.0/ports/4f87f8ed-0340-43d9-9eb7-6ef277da76d1 => generated 0 bytes in 506 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:58.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3972ae9f-88a6-409f-bece-213bd3cbe023'] response: {'server_uuid': 'dc82474f-82a1-43bd-87a3-47df2557b0ed', 'name': 'network-vif-deleted', 'tag': '4f87f8ed-0340-43d9-9eb7-6ef277da76d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1190/2264] 10.0.0.56 () {32 vars in 671 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2265] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2266] 10.0.0.56 () {32 vars in 685 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2267] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2268] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54: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: 8|app: 0|req: 1194/2269] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:54:58 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2270] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:58 2026] DELETE /v2.0/subnets/87323648-1104-4611-9e63-fee405c73e73 => 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: 1196/2271] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:58 2026] DELETE /v2.0/subnets/94884cb3-0dd8-4dd1-a8da-b2ba3f12165c => 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: 1197/2272] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:59 2026] DELETE /v2.0/subnets/feb632a8-5c08-4e84-9bea-a0fa7875e38a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2273] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:58 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2274] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:59 2026] DELETE /v2.0/subnets/63424cbc-dee7-4642-ad7e-69e350a3ceb5 => 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: 1199/2275] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:54:59 2026] DELETE /v2.0/subnets/a1ce1ae1-8bf5-4ac2-9ed2-f06b6922503d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:54:59.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-71b5f08c-31ca-46ce-b832-8aad5727d47e e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] TaaS: Handle Delete Port: e3c934f4-f684-47a7-9595-0206ea5bd34c 2026-06-11 18:54:59.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71b5f08c-31ca-46ce-b832-8aad5727d47e e5ea91e64db048cabaeb6f5d924e9451 65486dd5fcfa4630bc559f40ac16c8e7 - - default default] Tap Mirror: Handle Delete Port: e3c934f4-f684-47a7-9595-0206ea5bd34c [pid: 7|app: 0|req: 1077/2276] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:54:59 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:54:59.906 8 INFO neutron.services.segments.plugin [-] Segment bf3ed96f-1b0c-431f-a7e6-b98055033833 resource provider aggregate not found 2026-06-11 18:54:59.913 8 INFO neutron.services.segments.plugin [-] Segment bf3ed96f-1b0c-431f-a7e6-b98055033833 resource provider aggregate not found [pid: 7|app: 0|req: 1079/2278] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:54:59 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:54:59.928 8 INFO neutron.services.segments.plugin [-] Segment bf3ed96f-1b0c-431f-a7e6-b98055033833 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3ed96f-1b0c-431f-a7e6-b98055033833 found for delete ", "request_id": "req-4c0f364a-eb65-4233-b43d-8b12ebc43269"}]} 2026-06-11 18:54:59.942 8 INFO neutron.services.segments.plugin [-] Segment bf3ed96f-1b0c-431f-a7e6-b98055033833 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3ed96f-1b0c-431f-a7e6-b98055033833 found for delete ", "request_id": "req-cecfc983-84a7-4e74-b73c-0be2ea633aef"}]} [pid: 8|app: 0|req: 1200/2279] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:59 2026] DELETE /v2.0/networks/0da3977f-dd11-4dfd-97f1-08dd70a759b5 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2280] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:54:59 2026] PUT /v2.0/floatingips/6c06f3bb-95fb-42eb-80a5-a7edf5380699/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2281] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:00 2026] PUT /v2.0/floatingips/0d0a85be-87aa-4916-8139-78694b8276d8/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2282] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:54:59 2026] DELETE /v2.0/networks/53b087b4-2d13-4784-8069-99d27134f10d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2283] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:00 2026] PUT /v2.0/floatingips/460e0213-c6f0-4e57-8b86-ac0ab4c6bbc7/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2284] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:00 2026] PUT /v2.0/floatingips/47272143-ad50-4263-8eb1-b4c872d448c5/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2285] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:00 2026] DELETE /v2.0/networks/5d4ecf1a-5a99-453b-9413-36905e87f8b7 => 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: 1084/2286] 10.0.0.56 () {32 vars in 671 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2287] 10.0.0.56 () {32 vars in 685 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2288] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:00 2026] DELETE /v2.0/networks/d89ff591-95cd-453b-a696-44143fe33276 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2289] 10.0.0.56 () {32 vars in 681 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2290] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2291] 10.0.0.56 () {32 vars in 679 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2292] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:00 2026] DELETE /v2.0/networks/fa00cab1-2509-45d5-a793-81ca904c3197 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2293] 10.0.0.56 () {32 vars in 693 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2294] 10.0.0.56 () {32 vars in 689 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2295] 10.0.0.56 () {32 vars in 701 bytes} [Thu Jun 11 18:55:00 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:55:00.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-40fb6d7b-34f0-4f2a-851b-6f52112a54b5 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] TaaS: Handle Delete Port: 9186f954-7da9-478d-a759-db2ecc6c0f49 2026-06-11 18:55:00.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40fb6d7b-34f0-4f2a-851b-6f52112a54b5 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] Tap Mirror: Handle Delete Port: 9186f954-7da9-478d-a759-db2ecc6c0f49 [pid: 7|app: 0|req: 1091/2296] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:55:01 2026] GET /v2.0/ports?device_id=dc82474f-82a1-43bd-87a3-47df2557b0ed => 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: 1206/2297] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:00 2026] DELETE /v2.0/floatingips/6c06f3bb-95fb-42eb-80a5-a7edf5380699 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:01.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-62a3e41e-fe47-4de2-9b79-12c1a3d88c05 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] TaaS: Handle Delete Port: 8527fe47-dc98-4ab5-8563-8057b8c1944d 2026-06-11 18:55:01.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62a3e41e-fe47-4de2-9b79-12c1a3d88c05 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] Tap Mirror: Handle Delete Port: 8527fe47-dc98-4ab5-8563-8057b8c1944d [pid: 7|app: 0|req: 1092/2298] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:01 2026] DELETE /v2.0/floatingips/0d0a85be-87aa-4916-8139-78694b8276d8 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:01.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-a70e65e9-7428-4a93-97a7-556ac4eee6e9 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] TaaS: Handle Delete Port: a2c3183d-146a-4882-a430-e529a5d1dfae 2026-06-11 18:55:01.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a70e65e9-7428-4a93-97a7-556ac4eee6e9 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] Tap Mirror: Handle Delete Port: a2c3183d-146a-4882-a430-e529a5d1dfae [pid: 7|app: 0|req: 1093/2299] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:01 2026] GET /v2.0/security-groups?tenant_id=65486dd5fcfa4630bc559f40ac16c8e7&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: 1207/2300] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:01 2026] DELETE /v2.0/floatingips/460e0213-c6f0-4e57-8b86-ac0ab4c6bbc7 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:01.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-71c8b426-5b14-42e2-9ff1-1fd4c6bbd056 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] TaaS: Handle Delete Port: 82144f74-5a5b-47ca-a2b3-71a1756e3e55 2026-06-11 18:55:01.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71c8b426-5b14-42e2-9ff1-1fd4c6bbd056 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] Tap Mirror: Handle Delete Port: 82144f74-5a5b-47ca-a2b3-71a1756e3e55 [pid: 7|app: 0|req: 1094/2301] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:01 2026] DELETE /v2.0/security-groups/1b689ccd-ecfa-44bc-abfa-913a96617c12 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:01.947 8 INFO neutron.services.segments.plugin [-] Segment e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 resource provider aggregate not found 2026-06-11 18:55:01.968 8 INFO neutron.services.segments.plugin [-] Segment e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 resource provider aggregate not found 2026-06-11 18:55:01.976 8 INFO neutron.services.segments.plugin [-] Segment e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 found for delete ", "request_id": "req-9d105cb2-f7e2-45fc-85c2-ae2d9dcda090"}]} 2026-06-11 18:55:01.994 8 INFO neutron.services.segments.plugin [-] Segment e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6cb2a03-57fd-4a03-a598-31cf2f0e32e1 found for delete ", "request_id": "req-36e36134-4f05-44fd-bdbd-1dba22d1e68c"}]} 2026-06-11 18:55:02.000 8 INFO neutron.services.segments.plugin [-] Segment 78761a62-4bfa-4155-a728-25fb8a94f1a9 resource provider aggregate not found [pid: 8|app: 0|req: 1208/2302] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:01 2026] DELETE /v2.0/floatingips/47272143-ad50-4263-8eb1-b4c872d448c5 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:02.020 8 INFO neutron.services.segments.plugin [-] Segment 78761a62-4bfa-4155-a728-25fb8a94f1a9 resource provider aggregate not found 2026-06-11 18:55:02.026 8 INFO neutron.services.segments.plugin [-] Segment 78761a62-4bfa-4155-a728-25fb8a94f1a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78761a62-4bfa-4155-a728-25fb8a94f1a9 found for delete ", "request_id": "req-85997a8c-0b29-43a4-af10-ae565ddfc8fd"}]} [pid: 7|app: 0|req: 1095/2303] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:01 2026] GET /v2.0/security-groups?tenant_id=95d92b8f381e42468c091af86b3f380d&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:55:02.047 8 INFO neutron.services.segments.plugin [-] Segment f701981a-4406-4535-a5ee-eb781a4ef060 resource provider aggregate not found 2026-06-11 18:55:02.051 8 INFO neutron.services.segments.plugin [-] Segment 78761a62-4bfa-4155-a728-25fb8a94f1a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78761a62-4bfa-4155-a728-25fb8a94f1a9 found for delete ", "request_id": "req-ee7e4741-20a7-4051-b1f4-9d824fe49aa9"}]} 2026-06-11 18:55:02.069 8 INFO neutron.services.segments.plugin [-] Segment f701981a-4406-4535-a5ee-eb781a4ef060 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f701981a-4406-4535-a5ee-eb781a4ef060 found for delete ", "request_id": "req-b0fffae0-ab0a-4151-924f-72b3270d3db8"}]} 2026-06-11 18:55:02.085 8 INFO neutron.services.segments.plugin [-] Segment f701981a-4406-4535-a5ee-eb781a4ef060 resource provider aggregate not found 2026-06-11 18:55:02.104 8 INFO neutron.services.segments.plugin [-] Segment f701981a-4406-4535-a5ee-eb781a4ef060 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f701981a-4406-4535-a5ee-eb781a4ef060 found for delete ", "request_id": "req-427e2dd7-e3ea-4185-8652-836664215606"}]} 2026-06-11 18:55:02.112 8 INFO neutron.services.segments.plugin [-] Segment 4c0df92f-3d6c-4732-a193-6f5d146f4e1e resource provider aggregate not found 2026-06-11 18:55:02.134 8 INFO neutron.services.segments.plugin [-] Segment 4c0df92f-3d6c-4732-a193-6f5d146f4e1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c0df92f-3d6c-4732-a193-6f5d146f4e1e found for delete ", "request_id": "req-22e53b6f-6d5e-4599-91aa-3cf9380b7890"}]} 2026-06-11 18:55:02.135 8 INFO neutron.services.segments.plugin [-] Segment 4c0df92f-3d6c-4732-a193-6f5d146f4e1e resource provider aggregate not found 2026-06-11 18:55:02.157 8 INFO neutron.services.segments.plugin [-] Segment 4c0df92f-3d6c-4732-a193-6f5d146f4e1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c0df92f-3d6c-4732-a193-6f5d146f4e1e found for delete ", "request_id": "req-8bfb06bd-f9a3-413e-9f4a-8d2877901160"}]} [pid: 7|app: 0|req: 1096/2304] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:02 2026] DELETE /v2.0/security-groups/3a1e43ec-a336-4b19-b568-ba380bc9bcbe => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:02.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fecffe1-1550-4f9b-bc2b-298a18920104 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] TaaS: Handle Delete Port: 7c332e96-911a-454d-9bf2-25abb77816e7 2026-06-11 18:55:02.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fecffe1-1550-4f9b-bc2b-298a18920104 af49930c83a840ceafbdb625f523479c 66e59ad986eb4588a5e7fbdfddf22758 - - default default] Tap Mirror: Handle Delete Port: 7c332e96-911a-454d-9bf2-25abb77816e7 [pid: 7|app: 0|req: 1097/2305] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:02 2026] DELETE /v2.0/security-groups/5158568e-ba65-45bb-986e-70217da86e99 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:02.316 7 INFO neutron.api.v2.resource [None req-c85a405a-34f5-4891-be12-7a8b98e0a7ca 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1098/2306] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:55:02 2026] GET /v2.0/security-groups/5158568e-ba65-45bb-986e-70217da86e99 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2307] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:02 2026] DELETE /v2.0/floatingips/e32b996f-48da-45af-810c-55b6d15da88f => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:02.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-410c1e13-7f06-49a3-8417-561979722d28 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] TaaS: Handle Delete Port: 91df985b-3f47-4f9a-bae1-36f34e9ce661 2026-06-11 18:55:02.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-410c1e13-7f06-49a3-8417-561979722d28 10145650ef4844e181d33c27970e0061 f7bae3ac33bf4a40a2e963878e8e5ee6 - - default default] Tap Mirror: Handle Delete Port: 91df985b-3f47-4f9a-bae1-36f34e9ce661 [pid: 8|app: 0|req: 1210/2308] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:02 2026] GET /v2.0/security-groups?tenant_id=7efda2568f184c2684eb9cafff9a3253&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2309] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:02 2026] DELETE /v2.0/security-groups/8a7f21f8-b336-430f-8a5d-fcb93beadddd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2310] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:02 2026] DELETE /v2.0/floatingips/2a8f2de5-b775-4647-965e-538f3c85c4c5 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2311] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:02 2026] DELETE /v2.0/security-groups/8e67dd6b-1348-408f-b140-4ef50a6e9541 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:03.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-48925bb8-eae2-4cd7-87f6-d5c80259669a c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 0f757a88-0bcc-46bf-a780-99c0eb1279be 2026-06-11 18:55:03.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48925bb8-eae2-4cd7-87f6-d5c80259669a c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 0f757a88-0bcc-46bf-a780-99c0eb1279be [pid: 8|app: 0|req: 1213/2312] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:03 2026] GET /v2.0/security-groups?tenant_id=39e93b9e3d0f47eb8aeb90fefb1eb5f2&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2313] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:03 2026] DELETE /v2.0/security-groups/0b8faaa9-7c3f-4d9e-9871-2abd798b7eb6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2314] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:55:02 2026] PUT /v2.0/routers/9e0779d1-d387-4d9e-8195-6ef85efc3e2f/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2315] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:03 2026] GET /v2.0/security-groups?tenant_id=0177285f861b4386b46d4f027b4959b5&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2316] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:03 2026] DELETE /v2.0/security-groups/1cf8aee0-715e-45de-89b0-39600ba76f60 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:04.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-51a5eb12-7c47-41de-b7f7-75dd4eb32e2f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: e84d257c-60da-445c-a685-dbb3bae92a48 2026-06-11 18:55:04.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51a5eb12-7c47-41de-b7f7-75dd4eb32e2f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: e84d257c-60da-445c-a685-dbb3bae92a48 [pid: 8|app: 0|req: 1217/2317] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:04 2026] GET /v2.0/security-groups?tenant_id=66e59ad986eb4588a5e7fbdfddf22758&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:55:04.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-51a5eb12-7c47-41de-b7f7-75dd4eb32e2f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 331a28c4-0ff0-4ec7-920f-f649549104dd 2026-06-11 18:55:04.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51a5eb12-7c47-41de-b7f7-75dd4eb32e2f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 331a28c4-0ff0-4ec7-920f-f649549104dd [pid: 8|app: 0|req: 1218/2318] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:04 2026] DELETE /v2.0/security-groups/c28f5cec-3bdf-4662-b103-8b7e99091021 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:04.772 7 INFO neutron.services.segments.plugin [-] Segment 2959365e-b6f1-499e-9cd5-0fee00e875ed resource provider aggregate not found 2026-06-11 18:55:04.777 7 INFO neutron.services.segments.plugin [-] Segment 2959365e-b6f1-499e-9cd5-0fee00e875ed resource provider aggregate not found 2026-06-11 18:55:04.798 7 INFO neutron.services.segments.plugin [-] Segment 2959365e-b6f1-499e-9cd5-0fee00e875ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2959365e-b6f1-499e-9cd5-0fee00e875ed found for delete ", "request_id": "req-88c34b70-8443-427c-a9dc-b24587da86fd"}]} 2026-06-11 18:55:04.801 7 INFO neutron.services.segments.plugin [-] Segment 2959365e-b6f1-499e-9cd5-0fee00e875ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2959365e-b6f1-499e-9cd5-0fee00e875ed found for delete ", "request_id": "req-5649d623-80ab-4563-98ac-49e9f5a97712"}]} 2026-06-11 18:55:04.802 7 INFO neutron.db.l3_hamode_db [None req-51a5eb12-7c47-41de-b7f7-75dd4eb32e2f c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network 236fe670-6229-4cc3-903e-b25ba8c0e6e0 was deleted as no HA routers are present in tenant f7bae3ac33bf4a40a2e963878e8e5ee6. [pid: 7|app: 0|req: 1101/2319] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:55:03 2026] DELETE /v2.0/routers/9e0779d1-d387-4d9e-8195-6ef85efc3e2f => generated 0 bytes in 1022 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2320] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:55:04 2026] DELETE /v2.0/subnets/a19544cd-8dfe-43e1-9ae2-d95e5e414dc4 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:05.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-2dc041dd-ac37-4cc8-be4e-79d5273c46ef c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 5d1c6f48-a65e-422e-91cf-184020e65742 2026-06-11 18:55:05.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dc041dd-ac37-4cc8-be4e-79d5273c46ef c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 5d1c6f48-a65e-422e-91cf-184020e65742 [pid: 7|app: 0|req: 1102/2321] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:04 2026] DELETE /v2.0/networks/a3d1df7e-9293-46b1-ba75-8ea41874c2ad => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:05.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-8544228f-53e6-4006-b63d-7b1ce90e2c2d c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 1b686022-2cbd-41a8-902f-ca69adf2ae2f 2026-06-11 18:55:05.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8544228f-53e6-4006-b63d-7b1ce90e2c2d c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 1b686022-2cbd-41a8-902f-ca69adf2ae2f [pid: 8|app: 0|req: 1220/2322] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 18:55:05 2026] PUT /v2.0/routers/c1f50ba3-54c7-44f1-ae33-a50ce6212fbf/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2323] 10.0.0.56 () {34 vars in 677 bytes} [Thu Jun 11 18:55:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2324] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:06 2026] PUT /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:06.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-83fc097f-c338-44fc-b12b-a1dabf71d684 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 9c91d8fc-4ed1-432f-9d49-57023b2538c2 2026-06-11 18:55:06.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83fc097f-c338-44fc-b12b-a1dabf71d684 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 9c91d8fc-4ed1-432f-9d49-57023b2538c2 [pid: 7|app: 0|req: 1105/2325] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:06 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2326] 10.0.0.56 () {34 vars in 763 bytes} [Thu Jun 11 18:55:06 2026] PUT /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2327] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:06 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2328] 10.0.0.56 () {34 vars in 759 bytes} [Thu Jun 11 18:55:06 2026] PUT /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2329] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:06 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:06.825 7 INFO neutron.services.segments.plugin [-] Segment eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 resource provider aggregate not found 2026-06-11 18:55:06.836 7 INFO neutron.services.segments.plugin [-] Segment eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 resource provider aggregate not found 2026-06-11 18:55:06.849 7 INFO neutron.services.segments.plugin [-] Segment eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 found for delete ", "request_id": "req-c7e62c3f-dba2-4381-a66e-a560d58e2972"}]} 2026-06-11 18:55:06.865 7 INFO neutron.services.segments.plugin [-] Segment eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eda9ab4a-4fc0-4d35-a083-280e3e6fdd35 found for delete ", "request_id": "req-5b779268-c5d3-4a1e-97a8-338249081c05"}]} 2026-06-11 18:55:06.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-83fc097f-c338-44fc-b12b-a1dabf71d684 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: dffe8e77-3d1c-4415-b5b1-412a43b0953c 2026-06-11 18:55:06.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83fc097f-c338-44fc-b12b-a1dabf71d684 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: dffe8e77-3d1c-4415-b5b1-412a43b0953c [pid: 7|app: 0|req: 1110/2330] 10.0.0.56 () {34 vars in 781 bytes} [Thu Jun 11 18:55:06 2026] PUT /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/black.or.white => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2332] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:06 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2333] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:06 2026] PUT /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2334] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:06 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2335] 10.0.0.56 () {32 vars in 740 bytes} [Thu Jun 11 18:55:07 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:07.113 7 INFO neutron.api.v2.resource [None req-ee6a847f-79d9-4bef-8b33-00aa3926ffe1 d36a3ed0513b4ca9a55d2d3d86201153 7c35df8a6fe54669a694631cba6de594 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1116/2336] 10.0.0.56 () {32 vars in 744 bytes} [Thu Jun 11 18:55:07 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2337] 10.0.0.56 () {32 vars in 743 bytes} [Thu Jun 11 18:55:07 2026] DELETE /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2338] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:07 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:07.269 7 INFO neutron.api.v2.resource [None req-c03bc5f1-312c-4d84-adf0-4a9d73fb7d03 d36a3ed0513b4ca9a55d2d3d86201153 7c35df8a6fe54669a694631cba6de594 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1119/2339] 10.0.0.56 () {32 vars in 747 bytes} [Thu Jun 11 18:55:07 2026] DELETE /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2340] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:55:07 2026] DELETE /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2341] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:07 2026] GET /v2.0/policies/87bdd85b-e271-4b96-92d6-4b229c53da38/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2342] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:55:07 2026] DELETE /v2.0/qos/policies/87bdd85b-e271-4b96-92d6-4b229c53da38 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:07.984 8 INFO neutron.services.segments.plugin [-] Segment de40f55c-fdd6-4ff6-8262-7366ea081bc8 resource provider aggregate not found 2026-06-11 18:55:07.995 8 INFO neutron.services.segments.plugin [-] Segment de40f55c-fdd6-4ff6-8262-7366ea081bc8 resource provider aggregate not found 2026-06-11 18:55:08.007 8 INFO neutron.services.segments.plugin [-] Segment de40f55c-fdd6-4ff6-8262-7366ea081bc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de40f55c-fdd6-4ff6-8262-7366ea081bc8 found for delete ", "request_id": "req-e2d72986-36ac-4766-b5f4-aac84ff82b77"}]} 2026-06-11 18:55:08.017 8 INFO neutron.services.segments.plugin [-] Segment de40f55c-fdd6-4ff6-8262-7366ea081bc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de40f55c-fdd6-4ff6-8262-7366ea081bc8 found for delete ", "request_id": "req-40b86082-c6f7-4a6b-a190-795bf21e6e31"}]} 2026-06-11 18:55:08.028 8 INFO neutron.db.l3_hamode_db [None req-83fc097f-c338-44fc-b12b-a1dabf71d684 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] HA network e226d2ac-eed4-4207-80e3-3b0afd73c5e3 was deleted as no HA routers are present in tenant 59b59eec65a349f6ac7a168494a82e3f. [pid: 8|app: 0|req: 1221/2343] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:55:06 2026] DELETE /v2.0/routers/c1f50ba3-54c7-44f1-ae33-a50ce6212fbf => generated 0 bytes in 1769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2344] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:55:08 2026] DELETE /v2.0/subnets/95b7a9af-562e-4418-9015-f71b8e334f7c => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2345] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:08 2026] GET /v2.0/security-groups?tenant_id=048152aac8404e029c77914e52c3d447&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:55:08.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-860f1ac9-62a8-4013-865d-ea1bf26a727e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: b758f620-9b26-45b4-a384-cb30b562d275 2026-06-11 18:55:08.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-860f1ac9-62a8-4013-865d-ea1bf26a727e c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: b758f620-9b26-45b4-a384-cb30b562d275 [pid: 8|app: 0|req: 1224/2346] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:08 2026] DELETE /v2.0/networks/c44b02d4-1ca0-4cc1-a5d5-bde99f4be688 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2347] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:55:07 2026] POST /v2.0/floatingips => generated 552 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2348] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:08 2026] PUT /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2349] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:08 2026] DELETE /v2.0/security-groups/917330f9-e5f0-4e1c-8bd6-9d319fef2158 => 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: 1125/2350] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:08 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/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: 1226/2351] 10.0.0.56 () {34 vars in 769 bytes} [Thu Jun 11 18:55:08 2026] PUT /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2352] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2353] 10.0.0.56 () {34 vars in 765 bytes} [Thu Jun 11 18:55:09 2026] PUT /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags/red => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2354] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/security-groups?tenant_id=59b59eec65a349f6ac7a168494a82e3f&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2355] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:08 2026] GET /v2.0/security-groups?tenant_id=7c35df8a6fe54669a694631cba6de594&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2356] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2357] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/security-groups/4bcf2072-2094-49b4-a27b-a6cc9e58c385 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2358] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/security-groups/4f871237-a9c5-4138-97b9-1c5f332866c2 => 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: 1128/2359] 10.0.0.56 () {34 vars in 787 bytes} [Thu Jun 11 18:55:09 2026] PUT /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2360] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2361] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/security-groups?tenant_id=f7bae3ac33bf4a40a2e963878e8e5ee6&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: 1129/2362] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:09 2026] PUT /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2363] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2364] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/security-groups/468488fc-4a72-4064-81d3-92f9d75cce09 => 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: 1131/2365] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:09.684 8 INFO neutron.api.v2.resource [None req-de2946bc-265d-49bf-b119-4bbf956ac0d5 fe7ad7b0987548fc96ec1b551d915d89 d10349c4e85d477ba0d05270987cdae6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1235/2366] 10.0.0.56 () {32 vars in 750 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2367] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags/red => 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: 1236/2368] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:09.863 7 INFO neutron.api.v2.resource [None req-4faccec7-2e0f-4d32-9e35-87f4fb1b4923 fe7ad7b0987548fc96ec1b551d915d89 d10349c4e85d477ba0d05270987cdae6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1133/2369] 10.0.0.56 () {32 vars in 753 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/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: 1237/2370] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2371] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:09 2026] GET /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:10.039 8 INFO neutron.services.segments.plugin [-] Segment 2d93b0e0-8f22-4565-87cd-b249267097fe resource provider aggregate not found 2026-06-11 18:55:10.048 8 INFO neutron.services.segments.plugin [-] Segment 2d93b0e0-8f22-4565-87cd-b249267097fe resource provider aggregate not found 2026-06-11 18:55:10.059 8 INFO neutron.services.segments.plugin [-] Segment 2d93b0e0-8f22-4565-87cd-b249267097fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d93b0e0-8f22-4565-87cd-b249267097fe found for delete ", "request_id": "req-89aa1f68-4199-424f-806c-209cb6244d27"}]} 2026-06-11 18:55:10.075 8 INFO neutron.services.segments.plugin [-] Segment 2d93b0e0-8f22-4565-87cd-b249267097fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d93b0e0-8f22-4565-87cd-b249267097fe found for delete ", "request_id": "req-31794082-ee95-456a-80e1-ca8c3e088524"}]} 2026-06-11 18:55:10.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-937ca9bd-9587-4559-b660-caa277ed9585 fe7ad7b0987548fc96ec1b551d915d89 d10349c4e85d477ba0d05270987cdae6 - - default default] TaaS: Handle Delete Port: 5f00809e-71d0-4150-a96f-b560876a9b7d 2026-06-11 18:55:10.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937ca9bd-9587-4559-b660-caa277ed9585 fe7ad7b0987548fc96ec1b551d915d89 d10349c4e85d477ba0d05270987cdae6 - - default default] Tap Mirror: Handle Delete Port: 5f00809e-71d0-4150-a96f-b560876a9b7d [pid: 8|app: 0|req: 1238/2372] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:09 2026] DELETE /v2.0/floatingips/8c051c6f-d302-41aa-a7ab-5514db6e6a52 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2373] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:10 2026] GET /v2.0/security-groups?tenant_id=d10349c4e85d477ba0d05270987cdae6&name=default => generated 2929 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2374] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:11 2026] DELETE /v2.0/security-groups/3367d0c9-73f2-45aa-bfe9-0d388b2a287d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2375] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:11 2026] GET /v2.0/security-groups?tenant_id=ecb069d2b197432eaa1ee84ed736ffd8&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2376] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:11 2026] DELETE /v2.0/security-groups/65340d85-774e-481a-b804-fca3f84bfb8d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:13.184 7 INFO neutron.db.segments_db [None req-1048f115-a96a-49d0-a546-6d38dc6efa99 90b54f9c7cae406d86adc44a6ed4d767 f37399f0b2d647f09930ad367ade2466 - - default default] Added segment 294f500c-2bc8-4c2a-a061-ba050ec00935 of type vxlan for network 70768f9a-37d7-4197-998b-b620026c99c6 [pid: 7|app: 0|req: 1137/2377] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:12 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2378] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:55:13 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2379] 10.0.0.56 () {34 vars in 665 bytes} [Thu Jun 11 18:55:13 2026] POST /v2.0/trunks => generated 407 bytes in 161 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: 1242/2380] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:55:13 2026] PUT /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2381] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:13 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2382] 10.0.0.56 () {34 vars in 759 bytes} [Thu Jun 11 18:55:13 2026] PUT /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2383] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:13 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2384] 10.0.0.56 () {34 vars in 755 bytes} [Thu Jun 11 18:55:13 2026] PUT /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2385] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:13 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2386] 10.0.0.56 () {34 vars in 777 bytes} [Thu Jun 11 18:55:13 2026] PUT /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2387] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2388] 10.0.0.56 () {34 vars in 748 bytes} [Thu Jun 11 18:55:14 2026] PUT /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2389] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2390] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:14.175 7 INFO neutron.api.v2.resource [None req-9a2db075-6ebc-401d-81b0-caaf91fed04b 90b54f9c7cae406d86adc44a6ed4d767 f37399f0b2d647f09930ad367ade2466 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2391] 10.0.0.56 () {32 vars in 740 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2392] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:14 2026] DELETE /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2393] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:14.262 8 INFO neutron.api.v2.resource [None req-06f9bac7-459b-479c-86de-9c9e45b4a122 90b54f9c7cae406d86adc44a6ed4d767 f37399f0b2d647f09930ad367ade2466 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1250/2394] 10.0.0.56 () {32 vars in 743 bytes} [Thu Jun 11 18:55:14 2026] DELETE /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2395] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:14 2026] DELETE /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2396] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482/tags => 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: 1253/2397] 10.0.0.56 () {32 vars in 718 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2398] 10.0.0.56 () {32 vars in 716 bytes} [Thu Jun 11 18:55:14 2026] GET /v2.0/ports/caec68a2-4afb-476a-876c-4ad11456f5c1 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:55:14.462 7 INFO neutron.db.segments_db [None req-3f8a873c-954b-4dc6-a0ec-3558d946df80 4a78cc22d5af4c05b5b4eb82bfaad9de b936a753fe544042a9dc4db20e95c1a1 - - default default] Added segment b5816b7c-7344-4924-94dc-4515259bb8ac of type vxlan for network e8cf2f12-4220-4285-8bfd-289686448359 [pid: 8|app: 0|req: 1255/2399] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:55:14 2026] DELETE /v2.0/trunks/2c79902a-c946-41a7-b574-1419e5e9b482 => 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: 1145/2400] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:14 2026] POST /v2.0/networks => generated 613 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:14.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-853c73f6-e721-47cc-8be3-7b90c3f4f4c7 90b54f9c7cae406d86adc44a6ed4d767 f37399f0b2d647f09930ad367ade2466 - - default default] TaaS: Handle Delete Port: caec68a2-4afb-476a-876c-4ad11456f5c1 2026-06-11 18:55:14.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-853c73f6-e721-47cc-8be3-7b90c3f4f4c7 90b54f9c7cae406d86adc44a6ed4d767 f37399f0b2d647f09930ad367ade2466 - - default default] Tap Mirror: Handle Delete Port: caec68a2-4afb-476a-876c-4ad11456f5c1 2026-06-11 18:55:14.617 7 INFO neutron.db.segments_db [None req-34ef5bac-c0b5-484c-9dc1-5a2ce0873fa7 4a78cc22d5af4c05b5b4eb82bfaad9de b936a753fe544042a9dc4db20e95c1a1 - - default default] Added segment 08f654cb-12e9-4dd0-8699-4b027570e344 of type vxlan for network 9a90f6fc-120f-48a9-b970-1c77205cc4cc [pid: 8|app: 0|req: 1256/2401] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:55:14 2026] DELETE /v2.0/ports/caec68a2-4afb-476a-876c-4ad11456f5c1 => 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: 1146/2403] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:14 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) 2026-06-11 18:55:14.781 7 INFO neutron.db.segments_db [None req-19e9f24a-706c-4128-add5-7dc523386b40 4a78cc22d5af4c05b5b4eb82bfaad9de b936a753fe544042a9dc4db20e95c1a1 - - default default] Added segment 056be8ee-8e7f-458a-a0fa-329a89c2e55c of type vxlan for network 688acd9c-046b-48be-bcb4-a50dca8d5664 2026-06-11 18:55:14.812 8 INFO neutron.services.segments.plugin [-] Segment 294f500c-2bc8-4c2a-a061-ba050ec00935 resource provider aggregate not found 2026-06-11 18:55:14.816 8 INFO neutron.services.segments.plugin [-] Segment 294f500c-2bc8-4c2a-a061-ba050ec00935 resource provider aggregate not found 2026-06-11 18:55:14.838 8 INFO neutron.services.segments.plugin [-] Segment 294f500c-2bc8-4c2a-a061-ba050ec00935 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294f500c-2bc8-4c2a-a061-ba050ec00935 found for delete ", "request_id": "req-121c4db9-fb5e-42d2-9c52-e4e10fa54c2d"}]} 2026-06-11 18:55:14.839 8 INFO neutron.services.segments.plugin [-] Segment 294f500c-2bc8-4c2a-a061-ba050ec00935 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294f500c-2bc8-4c2a-a061-ba050ec00935 found for delete ", "request_id": "req-763793f9-8b08-48ae-bace-1d9503691ab3"}]} [pid: 8|app: 0|req: 1258/2404] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:14 2026] DELETE /v2.0/networks/70768f9a-37d7-4197-998b-b620026c99c6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2405] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:14 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:14.934 8 INFO neutron.db.segments_db [None req-d1f66587-1e5e-4ed2-86e4-884b80dddb37 4a78cc22d5af4c05b5b4eb82bfaad9de b936a753fe544042a9dc4db20e95c1a1 - - default default] Added segment 3a54f1ea-d955-4326-9897-485603254cf1 of type vxlan for network 98f83e57-f042-45c8-8a97-f863f5628875 [pid: 8|app: 0|req: 1259/2406] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:14 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:15.080 7 INFO neutron.db.segments_db [None req-6f3b238b-2707-4491-82b1-21bbcc6998f8 4a78cc22d5af4c05b5b4eb82bfaad9de b936a753fe544042a9dc4db20e95c1a1 - - default default] Added segment 50d9d13f-eb62-4435-8204-e5c8d94d23ab of type vxlan for network 8d5134dc-c3dd-483f-8eb7-a3c3c2894a16 [pid: 7|app: 0|req: 1148/2407] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:15 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2408] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:15 2026] PUT /v2.0/networks/e8cf2f12-4220-4285-8bfd-289686448359/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2409] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:15 2026] PUT /v2.0/networks/9a90f6fc-120f-48a9-b970-1c77205cc4cc/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2410] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:15 2026] PUT /v2.0/networks/688acd9c-046b-48be-bcb4-a50dca8d5664/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: 1150/2411] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:15 2026] PUT /v2.0/networks/98f83e57-f042-45c8-8a97-f863f5628875/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2412] 10.0.0.56 () {32 vars in 665 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2413] 10.0.0.56 () {32 vars in 679 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2414] 10.0.0.56 () {32 vars in 675 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2415] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/security-groups?tenant_id=f37399f0b2d647f09930ad367ade2466&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: 1154/2416] 10.0.0.56 () {32 vars in 687 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:55:15.804 8 INFO neutron.db.segments_db [None req-e555f4b0-04bb-45e0-8f4b-85dd6918d5fc 152c5ec59ded4c6891895e070b51547e 7c53c358979f4179ad8e280c50ca9680 - - default default] Added segment 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 of type vxlan for network 117396df-60f1-4697-b4eb-d709a9d1ccce [pid: 7|app: 0|req: 1155/2417] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:15 2026] DELETE /v2.0/security-groups/696474c3-ff7e-4eff-ac22-e9e826821f76 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2418] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:15 2026] POST /v2.0/networks => generated 613 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2419] 10.0.0.56 () {32 vars in 673 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2420] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:15 2026] PUT /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2421] 10.0.0.56 () {32 vars in 687 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2422] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:15 2026] GET /v2.0/security-groups?tenant_id=1b730701e581485ca8d018f4d4a7e431&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2423] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2424] 10.0.0.56 () {32 vars in 683 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2425] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/security-groups/b7339093-944d-4b73-8257-a0dcd71b8ca3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2426] 10.0.0.56 () {34 vars in 763 bytes} [Thu Jun 11 18:55:16 2026] PUT /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/green => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2427] 10.0.0.56 () {32 vars in 695 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2428] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2429] 10.0.0.56 () {34 vars in 759 bytes} [Thu Jun 11 18:55:16 2026] PUT /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2430] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/e8cf2f12-4220-4285-8bfd-289686448359 => 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: 1162/2431] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/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: 1163/2432] 10.0.0.56 () {34 vars in 781 bytes} [Thu Jun 11 18:55:16 2026] PUT /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2433] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2434] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/9a90f6fc-120f-48a9-b970-1c77205cc4cc => 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: 1165/2435] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:16 2026] PUT /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2436] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/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: 1167/2437] 10.0.0.56 () {32 vars in 740 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2438] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/688acd9c-046b-48be-bcb4-a50dca8d5664 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:16.731 7 INFO neutron.api.v2.resource [None req-51717150-60ab-4c5b-aa4e-2b76f744d64d 152c5ec59ded4c6891895e070b51547e 7c53c358979f4179ad8e280c50ca9680 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2439] 10.0.0.56 () {32 vars in 744 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2440] 10.0.0.56 () {32 vars in 743 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/red => 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: 1272/2441] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/98f83e57-f042-45c8-8a97-f863f5628875 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:16.864 8 INFO neutron.services.segments.plugin [-] Segment b5816b7c-7344-4924-94dc-4515259bb8ac resource provider aggregate not found [pid: 7|app: 0|req: 1170/2442] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:16 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:16.877 8 INFO neutron.services.segments.plugin [-] Segment b5816b7c-7344-4924-94dc-4515259bb8ac resource provider aggregate not found 2026-06-11 18:55:16.901 8 INFO neutron.services.segments.plugin [-] Segment b5816b7c-7344-4924-94dc-4515259bb8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5816b7c-7344-4924-94dc-4515259bb8ac found for delete ", "request_id": "req-b1c996b5-e267-4f74-b42b-8ff765de932d"}]} 2026-06-11 18:55:16.903 8 INFO neutron.services.segments.plugin [-] Segment b5816b7c-7344-4924-94dc-4515259bb8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5816b7c-7344-4924-94dc-4515259bb8ac found for delete ", "request_id": "req-6dc98b78-0301-4c32-a871-ea611296f99d"}]} 2026-06-11 18:55:16.925 8 INFO neutron.services.segments.plugin [-] Segment 08f654cb-12e9-4dd0-8699-4b027570e344 resource provider aggregate not found 2026-06-11 18:55:16.931 8 INFO neutron.services.segments.plugin [-] Segment 08f654cb-12e9-4dd0-8699-4b027570e344 resource provider aggregate not found 2026-06-11 18:55:16.938 7 INFO neutron.api.v2.resource [None req-f325ea2b-37ac-4723-95ea-aae639d5087c 152c5ec59ded4c6891895e070b51547e 7c53c358979f4179ad8e280c50ca9680 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2443] 10.0.0.56 () {32 vars in 747 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-11 18:55:16.951 8 INFO neutron.services.segments.plugin [-] Segment 08f654cb-12e9-4dd0-8699-4b027570e344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08f654cb-12e9-4dd0-8699-4b027570e344 found for delete ", "request_id": "req-11d320a5-2f57-4c95-8e76-091665319edf"}]} 2026-06-11 18:55:16.955 8 INFO neutron.services.segments.plugin [-] Segment 08f654cb-12e9-4dd0-8699-4b027570e344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08f654cb-12e9-4dd0-8699-4b027570e344 found for delete ", "request_id": "req-4cf9bd0b-2f0b-4644-908f-ba5ad410cbdc"}]} 2026-06-11 18:55:16.976 8 INFO neutron.services.segments.plugin [-] Segment 056be8ee-8e7f-458a-a0fa-329a89c2e55c resource provider aggregate not found 2026-06-11 18:55:16.984 8 INFO neutron.services.segments.plugin [-] Segment 056be8ee-8e7f-458a-a0fa-329a89c2e55c resource provider aggregate not found 2026-06-11 18:55:17.001 8 INFO neutron.services.segments.plugin [-] Segment 056be8ee-8e7f-458a-a0fa-329a89c2e55c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056be8ee-8e7f-458a-a0fa-329a89c2e55c found for delete ", "request_id": "req-31915918-32d6-42ad-a632-2df36728f2ac"}]} 2026-06-11 18:55:17.005 8 INFO neutron.services.segments.plugin [-] Segment 056be8ee-8e7f-458a-a0fa-329a89c2e55c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056be8ee-8e7f-458a-a0fa-329a89c2e55c found for delete ", "request_id": "req-34c67c6a-d2e1-45c8-bf49-9b3f63842c38"}]} [pid: 7|app: 0|req: 1172/2444] 10.0.0.56 () {32 vars in 735 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:17.022 8 INFO neutron.services.segments.plugin [-] Segment 3a54f1ea-d955-4326-9897-485603254cf1 resource provider aggregate not found 2026-06-11 18:55:17.028 8 INFO neutron.services.segments.plugin [-] Segment 3a54f1ea-d955-4326-9897-485603254cf1 resource provider aggregate not found 2026-06-11 18:55:17.047 8 INFO neutron.services.segments.plugin [-] Segment 3a54f1ea-d955-4326-9897-485603254cf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a54f1ea-d955-4326-9897-485603254cf1 found for delete ", "request_id": "req-6ee380ef-2938-4260-94f1-a79688290d2b"}]} 2026-06-11 18:55:17.047 8 INFO neutron.services.segments.plugin [-] Segment 3a54f1ea-d955-4326-9897-485603254cf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a54f1ea-d955-4326-9897-485603254cf1 found for delete ", "request_id": "req-5fb8b270-384e-45da-9b48-6d98f1d6afa6"}]} [pid: 7|app: 0|req: 1173/2445] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:17 2026] GET /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2446] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:16 2026] DELETE /v2.0/networks/8d5134dc-c3dd-483f-8eb7-a3c3c2894a16 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:17.175 7 INFO neutron.services.segments.plugin [-] Segment 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 resource provider aggregate not found 2026-06-11 18:55:17.189 7 INFO neutron.services.segments.plugin [-] Segment 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 resource provider aggregate not found 2026-06-11 18:55:17.192 7 INFO neutron.services.segments.plugin [-] Segment 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 found for delete ", "request_id": "req-9b837c81-d733-4431-97cd-8afd5d4d92c8"}]} 2026-06-11 18:55:17.203 7 INFO neutron.services.segments.plugin [-] Segment 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22f3d647-3dfa-4091-a7ea-be8b37bf03e5 found for delete ", "request_id": "req-1be8fad9-661e-4320-966f-0e984a482da2"}]} [pid: 7|app: 0|req: 1174/2447] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:17 2026] DELETE /v2.0/networks/117396df-60f1-4697-b4eb-d709a9d1ccce => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2448] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:17 2026] GET /v2.0/security-groups?tenant_id=b936a753fe544042a9dc4db20e95c1a1&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2449] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:17 2026] GET /v2.0/security-groups?tenant_id=255b07630a9841c0a314a18fd9805c0c&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2450] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:17 2026] DELETE /v2.0/security-groups/a3bd7d39-abec-4f10-a2ef-43e861c18bf5 => 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: 1176/2451] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:18 2026] DELETE /v2.0/security-groups/1f1c38a5-ba8e-4479-b465-a09fdc213983 => 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: 1276/2452] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:18 2026] GET /v2.0/security-groups?tenant_id=7c53c358979f4179ad8e280c50ca9680&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2453] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:18 2026] GET /v2.0/security-groups?tenant_id=048291bc460549c7869a58136fefacb9&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2454] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:18 2026] DELETE /v2.0/security-groups/e0653cc4-2434-4af0-9089-cf2dbbcbec97 => 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: 1178/2455] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:18 2026] DELETE /v2.0/security-groups/e885f15e-43c8-4ab4-b35d-c92f2907fb28 => 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: 1278/2456] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:18 2026] GET /v2.0/security-groups?tenant_id=b1ff916df6dd43e9b0feada145da9dac&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2457] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:18 2026] DELETE /v2.0/security-groups/ce072df4-d674-4982-9a24-899138a2b6c4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:19.077 8 INFO neutron.services.segments.plugin [-] Segment 50d9d13f-eb62-4435-8204-e5c8d94d23ab resource provider aggregate not found 2026-06-11 18:55:19.090 8 INFO neutron.services.segments.plugin [-] Segment 50d9d13f-eb62-4435-8204-e5c8d94d23ab resource provider aggregate not found 2026-06-11 18:55:19.097 8 INFO neutron.services.segments.plugin [-] Segment 50d9d13f-eb62-4435-8204-e5c8d94d23ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d9d13f-eb62-4435-8204-e5c8d94d23ab found for delete ", "request_id": "req-6e950eb7-d676-4e08-9dbb-1e00c968519e"}]} 2026-06-11 18:55:19.103 8 INFO neutron.services.segments.plugin [-] Segment 50d9d13f-eb62-4435-8204-e5c8d94d23ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d9d13f-eb62-4435-8204-e5c8d94d23ab found for delete ", "request_id": "req-f2b98117-d5a5-4db8-8791-e8bcb8d9c568"}]} 2026-06-11 18:55:20.095 8 INFO neutron.db.segments_db [None req-ce93d584-5297-4668-ae3e-d52481977081 ed70038391f147f8b63b7232d339491e 1329efc870434cb2a5a9b0cde467d8e4 - - default default] Added segment 79ac819a-6a6c-48b2-a657-22c198cc2177 of type vxlan for network 0645cb43-9907-47a7-acd3-5b9454f19954 [pid: 8|app: 0|req: 1279/2458] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:19 2026] POST /v2.0/networks => generated 612 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:20.242 7 INFO neutron.db.segments_db [None req-2684aaae-9daa-4925-abda-2531738c4422 ed70038391f147f8b63b7232d339491e 1329efc870434cb2a5a9b0cde467d8e4 - - default default] Added segment 44a777e7-d86d-4958-bd65-e92ce0f868b3 of type vxlan for network a0a9f11f-4022-4a7d-a0fa-1f9fbf386f63 [pid: 7|app: 0|req: 1180/2459] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:20 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2460] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:20 2026] PUT /v2.0/networks/0645cb43-9907-47a7-acd3-5b9454f19954/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2461] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:20 2026] GET /v2.0/networks/0645cb43-9907-47a7-acd3-5b9454f19954/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2462] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:20 2026] PUT /v2.0/networks/a0a9f11f-4022-4a7d-a0fa-1f9fbf386f63/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2463] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:20 2026] GET /v2.0/networks/a0a9f11f-4022-4a7d-a0fa-1f9fbf386f63/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2464] 10.0.0.56 () {34 vars in 752 bytes} [Thu Jun 11 18:55:20 2026] PUT /v2.0/networks/a0a9f11f-4022-4a7d-a0fa-1f9fbf386f63/tags => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2465] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:20 2026] GET /v2.0/networks/a0a9f11f-4022-4a7d-a0fa-1f9fbf386f63/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2466] 10.0.0.56 () {32 vars in 732 bytes} [Thu Jun 11 18:55:20 2026] GET /v2.0/networks/0645cb43-9907-47a7-acd3-5b9454f19954/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:20.894 7 INFO neutron.services.segments.plugin [-] Segment 79ac819a-6a6c-48b2-a657-22c198cc2177 resource provider aggregate not found 2026-06-11 18:55:20.900 7 INFO neutron.services.segments.plugin [-] Segment 79ac819a-6a6c-48b2-a657-22c198cc2177 resource provider aggregate not found 2026-06-11 18:55:20.917 7 INFO neutron.services.segments.plugin [-] Segment 79ac819a-6a6c-48b2-a657-22c198cc2177 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ac819a-6a6c-48b2-a657-22c198cc2177 found for delete ", "request_id": "req-de3d9a30-65fe-4a9b-a7fa-6b219ce4a3b9"}]} 2026-06-11 18:55:20.923 7 INFO neutron.services.segments.plugin [-] Segment 79ac819a-6a6c-48b2-a657-22c198cc2177 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ac819a-6a6c-48b2-a657-22c198cc2177 found for delete ", "request_id": "req-9cbcc67d-8bab-48ab-8a5e-cc4f1ce9baea"}]} [pid: 7|app: 0|req: 1184/2467] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:20 2026] DELETE /v2.0/networks/0645cb43-9907-47a7-acd3-5b9454f19954 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2468] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:20 2026] DELETE /v2.0/networks/a0a9f11f-4022-4a7d-a0fa-1f9fbf386f63 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:21.163 8 INFO neutron.services.segments.plugin [-] Segment 44a777e7-d86d-4958-bd65-e92ce0f868b3 resource provider aggregate not found 2026-06-11 18:55:21.172 8 INFO neutron.services.segments.plugin [-] Segment 44a777e7-d86d-4958-bd65-e92ce0f868b3 resource provider aggregate not found 2026-06-11 18:55:21.177 8 INFO neutron.services.segments.plugin [-] Segment 44a777e7-d86d-4958-bd65-e92ce0f868b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a777e7-d86d-4958-bd65-e92ce0f868b3 found for delete ", "request_id": "req-76916874-cc0f-49b2-8503-672806827b3a"}]} 2026-06-11 18:55:21.188 8 INFO neutron.services.segments.plugin [-] Segment 44a777e7-d86d-4958-bd65-e92ce0f868b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a777e7-d86d-4958-bd65-e92ce0f868b3 found for delete ", "request_id": "req-89ad003e-8560-4261-80a7-2903490d2ab8"}]} [pid: 7|app: 0|req: 1186/2470] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:21 2026] GET /v2.0/security-groups?tenant_id=1329efc870434cb2a5a9b0cde467d8e4&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2471] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:21 2026] DELETE /v2.0/security-groups/11882e7d-70c1-4e1a-952f-47599345fc7e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:22.087 8 INFO neutron.db.segments_db [None req-72bda05a-1253-4fd9-85a9-7af51dbb4c46 7e0a2332742a453d92300052bf4a7b02 fdbb495379494e80a13b61dfcd306a8d - - default default] Added segment bed67c65-e175-45df-84bc-cb5dc62c83aa of type vxlan for network cdeaa9fb-bfaf-4d61-8937-a26c0e40532a [pid: 8|app: 0|req: 1285/2472] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:21 2026] POST /v2.0/networks => generated 613 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2473] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/security-groups?tenant_id=672dda168e4249eea66ccfa03744ebb8&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2474] 10.0.0.56 () {34 vars in 663 bytes} [Thu Jun 11 18:55:22 2026] POST /v2.0/ports => generated 743 bytes in 266 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: 1189/2475] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:22 2026] DELETE /v2.0/security-groups/13f2eca6-04d3-4e7c-9220-b7f13e47ba5d => 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: 1190/2476] 10.0.0.56 () {34 vars in 746 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1287/2477] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:55:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2478] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 25 bytes in 56 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: 1288/2479] 10.0.0.56 () {34 vars in 766 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2480] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2481] 10.0.0.56 () {34 vars in 757 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags/green => generated 4 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1290/2482] 10.0.0.56 () {34 vars in 777 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2483] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1291/2484] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2485] 10.0.0.56 () {34 vars in 773 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2486] 10.0.0.56 () {34 vars in 753 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1293/2487] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2488] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1294/2489] 10.0.0.56 () {34 vars in 795 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2490] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:22 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2491] 10.0.0.56 () {34 vars in 766 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2492] 10.0.0.56 () {34 vars in 775 bytes} [Thu Jun 11 18:55:22 2026] PUT /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1297/2493] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2494] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 52 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: 8|app: 0|req: 1298/2495] 10.0.0.56 () {32 vars in 754 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:23.120 8 INFO neutron.api.v2.resource [None req-829982a7-0411-4dba-828d-a3bd3331d5a8 472eef0f09634f57bcf2231b8bef3441 7bc76a8c923a4ba69c78ddd3b11545f5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1299/2496] 10.0.0.56 () {32 vars in 758 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2497] 10.0.0.56 () {34 vars in 746 bytes} [Thu Jun 11 18:55:23 2026] PUT /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1300/2498] 10.0.0.56 () {32 vars in 757 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/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: 1301/2499] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2500] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:55:23.222 8 INFO neutron.api.v2.resource [None req-d8da6ddb-2152-4820-8aaa-53b502b92275 472eef0f09634f57bcf2231b8bef3441 7bc76a8c923a4ba69c78ddd3b11545f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1302/2501] 10.0.0.56 () {32 vars in 761 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2502] 10.0.0.56 () {32 vars in 734 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/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, ' [pid: 8|app: 0|req: 1303/2503] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2504] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:23.310 7 INFO neutron.api.v2.resource [None req-d4a783cf-56d8-46e3-bcfe-e4b832013fb6 7e0a2332742a453d92300052bf4a7b02 fdbb495379494e80a13b61dfcd306a8d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2505] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags/green => generated 99 bytes in 52 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: 1305/2506] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/security-groups/5c28c186-71fd-4113-b515-c7fa938c1b79 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2507] 10.0.0.56 () {32 vars in 737 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2508] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:55:23.483 7 INFO neutron.api.v2.resource [None req-2430f374-8102-4e73-a6b2-74606903144e 7e0a2332742a453d92300052bf4a7b02 fdbb495379494e80a13b61dfcd306a8d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1203/2509] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags/green => generated 99 bytes in 49 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: 1307/2510] 10.0.0.56 () {32 vars in 729 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1204/2511] 10.0.0.56 () {32 vars in 726 bytes} [Thu Jun 11 18:55:23 2026] GET /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:55:23.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5094b23-bab6-4100-9591-a1d2fbd80af0 7e0a2332742a453d92300052bf4a7b02 fdbb495379494e80a13b61dfcd306a8d - - default default] TaaS: Handle Delete Port: 51615f34-96e7-456f-af38-61985853b1f1 2026-06-11 18:55:23.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5094b23-bab6-4100-9591-a1d2fbd80af0 7e0a2332742a453d92300052bf4a7b02 fdbb495379494e80a13b61dfcd306a8d - - default default] Tap Mirror: Handle Delete Port: 51615f34-96e7-456f-af38-61985853b1f1 [pid: 8|app: 0|req: 1308/2512] 10.0.0.56 () {32 vars in 719 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/ports/51615f34-96e7-456f-af38-61985853b1f1 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:55:23.957 7 INFO neutron.services.segments.plugin [-] Segment bed67c65-e175-45df-84bc-cb5dc62c83aa resource provider aggregate not found 2026-06-11 18:55:23.965 7 INFO neutron.services.segments.plugin [-] Segment bed67c65-e175-45df-84bc-cb5dc62c83aa resource provider aggregate not found 2026-06-11 18:55:23.973 7 INFO neutron.services.segments.plugin [-] Segment bed67c65-e175-45df-84bc-cb5dc62c83aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bed67c65-e175-45df-84bc-cb5dc62c83aa found for delete ", "request_id": "req-7e5046b3-06ee-49c2-b713-0ae21a570f4e"}]} 2026-06-11 18:55:23.982 7 INFO neutron.services.segments.plugin [-] Segment bed67c65-e175-45df-84bc-cb5dc62c83aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bed67c65-e175-45df-84bc-cb5dc62c83aa found for delete ", "request_id": "req-578b5e49-f1c5-48a4-9a89-58f0fbcd76d9"}]} [pid: 7|app: 0|req: 1205/2513] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:23 2026] DELETE /v2.0/networks/cdeaa9fb-bfaf-4d61-8937-a26c0e40532a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2514] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:24 2026] GET /v2.0/security-groups?tenant_id=7bc76a8c923a4ba69c78ddd3b11545f5&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2515] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:24 2026] DELETE /v2.0/security-groups/334b0bbc-8bb3-465a-b700-d2a07448cc45 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2516] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:24 2026] GET /v2.0/security-groups?tenant_id=ad258602ceb74844a7394aa935e526f6&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2517] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:24 2026] GET /v2.0/security-groups?tenant_id=fdbb495379494e80a13b61dfcd306a8d&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2518] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:24 2026] DELETE /v2.0/security-groups/8054bc1b-bd7b-4fbc-82c2-f83101921945 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2519] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:24 2026] DELETE /v2.0/security-groups/f2e32e83-827a-4153-bf6d-718ee6af58c7 => 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: 1312/2520] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:25 2026] GET /v2.0/security-groups?tenant_id=c21f334f4e6348f1b01639c3f02dae9d&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2521] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:25 2026] DELETE /v2.0/security-groups/59241827-511e-4382-877d-a27935b26e06 => 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: 1313/2522] 10.0.0.56 () {34 vars in 675 bytes} [Thu Jun 11 18:55:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2523] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:28 2026] PUT /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2524] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2525] 10.0.0.56 () {34 vars in 769 bytes} [Thu Jun 11 18:55:28 2026] PUT /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2526] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2527] 10.0.0.56 () {34 vars in 765 bytes} [Thu Jun 11 18:55:28 2026] PUT /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2528] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2529] 10.0.0.56 () {34 vars in 787 bytes} [Thu Jun 11 18:55:28 2026] PUT /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-11 18:55:28.628 8 INFO neutron.db.segments_db [None req-458d3783-4fcd-455f-9ecc-5752793d3bd1 d876e36fb41b4732a8e63e3184ee455d 94c24575a9524d2ca04a3429a1b7f593 - - default default] Added segment fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 of type vxlan for network 3e06d0b4-91ef-45ba-adea-1984ee9e060e [pid: 7|app: 0|req: 1216/2530] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2531] 10.0.0.56 () {34 vars in 758 bytes} [Thu Jun 11 18:55:28 2026] PUT /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2532] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:28 2026] POST /v2.0/networks => generated 612 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2533] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2534] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:28.798 7 INFO neutron.api.v2.resource [None req-b4b79678-2966-4238-b063-1a2fe2f4f039 ded623a9fa80477b9bfa0cb1eac2dec1 c9963362353b4c6da75d43d47aec295a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1220/2535] 10.0.0.56 () {32 vars in 750 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2536] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 18:55:28 2026] DELETE /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2537] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:28.936 7 INFO neutron.api.v2.resource [None req-b4e1920b-8003-4c76-a32c-fd21b54282f4 ded623a9fa80477b9bfa0cb1eac2dec1 c9963362353b4c6da75d43d47aec295a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1223/2538] 10.0.0.56 () {32 vars in 753 bytes} [Thu Jun 11 18:55:28 2026] DELETE /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2539] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:28 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2540] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:55:28 2026] DELETE /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => 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: 1225/2541] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:28 2026] GET /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2542] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:55:28 2026] PUT /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2543] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:55:29 2026] DELETE /v2.0/subnetpools/15904e4d-8742-4b2e-9225-8956270feb07 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2544] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2545] 10.0.0.56 () {34 vars in 761 bytes} [Thu Jun 11 18:55:29 2026] PUT /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2546] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2547] 10.0.0.56 () {34 vars in 757 bytes} [Thu Jun 11 18:55:29 2026] PUT /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/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: 1320/2548] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2549] 10.0.0.56 () {34 vars in 779 bytes} [Thu Jun 11 18:55:29 2026] PUT /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2550] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2551] 10.0.0.56 () {34 vars in 750 bytes} [Thu Jun 11 18:55:29 2026] PUT /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2552] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2553] 10.0.0.56 () {32 vars in 738 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:29.657 8 INFO neutron.api.v2.resource [None req-da45cf07-1015-4079-b564-2f9ea6e4d713 d876e36fb41b4732a8e63e3184ee455d 94c24575a9524d2ca04a3429a1b7f593 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2554] 10.0.0.56 () {32 vars in 742 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2556] 10.0.0.56 () {32 vars in 741 bytes} [Thu Jun 11 18:55:29 2026] DELETE /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2557] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 18:55:29.830 7 INFO neutron.api.v2.resource [None req-3f52692a-1dc0-4b1d-bc3d-eda99265cf7e d876e36fb41b4732a8e63e3184ee455d 94c24575a9524d2ca04a3429a1b7f593 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2558] 10.0.0.56 () {32 vars in 745 bytes} [Thu Jun 11 18:55:29 2026] DELETE /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2559] 10.0.0.56 () {32 vars in 733 bytes} [Thu Jun 11 18:55:29 2026] DELETE /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2560] 10.0.0.56 () {32 vars in 730 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2561] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:29 2026] GET /v2.0/security-groups?tenant_id=c9963362353b4c6da75d43d47aec295a&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2562] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:29 2026] DELETE /v2.0/security-groups/247f155f-458b-4775-b45e-9405d30dab6a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2563] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 18:55:29 2026] DELETE /v2.0/subnets/33e20278-ff1b-453f-90a7-6571093c948b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:55:30.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d50bbce-3e64-49b8-a323-b3d1a3a49b65 d876e36fb41b4732a8e63e3184ee455d 94c24575a9524d2ca04a3429a1b7f593 - - default default] TaaS: Handle Delete Port: a6b19dde-27de-411e-9d7b-318bb772cfa1 2026-06-11 18:55:30.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d50bbce-3e64-49b8-a323-b3d1a3a49b65 d876e36fb41b4732a8e63e3184ee455d 94c24575a9524d2ca04a3429a1b7f593 - - default default] Tap Mirror: Handle Delete Port: a6b19dde-27de-411e-9d7b-318bb772cfa1 [pid: 8|app: 0|req: 1327/2564] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:30 2026] GET /v2.0/security-groups?tenant_id=a5907405ad2444d1bf902eef6a29030d&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:55:30.387 7 INFO neutron.services.segments.plugin [-] Segment fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 resource provider aggregate not found 2026-06-11 18:55:30.393 7 INFO neutron.services.segments.plugin [-] Segment fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 resource provider aggregate not found [pid: 8|app: 0|req: 1328/2565] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:30 2026] DELETE /v2.0/security-groups/ed4bb38c-f0d8-4561-aa73-df03d09c6bc3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:30.407 7 INFO neutron.services.segments.plugin [-] Segment fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 found for delete ", "request_id": "req-5231a3c7-ea3c-430a-b398-a57b0161d60a"}]} 2026-06-11 18:55:30.408 7 INFO neutron.services.segments.plugin [-] Segment fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd8c6581-25f9-4ee2-8c3e-79bc8f73c1a3 found for delete ", "request_id": "req-bdda315e-e222-4d54-a4b7-722525267d28"}]} [pid: 7|app: 0|req: 1238/2566] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 18:55:30 2026] DELETE /v2.0/networks/3e06d0b4-91ef-45ba-adea-1984ee9e060e => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2567] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:31 2026] GET /v2.0/security-groups?tenant_id=46ddcc34f8614daea3c80496c825a4c6&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2568] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:31 2026] DELETE /v2.0/security-groups/2e8ea6b2-c2a9-4a9d-b580-2b0f28d22345 => 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: 1330/2569] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:31 2026] GET /v2.0/security-groups?tenant_id=94c24575a9524d2ca04a3429a1b7f593&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2570] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:31 2026] DELETE /v2.0/security-groups/89255904-d2bb-4cbd-981c-9fe8850d1dfe => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2571] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:34 2026] GET /v2.0/security-groups?tenant_id=c00af95b1b18429a906b9ad106980298&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2572] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:34 2026] DELETE /v2.0/security-groups/16614167-9d41-4807-ada6-32e2bedb7169 => 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: 1332/2573] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 18:55:34 2026] GET /v2.0/security-groups?tenant_id=e2203b416aea456fb2a0a4987d7e2e13&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2574] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 18:55:34 2026] DELETE /v2.0/security-groups/348164e6-39a7-4fb2-a956-ffe0e50640dc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:55:44.356 7 INFO neutron.db.segments_db [None req-6ec8f1d2-1445-44ba-9ede-44c67aef4133 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Added segment 0506d554-7821-4fa2-8489-925cc07fdf2f of type vxlan for network 69fbf162-92f9-4211-9d31-59729e2a5b68 [pid: 7|app: 0|req: 1243/2576] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:44 2026] POST /v2.0/networks => generated 621 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2578] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:44 2026] POST /v2.0/subnets => generated 657 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2579] 10.0.0.56 () {32 vars in 721 bytes} [Thu Jun 11 18:55:44 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2580] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:44 2026] POST /v2.0/subnets => generated 732 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:45.121 7 INFO neutron.db.segments_db [None req-7c082690-0232-490e-8dd7-c9d7fb2815a6 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Added segment c7ab4ad8-19bd-481f-a2df-256f34529889 of type vxlan for network 91fe05a9-1326-4590-8481-bc0cd4eca6a5 [pid: 7|app: 0|req: 1246/2581] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:45 2026] POST /v2.0/networks => generated 619 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2582] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:45 2026] POST /v2.0/subnets => generated 655 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2583] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:45 2026] POST /v2.0/subnets => generated 726 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:45.858 8 INFO neutron.db.segments_db [None req-b75bb20b-721a-4627-87e1-5c175aa2fccf e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Added segment f9174039-3937-40fe-9fd7-37d64e72205d of type vxlan for network a1cbb547-e613-41bf-8bf2-7d7bf372f2ef [pid: 8|app: 0|req: 1337/2584] 10.0.0.56 () {34 vars in 669 bytes} [Thu Jun 11 18:55:45 2026] POST /v2.0/networks => generated 617 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2585] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:45 2026] POST /v2.0/subnets => generated 655 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2586] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:46 2026] POST /v2.0/subnets => generated 729 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:55:46.578 7 INFO neutron.db.segments_db [None req-21ee5d00-6b63-4507-880e-134be8d34826 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Added segment 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 of type vxlan for network a76786e8-dd22-432d-bd44-fcec4cd4289a 2026-06-11 18:55:46.849 7 INFO neutron.db.l3_hamode_db [None req-21ee5d00-6b63-4507-880e-134be8d34826 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-11 18:55:47.692 7 INFO neutron.db.l3_hamode_db [None req-21ee5d00-6b63-4507-880e-134be8d34826 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1249/2587] 10.0.0.56 () {34 vars in 668 bytes} [Thu Jun 11 18:55:46 2026] POST /v2.0/routers => generated 685 bytes in 2062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2588] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:55:48 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2589] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:55:49 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2591] 10.0.0.56 () {34 vars in 782 bytes} [Thu Jun 11 18:55:51 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/add_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2592] 10.0.0.56 () {34 vars in 683 bytes} [Thu Jun 11 18:55:52 2026] POST /v2.0/security-groups => generated 1629 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2593] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2594] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2595] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2596] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2597] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2598] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 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: 1344/2599] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 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: 1256/2600] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2601] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2602] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2603] 10.0.0.56 () {34 vars in 694 bytes} [Thu Jun 11 18:55:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2604] 10.0.0.170 () {34 vars in 1094 bytes} [Thu Jun 11 18:55:54 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-549234706&fields=id&tenant_id=0ac8855318424f69949081ad3248dac0 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2605] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:55:54 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2606] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:55:54 2026] GET /v2.0/quotas/0ac8855318424f69949081ad3248dac0 => 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: 1348/2607] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:55:54 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&fields=id => generated 241 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2608] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:55:55 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1349/2609] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:55:55 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1261/2610] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:55:55 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => 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: 1350/2611] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:55:59 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2613] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:55:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0ac8855318424f69949081ad3248dac0 => generated 178 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2614] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:55:59 2026] POST /v2.0/ports => generated 1183 bytes in 462 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: 1264/2615] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:00 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1198 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2616] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:00 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2617] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:56:00 2026] PUT /v2.0/ports/b1c512f9-79e1-4825-94e0-18a3c847002e => generated 1464 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:56:00.672 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee2c4a00-404c-4426-80d4-efacd8121ed8'] response: {'name': 'network-changed', 'server_uuid': '341a2bb8-a4c0-4555-947f-e9bc92546943', 'tag': 'b1c512f9-79e1-4825-94e0-18a3c847002e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1266/2618] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:56:01 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1353/2619] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:56:01 2026] GET /v2.0/networks?tenant_id=0ac8855318424f69949081ad3248dac0&shared=False => generated 2375 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2620] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:56:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2621] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2622] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=b1c512f9-79e1-4825-94e0-18a3c847002e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2623] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19e&port_id=b1c512f9-79e1-4825-94e0-18a3c847002e => 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: 1269/2624] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d&id=97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2625] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&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: 7|app: 0|req: 1270/2626] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2627] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1271/2628] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:56:02 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2629] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:05 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1198 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2630] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:05 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2632] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:10 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2633] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:11 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2634] 10.0.0.56 () {32 vars in 817 bytes} [Thu Jun 11 18:56:11 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&mac_address=fa%3A16%3A3e%3A00%3A8e%3A34 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:56:12.014 8 INFO neutron.db.l3_db [None req-50d64525-db6f-48a2-baff-0d4c6ebb27aa e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Floating IP 81f18f71-ea6b-4863-a7b0-a6bb9e6592c8 associated. External IP: 10.96.250.213, port: b1c512f9-79e1-4825-94e0-18a3c847002e. [pid: 8|app: 0|req: 1361/2635] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:56:11 2026] POST /v2.0/floatingips => generated 855 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:56:12.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e69e841b-243d-4e19-b670-bd836fb8f1f0'] response: {'name': 'network-changed', 'server_uuid': '341a2bb8-a4c0-4555-947f-e9bc92546943', 'tag': 'b1c512f9-79e1-4825-94e0-18a3c847002e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1362/2636] 10.0.0.170 () {34 vars in 1094 bytes} [Thu Jun 11 18:56:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-549234706&fields=id&tenant_id=0ac8855318424f69949081ad3248dac0 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2637] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:56:12 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1469 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2638] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:56:12 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2639] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:56:12 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 703 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2640] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/quotas/0ac8855318424f69949081ad3248dac0 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2641] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=b1c512f9-79e1-4825-94e0-18a3c847002e => 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: 1365/2642] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19e&port_id=b1c512f9-79e1-4825-94e0-18a3c847002e => 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: 1366/2643] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d&id=97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2644] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&fields=id => generated 333 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2645] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&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: 1368/2646] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2647] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2648] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2649] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2650] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1281/2651] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:13 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => 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: 1282/2653] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:56:17 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 703 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2654] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:56:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0ac8855318424f69949081ad3248dac0 => generated 178 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2655] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:56:17 2026] POST /v2.0/ports => generated 1183 bytes in 431 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: 1284/2656] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:18 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1198 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2657] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:18 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2658] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:56:18 2026] PUT /v2.0/ports/d07e9aae-38db-4750-a22c-3063bcd6c2af => generated 1464 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:56:18.947 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0abceac-3ee7-4f59-9745-6682335bb7a2'] response: {'name': 'network-changed', 'server_uuid': '4ce7e279-a721-41db-949a-11fb7ec79f01', 'tag': 'd07e9aae-38db-4750-a22c-3063bcd6c2af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1286/2659] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:56:19 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1467 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: 1374/2660] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:56:19 2026] GET /v2.0/networks?tenant_id=0ac8855318424f69949081ad3248dac0&shared=False => generated 2375 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2661] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:56:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2662] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2663] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.44&port_id=d07e9aae-38db-4750-a22c-3063bcd6c2af => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2664] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A237&port_id=d07e9aae-38db-4750-a22c-3063bcd6c2af => 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: 1289/2665] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/subnets?id=e3ac819f-32ae-4cb3-ab6d-eb779c930349&id=bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 1413 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2666] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2667] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2668] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:56:20 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1291/2669] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:56:21 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1292/2671] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:56:23 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => 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: 1380/2672] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:23 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2673] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:23 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2674] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:23 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2675] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:56:28 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2676] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:29 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2677] 10.0.0.56 () {32 vars in 817 bytes} [Thu Jun 11 18:56:29 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&mac_address=fa%3A16%3A3e%3Ac2%3Ab2%3Ac8 => generated 1200 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:56:29.861 8 INFO neutron.db.l3_db [None req-561bc882-0629-4c69-a451-634f28201ef3 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Floating IP 1db0e794-239a-433d-adc8-1fed0da4d257 associated. External IP: 10.96.250.219, port: d07e9aae-38db-4750-a22c-3063bcd6c2af. [pid: 8|app: 0|req: 1383/2679] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:56:29 2026] POST /v2.0/floatingips => generated 854 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-11 18:56:30.231 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d8dc9f6-9bb3-4706-8b19-66a51ca202c0'] response: {'name': 'network-changed', 'server_uuid': '4ce7e279-a721-41db-949a-11fb7ec79f01', 'tag': 'd07e9aae-38db-4750-a22c-3063bcd6c2af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1297/2680] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:56:30 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2681] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:56:30 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2682] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Jun 11 18:56:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.44&port_id=d07e9aae-38db-4750-a22c-3063bcd6c2af => generated 857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2683] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Jun 11 18:56:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A237&port_id=d07e9aae-38db-4750-a22c-3063bcd6c2af => 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: 1299/2684] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:56:30 2026] GET /v2.0/subnets?id=e3ac819f-32ae-4cb3-ab6d-eb779c930349&id=bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2685] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:30 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&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: 1300/2686] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:56:31 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&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: 1387/2687] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:56:31 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1301/2688] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:56:31 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2689] 10.0.0.103 () {34 vars in 990 bytes} [Thu Jun 11 18:56:35 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2690] 10.0.0.103 () {34 vars in 1040 bytes} [Thu Jun 11 18:56:35 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2693] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 18:56:46 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2694] 10.0.0.39 () {30 vars in 689 bytes} [Thu Jun 11 18:56:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2695] 10.0.0.39 () {30 vars in 691 bytes} [Thu Jun 11 18:56:47 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: 1305/2696] 10.0.0.39 () {30 vars in 667 bytes} [Thu Jun 11 18:56: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: 8|app: 0|req: 1392/2697] 10.0.0.39 () {30 vars in 703 bytes} [Thu Jun 11 18:56:47 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: 1306/2698] 10.0.0.39 () {28 vars in 438 bytes} [Thu Jun 11 18:56:48 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2699] 10.0.0.39 () {30 vars in 727 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 657 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2700] 10.0.0.39 () {30 vars in 689 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2701] 10.0.0.39 () {30 vars in 691 bytes} [Thu Jun 11 18:56:48 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: 1308/2702] 10.0.0.39 () {30 vars in 667 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2703] 10.0.0.39 () {30 vars in 703 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2704] 10.0.0.39 () {30 vars in 727 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2705] 10.0.0.39 () {30 vars in 689 bytes} [Thu Jun 11 18:56: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: 1310/2706] 10.0.0.39 () {30 vars in 691 bytes} [Thu Jun 11 18:56:48 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: 1397/2707] 10.0.0.39 () {30 vars in 667 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2708] 10.0.0.39 () {30 vars in 703 bytes} [Thu Jun 11 18:56:48 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: 8|app: 0|req: 1398/2709] 10.0.0.39 () {30 vars in 729 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2710] 10.0.0.39 () {30 vars in 681 bytes} [Thu Jun 11 18:56:48 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2711] 10.0.0.39 () {34 vars in 703 bytes} [Thu Jun 11 18:56:48 2026] POST /v2.0/ports => generated 1124 bytes in 370 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: 1400/2713] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:56:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2714] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:56:52 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: 1401/2715] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:56:52 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: 1315/2716] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:56:52 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: 1402/2717] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:56:52 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2718] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:56:52 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: 1403/2719] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:56:52 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: 1317/2720] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:56:52 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: 1404/2721] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:56:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:56:52.584 7 INFO neutron.api.v2.resource [None req-5dbc2f12-e2f9-47cb-ad94-8920bc3c66b7 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1318/2722] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:56:52 2026] GET /v2.0/security-groups/lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2723] 199.204.45.162 () {30 vars in 785 bytes} [Thu Jun 11 18:56:52 2026] GET /v2.0/security-groups?name=lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2724] 199.204.45.162 () {34 vars in 736 bytes} [Thu Jun 11 18:56:52 2026] POST /v2.0/security-groups => generated 1638 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2725] 199.204.45.162 () {30 vars in 815 bytes} [Thu Jun 11 18:56:52 2026] GET /v2.0/security-group-rules?security_group_id=8f8d20c4-7cdc-42e0-aee6-8602821c1056 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2726] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:56:52 2026] PUT /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2727] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:56:53 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: 1321/2728] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:56:53 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: 1408/2729] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:56:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2730] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:56:53 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: 1409/2731] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:56:53 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2733] 10.0.0.170 () {34 vars in 1016 bytes} [Thu Jun 11 18:57:00 2026] GET /v2.0/security-groups?id=b0987e10-e28c-464a-aab4-7918e1774b6b&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2734] 10.0.0.170 () {34 vars in 982 bytes} [Thu Jun 11 18:57:00 2026] GET /v2.0/networks?id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 735 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2735] 10.0.0.170 () {34 vars in 965 bytes} [Thu Jun 11 18:57:00 2026] GET /v2.0/quotas/7fff8ae90d1142799f1f6127e01e8bde => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2736] 10.0.0.170 () {34 vars in 1002 bytes} [Thu Jun 11 18:57:00 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2737] 10.0.0.170 () {34 vars in 1008 bytes} [Thu Jun 11 18:57:00 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2738] 10.0.0.170 () {34 vars in 1108 bytes} [Thu Jun 11 18:57:00 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2739] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:01 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1327/2740] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:01 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1414/2741] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:04 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1328/2742] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:04 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1415/2743] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:57:05 2026] GET /v2.0/networks?id=ccae3e84-c8ad-45d0-a731-4321b927643e => generated 735 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2744] 199.204.45.162 () {34 vars in 1050 bytes} [Thu Jun 11 18:57:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7fff8ae90d1142799f1f6127e01e8bde => generated 343 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2745] 199.204.45.162 () {38 vars in 955 bytes} [Thu Jun 11 18:57:05 2026] POST /v2.0/ports => generated 1078 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2746] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:57:06 2026] PUT /v2.0/ports/1579bd8f-1784-493f-87f6-2269a69e4e0c => generated 1239 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:57:06.565 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-686b7ba6-2203-435b-841b-59c768918594'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '1579bd8f-1784-493f-87f6-2269a69e4e0c', '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: 1331/2748] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:57:07 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1242 bytes in 53 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: 1418/2749] 199.204.45.162 () {34 vars in 1018 bytes} [Thu Jun 11 18:57:07 2026] GET /v2.0/networks?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2750] 199.204.45.162 () {34 vars in 930 bytes} [Thu Jun 11 18:57:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2751] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:07 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1333/2752] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:57:07 2026] GET /v2.0/security-groups?id=b0987e10-e28c-464a-aab4-7918e1774b6b&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2753] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2754] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2755] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2756] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2757] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2758] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1423/2759] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:57:08 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2760] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:11 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1424/2761] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:57:11 2026] GET /v2.0/security-groups?id=b0987e10-e28c-464a-aab4-7918e1774b6b&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2762] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:11 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2763] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:57:12 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2764] 199.204.45.162 () {34 vars in 1044 bytes} [Thu Jun 11 18:57:12 2026] GET /v2.0/security-groups?id=b0987e10-e28c-464a-aab4-7918e1774b6b&fields=id&fields=name => generated 96 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2765] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:14 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2766] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:57:14 2026] GET /v2.0/security-groups?id=b0987e10-e28c-464a-aab4-7918e1774b6b&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2768] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:14 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2769] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:17 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1428/2770] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:57:17 2026] GET /v2.0/security-groups?id=b0987e10-e28c-464a-aab4-7918e1774b6b&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2771] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:57:17 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => 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: 1346/2777] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:57:54 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: 1432/2778] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:57:54 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: 1347/2779] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:57:54 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: 1433/2780] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:57:54 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: 1348/2781] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:57:54 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2782] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:57:54 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2783] 199.204.45.162 () {34 vars in 717 bytes} [Thu Jun 11 18:57:54 2026] POST /v2.0/ports => generated 1059 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2784] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:57:54 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1059 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2785] 10.0.0.170 () {34 vars in 907 bytes} [Thu Jun 11 18:57:54 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: 1436/2786] 199.204.45.162 () {34 vars in 1262 bytes} [Thu Jun 11 18:57:55 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2787] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:57:55 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1437/2788] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:57:55 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1352/2789] 199.204.45.162 () {34 vars in 975 bytes} [Thu Jun 11 18:57:56 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1059 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2790] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:57:56 2026] GET /v2.0/networks?id=69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 803 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2791] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:57:56 2026] PUT /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1249 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:57:57.025 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3eafc3d-9378-45ea-a873-eca567f87026'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1439/2792] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2793] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/networks?id=69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 803 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2794] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2795] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2796] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2797] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2798] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:57:57 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1357/2799] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:57:58 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2800] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:57:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => 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: 1358/2801] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2802] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2803] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1445/2804] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1360/2805] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => 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: 1446/2806] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2807] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&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: 1447/2808] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1362/2809] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:57:59 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1363/2811] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:58:03 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2812] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:58:03 2026] PUT /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1274 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:58:03.602 7 INFO neutron.api.v2.resource [None req-36751acd-96f7-436c-b209-3bb4d8dc4a99 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1364/2813] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:58:03 2026] GET /v2.0/security-groups/lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:58:03.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-160a1dd0-3697-4343-8f65-1b0cbd447777'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1450/2814] 199.204.45.162 () {30 vars in 785 bytes} [Thu Jun 11 18:58:03 2026] GET /v2.0/security-groups?name=lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2815] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:58:03 2026] PUT /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1312 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:58:04.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f97287dc-4910-4e07-90bf-c539e0520043'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1', '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: 1366/2816] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58:04 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: 1451/2817] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2818] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58:04 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: 1368/2819] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58:04 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: 1369/2820] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2821] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/networks?id=69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 803 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2822] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2823] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2824] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2825] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2826] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1348 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2827] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2828] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2829] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1374/2830] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => 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: 1457/2831] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1375/2832] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2833] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:04 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2834] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2835] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/networks?id=69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 803 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2836] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2837] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2838] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2839] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2840] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:05 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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) 2026-06-11 18:58:10.819 7 INFO neutron.db.l3_db [None req-a067b977-b2d9-4d7a-9bbb-331a1b353458 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Floating IP 50057d7f-7af5-41f0-83cf-7bdb52ce215b associated. External IP: 10.96.250.214, port: cf17d95b-e61c-425d-8dd8-fec04b96c636. [pid: 7|app: 0|req: 1380/2842] 10.0.0.56 () {34 vars in 676 bytes} [Thu Jun 11 18:58:10 2026] POST /v2.0/floatingips => generated 897 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2844] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2845] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58:16 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: 7|app: 0|req: 1382/2846] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58: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: 8|app: 0|req: 1465/2847] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:58:16.290 7 INFO neutron.api.v2.resource [None req-787d0081-70cd-4d8d-a8bc-f627ea0cc0e5 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1383/2848] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:58:16 2026] GET /v2.0/security-groups/lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2849] 199.204.45.162 () {30 vars in 785 bytes} [Thu Jun 11 18:58:16 2026] GET /v2.0/security-groups?name=lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2850] 199.204.45.162 () {30 vars in 815 bytes} [Thu Jun 11 18:58:16 2026] GET /v2.0/security-group-rules?security_group_id=8f8d20c4-7cdc-42e0-aee6-8602821c1056 => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2851] 199.204.45.162 () {34 vars in 747 bytes} [Thu Jun 11 18:58:16 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) [pid: 7|app: 0|req: 1385/2852] 199.204.45.162 () {34 vars in 747 bytes} [Thu Jun 11 18:58:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2854] 10.0.0.39 () {30 vars in 689 bytes} [Thu Jun 11 18:58:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2855] 10.0.0.39 () {30 vars in 691 bytes} [Thu Jun 11 18:58:28 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: 1387/2856] 10.0.0.39 () {30 vars in 667 bytes} [Thu Jun 11 18:58:28 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: 1470/2857] 10.0.0.39 () {30 vars in 703 bytes} [Thu Jun 11 18:58:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2858] 10.0.0.39 () {28 vars in 438 bytes} [Thu Jun 11 18:58:28 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2859] 10.0.0.39 () {30 vars in 727 bytes} [Thu Jun 11 18:58:28 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 655 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2860] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2861] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2862] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58:29 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: 1473/2863] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:29 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: 1391/2865] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:29 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2866] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:58:29 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2867] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2868] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58:30 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: 1393/2869] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2870] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2871] 199.204.45.162 () {34 vars in 717 bytes} [Thu Jun 11 18:58:30 2026] POST /v2.0/ports => generated 1328 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2872] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:58:31 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1395/2873] 199.204.45.162 () {34 vars in 1262 bytes} [Thu Jun 11 18:58:32 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2874] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:32 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1396/2875] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:32 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1480/2876] 199.204.45.162 () {34 vars in 975 bytes} [Thu Jun 11 18:58:32 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2877] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:58:32 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2878] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:58:32 2026] PUT /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1518 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:58:33.374 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-805db38b-fd6e-4491-adfe-842c004f089b'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': 'ea51f802-d83b-4836-bc85-aea18d100778', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1398/2879] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:58:33 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4094 bytes in 52 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: 1482/2880] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:58:33 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2881] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => 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: 1483/2882] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Jun 11 18:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f2&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => 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: 1400/2883] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:58:34 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d&id=97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2884] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:34 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&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: 7|app: 0|req: 1401/2885] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:34 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2886] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:34 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1402/2887] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:34 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1486/2888] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2889] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => 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: 1487/2890] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2891] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2892] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2893] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2894] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => 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: 1406/2895] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2896] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&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: 1407/2897] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2898] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1408/2899] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2900] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f2&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => 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: 1409/2901] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d&id=97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2902] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:35 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2903] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:36 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&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: 1494/2904] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:36 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2905] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:36 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1412/2907] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2908] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2909] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2910] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/subnets/97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 744 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2911] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2912] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2913] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2914] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2915] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2916] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2917] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1348 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2918] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2919] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => 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: 1502/2920] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2921] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:40 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2923] 10.0.0.39 () {30 vars in 689 bytes} [Thu Jun 11 18:58:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2924] 10.0.0.39 () {30 vars in 691 bytes} [Thu Jun 11 18:58: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: 7|app: 0|req: 1421/2925] 10.0.0.39 () {30 vars in 667 bytes} [Thu Jun 11 18:58:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2926] 10.0.0.39 () {30 vars in 703 bytes} [Thu Jun 11 18:58:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2927] 10.0.0.39 () {28 vars in 438 bytes} [Thu Jun 11 18:58:49 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2928] 10.0.0.39 () {30 vars in 727 bytes} [Thu Jun 11 18:58:49 2026] GET /v2.0/subnets/e3ac819f-32ae-4cb3-ab6d-eb779c930349 => generated 655 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2929] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58:50 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: 1507/2930] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58: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: 7|app: 0|req: 1424/2931] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2932] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:50 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: 1425/2933] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:50 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2934] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:58:50 2026] GET /v2.0/subnets/e3ac819f-32ae-4cb3-ab6d-eb779c930349 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2935] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:58:50 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4096 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2936] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:58: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: 1427/2937] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:58:50 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: 1511/2938] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:58:50 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: 1428/2939] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:58:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2940] 199.204.45.162 () {34 vars in 717 bytes} [Thu Jun 11 18:58:51 2026] POST /v2.0/ports => generated 1328 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2941] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:58:51 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1328 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1513/2942] 10.0.0.170 () {34 vars in 907 bytes} [Thu Jun 11 18:58:51 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2944] 199.204.45.162 () {34 vars in 1262 bytes} [Thu Jun 11 18:58:52 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2945] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:52 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1515/2946] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:52 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1432/2947] 199.204.45.162 () {34 vars in 975 bytes} [Thu Jun 11 18:58:53 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1328 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2948] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:58:53 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2949] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:58:53 2026] PUT /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1518 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:58:53.868 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11abe929-6c37-4e91-a6dd-4ed20d35b539'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '0e2023fd-8171-4dd6-b304-f84c05f8691c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1517/2950] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 5606 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1434/2951] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2952] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=0e2023fd-8171-4dd6-b304-f84c05f8691c => 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: 1435/2953] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c1&port_id=0e2023fd-8171-4dd6-b304-f84c05f8691c => 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: 1519/2954] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/subnets?id=e3ac819f-32ae-4cb3-ab6d-eb779c930349&id=bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2955] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&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: 1520/2956] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2957] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1521/2958] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:54 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2959] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:58:55 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 5606 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2960] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:58:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2961] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:58:55 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2962] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:55 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2963] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:55 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1524/2964] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1441/2965] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2966] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2967] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2968] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1443/2969] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1527/2970] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => 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: 1444/2971] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f2&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2972] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d&id=97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2973] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2974] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2975] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2976] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2977] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=0e2023fd-8171-4dd6-b304-f84c05f8691c => 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: 1531/2978] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c1&port_id=0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2979] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/subnets?id=e3ac819f-32ae-4cb3-ab6d-eb779c930349&id=bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2980] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2981] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&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: 1533/2982] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1450/2983] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:58:56 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1451/2985] 10.0.0.170 () {34 vars in 971 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2986] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 796 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2987] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/subnets/e3ac819f-32ae-4cb3-ab6d-eb779c930349 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2988] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/subnets/bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2989] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2990] 199.204.45.162 () {34 vars in 790 bytes} [Thu Jun 11 18:59:01 2026] PUT /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1255 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:01.880 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-831c5c80-d270-45c3-b33a-4f1903c4b760'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': 'ea51f802-d83b-4836-bc85-aea18d100778', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1454/2991] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 798 bytes in 55 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: 1538/2992] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:01 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => 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: 1455/2993] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2994] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2995] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:02 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: 1540/2996] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:02 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: 1457/2997] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2998] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2999] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1348 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3000] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3001] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3002] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3003] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3004] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 5379 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3005] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3006] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => 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: 1546/3007] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3008] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3009] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1463/3010] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:02 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1464/3012] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:14 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: 1549/3013] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3014] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:14 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: 1550/3015] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3016] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:14 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3017] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:14 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 5379 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3019] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:14 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: 1468/3020] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:14 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: 1553/3021] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:14 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: 1469/3022] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3023] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:14 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1520 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3024] 199.204.45.162 () {34 vars in 790 bytes} [Thu Jun 11 18:59:14 2026] PUT /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1311 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:15.195 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64f63daa-c235-46cb-a37b-1b751b4769a8'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '0e2023fd-8171-4dd6-b304-f84c05f8691c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1555/3025] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 796 bytes in 38 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: 1471/3026] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/subnets/bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3027] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1347 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3028] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:59:15 2026] PUT /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 1080 bytes in 330 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: 1557/3029] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 796 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3030] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3031] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3032] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3033] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3034] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3035] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:15 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1561/3036] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:16 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:17.232 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cfbf2c9-2b39-4b91-a33c-4f0f9eb95eab'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': '0e2023fd-8171-4dd6-b304-f84c05f8691c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1476/3037] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:17 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3038] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:59:17 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => 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: 1477/3039] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:17 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3040] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:17 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3041] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:18 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 4975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3042] 199.204.45.162 () {34 vars in 975 bytes} [Thu Jun 11 18:59:18 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => 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: 1479/3043] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:59:18 2026] GET /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3044] 199.204.45.162 () {34 vars in 1016 bytes} [Thu Jun 11 18:59:18 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3045] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:59:18 2026] PUT /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 917 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3046] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3867 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:59:19.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-922df739-a72b-46ef-b2cd-a3d1b5041726 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 0e2023fd-8171-4dd6-b304-f84c05f8691c 2026-06-11 18:59:19.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-922df739-a72b-46ef-b2cd-a3d1b5041726 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 0e2023fd-8171-4dd6-b304-f84c05f8691c [pid: 7|app: 0|req: 1481/3047] 199.204.45.162 () {32 vars in 759 bytes} [Thu Jun 11 18:59:19 2026] DELETE /v2.0/ports/0e2023fd-8171-4dd6-b304-f84c05f8691c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3048] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:19 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/3049] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:19 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: 1568/3050] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:19 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: 1483/3051] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:19 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: 1569/3052] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3053] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3054] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1348 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3055] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3056] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3057] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3058] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:19 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3059] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3867 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3060] 199.204.45.162 () {34 vars in 1226 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks?id=ccae3e84-c8ad-45d0-a731-4321b927643e&id=69fbf162-92f9-4211-9d31-59729e2a5b68&id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 3096 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3061] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3062] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3063] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3064] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1490/3065] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1576/3066] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => 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: 1491/3067] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3068] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3069] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1578/3070] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1493/3071] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=ea51f802-d83b-4836-bc85-aea18d100778 => 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: 1579/3072] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d => 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: 1494/3073] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3074] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1495/3075] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:20 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1496/3077] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:24 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: 1582/3078] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3079] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:25 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: 1583/3080] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:25 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: 1498/3081] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:25 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3867 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3082] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:25 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: 1499/3083] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:25 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: 1585/3084] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:25 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: 1500/3085] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3086] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:25 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3087] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:59:25 2026] PUT /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1080 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:25.675 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ffb7e69-6447-4d14-a28e-67ba12569158'] response: {'name': 'network-changed', 'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'tag': 'ea51f802-d83b-4836-bc85-aea18d100778', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1587/3088] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:25 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 798 bytes in 63 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: 1502/3089] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:25 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3692 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3090] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:25 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3692 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3091] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:26 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3692 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3092] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:59:26 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3093] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:26 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3094] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:26 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1505/3095] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:26 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3692 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3096] 199.204.45.162 () {34 vars in 975 bytes} [Thu Jun 11 18:59:27 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3097] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:59:27 2026] GET /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3098] 199.204.45.162 () {34 vars in 1016 bytes} [Thu Jun 11 18:59:27 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3099] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:27 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 3692 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3100] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:59:28 2026] PUT /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 917 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3101] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:59:29.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-0da3b7a8-1fac-4276-ab01-886a67680dad c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: ea51f802-d83b-4836-bc85-aea18d100778 2026-06-11 18:59:29.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0da3b7a8-1fac-4276-ab01-886a67680dad c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: ea51f802-d83b-4836-bc85-aea18d100778 [pid: 7|app: 0|req: 1509/3102] 199.204.45.162 () {32 vars in 759 bytes} [Thu Jun 11 18:59:29 2026] DELETE /v2.0/ports/ea51f802-d83b-4836-bc85-aea18d100778 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3103] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3104] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3105] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:29 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: 1511/3106] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3107] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3108] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3109] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1348 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3111] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3112] 199.204.45.162 () {30 vars in 743 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3113] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3114] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3115] 199.204.45.162 () {34 vars in 1146 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/networks?id=ccae3e84-c8ad-45d0-a731-4321b927643e&id=69fbf162-92f9-4211-9d31-59729e2a5b68&id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 2311 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3116] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3117] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3118] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3119] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&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: 1603/3120] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:29 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1518/3121] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:30 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1604/3122] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 18:59:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.239&port_id=1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3123] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:30 2026] GET /v2.0/subnets?id=962996d1-9ea4-44b3-900f-099632b95492 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3124] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:30 2026] GET /v2.0/ports?network_id=69fbf162-92f9-4211-9d31-59729e2a5b68&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3125] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:30 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1606/3126] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:30 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?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: 1607/3128] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:41 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: 1522/3129] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59: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: 8|app: 0|req: 1608/3130] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:41 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: 1523/3131] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:59:41.240 8 INFO neutron.api.v2.resource [None req-08125f67-b2ac-4f43-b0e4-8165d30e84c8 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3132] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:59:41 2026] GET /v2.0/security-groups/lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3133] 199.204.45.162 () {30 vars in 785 bytes} [Thu Jun 11 18:59:41 2026] GET /v2.0/security-groups?name=lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3134] 199.204.45.162 () {30 vars in 815 bytes} [Thu Jun 11 18:59:41 2026] GET /v2.0/security-group-rules?security_group_id=8f8d20c4-7cdc-42e0-aee6-8602821c1056 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3135] 199.204.45.162 () {32 vars in 789 bytes} [Thu Jun 11 18:59:41 2026] DELETE /v2.0/security-group-rules/0792510a-cbd6-4517-8196-feba819951b3 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3136] 199.204.45.162 () {32 vars in 789 bytes} [Thu Jun 11 18:59:41 2026] DELETE /v2.0/security-group-rules/57b78ae3-2d72-4402-b93f-854a50c0a608 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:59:45.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-18b5a5fc-caf3-4c76-a845-9cc61ee2162f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: fe285899-e853-43ea-9397-634a34e92258 2026-06-11 18:59:45.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b5a5fc-caf3-4c76-a845-9cc61ee2162f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: fe285899-e853-43ea-9397-634a34e92258 2026-06-11 18:59:45.285 8 INFO neutron.db.l3_db [None req-18b5a5fc-caf3-4c76-a845-9cc61ee2162f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Floating IP 50057d7f-7af5-41f0-83cf-7bdb52ce215b disassociated (deleted). External IP: 10.96.250.214, port: cf17d95b-e61c-425d-8dd8-fec04b96c636. [pid: 8|app: 0|req: 1612/3138] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:59:44 2026] DELETE /v2.0/floatingips/50057d7f-7af5-41f0-83cf-7bdb52ce215b => generated 0 bytes in 633 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:59:45.631 7 INFO neutron.api.v2.resource [None req-7f9ae92f-c19c-4006-87fa-65ba310bbd26 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3139] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:59:45 2026] GET /v2.0/floatingips/50057d7f-7af5-41f0-83cf-7bdb52ce215b => generated 144 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3140] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3141] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59: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: 1614/3142] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59: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: 1529/3143] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:59:47.215 8 INFO neutron.api.v2.resource [None req-ec453b13-4e4e-4ee8-a674-af4c802450ec c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3144] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/security-groups/lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3145] 199.204.45.162 () {30 vars in 785 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/security-groups?name=lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3146] 199.204.45.162 () {30 vars in 815 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/security-group-rules?security_group_id=8f8d20c4-7cdc-42e0-aee6-8602821c1056 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3147] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:47 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: 1617/3148] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:47 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: 1532/3149] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3150] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:47 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: 1533/3151] 199.204.45.162 () {30 vars in 741 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3152] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3153] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3154] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:47 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3155] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:48 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3156] 199.204.45.162 () {34 vars in 975 bytes} [Thu Jun 11 18:59:49 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1348 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3157] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:59:49 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3158] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:49 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 2584 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3159] 199.204.45.162 () {34 vars in 1016 bytes} [Thu Jun 11 18:59:49 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3160] 199.204.45.162 () {38 vars in 1028 bytes} [Thu Jun 11 18:59:49 2026] PUT /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1149 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3161] 199.204.45.162 () {30 vars in 769 bytes} [Thu Jun 11 18:59:50 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1624/3162] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:59:50 2026] PUT /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1090 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3163] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-11 18:59:51.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cb4233c-dde1-4b6a-85ca-2c4ebf6efd60 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 2026-06-11 18:59:51.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cb4233c-dde1-4b6a-85ca-2c4ebf6efd60 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 [pid: 8|app: 0|req: 1625/3164] 199.204.45.162 () {32 vars in 759 bytes} [Thu Jun 11 18:59:51 2026] DELETE /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3165] 199.204.45.162 () {30 vars in 703 bytes} [Thu Jun 11 18:59:51 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: 1626/3166] 199.204.45.162 () {30 vars in 705 bytes} [Thu Jun 11 18:59:51 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: 1541/3167] 199.204.45.162 () {30 vars in 681 bytes} [Thu Jun 11 18:59:51 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: 1627/3168] 199.204.45.162 () {30 vars in 717 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 18:59:51.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ead7f364-5bb3-4d97-9636-0aa16c49a281 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3169] 199.204.45.162 () {32 vars in 759 bytes} [Thu Jun 11 18:59:51 2026] DELETE /v2.0/ports/1f4e3a53-7a3c-43c5-b096-0f96a1f6c0e1 => 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: 1628/3170] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:51.567 7 INFO neutron.api.v2.resource [None req-dbe04c7f-36f0-44ee-8760-f5ae96866f37 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3171] 199.204.45.162 () {30 vars in 763 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/security-groups/lb-e846a34e-0611-4281-b784-64ab86761bc9 => 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: 1629/3172] 199.204.45.162 () {30 vars in 785 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/security-groups?name=lb-e846a34e-0611-4281-b784-64ab86761bc9 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3173] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/ports?tenant_id=7fff8ae90d1142799f1f6127e01e8bde&device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3174] 199.204.45.162 () {30 vars in 737 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1124 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3175] 199.204.45.162 () {34 vars in 1066 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/networks?id=ccae3e84-c8ad-45d0-a731-4321b927643e&id=69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 1524 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3176] 199.204.45.162 () {34 vars in 1060 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.76&port_id=1579bd8f-1784-493f-87f6-2269a69e4e0c => 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: 1547/3177] 199.204.45.162 () {34 vars in 984 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/subnets?id=0e22f296-e7d9-4938-97c4-9b16a7039b6a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3179] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/ports?network_id=ccae3e84-c8ad-45d0-a731-4321b927643e&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: 1550/3180] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?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: 1631/3181] 199.204.45.162 () {34 vars in 789 bytes} [Thu Jun 11 18:59:51 2026] PUT /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 1086 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3182] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:51 2026] GET /v2.0/networks/ccae3e84-c8ad-45d0-a731-4321b927643e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3183] 199.204.45.162 () {32 vars in 779 bytes} [Thu Jun 11 18:59:51 2026] DELETE /v2.0/security-groups/8f8d20c4-7cdc-42e0-aee6-8602821c1056 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:59:52.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2aa3208-d41a-402a-a7dd-beb18aaa4df2 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: cf17d95b-e61c-425d-8dd8-fec04b96c636 2026-06-11 18:59:52.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2aa3208-d41a-402a-a7dd-beb18aaa4df2 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: cf17d95b-e61c-425d-8dd8-fec04b96c636 [pid: 7|app: 0|req: 1552/3184] 199.204.45.162 () {32 vars in 759 bytes} [Thu Jun 11 18:59:52 2026] DELETE /v2.0/ports/cf17d95b-e61c-425d-8dd8-fec04b96c636 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3185] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:59:55 2026] GET /v2.0/ports?device_id=3dcae548-15f8-4c1c-a2da-3647aafaa0aa => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:55.314 7 INFO neutron_taas.services.taas.taas_plugin [req-46e16657-6fdf-4d03-8286-691352e959c0 req-bebdf4ca-f177-49e7-952e-98b63ea3cc04 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] TaaS: Handle Delete Port: 1579bd8f-1784-493f-87f6-2269a69e4e0c 2026-06-11 18:59:55.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-46e16657-6fdf-4d03-8286-691352e959c0 req-bebdf4ca-f177-49e7-952e-98b63ea3cc04 c201e2d1190b465c85818fcc45770898 7fff8ae90d1142799f1f6127e01e8bde - - default default] Tap Mirror: Handle Delete Port: 1579bd8f-1784-493f-87f6-2269a69e4e0c [pid: 7|app: 0|req: 1553/3186] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:59:55 2026] DELETE /v2.0/ports/1579bd8f-1784-493f-87f6-2269a69e4e0c => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:59:55.512 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fceb5aad-78ee-40c2-9182-0a5e3019fba5'] response: {'server_uuid': '3dcae548-15f8-4c1c-a2da-3647aafaa0aa', 'name': 'network-vif-deleted', 'tag': '1579bd8f-1784-493f-87f6-2269a69e4e0c', 'status': 'completed', 'code': 200} 2026-06-11 18:59:55.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-32afba6a-04a9-40b2-b735-11680eb697d4 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 667d545a-dc81-4a21-ab93-b019cb3550bc 2026-06-11 18:59:55.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32afba6a-04a9-40b2-b735-11680eb697d4 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 667d545a-dc81-4a21-ab93-b019cb3550bc 2026-06-11 18:59:56.171 8 INFO neutron.db.l3_db [None req-32afba6a-04a9-40b2-b735-11680eb697d4 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Floating IP 1db0e794-239a-433d-adc8-1fed0da4d257 disassociated (deleted). External IP: 10.96.250.219, port: d07e9aae-38db-4750-a22c-3063bcd6c2af. [pid: 8|app: 0|req: 1634/3187] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 18:59:55 2026] DELETE /v2.0/floatingips/1db0e794-239a-433d-adc8-1fed0da4d257 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 18:59:56.512 7 INFO neutron.api.v2.resource [None req-990ca1bd-ccd0-4342-af5d-d48b6ab2fa37 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3188] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 18:59:56 2026] GET /v2.0/floatingips/1db0e794-239a-433d-adc8-1fed0da4d257 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 18:59:56.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f1eda6c-1225-4a0c-b58d-03a202c954fe'] response: {'name': 'network-changed', 'server_uuid': '4ce7e279-a721-41db-949a-11fb7ec79f01', 'tag': 'd07e9aae-38db-4750-a22c-3063bcd6c2af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1635/3189] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 18:59:56 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3190] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 18:59:56 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3191] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1469 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3192] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/networks?id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3193] 199.204.45.162 () {34 vars in 1056 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.44&port_id=d07e9aae-38db-4750-a22c-3063bcd6c2af => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3194] 199.204.45.162 () {34 vars in 1106 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A237&port_id=d07e9aae-38db-4750-a22c-3063bcd6c2af => 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: 1638/3195] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/subnets?id=e3ac819f-32ae-4cb3-ab6d-eb779c930349&id=bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3196] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&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: 1639/3197] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/ports?network_id=a1cbb547-e613-41bf-8bf2-7d7bf372f2ef&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3198] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1640/3199] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 18:59:57 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef?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: 1560/3200] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 18:59:59 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 18:59:59.277 8 INFO neutron_taas.services.taas.taas_plugin [req-2a81b234-974a-4d7f-83ef-e6bcbe34c5e9 req-b8c7a11f-3789-4e69-acce-631796dcc6b7 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: d07e9aae-38db-4750-a22c-3063bcd6c2af 2026-06-11 18:59:59.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2a81b234-974a-4d7f-83ef-e6bcbe34c5e9 req-b8c7a11f-3789-4e69-acce-631796dcc6b7 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: d07e9aae-38db-4750-a22c-3063bcd6c2af [pid: 8|app: 0|req: 1641/3201] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 18:59:59 2026] DELETE /v2.0/ports/d07e9aae-38db-4750-a22c-3063bcd6c2af => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 18:59:59.503 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35433dbe-e336-4d10-86e7-c58e8669e755'] response: {'server_uuid': '4ce7e279-a721-41db-949a-11fb7ec79f01', 'name': 'network-vif-deleted', 'tag': 'd07e9aae-38db-4750-a22c-3063bcd6c2af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1642/3203] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 19:00:01 2026] GET /v2.0/ports?device_id=4ce7e279-a721-41db-949a-11fb7ec79f01 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-11 19:00:07.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2692c71-4f9d-4489-b867-18bd9a961ecb e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: ba078f37-22c2-4b5f-bc48-6e105c3be90d 2026-06-11 19:00:07.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2692c71-4f9d-4489-b867-18bd9a961ecb e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: ba078f37-22c2-4b5f-bc48-6e105c3be90d 2026-06-11 19:00:07.426 8 INFO neutron.db.l3_db [None req-e2692c71-4f9d-4489-b867-18bd9a961ecb e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Floating IP 81f18f71-ea6b-4863-a7b0-a6bb9e6592c8 disassociated (deleted). External IP: 10.96.250.213, port: b1c512f9-79e1-4825-94e0-18a3c847002e. [pid: 8|app: 0|req: 1643/3205] 10.0.0.56 () {32 vars in 731 bytes} [Thu Jun 11 19:00:07 2026] DELETE /v2.0/floatingips/81f18f71-ea6b-4863-a7b0-a6bb9e6592c8 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:07.843 7 INFO neutron.api.v2.resource [None req-b6a30226-d3ce-43a1-aff5-a85e50d783bb e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3206] 10.0.0.56 () {32 vars in 728 bytes} [Thu Jun 11 19:00:07 2026] GET /v2.0/floatingips/81f18f71-ea6b-4863-a7b0-a6bb9e6592c8 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:07.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36676deb-5f6e-4283-b58d-0120ad638006'] response: {'name': 'network-changed', 'server_uuid': '341a2bb8-a4c0-4555-947f-e9bc92546943', 'tag': 'b1c512f9-79e1-4825-94e0-18a3c847002e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1644/3207] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3208] 10.0.0.170 () {34 vars in 1040 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/security-groups?id=09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3209] 199.204.45.162 () {34 vars in 1080 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/ports?tenant_id=0ac8855318424f69949081ad3248dac0&device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3210] 199.204.45.162 () {34 vars in 986 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/networks?id=91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3211] 199.204.45.162 () {34 vars in 1058 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=b1c512f9-79e1-4825-94e0-18a3c847002e => 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: 1566/3212] 199.204.45.162 () {34 vars in 1104 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19e&port_id=b1c512f9-79e1-4825-94e0-18a3c847002e => 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: 1647/3213] 199.204.45.162 () {34 vars in 1064 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/subnets?id=3179b6f9-9d9e-4286-9601-a350ab25720d&id=97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 1410 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3214] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&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: 1648/3215] 199.204.45.162 () {34 vars in 1052 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/ports?network_id=91fe05a9-1326-4590-8481-bc0cd4eca6a5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3216] 199.204.45.162 () {34 vars in 1012 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?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: 1649/3217] 199.204.45.162 () {34 vars in 1112 bytes} [Thu Jun 11 19:00:08 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3218] 199.204.45.162 () {34 vars in 994 bytes} [Thu Jun 11 19:00:10 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-11 19:00:10.697 8 INFO neutron_taas.services.taas.taas_plugin [req-c99890f3-cd1f-4599-88a6-bf272458014e req-55cb9590-22cc-40ee-9276-85d6ee19924f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: b1c512f9-79e1-4825-94e0-18a3c847002e 2026-06-11 19:00:10.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c99890f3-cd1f-4599-88a6-bf272458014e req-55cb9590-22cc-40ee-9276-85d6ee19924f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: b1c512f9-79e1-4825-94e0-18a3c847002e [pid: 8|app: 0|req: 1650/3219] 199.204.45.162 () {36 vars in 997 bytes} [Thu Jun 11 19:00:10 2026] DELETE /v2.0/ports/b1c512f9-79e1-4825-94e0-18a3c847002e => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:10.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f69ea87-9ece-45f2-8aaa-a1b232020e31'] response: {'server_uuid': '341a2bb8-a4c0-4555-947f-e9bc92546943', 'name': 'network-vif-deleted', 'tag': 'b1c512f9-79e1-4825-94e0-18a3c847002e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1570/3220] 10.0.0.170 () {34 vars in 990 bytes} [Thu Jun 11 19:00:13 2026] GET /v2.0/ports?device_id=341a2bb8-a4c0-4555-947f-e9bc92546943 => 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: 1571/3222] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/042af389-c053-4ec5-9316-4d1b8375b387 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:18.441 8 INFO neutron.api.v2.resource [None req-8fd79c00-ffd6-454a-980a-d6f5f3ac7635 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3223] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:18 2026] GET /v2.0/security-group-rules/042af389-c053-4ec5-9316-4d1b8375b387 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3224] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/e4582083-e2f9-4dc1-ac31-8a9b2895766f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:18.536 8 INFO neutron.api.v2.resource [None req-e305585f-02e3-4bc8-b89e-175dc2cc88fe e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1653/3225] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:18 2026] GET /v2.0/security-group-rules/e4582083-e2f9-4dc1-ac31-8a9b2895766f => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3226] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/4448c6a2-b942-4d5f-b97a-52d4fe84a3cb => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:18.639 8 INFO neutron.api.v2.resource [None req-5f82b6d7-d25f-4c8b-af4c-263698fc0cfc e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3227] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:18 2026] GET /v2.0/security-group-rules/4448c6a2-b942-4d5f-b97a-52d4fe84a3cb => 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: 1574/3228] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/44ade2a8-e078-4252-b140-4218caa5875f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:18.754 8 INFO neutron.api.v2.resource [None req-154e1077-f99d-4072-b928-ee5b49cc308e e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3229] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:18 2026] GET /v2.0/security-group-rules/44ade2a8-e078-4252-b140-4218caa5875f => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3230] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/61dcff38-4ecd-45bd-97bd-a90145ba1f75 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:18.848 8 INFO neutron.api.v2.resource [None req-8da56804-e26b-4258-b67b-a5f1dee3a96a e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1656/3231] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:18 2026] GET /v2.0/security-group-rules/61dcff38-4ecd-45bd-97bd-a90145ba1f75 => 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: 1576/3232] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/22af3488-770a-4568-b962-3cfc0641d3f7 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:18.951 8 INFO neutron.api.v2.resource [None req-e991752f-585f-4e6a-8e15-932ee5e24192 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1657/3233] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:18 2026] GET /v2.0/security-group-rules/22af3488-770a-4568-b962-3cfc0641d3f7 => 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: 1577/3234] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:18 2026] DELETE /v2.0/security-group-rules/d83650d8-8c17-4932-a458-1cfb974ffcf1 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:19.028 8 INFO neutron.api.v2.resource [None req-6fbd5d02-dbaa-4471-8ffd-823a5e2b983a e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1658/3235] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:19 2026] GET /v2.0/security-group-rules/d83650d8-8c17-4932-a458-1cfb974ffcf1 => 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: 1578/3236] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:19 2026] DELETE /v2.0/security-group-rules/ba866159-3ccc-4df9-b7b7-7109686853f1 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:19.103 8 INFO neutron.api.v2.resource [None req-6c400988-9fb1-4c4e-82fe-c5b3c9209821 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3237] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:19 2026] GET /v2.0/security-group-rules/ba866159-3ccc-4df9-b7b7-7109686853f1 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3238] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:19 2026] DELETE /v2.0/security-group-rules/0314ac44-82f9-40bf-a0cc-3427e374092a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:19.204 8 INFO neutron.api.v2.resource [None req-97c26451-17f0-4f9b-a322-2f7e4616aa34 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1660/3239] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:19 2026] GET /v2.0/security-group-rules/0314ac44-82f9-40bf-a0cc-3427e374092a => 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: 1580/3240] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:19 2026] DELETE /v2.0/security-group-rules/9a33e7bb-0ab7-48d8-8727-c8166c14d9ac => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:19.280 8 INFO neutron.api.v2.resource [None req-9f2c964c-53a0-4926-b17d-93ff89ed01b6 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3241] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:19 2026] GET /v2.0/security-group-rules/9a33e7bb-0ab7-48d8-8727-c8166c14d9ac => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3242] 10.0.0.56 () {32 vars in 749 bytes} [Thu Jun 11 19:00:19 2026] DELETE /v2.0/security-group-rules/892f28ce-00e3-405a-b803-11acfca99f85 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:19.364 8 INFO neutron.api.v2.resource [None req-769fe870-a1ab-4a1d-8258-179dcd6420e5 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3243] 10.0.0.56 () {32 vars in 746 bytes} [Thu Jun 11 19:00:19 2026] GET /v2.0/security-group-rules/892f28ce-00e3-405a-b803-11acfca99f85 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3244] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:19 2026] DELETE /v2.0/security-groups/09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:19.462 8 INFO neutron.api.v2.resource [None req-b4e07107-8dbf-49ac-9073-620e16eb48d2 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3245] 10.0.0.56 () {32 vars in 736 bytes} [Thu Jun 11 19:00:19 2026] GET /v2.0/security-groups/09fe9e7b-c187-455d-9c9b-b0bcd28e2a8d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:19.899 7 INFO neutron_taas.services.taas.taas_plugin [None req-49010df8-54c0-475a-bad5-d83fe244013f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: a6a580b1-9ce9-4018-94bd-15af4615c0bf 2026-06-11 19:00:19.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49010df8-54c0-475a-bad5-d83fe244013f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: a6a580b1-9ce9-4018-94bd-15af4615c0bf [pid: 7|app: 0|req: 1583/3246] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 19:00:19 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 19:00:20.556 8 INFO neutron.api.v2.resource [None req-d4ca5ddb-a16f-4cc2-92e1-c165c92da99e e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3247] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 19:00:20 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:20.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-0bf6fb68-f338-4e47-8e8e-eaa255804df0 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 6671e3ed-0ea8-4dc1-b75b-e2197443fa3d 2026-06-11 19:00:20.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bf6fb68-f338-4e47-8e8e-eaa255804df0 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 6671e3ed-0ea8-4dc1-b75b-e2197443fa3d [pid: 7|app: 0|req: 1584/3248] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 19:00:20 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 19:00:21.770 8 INFO neutron.api.v2.resource [None req-c62cb8b8-cf91-45e9-993c-b66483471137 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3249] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 19:00:21 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/remove_router_interface => generated 198 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:22.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-73bf7ffd-74ce-48e1-a91c-5800ea77333e e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 760424cc-d598-4b89-8e2d-a15a41b84553 2026-06-11 19:00:22.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73bf7ffd-74ce-48e1-a91c-5800ea77333e e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 760424cc-d598-4b89-8e2d-a15a41b84553 [pid: 7|app: 0|req: 1585/3251] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 19:00:21 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-11 19:00:22.925 8 INFO neutron.api.v2.resource [None req-74be6e4d-6cac-4fdf-b0af-4aa1748b26ed e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1667/3252] 10.0.0.56 () {34 vars in 788 bytes} [Thu Jun 11 19:00:22 2026] PUT /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:23.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-26a60048-b188-42c7-a2bf-84d2b77bd93d e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 46b6c78d-c9cf-4917-a6ff-ad5f6bbe7a92 2026-06-11 19:00:23.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26a60048-b188-42c7-a2bf-84d2b77bd93d e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 46b6c78d-c9cf-4917-a6ff-ad5f6bbe7a92 2026-06-11 19:00:23.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-26a60048-b188-42c7-a2bf-84d2b77bd93d e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 00d8b0c0-692f-4a11-a330-071d41b49b98 2026-06-11 19:00:23.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26a60048-b188-42c7-a2bf-84d2b77bd93d e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 00d8b0c0-692f-4a11-a330-071d41b49b98 2026-06-11 19:00:23.814 7 INFO neutron.db.l3_hamode_db [None req-26a60048-b188-42c7-a2bf-84d2b77bd93d e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] HA network a76786e8-dd22-432d-bd44-fcec4cd4289a was deleted as no HA routers are present in tenant 0ac8855318424f69949081ad3248dac0. [pid: 7|app: 0|req: 1586/3253] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:22 2026] DELETE /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-11 19:00:23.830 7 INFO neutron.services.segments.plugin [-] Segment 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 resource provider aggregate not found 2026-06-11 19:00:23.836 7 INFO neutron.services.segments.plugin [-] Segment 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 resource provider aggregate not found 2026-06-11 19:00:23.848 8 INFO neutron.api.v2.resource [None req-448cd524-740f-4dcc-9380-f6a2b2413f6a e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3254] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:23 2026] GET /v2.0/routers/bf14df39-a83b-49b4-819b-bd6898b29548 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:23.855 7 INFO neutron.services.segments.plugin [-] Segment 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 found for delete ", "request_id": "req-f581dde2-18b1-40e4-bd58-4ddc52dd48ab"}]} 2026-06-11 19:00:23.870 7 INFO neutron.services.segments.plugin [-] Segment 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad44b80-4d5c-4895-a7eb-f5d8bd3bb849 found for delete ", "request_id": "req-de815596-e4f8-453d-99db-5dd1217036c8"}]} [pid: 7|app: 0|req: 1587/3255] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:23 2026] DELETE /v2.0/subnets/bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:24.035 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdaedda1-9b47-4aa4-be90-5c5db07044e6 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3256] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:24 2026] GET /v2.0/subnets/bb50bcab-3228-47c7-a855-46dc10a376d8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3257] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:24 2026] DELETE /v2.0/subnets/e3ac819f-32ae-4cb3-ab6d-eb779c930349 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:24.212 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba767fa7-3449-4d36-a369-03b0806f3d2f e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3258] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:24 2026] GET /v2.0/subnets/e3ac819f-32ae-4cb3-ab6d-eb779c930349 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:24.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-b343b6f5-a730-44ee-b198-074535ab2961 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 7b114d64-b630-4884-86a9-c799ce507f47 2026-06-11 19:00:24.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b343b6f5-a730-44ee-b198-074535ab2961 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 7b114d64-b630-4884-86a9-c799ce507f47 [pid: 7|app: 0|req: 1589/3259] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 19:00:24 2026] DELETE /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:24.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6a9a4e5-6176-4da8-bd30-3f1d43fd438b e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3260] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 19:00:24 2026] GET /v2.0/networks/a1cbb547-e613-41bf-8bf2-7d7bf372f2ef => 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: 1590/3261] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:24 2026] DELETE /v2.0/subnets/97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:24.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1e317b7-1c18-4bf8-b5f2-42ae3d9cb12a e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1672/3262] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:24 2026] GET /v2.0/subnets/97cb4eb2-5ab8-49eb-9eef-a649eaca0a9f => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3263] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:24 2026] DELETE /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:24.878 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1da176b8-014a-45ae-a9d3-fe7ad18c6a96 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1673/3264] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:24 2026] GET /v2.0/subnets/3179b6f9-9d9e-4286-9601-a350ab25720d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:24.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4c55aa7-7331-4603-8728-db604d3f5cc9 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 6033829d-e309-4eb8-800c-bfac67cd6390 2026-06-11 19:00:24.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4c55aa7-7331-4603-8728-db604d3f5cc9 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 6033829d-e309-4eb8-800c-bfac67cd6390 [pid: 7|app: 0|req: 1592/3265] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 19:00:24 2026] DELETE /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:25.143 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9cc7f5d-adbf-4e57-9883-61cf44075c9d e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1674/3266] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 19:00:25 2026] GET /v2.0/networks/91fe05a9-1326-4590-8481-bc0cd4eca6a5 => 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: 1593/3267] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:25 2026] DELETE /v2.0/subnets/01b0595d-a07b-4944-933d-dfbb854bf955 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:25.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ff49234-59f3-4bef-a3cd-9684214e232e e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3268] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:25 2026] GET /v2.0/subnets/01b0595d-a07b-4944-933d-dfbb854bf955 => 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: 1594/3269] 10.0.0.56 () {32 vars in 723 bytes} [Thu Jun 11 19:00:25 2026] DELETE /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:25.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52e7651a-51c6-4598-b5b3-12ed2e71a9e3 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3270] 10.0.0.56 () {32 vars in 720 bytes} [Thu Jun 11 19:00:25 2026] GET /v2.0/subnets/962996d1-9ea4-44b3-900f-099632b95492 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:25.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-7189f030-f537-4ca1-aa37-4b302a82091c e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] TaaS: Handle Delete Port: 5482ad77-d2ee-4d98-b282-880a3b5891d7 2026-06-11 19:00:25.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7189f030-f537-4ca1-aa37-4b302a82091c e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] Tap Mirror: Handle Delete Port: 5482ad77-d2ee-4d98-b282-880a3b5891d7 [pid: 7|app: 0|req: 1595/3271] 10.0.0.56 () {32 vars in 725 bytes} [Thu Jun 11 19:00:25 2026] DELETE /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-11 19:00:25.883 7 INFO neutron.services.segments.plugin [-] Segment f9174039-3937-40fe-9fd7-37d64e72205d resource provider aggregate not found 2026-06-11 19:00:25.888 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c76da167-95cb-42de-bfeb-7fc44d1c8998 e576b2132eeb4dd4890a4fa68c97a362 0ac8855318424f69949081ad3248dac0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1677/3272] 10.0.0.56 () {32 vars in 722 bytes} [Thu Jun 11 19:00:25 2026] GET /v2.0/networks/69fbf162-92f9-4211-9d31-59729e2a5b68 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-11 19:00:25.894 7 INFO neutron.services.segments.plugin [-] Segment f9174039-3937-40fe-9fd7-37d64e72205d resource provider aggregate not found 2026-06-11 19:00:25.901 7 INFO neutron.services.segments.plugin [-] Segment f9174039-3937-40fe-9fd7-37d64e72205d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9174039-3937-40fe-9fd7-37d64e72205d found for delete ", "request_id": "req-7f29d5fb-0865-4c79-b86f-535084b30dbe"}]} 2026-06-11 19:00:25.913 7 INFO neutron.services.segments.plugin [-] Segment f9174039-3937-40fe-9fd7-37d64e72205d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9174039-3937-40fe-9fd7-37d64e72205d found for delete ", "request_id": "req-25a2f733-c72c-4d73-96b6-cd1b23ea8fde"}]} 2026-06-11 19:00:25.917 7 INFO neutron.services.segments.plugin [-] Segment c7ab4ad8-19bd-481f-a2df-256f34529889 resource provider aggregate not found 2026-06-11 19:00:25.929 7 INFO neutron.services.segments.plugin [-] Segment c7ab4ad8-19bd-481f-a2df-256f34529889 resource provider aggregate not found 2026-06-11 19:00:25.934 7 INFO neutron.services.segments.plugin [-] Segment c7ab4ad8-19bd-481f-a2df-256f34529889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ab4ad8-19bd-481f-a2df-256f34529889 found for delete ", "request_id": "req-898504b0-fe38-42dd-8abc-917214d03473"}]} 2026-06-11 19:00:25.945 7 INFO neutron.services.segments.plugin [-] Segment c7ab4ad8-19bd-481f-a2df-256f34529889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ab4ad8-19bd-481f-a2df-256f34529889 found for delete ", "request_id": "req-337300d6-0029-40f7-b4ee-e2d20b841fac"}]} 2026-06-11 19:00:25.948 7 INFO neutron.services.segments.plugin [-] Segment 0506d554-7821-4fa2-8489-925cc07fdf2f resource provider aggregate not found 2026-06-11 19:00:25.962 7 INFO neutron.services.segments.plugin [-] Segment 0506d554-7821-4fa2-8489-925cc07fdf2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0506d554-7821-4fa2-8489-925cc07fdf2f found for delete ", "request_id": "req-f30bbf5a-11ba-4deb-a6a5-d2c693960dbe"}]} 2026-06-11 19:00:25.964 7 INFO neutron.services.segments.plugin [-] Segment 0506d554-7821-4fa2-8489-925cc07fdf2f resource provider aggregate not found 2026-06-11 19:00:25.979 7 INFO neutron.services.segments.plugin [-] Segment 0506d554-7821-4fa2-8489-925cc07fdf2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0506d554-7821-4fa2-8489-925cc07fdf2f found for delete ", "request_id": "req-032df382-549e-433c-a80c-d3ededa12fd6"}]} [pid: 7|app: 0|req: 1596/3273] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:27 2026] GET /v2.0/security-groups?tenant_id=0ac8855318424f69949081ad3248dac0&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3274] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:27 2026] DELETE /v2.0/security-groups/ffb2aefa-033b-4a00-99ba-fc450fd64a39 => 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: 1597/3275] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:28 2026] GET /v2.0/security-groups?tenant_id=2cdb20a60a644cb1b1beefb4a7276a99&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3276] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:28 2026] DELETE /v2.0/security-groups/2b674af8-299c-45d4-8dd6-f0c6c625abe0 => 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: 1598/3277] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:28 2026] GET /v2.0/security-groups?tenant_id=16c45713be7b42e68d0bd7b0d74b653e&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: 1680/3278] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:28 2026] DELETE /v2.0/security-groups/db39f306-302b-4d49-9949-84de5b1601ff => 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: 1599/3279] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:28 2026] GET /v2.0/security-groups?tenant_id=216a36fee6f64315863cd50b69237dc3&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: 1681/3280] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:29 2026] DELETE /v2.0/security-groups/725aa436-9733-4a9e-9963-13bf6d6927e2 => 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: 1600/3281] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:29 2026] GET /v2.0/security-groups?tenant_id=e8dafa5ae21f45ab8973055ad375d8ec&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: 1682/3282] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:29 2026] DELETE /v2.0/security-groups/28121540-2ebb-4b69-b572-c592fe4a78e8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3284] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:29 2026] GET /v2.0/security-groups?tenant_id=709a212a992d4dfaa8e403576ca1547d&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3285] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:29 2026] DELETE /v2.0/security-groups/a0638d04-dd1f-4788-96aa-2e5e74b9906f => 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: 1602/3286] 10.0.0.56 () {32 vars in 773 bytes} [Thu Jun 11 19:00:30 2026] GET /v2.0/security-groups?tenant_id=fca912e1e5f440f399db9d8db06da3d9&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3287] 10.0.0.56 () {32 vars in 739 bytes} [Thu Jun 11 19:00:30 2026] DELETE /v2.0/security-groups/c772d245-2284-478d-ba1d-01049f0f74f9 => 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: 1603/3288] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 19:00:32 2026] GET /v2.0/networks => generated 2168 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3289] 10.0.0.56 () {32 vars in 654 bytes} [Thu Jun 11 19:00:34 2026] GET /v2.0/floatingips => 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: 1604/3290] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 19:00:34 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3291] 10.0.0.56 () {32 vars in 642 bytes} [Thu Jun 11 19:00:34 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3292] 10.0.0.56 () {32 vars in 646 bytes} [Thu Jun 11 19:00:34 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3293] 10.0.0.56 () {32 vars in 648 bytes} [Thu Jun 11 19:00:34 2026] GET /v2.0/networks => generated 2168 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3294] 10.0.0.56 () {32 vars in 662 bytes} [Thu Jun 11 19:00:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3295] 10.0.0.56 () {32 vars in 654 bytes} [Thu Jun 11 19:00:34 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)